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

QSlider skips some values

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.10.0
    • None
    • Mac High Sierra 10.13.2 (17C205)
      Qt Creator 4.5.0
      Based on Qt 5.10.0 (Clang 7.0 (Apple), 64 bit)
      Built on Dec 4 2017 04:18:12
      From revision fcea6ceba6
    • macOS

    Description

      Hi,

      QSlider valueChanged provides an unconstant order of the slider range.
      For example: Here I use singleStep==1 and pageStep==5 and min ==0 and max ==500
      When I debug the slidervalues (valueChanged) I got:
      1
      (2 is skipped)
      3
      4
      (5 is skipped)
      6
      (7 is skipped)
      8
      9
      (10 is skipped)
      11
      12
      (13 is skipped)
      14
      16
      17
      19
      21
      22

      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
            naif Naif Alharbi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes