summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/widgets/configure.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index 84500bff21..e7007f71b7 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -173,7 +173,7 @@
"label": "QSpinBox",
"purpose": "Provides spin boxes handling integers and discrete sets of values.",
"section": "Widgets",
- "condition": "features.spinwidget && features.lineedit && features.validator",
+ "condition": "features.lineedit && features.validator",
"output": [ "publicFeature", "feature" ]
},
"tabbar": {
@@ -332,12 +332,6 @@
"condition": "features.graphicsview",
"output": [ "publicFeature", "feature" ]
},
- "spinbox": {
- "label": "QSpinBox",
- "purpose": "Provides spinbox control widgets.",
- "section": "Widgets",
- "output": [ "publicFeature", "feature" ]
- },
"textedit": {
"label": "QTextEdit",
"purpose": "Supports rich text editing.",