Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-9086

Layout gives unexpected preview result

    XMLWordPrintable

Details

    Description

      Rectangle {
          id: rectangle
          width: 500
          height: 500
          RowLayout {
              anchors.right: parent.right
              anchors.left: parent.left
              Button {
                  Layout.alignment: Qt.AlignLeft
                  text: "left"
              }
              Button {
                  Layout.alignment: Qt.AlignRight
                  text: "right"
              }
          }
      }
      

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            jiu shanheng jiu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes