Hi,
is there any easy way to prevent ListView jumping back to the first item when sorting is executed (SortFilterProxyModel)?
I can think of a hack - store pointer to the item which is currently visible at the top of the ListView, execute sort, scroll to the stored pointer. But is there easier way?