QWidget::update() will help you there. (Since QGraphicsView is a child of QWidget)

The coordinates are in "View Coordinates" which you might have to map from "Scene Coordinates" via QGraphicsView::mapFromScene()