I want to be able to pass a QGraphicsView* to my QThread class and be able to update the view in the thread. The QGraphicsView* obviously belongs to a gui and is not created by thread. I attempted to edit the QGraphicsView* with the thread and I get these errors in the console:
QObject::startTimer: timers cannot be started from another thread
It crashes 90% of the time. I read you cannot change a QWidget* in a thread it wasn't created. Fair enough. But what am I supposed to do?


Reply With Quote


Bookmarks