When pressing the mouse on the slider scale/groove - not on the handle - we have two different implementations:
QSlider ( Widgets )
the value is in/decreased by the page size. When keeping the mouse pressed ( = long press ) the value jumps to the mouse position
Qml/Slider
the click immediately jumps to the mouse position
The current implementation of QskSlider increments the value on mouse release by the page size - not matching any of the options above. As a first step we want to have the QML/Slider implementation. - maybe implementing the QSlider mouse handling as an additional option.
When pressing the mouse on the slider scale/groove - not on the handle - we have two different implementations:
The current implementation of QskSlider increments the value on mouse release by the page size - not matching any of the options above. As a first step we want to have the QML/Slider implementation. - maybe implementing the QSlider mouse handling as an additional option.