forked from qt-creator/qt-creator
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:
@@ -160,7 +160,7 @@
|
||||
"type": "ComboBox",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
@@ -178,7 +178,7 @@
|
||||
"type": "ComboBox",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
@@ -178,7 +178,7 @@
|
||||
"type": "ComboBox",
|
||||
"data":
|
||||
{
|
||||
"index": 0,
|
||||
"index": 1,
|
||||
"items":
|
||||
[
|
||||
{
|
||||
|
Reference in New Issue
Block a user