> 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 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
