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

WindowStaysOnTopHint flag removes fullscreen on window

XMLWordPrintable

    • Linux/Wayland, Linux/X11, Windows
    • a6d96d4ea (dev), ab747ac67 (6.10), 27c5da6d3 (tqtc/lts-6.8), e8e05c65b (tqtc/lts-6.5)

      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 }

        For Gerrit Dashboard: QTBUG-138459
        # Subject Branch Project Status CR V

            morteza.jamshidi Morteza Jamshidi
            chudy111 Paweł Chołoda
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes