[SOLVED] Preventing QDialog from losing focus
-
Hi,
I have a QMainWindow that opens a QDialog window, is it possible to stop the QDialog from losing focus when you click on anything but the dialog? What I'm trying to achieve is kind of like windows when a dialog is open and you click outside of the dialog it flashes and rejects input but remains in focus.
Thanks