Rights elevation dialog vs full screen
Unsolved
QML and Qt Quick
-
Hi,
we have Windows application with:Window { flags: Qt.Window | Qt.FramelessWindowHint visibility: Window.Maximized }
The application triggers another process which asks for rights elevation. The problem is that with this setup of our window, the rights elevation dialog is displayed under our window, so it is invisible to the user. At the same time, our application become unresponsive (because of the dialog box).
So the user will effectively end with freezed application.
Is there any solution to this problem (to display rights elevation dialog in front of our maximized frameless application)?