Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-133860

BusyIndicator: broken with native style macos

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.9.0 Beta2
    • Quick: Controls 2
    • None
    • macOS

    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
        }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            njeisecke_qtc Nils Jeisecke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes