guid/assets/imbricated_rectangles.gui

17 lines
308 B
Plaintext

Rectangle {
property String color: "red"
property Int width: 300
property Int height: 200
Rectangle {
property String color: "blue"
property Int width: 100
property Int height: 100
anchors {
top: 50
left: 50
}
}
}