Quote Originally Posted by Glitch View Post
You want to use QPainter. QGraphicsView is a spritefield of 2D objects. Not a gerneral purpose drawing system.

It depends what he intends to do with the graphics. If he wants to start moving objects around or changing their properties, then the graphicsview might get handy.