QPixmap pixmap(*label->pixmap()); QMatrix m; m.rotate(10); m.scale(1.1); pixmap = pixmap.transformed(m); label->setPixmap(pixmap);