Quite simple actually... use mapToSource and mapFromSource. See
QSortFilterProxyModel documentaion.
If you have several proxys below each other for sorting on more than one parameter, you need to to mapto/mapfrom starting at the lowest level en go through each proxy to get to your sourcemodel, and then get the index you want!
Bookmarks