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).
I just switched from Qt Widget to Qt Quick and have a question: is it possible to use MultiThread in Qt Quick, specifically for desktop applications, like in Qt Widget?
The gui needs to be handled in the main thread - no matter if widgets or qml or whatever.