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

[Windows] Qt::WindowDoesNotAcceptFocus flag affects the window decoration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.7.3, 6.8.0
    • None
    • Windows

      Setting the Qt::WindowDoesNotAcceptFocus flag on Windows changes the window decoration.

      Code sample:

      import QtQuick
      
      Window {
          width: 200
          height: 200
          visible: true
          flags: Qt.WindowDoesNotAcceptFocus
      }
      

      Result (unexpected):

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

            vestbo Tor Arne Vestbø
            studiosus Vladimir Belyavsky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes