I have a problem with sortFilterProxyModel of QT's table model/view.
When I type the word to search from the table which is filled by model(ListModel) in QML than it sorted right and result is also accordingly (like correct name of the file and it's Id ) but when I clicked the row to get index, it shows from zero to display the content because of it's property of re-indexing but I don't want because of it's re-indexing I received wrong fileId as I set.
I am stuck with this problem. How can I leave it out?
QSortFilterProxyModel::mapToSource(QModelIndex index)- Sebastian Lange