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

Window with Qt.Dialog flag has no decoration on Windows

    XMLWordPrintable

Details

    • 26ae24e20b47d327508cae77751f677248cb4a32 (qtbase/stable, 23.5.2012, 5.1)

    Description

      See test case:

      import QtQuick 2.1
      import QtQuick.Window 2.0
      
      Rectangle {
          width: 360
          height: 360
          Text {
              anchors.centerIn: parent
              text: "Show Window with Qt.Dialog flag"
          }
          MouseArea {
              anchors.fill: parent
              onClicked: {
                  window.show();
              }
          }
          Window {
              id: window
              flags: Qt.Dialog
          }
      }
      

      It should be decorated as a dialog: http://doc-snapshot.qt-project.org/qt5-stable/qtcore/qt.html#WindowType-enum

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            carochao Caroline Chao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes