guid/assets/imbricated_rectangles.gui

17 lines
308 B
Plaintext
Raw Normal View History

2020-12-03 02:43:09 +01:00
Rectangle {
2020-12-16 06:49:05 +01:00
property String color: "red"
property Int width: 300
property Int height: 200
2020-12-03 02:43:09 +01:00
Rectangle {
2020-12-16 06:49:05 +01:00
property String color: "blue"
property Int width: 100
property Int height: 100
2020-12-03 02:43:09 +01:00
anchors {
top: 50
left: 50
}
}
}