Hi,

I done a model inherited from QStandardItemModel. It has QVector of items and overloads data and rowCount methods.
I fiil this model with some items and then i used setModel on QCompleter and setCompleter on a QLineEdit.

When i write some letters to QLineEdit the model does not work, it means that the data method is never call. Do you know what could be a reason of that behaviour?

BR,
Luca