import QtQuick import QtQuick.Layouts 1.15 Rectangle { id: frame_1 width: 565 height: 689 color: "transparent" ColumnLayout { id: frame_1_ColumnLayout anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top anchors.bottom: parent.bottom Image { id: ellipse_1 x: 0 y: 0 source: "assets/ellipse_1.png" Layout.preferredWidth: 540 Layout.preferredHeight: 547 Layout.alignment: Qt.AlignLeft | Qt.AlignTop } Image { id: this_is_a_dog x: 0 y: 573 source: "assets/this_is_a_dog.png" Layout.preferredWidth: 565 Layout.preferredHeight: 116 Layout.alignment: Qt.AlignLeft | Qt.AlignTop } spacing: 26 } } /*##^## Designer { D{i:0;uuid:"ed0bfe73-4154-51de-a4ba-df60bcf60b59"}D{i:2;uuid:"bc7b0c70-7356-5722-bcbc-a9e32975173d"} D{i:3;uuid:"e9fd9dcc-aaa2-5084-9699-a816f04df439"}D{i:1;uuid:"ed0bfe73-4154-51de-a4ba-df60bcf60b59_VERTICAL"} } ##^##*/