Re: Running QSortFilterProxyModel outside of the GUI thread to speed things up?
I dont know, but it should be easy to test. Just make a QThread, start() it, and move the sort proxy to that thread. Bear in mind that only the proxy's slots will run in the new thread
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks