oKcerG / SortFilterProxyModel

A nicely exposed QSortFilterProxyModel for QML
MIT License
298 stars 101 forks source link

PySide6 (python qt) version #93

Open dogezen opened 3 years ago

dogezen commented 3 years ago

Hi oKcerG - I have found great use from your work on the SortFilterProxyModel for Qt C++ projects that I have been working on. Recently, I had to develop a PySide6 QML app and needed a QML exposed QSortFilterProxyModel so I went about porting your code to PySide6 (it can easily be adapted for PySide5, PyQt5 and PyQt6).

I just released the port: PyQmlSortFilterProxyModel

The port needs more work to increase stability and to capture all the features in SortFilterProxyModel; however for anyone using python qt with QML the current port can be an OK starting point.

I am leaving a message here to see if you'd like to mention the port somewhere in your Wiki / README.

Take care,