summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
authorLuca Beldi <v.ronin@yahoo.it>2018-11-05 12:17:31 +0000
committerLuca Beldi <v.ronin@yahoo.it>2018-11-05 23:53:01 +0000
commit6963efb396f7f206afb2f3f9655f26b0c21b6a05 (patch)
treeade6488a327178ba6db90d1e897bb777f5bd8d01 /src/corelib/configure.json
parente9bebc12812b5c50346952cd9128bdd08ddd0b9d (diff)
New proxy model: QTransposeProxyModel
Implemented a new proxy model to transpose the source model. Rows will become columns and vice-versa. Both flat and tree models supported. [ChangeLog][QtCore] New class QTransposeProxyModel to swap rows and columns of the source model. Change-Id: I902963c6b81aa0f63b5ad2bddca538f28b565084 Reviewed-by: David Faure <david.faure@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 f09ef6c1dd..f18e79f1aa 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -793,6 +793,13 @@
"condition": "features.proxymodel",
"output": [ "publicFeature", "feature" ]
},
+ "transposeproxymodel": {
+ "label": "QTransposeProxyModel",
+ "purpose": "Provides a proxy to swap rows and columns of a model.",
+ "section": "ItemViews",
+ "condition": "features.proxymodel",
+ "output": [ "publicFeature", "feature" ]
+ },
"concatenatetablesproxymodel": {
"label": "QConcatenateTablesProxyModel",
"purpose": "Supports concatenating source models.",