Thanks for the answer.
If I understand what you mean, you advise me to build one other QSortFilterProxyModel above the current one, where I swap data from row to column ?
And How can I swap it again to display columns as columns and rows as rows ?
This seems very complicated for the simple sort I have to do. My QSortFilterProxyModel has some other operations and I fear to get some trouble with this method...
Does it exist any method to move columns in the QSortFilterProxyModel, and edit mapping ?
Bookmarks