[Interest] QML Image asyncronous property

Harri Pasanen harri at mpaja.com
Thu Dec 4 16:27:37 CET 2014


I'm playing with a GridView where the delegate contains an Image element 
with asyncronous: true property.


As a result, when my QML file loads, I see a bunch of messages like:


QObject::startTimer: Timers cannot be started from another thread


going by in Application Output pane.


This is with Qt 5.4.0 RC.


Seems like there some race condition or missing locking going on.

Now the messages themselves I don't mind, but at the same time
I'm seeing strange behavior from StackView. I'm not sure at this point
if the problems are related.


Does this ring a bell for anyone?


Harri








More information about the Interest mailing list