Item { RowLayout { anchors.fill: parent spacing: 2 Rectangle { width: 100 Layout.fillHeight: true Layout.alignment: Qt.AlignLeft Text { text: "Hello world" } ...
確定! 回上一頁