Hi guys, I am a bit confused by what QGraphicsScene::setSceneRect() actually does. Does it define the size of the scene or does it just define the area where the GraphicsItems can be viewed. If its the latter, I am interested in displaying QGraphicsItems that are not visible within the sceneRect one item at a time, how do I go about this. And lastly when loading items in the scene how do I make sure that NOT all items are displayed in the sceneRect, as I want to display them one item at a time at the click of a button.

thanking you in advance.