Updating Local Storage in WorkerScript
QML and Qt Quick
4
Posts
2
Posters
1.5k
Views
1
Watching
-
As per this "doc":http://qt-project.org/doc/qt-5/qml-qtquick-workerscript.html#restrictions there's no way around.
bq. This means that unlike an ordinary JavaScript file that is imported into QML, the script.js in the above example cannot access the properties, methods or other attributes of the QML item, nor can it access any context properties set on the QML object through QQmlContext.
-
Yes if you are familiar with c++ go for c++ for such this job. Personally i would always opt for c++ over javascript wherever possible.