mottosso / Qt.py

Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.
MIT License
896 stars 252 forks source link

Add QtCore.QSortFilterProxyModel to PyQt5 in _misplaced_members #407

Closed tbttfox closed 1 month ago

tbttfox commented 1 month ago

QtCore.QSortFilterProxyModel was removed from _misplaced_members['PyQt5'] in the latest release.

mottosso commented 1 month ago

Thanks!