mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
18 lines
141 B
Text
18 lines
141 B
Text
|
|
|
|
SubElements = Rectangle {
|
|
|
|
color: blue;
|
|
|
|
Image {
|
|
source: "foo.png";
|
|
}
|
|
|
|
|
|
Rectangle {
|
|
color: red;
|
|
}
|
|
|
|
|
|
}
|
|
|