You can use QPainter on a pixmap and draw everything you like on it.
You can use QPainter on a pixmap and draw everything you like on it.
How do I prevent the original pixmap from getting modified & save the modified image to a new pixmap ?
Qt Code:
QPixmap pixWithText = original; //.. pixWithText.save();To copy to clipboard, switch view to plain text mode
ada10 (1st September 2010)
Bookmarks