Results 1 to 2 of 2

Thread: How can I save a QImage object into a SQLite3 database table?

  1. #1
    Join Date
    Mar 2008
    Location
    Venezuela
    Posts
    34
    Thanks
    4
    Platforms
    MacOS X Unix/X11

    Cool How can I save a QImage object into a SQLite3 database table?

    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.

  2. #2
    Join Date
    Jan 2006
    Location
    India
    Posts
    115
    Thanks
    3
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Lightbulb Re: How can I save a QImage object into a SQLite3 database table?

    QDataStream & operator << ( QDataStream & stream, const QImage & image )

    Want more hints???

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.