[Solved] "Lock" the UI while waiting on an async event?
General and Desktop
22
Posts
4
Posters
17.9k
Views
1
Watching
-
wrote on 18 Mar 2011, 16:38 last edited by
You also have to block QEvent::ContextMenu event types to stop context menus appearing.
So can you only consume MousePress but not MouseRelease?
-
wrote on 18 Mar 2011, 16:45 last edited by
So can you only consume MousePress but not MouseRelease?
Well, the text box cursors move on mouse presses and the popup menu appears
on mouse release (in a text box) - so somehow text boxes are getting around
the mouse event filter.I can't even guess at the button behavior, but it must somehow still knows you're clicking on it too.
21/22