here's how I would do it:
subclass QGraphicsView and override paint(). Draw your number in that function and then call QGraphicsView:aint() to draw the zoomed scene.