Tagged Questions
The mousepress tag has no wiki summary.
2
votes
2answers
127 views
Problems with mousepressevent
I just asked a similar question but (sorry!) I think I'll need more help. I have a problem with signals in pyqt. Let me post the whole code, it isn't long and it is easier for me to explain...
from ...
1
vote
4answers
139 views
PyQt4 MouseMove event without MousePress
I need to catch when a User moves the mouse over the GUI, but not when they're holding down the mouse button (which would do something different).
I can't find any conveniant method to do this,
...
1
vote
2answers
410 views
QIcon inside combobox
I want to include a "remove" icon on entries in my QComboBox, but I am having trouble catching the mouse press event. I've tried to catch it on the combobox, and I've tried reimplemting the QIcon ...
0
votes
1answer
1k views
Getting position of mouse click in a QLabel
What is the best (as in simplest) way to obtain the pos of a mousePressedEvent in a QLabel? (Or basically just obtain the location of a mouse click relative to a QLabel widget)
EDIT
I tried what ...
0
votes
3answers
850 views
How to Detect that the Mouse is unmoved and button still pressed?
In Delphi, I've added a Scrollbar component (oriented vertical) to the right side of my form.
I've added a Scrollbar OnChange event so I can change the view of the form and the position of the ...