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

Slider repeat delay and interval can't be changed

XMLWordPrintable

      QAbstractSlider and its subclasses (QSlider, QScrollBar) provide no means to change the default repeat delay (threshold) and interval (time), except from implementing your own event handlers. Other widgets that know repeat behaviour have such possibilities, either defined by the current style (QAbstractSpinBox) or directly per API (QAbstractButton). I suggest to provide setters and getters for this properties in a unified way, preferrably in the style of QAbstractButton, as this is most convenient to use.
      Rationale: Manipulating the repeat timing and keeping it consistent throughout an application can be of importance e. g. for embedded UIs (increase usability with touchscreens and lagging display updates) and perhaps for accessibility (people with reduced reaction time).

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            murphy.gebert Martin Gebert
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes