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

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

    XMLWordPrintable

Details

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

    Description

      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):

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes