SortFilterProxyModel is an implementation of QSortFilterProxyModel conveniently exposed for QML.
Filter container accepting rows accepted by all its child filters | |
Filter container accepting rows accepted by at least one of its child filters | |
Filters row with a custom filtering | |
Base type for the SortFilterProxyModel filters | |
Filters rows based on their source index | |
Filters rows between boundary values | |
Filters rows matching a regular expression | |
Base type for filters based on a source model role | |
Filters rows matching exactly a value | |
A custom role computed from a javascrip expression | |
A role resolving to true for rows matching all its filters | |
Role made from concatenating other roles | |
Base type for the SortFilterProxyModel proxy roles | |
A ProxyRole extracting data from a source role via a regular expression | |
Base type for the SortFilterProxyModel proxy roles defining a single role | |
A role using Filter to conditionnaly compute its data | |
Filters and sorts data coming from a source QAbstractItemModel | |
Sorts row with a custom sorting | |
Sorts rows based on if they match filters | |
Sorts rows based on a source model role | |
Base type for the SortFilterProxyModel sorters | |
Sorts rows based on a source model string role |