OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: china_cup on July 18, 2004, 11:27:11 am
-
I want to display a picture in a widget ,but it's size is bigger than the widget's.Does QT have such a funciont that can stretch a picture freely or what can I do for displaying the picture?
-
Look at QImage::smoothScale
-
Thank you ,I've solve this probelm.