Add a shared string that can be used in properties

This commit is contained in:
Olivier Goffart 2020-05-18 16:00:50 +02:00
parent e6be2c91b8
commit 25bf149e13
14 changed files with 208 additions and 52 deletions

View file

@ -26,7 +26,7 @@ SuperSimple = Rectangle {
Image {
x: 200;
y: 200;
source: "../../../examples/graphicstest/logo.png";
source: "../../examples/graphicstest/logo.png";
}
}