I have a very large QGraphicsScene which needs to be painted on only when it is viewed by the QGraphicsView. Currently it is loading the entire scene and taking a very long time to do so. Is there a way of having QPainter only paint the QGraphicsScene if it is currently in the QGraphicsView?
Bookmarks