The QListView is vertical list of thumbnails images. I have set the view mode to icon mode and am returning the thumbnail as the DecorationRole data. The only problem problem is all the images are left justified. It turns out the QListView is bigger then even the horizontal images, so in general there is dead space on the right.

How do you go about centering images? I am starting to think that I will have to implement my own QListView from QAbstractItemView, is that correct?

If that is the case, are there any tutorials on doing something like that such that the control will show up in Qt Designer?

Sam