-
操作系统:Win10 22H2
Qt版本:6.7.0
使用如下代码测试:
``` c++
import QtQuick
import QtQuick.Window
import QtQuick.Controls
import Qt.labs.platform
import QWindowKit
Window {
id: window
width: …
-
How easy would it be to update the plugin to allow the user to define the radius of a circle or dimensions of a rectangle / elipse when creating new features? It would be useful if the user could def…
-
When moving crosshair cursor, there is a slight delay compared to standard mouse. I've seen that custom cursor was done with quick items and sending mouse position via signals/slots.
I'm not so fa…
-
With the setup I'm currently working on, I was unable to get `mrview` working through Docker. However I don't know whether or not it's due to using Arch and having a dual-GPU laptop that's not properl…
-
When the mouse is used to rotate or drag the view, the cursor should be changed to display a suitable cursortype.
##
---
Want to back this issue? **[Post a bounty on it!](https://app.bountys…
-
It's frustrating to want to screenshot the cursor state, but when I launch flameshot GUI, the cursor disappears.
Can it be enabled from settings GUI,
- [ ] include pointer
That would be very …
-
After more than a year of considering this, I am now quite convinced that using QtWidgets is a mistake. I'm only talking about the QtWidgets module specifically, not Qt in general: QtCore and QtGui wi…
-
Error:
> /home/walter/Software/FreeCad/FreeCAD2/src/Gui/Action.cpp:808:69: error: cannot convert ‘QRect’ to ‘int’ in initialization
> 808 | int maxHeight = getMainWindow()->screen()->ava…
-
```
warning: 44 ./nptl/pthread_kill.c: 没有那个文件或目录
[Current thread is 1 (Thread 0x7f292c6c2d00 (LWP 162551))]
(gdb) bt
#0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=n…
-
First of all, nice work btw.
One issue I am facing is the precision of the image grab is not perfect, the image I captured from the rectangle is off by some amount.
To illustrate it, let's say…