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

Title: does QT have a function that can stretch picture?
Post 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?
Title: does QT have a function that can stretch picture?
Post by: lpotter on July 18, 2004, 07:24:01 pm
Look at QImage::smoothScale
Title: does QT have a function that can stretch picture?
Post by: china_cup on July 19, 2004, 06:22:18 am
Thank you ,I've solve this probelm.