QML: how to destroy or stop working text in QML

I am trying to use WorkerScript to load list model elements in QML.
But how can we stop WorkerScript after we finish the upgrade?
Is there a way to destroy or stop WorkerScript ?

+4
source share
1 answer

I think the working script will stop as soon as it finishes executing.

0
source

Source: https://habr.com/ru/post/1379602/


All Articles