Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.9.1
-
None
-
-
Windows
Description
When setting or removing Window flag Qt.WindowStaysOnTopHint while being on fullscreen, window is no longer fullscreen.
I created 2 buttons. First sets the WindowStaysOnTopHint and the second is removing the flag
Button 1
onClicked:
{ root.flags = Qt.Window | Qt.WindowStaysOnTopHint }
Button2
onClicked:
{ root.flags = Qt.Window }