BackgroundWorker in qt
Unsolved
QML and Qt Quick
-
Are you looking for a WorkerScript? http://doc.qt.io/qt-5/qtquick-threading-example.html#workerscript
Apart from that you can also implement a background worker in C++ (with QThread) and expose that to QML.