QtModelsToolkit is a set of proxy models and other qt models-related utilities.
Proxy model concatenating vertically multiple source models | |
Proxy model grouping rows into submodels by value of given role | |
Proxy model joining two models in a SQL LEFT JOIN fasion | |
Proxy model allowing freely reorder rows without modifying the source model | |
Proxy model using QML delegate to transform source model | |
Simple proxy allowing to rename roles according to a provided mapping | |
Proxy allowing editing and removing entries from the source model |
Defines name mapping for a single role within RolesRenamingModel | |
Wraps arbitrary QAbstractItemModel to be concatenated with other models within a ConcatModel |
Common interface for all aggregators | |
Aggregator calculating value using provided function | |
Common interface for all aggregators operating on a single role | |
Single role aggregator calculating sum of values for a given role |
Attached property exposing model's row count | |
Utility allowing handy binding to a single row from a model | |
Set of methods for querying QAbstractItemModel-based models |