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

        1. image-2023-02-08-11-24-45-928.png
          436 kB
          Thomas Hartmann
        2. image-2023-02-08-14-15-24-137.png
          23 kB
          shanheng jiu
        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