Embedded properties within string
Solved
QML and Qt Quick
-
I have saw bash-style syntax of embedding parameters in string as:
property string st1: "Foo" property string st2: `${st1}/Bar`
and it works. In st2 will "FooBar" value. Where can I read more about the syntax?
-
Read more Java Script. QML works with Java Script. WIthout Qt, you can make GUI with JS as well.
2/3