javascript in qml what is it for?
-
please can someone explain me what's the importance of javascript in qml and how can i learn it?
-
please can someone explain me what's the importance of javascript in qml and how can i learn it?
-
Hi,
Take a look at the JavaScript Expressions in QML Documents chapter of Qt's documentation.
Basically, QML is built on top of JavaScript.
-
@Marito-Mesquita hi,
I would say Js is part of QML. It brings the dynamisme and logic.
You can create your Js functions and call them in your code when you need. See this page for examples@LeLev ok thank you