[PySide] Can I sort a QListView using QSortFilterProxyModel?

QTreeView and QTableView have a setSortingEnabled() method, but that doesn’t exist on the QListView. Is there a way to sort it using the proxy model or do I have set it up in a different way? (Or just sort the data as it gets added to the model)

you can just call sort() on the model or invalidate() on the proxy