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).
could I run QML in another thread (not the main thread) or not , if yes how can I do that
Check this https://doc.qt.io/archives/qt-4.8/qml-workerscript.html.
@Yaswanth thank you Yaswanth for you reply , I have a program that contains some Images and the operation that I make on them is rotation and moving up or down , how can I put all of this in another thread because I have another one for widget UI