[Interest] QML and Threads

Nuno Santos nunosantos at imaginando.pt
Wed Oct 21 12:27:42 CEST 2015


Hi,

I have been building a complex UI based on a data model that didn’t required threading. All the things could happen in the UI thread.

Now I’m adding to that model a functionality that works under time critical events that can’t be compromised by UI interactions. This is specially true on mobile devices where the computing power is not abundant.

As far as I know and from my testings, I can't expose to QML objects that are on a different than the GUI. 

Before advancing to a major refactor where all the time sensitive parts are running on a different thread and asynchronously updating it’s state to the UI thread, I would like to have your opinion about it.

Is this my only option? Keep a clone model of my data on a different thread and respond to it’s updates on the UI thread?

Thanks in advance,

Regards,

Nuno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20151021/75fc9e45/attachment.html>


More information about the Interest mailing list