Better table sorting implementation
QTableView
now has a build in QSortFilterProxy
. Now the sorting order can be reset by clicking the table (top left) corner button, and clicking a column header instantly updates the table view instead of after scrolling.