aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2019-04-02 18:57:37 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2019-04-03 05:40:55 +0000
commit65525a8001de870432e340fe8dd2254189b84f2a (patch)
tree162c7bc2a30638a6af389499bbb1d26d9e323b46 /share/qtcreator/templates
parent79897316bc2546bdbafbf8732fffaa53a76ab4cc (diff)
Scroll Qt Quick Application Wizard: Enable minimal Qt version selection
This change makes the combobox for the minimal Qt Version in the "Scroll" Qt Quick Application Wizard visible. In contrast to the other Qt Quick Application Wizards, the "Scroll" variant had the minimal Qt version selection hidden. That was OK in the initial wizard commit, where only one Qt Version would have been selectable. But with the subsequent additions of Qt Versions in the wizard.json, the combobox visibility should have been changed to true. The consequence of the invisible combobox was that the default was secretly selected. The default was Qt 5.10 for a while. But the default changed recently with 52f95bae8b6a7c38b2d183522e1a7e550509d52f and caused QTCREATORBUG-22245. Task-number: QTCREATORBUG-22245 Change-Id: If4d2f384a28bf3dd130b097022ea6d8d30ef7509 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
index b19188a3c8..098456a431 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
@@ -80,7 +80,6 @@
"name": "QtVersion",
"trDisplayName": "Minimal required Qt version:",
"type": "ComboBox",
- "visible": false,
"data":
{
"index": 1,