QPixmap.transformed(QTransform::fromTranslate(x,y) ) did not have a good result.
Is there a way?
QPixmap.transformed(QTransform::fromTranslate(x,y) ) did not have a good result.
Is there a way?
Jerry
Have you tried QPixmap::scaled(), QPixmap::scaledToWidth() and QPixmap::scaledToHeight() ?
Where do you want to put the larger QPixmap? On a QLabel? Then just have a look at QLabel::scaledContents()
Bookmarks