First off the Loader has a progress [qt-project.org] and a status [qt-project.org] property that you could use.
However if you have some sensors and C++ objects then you could always let those objects emit some signals while they process the data. And you could use a Connections [qt-project.org] element in your QML to catch those.
Does this help in any way?
↧








