How to swap the QGraphicsScene from a QGraphicsView?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-02-03T19:31:05Z Indexed on 2010/03/14 2:05 UTC
Read the original article Hit count: 278

Filed under:
|

QGraphicsView is often hooked up to a QGraphicsScene. What if I want to swap that QGraphicsScene for a new one? How can I accomplish this? Doing it right now is just drawing over the old one.

© Stack Overflow or respective owner

Related posts about python

Related posts about pyqt