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

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

      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.

        1. qtbug96441.zip
          1.0 kB
          Friedemann Kleint
        2. qtbug96441.qml
          0.2 kB
          Friedemann Kleint
        3. qtbug96441_diag.diff
          4 kB
          Friedemann Kleint
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes