The sql approach i think would be faster than QSortFilterProxy approach , mind you I have millions of row to sort right?

I think in my sort I would try to sort them SQL style first then if I can't I will switch to QSortFilterProxyStyle

any more ideas...

baray98