Quote Originally Posted by wysota View Post

Hide the remaining items.
thank you for your reply. Hiding the items works fine but I have another QGraphicsView that must display two items from the same scene side by side. (the items are basically A5 pages with some writing on them.) And I am just curious; you said that the QGraphicsScene::sceneRect defines size of the QGraphicsScene. Each of my QGraphicsItems (i.e. A5 pages) is the same size as the sceneRect, if I add 4 of them in the scene how does the scene hold them since the scene is the same size as each of the QGraphicsItems.