Hello,

I have a model, a view and a delegate, each sub classing QTableView QAbstractTableModel and QStyledItemDelegate.

My model's data(...) function returns QString for 2 columns and a QStringList for the 3rd column.

Which class chooses the QWidget to display the cell based on the QVariant returned by data(...)?

Regards,