Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.3.2
-
None
-
MinGW 4.8.2, Windows XP SP3
Description
I'm trying to force a floating QDockWidget to enter its 'dragging mode' by sending a QEvent::NonClientAreaMousePressEvent event on its title bar, but the widget is not being dragged.
There's a sample application attached.
The expected behaviour is that once that QPushButton is pressed, the dock widget should start being dragged by the cursor until the user releases the mouse button.