PDA

View Full Version : How can I save a QImage object into a SQLite3 database table?



danielperaza
26th March 2008, 16:17
Hi there!, I would like to know how could I save an image into a SQLite 3 database table using Qt::QImage, Qt::QPixmap or any other object representing an image.

yogeshm02
27th March 2008, 05:39
QDataStream & operator << ( QDataStream & stream, const QImage & image )

Want more hints???