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

WindowStaysOnTopHint flag removes fullscreen on window

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 6.9.1
    • GUI: Window management
    • None
    • Windows
    • 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 }

      Attachments

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

        Activity

          People

            vestbo Tor Arne Vestbø
            chudy111 Paweł Chołoda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes