There are many QGraphicsView methods that control what part of the scene is displayed in the view:

QGraphicsView::centerOn()
QGraphicsView::ensureVisible()
QGraphicsView::fitInView()
QGraphicsView::setSceneRect(), etc.

One of these will probably do what you need.