-
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…
-
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 …
-
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…
-
### Short description
mouseMoveEvent of GraphicsScene does not accept handled mouse events. This causes the mouse cursor to reset when zooming, if a custom cursor has been set.
In the example belo…
-
![image](https://github.com/lukegrahamSydney/TilesEditor/assets/50087831/7a292122-9aa5-4628-ba36-d86d335adf23)
-
Looks like only tapping can bring up the cursor. Moving/scrolling keeps the cursor hidden.
k-wax updated
4 years ago
-
Here is one suggested by _Marcus Ottosson_,
Instead of getting a list of `QWidgets` from a given `QApplication`, it might be a good idea to get the widget under the cursor when the mouse is clicked. …
ghost updated
10 years ago
-
I would like to use a simple point picker by right clicking on a mesh. The example here in issue 239 works well: https://github.com/pyvista/pyvista-support/issues/239
However, when this code is i…
-
```
from PyQt5 import QtWidgets, QtGui, QtCore
from PyQt5.QtWidgets import *
from PyQt5.QtGui import *
from PyQt5.QtCore import *
import sys
import moviepy.editor as mp
class Ui_MainWindow(ob…
-
## 🚀 Feature
Now that we have #837 in and #869 about to go in, I'd like to revisit this https://github.com/napari/napari/pull/837#issuecomment-570826020
> Also would be nice to add similar pop up …