mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
20 lines
258 B
Text
20 lines
258 B
Text
|
|
|
|
SuperSimple = Rectangle {
|
|
color: green;
|
|
|
|
for xx in zz: Hello {
|
|
// ^error{TODO: for not implemented}
|
|
Rectangle {}
|
|
}
|
|
|
|
Image {
|
|
}
|
|
|
|
for xx in zz: Hello {
|
|
// ^error{TODO: for not implemented}
|
|
Rectangle {}
|
|
}
|
|
|
|
}
|
|
|