PDA

View Full Version : Transforming coordinates



Benjamin
22nd May 2009, 10:45
Hi all,

I have a QPixmap object that I am drawing on. I am wondering if it is possible to transform coordinates origin from top left corner to the middle of the left side.

Regards,
Benjamin

Lykurg
22nd May 2009, 11:18
QPainter::translate()?

Benjamin
22nd May 2009, 15:18
Thank you.