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

[REG 6.1.0 - 6.2.0] Windows: QWindow doesn't respect minimumWidth/minimumHeight

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 6.2.0
    • 6.2.0 Beta4
    • QPA: Windows
    • None
    • Windows 10, MSVC 2019
    • Windows

    Description

      Q(Quick)Window doesn't respect minimumWidth/minimumHeight.

      import QtQuick
      import QtQuick.Window
      
      Window {
          width: 640
          height: 480
          minimumWidth: 640
          minimumHeight: 480
      
          visible: true
      }
      

      minimumWidth/minimumHeight are just ignored.
      It work as expected at least on macOS, but seems completely broken on Windows.

      Attachments

        1. qtbug96441_diag.diff
          4 kB
        2. qtbug96441.qml
          0.2 kB
        3. qtbug96441.zip
          1.0 kB

        Issue Links

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

          Activity

            People

              sorvig Morten Sørvig
              studiosus Vladimir Belyavsky
              Votes:
              4 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes