PDA

View Full Version : Text on QPixmap



Fabix
16th June 2006, 14:17
Hi,
How can I draw text on QPixmap (QT4)?
Thanks for help.

jacek
16th June 2006, 14:26
Create a QPainter object (pass a pointer to that pixmap to its constructor) and then use QPainter::drawText().