Hi I cant think of a way how to get the whole rows of QSortFilterProxyModel...
The thing is...I need to get to the values of the "data storage" for that model...
Ill explain:
I have a model that has a list of objects...objectList...
then this model is is set as a source model of mentioned ProxyModel...
I need to get to actual items of objectList when I have indexes of ProxyModel...
Is there any way how to do that ??
Problem is that I need to get the whole row of view that has this ProxyModel set...
Thanks