Hi, i have a question.
In my application, i use QTreeList to show data and use QSortFilterProxyModel to load data.
When number of data is huge, about 50,000, the speed of sorting data is very slow.
So how to solve this problem?
Thank you.