How to create a QQmlEngine and move it to a different thread?
Unsolved
QML and Qt Quick
-
Hi all,
next to the QQmlApplicationEngine running my GUI I want to create another QQmlEngine to host non visual qml code. This second engine should run in a different thread then the main thread in which the GUI runs.
How can I accomplish this?
Thanks in advance! -
@DuBu said in How to create a QQmlEngine and move it to a different thread?:
QQmlEngine
Hi,
May be this can help you https://stackoverflow.com/questions/22289423/how-to-avoid-qt-app-exec-blocking-main-thread/22290909#22290909LA
-
@DuBu said in How to create a QQmlEngine and move it to a different thread?:
QQmlEngine
Hi,
May be this can help you https://stackoverflow.com/questions/22289423/how-to-avoid-qt-app-exec-blocking-main-thread/22290909#22290909LA