SortFilterProxyModel is an implementation of QSortFilterProxyModel conveniently exposed for QML.
Filters and sorts data coming from a source QAbstractItemModel |
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 |
Abstract interface for types containing Filters |
Sorts row with a custom javascript expression | |
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 |
Abstract interface for types containing Sorters |
A custom role computed from a javascript 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 |