Hi,

What is the correct way to get a combobox to display images?
(The images are 120x90)

Do I need to create an ItemModel (derived from QAbstractItemModel) and then use QComboBox::setModel() ?

Or is there an easier way?

Thanks