forked from qt-creator/qt-creator
Fix qtquickcontrols2.conf in QtDS examples for Qt 6
Since the default style got renamed to 'Basic', Style=Default will cause a runtime error with Qt 6.0.0 Avoid this by not setting an explicit style. Task-number: QTCREATORBUG-24905 Change-Id: I0f35e1dfb38536412da064d9f8ba88264485ef52 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
; This file can be edited to change the style of the application
|
||||
; Read "Qt Quick Controls 2 Configuration File" for details:
|
||||
; http://doc.qt.io/qt-5/qtquickcontrols2-configuration.html
|
||||
|
||||
[Controls]
|
||||
Style=Default
|
||||
; https://doc.qt.io/qt/qtquickcontrols2-configuration.html
|
||||
|
@@ -1,6 +1,3 @@
|
||||
; This file can be edited to change the style of the application
|
||||
; Read "Qt Quick Controls 2 Configuration File" for details:
|
||||
; http://doc.qt.io/qt-5/qtquickcontrols2-configuration.html
|
||||
|
||||
[Controls]
|
||||
Style=Default
|
||||
; https://doc.qt.io/qt/qtquickcontrols2-configuration.html
|
||||
|
@@ -1,6 +1,3 @@
|
||||
; This file can be edited to change the style of the application
|
||||
; Read "Qt Quick Controls 2 Configuration File" for details:
|
||||
; http://doc.qt.io/qt-5/qtquickcontrols2-configuration.html
|
||||
|
||||
[Controls]
|
||||
Style=Default
|
||||
; https://doc.qt.io/qt/qtquickcontrols2-configuration.html
|
||||
|
@@ -1,6 +1,3 @@
|
||||
; This file can be edited to change the style of the application
|
||||
; Read "Qt Quick Controls 2 Configuration File" for details:
|
||||
; http://doc.qt.io/qt-5/qtquickcontrols2-configuration.html
|
||||
|
||||
[Controls]
|
||||
Style=Default
|
||||
; https://doc.qt.io/qt/qtquickcontrols2-configuration.html
|
||||
|
@@ -1,6 +1,3 @@
|
||||
; This file can be edited to change the style of the application
|
||||
; Read "Qt Quick Controls 2 Configuration File" for details:
|
||||
; http://doc.qt.io/qt-5/qtquickcontrols2-configuration.html
|
||||
|
||||
[Controls]
|
||||
Style=Default
|
||||
; https://doc.qt.io/qt/qtquickcontrols2-configuration.html
|
||||
|
Reference in New Issue
Block a user