Prevent Window Moving?
-
Could anyone point me in the right direction for disabling the user from MOVING my windows using it's title bar? ( i want a title bar to be visible or else i would have hid it :P )
-
I think that you can try to detect movement and then to move the window back to its original position by overriding "QWidget::moveEvent":http://qt-project.org/doc/qt-4.8/qwidget.html#moveEvent.