[Interest] Performance Issues with vlc and QImage painting inside QML

kai.koehne at nokia.com kai.koehne at nokia.com
Mon Jul 16 13:21:46 CEST 2012


> My first thought was, to subclass QThread as well and let the video
> player run in an own thread, but you can't subclass QDeclarativeItem
> and QThread in the same class.

I can't comment on your original problem, but you don't have to (and don't need to) subclass QThread:

http://qt-project.org/wiki/Threads_Events_QObjects

(This time with the link ;)

Anyhow, why do you think adding another thread would speed up things? 

Regards

Kai


More information about the Interest mailing list