QtQuick Application Wizards: Set default Controls Style to "Material"

The Controls Style "Default" that is currently by default in the
generated qtquickcontrols2.conf is not present in Qt 6. That leads to
QML runtime errors and aborting applications with Qt 6.

Let's switch the default to "Material" which is available since Qt 5.7
and present in Qt 6.

Fixes: QTCREATORBUG-25027
Change-Id: Ic8b631b771487624d7459a276d290b80c7ad8be0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Alessandro Portale
2020-12-01 22:55:13 +01:00
parent e1790ed9d0
commit 6c14b4dfaf
3 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@
"type": "ComboBox",
"data":
{
"index": 0,
"index": 1,
"items":
[
{

View File

@@ -178,7 +178,7 @@
"type": "ComboBox",
"data":
{
"index": 0,
"index": 1,
"items":
[
{

View File

@@ -178,7 +178,7 @@
"type": "ComboBox",
"data":
{
"index": 0,
"index": 1,
"items":
[
{