Hello

I'm showing a QWidget as a dialog with a Qt:ialog windows flag.
I need to be able to tell when I've finished moving this widget (ie. when the mouse button is released after dragging the dialog by its frame).
How can I do this?

I can't capture mouse release events triggered on the frame of the dialog, only on the widget itself.

Is there a way to globally detect whether the left mouse button is down or up, maybe?

Thanks

Darryl