Hi,
I have a problem to use the QItemDelegate:

I have a QTableView and an QAbstractTableModel associated.
Inside some cells of the table I set a custom ItemDelegate using a combobox.

Sometimes when I select quickly a field of the combobox , the setModelData method of the delegate is not called and the corresponding cell remains empty.

Conversely, If I select a field in the combobox slowly this problem does not occur.

Someone can help me??

Thank you and sorry for my bad english.