Beside of standard Qt proxy model, where can I find more proxy model on internet?
Unsolved
General and Desktop
-
On this page, I just found 3 kind of proxy model supply from Qt.
https://doc.qt.io/qt-5/qabstractproxymodel.htmlWhere can I find more proxy model?
e.g: transpose model, paging model,...
Thank you all ! -
Hi,
The transpose model is linked on the documentation page you pointed to.
KDE has a set of models/proxy models.
-
@VoLinhTruc said in Beside of standard Qt proxy model, where can I find more proxy model on internet?:
I just found 3 kind of proxy model
There is 1 more hidden: https://doc.qt.io/qt-5/qconcatenatetablesproxymodel.html
+1 on KDE API
I have a repository with a couple (and a lot more in the todo list, feel free to add to it): https://github.com/VSRonin/QtModelUtilities