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).
Hi , every one I found in Wiki that QML language is written in C++ / JavaScript. I want to know what the role of each language (C++,JavaScript ) in QML. development? In other words, which part is coded in C++ ? and which in JavaScript?
Thanks :-)
The QML engine itself is written in C++. It contains a JS parser and compiler (v4), so that when you use JavaScript inside QML files, they will run.
Thanks , sierdzio :-) .