Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Incomplete
-
Affects Version/s: 5.15.1, 6.2.0
-
Fix Version/s: None
-
Component/s: Quick: Controls 2
-
Labels:
-
Platform/s:
Description
We would like more options for Slider/RangeSlider's live property.
we want this property to be set more details.
In live: false case.
- Normally, When the user pressed, dragged, and released the handle, the value of Slider is updated in released time.
- we want other options as belows.
- When the user pressed, dragged, and released the handle, the value of Slider shouldn't be updated.
- Just It should be updated when the user pressed and released the handle, not included dragged.
- live property is explained in Qt doc.(https://doc.qt.io/qt-5/qml-qtquick-controls2-slider.html#live-prop)
This property holds whether the slider provides live updates for the value property while the handle is dragged.
Attachments
Issue Links
- relates to
-
QTBUG-97528 Scrolling is impossible when the delegate of ListView is Slider or RangeSlider.
-
- Need More Info
-
-
QTBUG-97613 Slider causes the listview to fail to slide
-
- Closed
-