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

Cannot change Window size after completion

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.6.1
    • None

      In Window, assigned value to height is ignored eventually.

      example code:

      import QtQuick
      
      Window {
          id: root
          color: "skyblue"
          visible: true
          onWidthChanged: {
              height = height
          }
      }
      

      result: see attachement

        1. bug.webp
          1.54 MB
          Byoung-young Lee
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            bylee Byoung-young Lee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes