oKcerG / SortFilterProxyModel

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

feat: Add `indexes` property to IndexFilter #57

Open mardy opened 5 years ago

mardy commented 5 years ago

Add a simple filter by index list. This is especially useful when you have a view which allows to select/deselect items of a model: this filter can be then used to build a proxy model consisting only of the selected items.

mardy commented 4 years ago

ping :-)