Hi guys,

I have a database which stores images as BLOB field.
What I'm trying to achieve is to show those images (thumbnails of them) as icons in QListView. I use QSqlQueryModel as a model to access the database.

Can anyone give me any idea how to implement that? If I chose wrong classes, can you suggest better ones for that purpose?

Thanks,
Alex