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

Dial's stepSize handling is broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.7.1
    • 5.7.0
    • Quick: Controls 2
    • None
    • a03b6fec6b3551a6302aa1f8d7f3b0044cf27c4b

      QQuickDialPrivate::snapPosition() should be synced with QQuickSliderPrivate::snapPosition().

      import QtQuick 2.6
      import QtQuick.Controls 2.0
      
      ApplicationWindow {
          width: 360
          height: 360
          visible: true
      
          Dial {
              from: 10
              to: 100
              stepSize: 10
              snapMode: Dial.SnapAlways
              onValueChanged: console.log("Value is", value)
          }
      }
      

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

            mitch_curtis Mitch Curtis
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes