As the previous poster said, use rotate the painter. Look in the analog clock example for how todo this.

In Qt instead of rotating/scaling (e.g. transforming) objects, we transform the painter. It's much easier like this as soon as you get used to;-)

This might also help you:
- http://doc.trolltech.com/qq/qq24-textlayouts.html

- Juergen