summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2018-09-07 13:36:53 +0200
committerDavid Faure <david.faure@kdab.com>2018-09-09 10:13:06 +0000
commitc82ab86ceacd0321a19282b9fca612e404929cb8 (patch)
tree30b7194febceb12ebaf7edaac87427c6a739e7e0 /src/corelib/configure.json
parentbe27bf02f4b9c976887cc20dfa013d41e810cfe6 (diff)
New proxy model: QConcatenateTablesProxyModel
It takes multiple source models and concatenates their rows into a single model. With full unit tests. [ChangeLog][QtCore] New class QConcatenateTablesProxyModel, to concatenate the rows from multiple source models. Change-Id: Iaf4f325473adef106f423677fdc5ee0e35e87d35 Reviewed-by: Luca Beldi <v.ronin@yahoo.it> Reviewed-by: Sérgio Martins <sergio.martins@kdab.com>
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index 183eb3a13e..f09ef6c1dd 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -793,6 +793,13 @@
"condition": "features.proxymodel",
"output": [ "publicFeature", "feature" ]
},
+ "concatenatetablesproxymodel": {
+ "label": "QConcatenateTablesProxyModel",
+ "purpose": "Supports concatenating source models.",
+ "section": "ItemViews",
+ "condition": "features.proxymodel",
+ "output": [ "publicFeature", "feature" ]
+ },
"stringlistmodel": {
"label": "QStringListModel",
"purpose": "Provides a model that supplies strings to views.",