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

ApplicationWindow cannot show desired window flags

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P2: Important 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

      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.

        1. 1.png
          7 kB
          Jiang Yimin
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes