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

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

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes