The scaling you are seeing is a feature of the QGraphicsView, not the scene (unless you are applying a transformation to the scene). Be sure you are not calling some view method that affects the viewport or other property that would affect which part of the scene is displayed in the view.
Bookmarks