I have a MyScene derived from QGraphicsScene where I implement a drawBackground. I now paint the sceneRect() with a grid. But I would like to extend painting the grid to the outside area if the sceneRect is smaller than the view window. How do I get these dimensions?
Bookmarks