Author Topic: does QT have a function that can stretch picture?  (Read 3186 times)

china_cup

  • Newbie
  • *
  • Posts: 14
    • View Profile
does QT have a function that can stretch picture?
« 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?

lpotter

  • Sr. Member
  • ****
  • Posts: 450
    • View Profile
    • http://qtopia.net
does QT have a function that can stretch picture?
« Reply #1 on: July 18, 2004, 07:24:01 pm »
Look at QImage::smoothScale
Software Engineer, Systems Group, MES, Trolltech
irc.freenode.net #qtopia
http://qtopia.net

china_cup

  • Newbie
  • *
  • Posts: 14
    • View Profile
does QT have a function that can stretch picture?
« Reply #2 on: July 19, 2004, 06:22:18 am »
Thank you ,I've solve this probelm.