Yes, method:
QVariant QFileDialogProxyModel::data(const QModelIndex &index, int role/* = Qt:isplayRole*/)
is called, but I don´t get a index (index.column() == 4) and probably therefore my columns are empty.
Should I call createIndex and create a new QModelIndex which will have a column==4?
But I think, that I will modify the main model and not the proxy model.
Bookmarks