summaryrefslogtreecommitdiffstats
path: root/src/widgets/configure.json
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-03-01 20:27:40 +0100
committerStephan Binner <stephan.binner@basyskom.com>2017-03-03 09:21:33 +0000
commitfd08361ad32d935931eefcbe55cea1330949feea (patch)
treea9e4fd92499eed114e1808eb2e156f80bc91f1fa /src/widgets/configure.json
parent863debd720e25d27fde845c248806df3025133fb (diff)
Add feature.radiobutton
Change-Id: Ie11f178ce22e2fafdfdf1760288e90563569e0cb Reviewed-by: Lars Knoll <lars.knoll@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 151935927a..399850a932 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -175,6 +175,12 @@
"section": "Widgets",
"output": [ "publicFeature", "feature" ]
},
+ "radiobutton": {
+ "label": "QRadioButton",
+ "purpose": "Provides a radio button with a text label.",
+ "section": "Widgets",
+ "output": [ "publicFeature" ]
+ },
"spinbox": {
"label": "QSpinBox",
"purpose": "Provides spin boxes handling integers and discrete sets of values.",