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

ApplicationWindow cannot show desired window flags

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 5.3.1
    • Quick: Controls 1
    • None
    • OS: Windows 8.1
      Compiler: MinGW 4.8.2
      Qt Version: 5.3.1; 5.2.1

    Description

      When setting
      t.setWindowFlags( Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint );
      The window shows correctly.

      While when using:

      ApplicationWindow
      {
          flags: Qt.WindowSystemMenuHint | Qt.WindowCloseButtonHint | Qt.WindowMinimizeButtonHint
          id: root
          visible: true
          ...
      }
      

      The window does not show correctly, it lacks close button and minimize button.

      Attachments

        Issue Links

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

          Activity

            People

              kleint Friedemann Kleint
              jiangcaiyang Jiang Yimin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes