PDA

View Full Version : save function



doss
16th April 2009, 10:19
hi,

i want save the images placed in main window as jpg. iam novice to QT
Anyone help me..

thx

spirit
16th April 2009, 10:38
did you see these methods


bool QImage::save ( const QString & fileName, const char * format = 0, int quality = -1 ) const
bool QPixmap::save ( const QString & fileName, const char * format = 0, int quality = -1 ) const

?