Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138459

WindowStaysOnTopHint flag removes fullscreen on window

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.9.1, 6.10.0 FF
    • GUI: Window management
    • None
    • Windows

      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 }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            owolff Oliver Wolff
            chudy111 Paweł Chołoda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes