mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
17 lines
141 B
Text
17 lines
141 B
Text
|
|
|
|
SubElements := Rectangle {
|
|
|
|
Rectangle {
|
|
color: yellow;
|
|
}
|
|
|
|
color: blue;
|
|
|
|
Rectangle {
|
|
color: red;
|
|
}
|
|
|
|
|
|
}
|
|
|