PDA

View Full Version : question about present a picture using QPixmap



lovelypp
12th July 2008, 15:27
I use the QLabel::setPixmap to present a picture.
My question is :
how to stretch (zoom in or zoom out) the picture automatically (or simply) to accommodate the size of QLabel ?

thanks!

JimDaniel
12th July 2008, 15:32
QLabel::setScaledContents(bool scaled);

lovelypp
12th July 2008, 15:43
really a quick answer, thanks!.
I'll try it.