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).
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 !