MainWindow as modal
Unsolved
General and Desktop
-
Hello,
How to setup a mainWindow of an application as modal.
When I start it a click outside the mainwindow shoud be disabled ?
Thank you -
Hi
Try
setWindowModality(Qt::ApplicationModal);- When I start it a click outside the mainwindow shoud be disabled ?
I dont know what you mean here :)
-
Hello,
How to setup a mainWindow of an application as modal.
When I start it a click outside the mainwindow shoud be disabled ?
Thank you@cjacquel2021
A dubious desire. If you somehow mean this will "disable clicking outside the application" it won't.