I have a subclassed QAbstractTableModel, a QTableView and a QSortFilterProxyModel, using all together, all is ok but i'd lik to speed up te proxy sorting. If the table have 10,000 rows or more, it takes about 1 second to sort, it's not a lot of time i know, but, is there any way to make it instantly?
Like sublclassing QSortProxyModel or sort the QAbstractTableModel directly... it's possible to sort 15.000 rows instanty?
Thanks in advance
Bookmarks