Translate QML to Qt
QML and Qt Quick
3
Posts
2
Posters
2.9k
Views
1
Watching
-
Ok thanks for answer, I try to understand the mechanisms of QML in order to compare performances between Qt C++ and Qt quick. In other words, what is QML cost compare to Qt C++ ?
Am I right if I say that at run time QML code is interpreted and so QDeclarative objects are instancied ? This is achieved by QdeclarativeEngine ?