Pregunta

I have several modal dialogs and main dialog where I exec() modal. How do I know if a main window blocked by modal or not?

¿Fue útil?

Solución

You can check if there is an active modal dialog with QApplication::activeModalWidget().

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top