PDA

View Full Version : how to put different sized icons in a QListView



namume
5th February 2008, 10:34
Is it possible to set different sizes for different icons in a single QListView object?

setIconSize sets the size of every icon in that list view to the same size. I would like it such that the size of individual icons can be set.

any hint appreciated.

wysota
5th February 2008, 10:57
You have to provide your own delegate for that.