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.