Hi,

I have an QTreeView with an QAbstractItemModel.
In one of my columns I'd like to display a QComboBox when editing instead of the normal text-editing (like in the QtDesigner for some values).

How would I do this?

Cheers,
Aya