Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do I find out if a modal dialog is currently open?
-Eddy
I would try isVisible().
I have some events going on in the background and I want to prevent those events if ANY modal dialog is open (there are many modal dialogs in the application). How can I find that out?
QApplication::activeModalWidget