Only the gui thread my use QWidgets (and subclasses). Adding a QGraphicsItem to a scene (finally) calls the QGraphicsView(s) displaying that scene. So in all probability you may not do that in a separate thread.
Only the gui thread my use QWidgets (and subclasses). Adding a QGraphicsItem to a scene (finally) calls the QGraphicsView(s) displaying that scene. So in all probability you may not do that in a separate thread.
Bookmarks