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

[iOS] The dial handle is misaligned with the circular path of the dial

    XMLWordPrintable

Details

    • iOS/tvOS/watchOS
    • 90f97dfb2 (dev), 429c8295d (6.9), 8baefccbc (6.8), 342c0bab4 (tqtc/lts-6.5)

    Description

      MacOS 15.3.1

      Qt Creator 15.0.1

      Qt 6.9.0b3

      Device: iOS simulator

      Steps to reproduce:

      1. Run any sample app with Dial component on iOS
      2. Move the dial

       

      import QtQuick
      import QtQuick.Controls
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
          Dial {
              value: 10
              wrap: true
              anchors.horizontalCenter: parent.horizontalCenter
          }
      }
       

       

       

      Expected: The handle should follow the path.

       ** Actual: See attached video.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-134001
          # Subject Branch Project Status CR V

          Activity

            People

              dorisverria Doris Verria
              lkos Łukasz Kosiorowski
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes