You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: