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

Bad rendering of BusyIndicator in Popup with Label

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.6.1
    • Quick: Controls 2
    • None

    Description

      import QtQuick
      import QtQuick.Controls.Material
      
      Window {
          width: 200; height: 200; visible: true
          Popup {
              closePolicy: Popup.NoAutoClose
              anchors.centerIn: parent
              visible: true
      
              Row {
                  BusyIndicator {
                  }
                  Text {
                      anchors.verticalCenter: parent.verticalCenter
                      text: "Loading...\nPlease wait."
                  }
              }
          }
      }
      

      Here's code. When you run this code, you will see bad-shaped circle which you can see in attached wepb.
      The quality goes even worse if you resize the window.

      I can confirmed this bug very specific combination: BusyIndicator side by side Label in Popup.

      If you replace Label with Text or remove Label, it looks fine.
      If you put BusyIndicator with Label not in Popup, it looks fine.

      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
            bylee Byoung-young Lee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes