Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.9.0 Beta2
-
None
Description
With 6.9 beta2, the native macOS style seems to be broken:
qrc:/qt-project.org/imports/QtQuick/Controls/macOS/BusyIndicator.qml:27:18: QML AnimatedImage: Error Reading Animated Image File qrc:/qt-project.org/imports/QtQuick/Controls/macOS/images/busyindicator-light.webp
import QtQuick import QtQuick.Controls // .Fusion ApplicationWindow { width: 640 height: 480 visible: true title: qsTr("Hello World") BusyIndicator { width: 20 height: 20 } }