Hello!
I use QML + own QAbstractTableModel and QSortFilterProxyModel. I've implemented sorting, but it works slowly. I've used these models without QML, but with QTableView - it worked perfectly. 30 000 items sort less then 1 secs.
Can anybody help? Where problem is?