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

[REG 5.9 -> 5.10] Win: Qml Window have size cursor with fixed size

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.10.1, 5.11.1, 5.12.0 Beta 3
    • GUI: Window management
    • None
    • Win10 x64 Pro i7-7700HQ Geforce GTX1050
    • Windows

    Description

      Found regression in Qml Window or ApplicationWindow. When setting fixed size there is resizing cursor but resizing is not permitted.

       

      On 5.9.5 works just fine. Also, didn't see this problem on MacOS.

      import QtQuick 2.6
      import QtQuick.Window 2.2
      
      Window {
          visible: true
          maximumWidth: 805
          maximumHeight: 500
          minimumWidth: maximumWidth
          minimumHeight: maximumHeight
          title: qsTr("Hello World")
      }
      

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            olexandr_lynda Olexandr Lynda
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes