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

Regression 5.15.5->6.0.0: Layout issue

    XMLWordPrintable

Details

    • macOS, Windows

    Description

      There is an issue when layouts are used in following way:

              ColumnLayout {
                  id: topLayout
                  anchors.fill: parent
                  RowLayout {
                      Rectangle {
                          id: colorWell
                          width: height
                          height: sliders.height
                          color: "red"
                      }
                      ColumnLayout {
                          id: sliders
                          Slider {
                              id:s
                              Layout.fillWidth: true
                              focus: true
                          }
      
                          Slider {
                              id:s1
                              Layout.fillWidth: true
                              focus: true
                          }
                      }
      
                  }
              }
      

      Please refer to attached snapshots for difference in behavior of 5.15.x and 6.x

      Attachments

        1. 5_15_5.PNG
          5_15_5.PNG
          28 kB
        2. 6_2_0.PNG
          6_2_0.PNG
          24 kB
        3. QTBUG95570.zip
          2 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            smd Jan Arve
            shmittal Shveta Mittal (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes