Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
Thanks, I found examples for JS here.