uwerat / qskinny

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.
1.45k stars 293 forks source link

QskSlider + mouse clicks #480

Open uwerat opened 1 week ago

uwerat commented 1 week ago

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.

uwerat commented 4 days ago

The QML/Slider mouse handling is implemented. I leave this issue open because of the QSlider option - however not for the 0.0.x milestone.