Hello,
I call QGraphicsScene->render to painter which redirects to QPixmap and scene contains only QGraphicsTextItem. Then I call this from thread (QThread child). Program stops and exits unexpectedly.
Same method works fine when is called from GUI thread.
Any ideas? I need to call from separate thread because of lengthy operation.
Bookmarks