Qt::Drawer "user driven lose/hide" signal?
General and Desktop
3
Posts
2
Posters
2.0k
Views
1
Watching
-
wrote on 28 Sept 2011, 16:18 last edited by
Is there a signal being emitted when a user actively drags a Qt::Drawer type window (OSX specific) beyond "the boundary" enough so that the system closes/hides it? I need to capture that in my app so that I can trigger my "open" button again.
[edit : deleted the following post for you as requested, Eddy]
-
wrote on 28 Sept 2011, 18:06 last edited by
Perhaps it just gets hidden? Check the events you get.
-
wrote on 28 Sept 2011, 18:26 last edited by
hideEvent isn't called
no event I can think of is called. The whole user-originated "drag-hiding" is simply done under the radar. No event is sent out that I can think of.
1/3