Ok, Im gonna build a custom analog clock based on the analog clock example. The only difference is that I'll use external graphic files as background and pointers.
A search on the forum showed that I should rotate the QPainter as the example shows. But since I'm loading from a file how should I proceed with the rotating process?
Also, should I create the clock subclassing QGraphicsView? Or should I create a
QGraphicsView inside a "normal" Widget?
Just two little questions...