Hi All,
I am writing Dialog from scratch. I use a simple widget. When I need a dialog box I write mydialogwidget.show();
But I want the user not to be able to change the focus. (I mean like in QMessageBox)
How can I do it?
(a keyword to start searching would be also good)
Thanks, David