I need to display a list of thumbnail images in a QListView. My data source is a database and I recalled seeing the Drill Down Example in the QSql example section, but that isn't using a QListView to display the images. Can anyone point me to a good example?

Sam