Hi @all,

I'm implementing a model by sub classing QAbstractTableModel.
The model is read-only.
I did implement the methods rowCount(), columnCount() and data().

Using this model with a QComboBoxcauses one problem: The listview is not popping up.

I was already walking through the QComboBox implementation in order to see what might cause this - but I have absolutely NO idea ....

Anyone an idea???

THX alot