summaryrefslogtreecommitdiffstats
path: root/src/widgets/configure.json
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-02-27 15:06:12 +0100
committerStephan Binner <stephan.binner@basyskom.com>2017-03-01 00:24:10 +0000
commit104408f3daf7e62dc33f6573282af9ccc2d1c440 (patch)
tree5b5afe51b7b4217101e2e10f24e84e85b6590e04 /src/widgets/configure.json
parent5a3029fbf11c8e802f8b811e98d16ed29983548d (diff)
Add feature.commandlinkbutton
Change-Id: I057ed507552c74a787e5bcdaa28a18c667eecd43 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/widgets/configure.json')
-rw-r--r--src/widgets/configure.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index ee296ccbe0..f27a23fd04 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -117,6 +117,12 @@
"condition": "features.tableview",
"output": [ "publicFeature", "feature" ]
},
+ "commandlinkbutton": {
+ "label": "QCommandLinkButton",
+ "purpose": "Provides a Vista style command link button.",
+ "section": "Widgets",
+ "output": [ "publicFeature" ]
+ },
"datetimeedit": {
"label": "QDateTimeEdit",
"purpose": "Supports editing dates and times.",