import QtQuick 2.15 Rectangle { width: 300 height: 300 radius: 30 color: "blue" Rectangle { id: rectangle x: 103 y: 71 width: 81 height: 123 color: "#ffffff" radius: 33 Text { id: text1 x: 14 y: 41 width: 131 height: 59 text: qsTr("Text") font.pixelSize: 30 } } } /*##^## Designer { D{i:0;height:264;width:286} } ##^##*/