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

QML ProgressBar has broken layout on macOS 26

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.9.3
    • Widgets: Styles
    • None
    • macOS

      Hi,

      I have noticed that QQC2.ProgressBar has a broken layout on macOS 26 that seems to be introduced in Qt 6.9.3 with fix for https://bugreports.qt.io/browse/QTBUG-138947.

      My QML code is something like:

      Item {
          ColumnLayout {
             anchors.fill: parent
             QQC2.ProgressBar {
                  Layout.fillWidth: true
             }
          }
      }
      

      In Qt 6.9.2 and older this made the progress bar to be across the whole item, but in Qt 6.9.3 the progress bar is shrinked as you can see on the attached screenshot.

       

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

            tpochep Timur Pocheptsov
            jgrulich Jan Grulich
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes