mottosso / Qt.py

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

Is it possible to add support for QIdentityProxyModel #377

Open KieranOwenShepherd opened 1 year ago

mottosso commented 1 year ago

Based on this:

It seems part of both Qt 4 and 5 so that should be ok.

Happy to accept a PR to add this.