Qt 6.11 is out! See what's new in the release
blog
QMainwindow Qt::Applicationmodal
General and Desktop
2
Posts
1
Posters
3.1k
Views
1
Watching
-
Hello all,
I'm trying to make Qmainwindow modal but i can't !
@this->setWindowModality(Qt::ApplicationModal);@
I would like to have same like a QinputDialog that block the program while window ins't closed.thanks.
-
Ok,
I've build a new QDialog in qt designer and copy/paste my old QMainwindow.
Done !