How can I crop an image in Qt?

Viewed 36615

I load a PNG image in a QPixmap/QImage and I want to crop it. Is there a function that does that in Qt, or how should I do it otherwise?

4 Answers
Related