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

RoundButton does not look correctly on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • 5.15.3
    • Quick: Controls 2
    • None
    • Android

    Description

      Steps to reproduce:

      1. Build any project with RoundButton (sample code attached)

      2. Check how it looks.

       

      Actual: Button is not round. See the attached screenshot. 

      Expected: Button should look the same as on other platforms (attached screenshot from iOS for reference)

       

      import QtQuick 2.3
      import QtQuick.Window 2.2
      import QtQuick.Controls 2.12
      
      
      Window {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
      
      
          RoundButton {
              x: (parent.width - width) / 2
              y: (parent.height - height) / 2
              text: "\u2713" // Unicode Character 'CHECK MARK'
              onClicked: textArea.readOnly = true
          }
      }
      
      

       

      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
            lukasz.kosiorowski lukasz.kosiorowski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes