mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00
Add a shared string that can be used in properties
This commit is contained in:
parent
e6be2c91b8
commit
25bf149e13
14 changed files with 208 additions and 52 deletions
|
@ -26,7 +26,7 @@ SuperSimple = Rectangle {
|
|||
Image {
|
||||
x: 200;
|
||||
y: 200;
|
||||
source: "../../../examples/graphicstest/logo.png";
|
||||
source: "../../examples/graphicstest/logo.png";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue