PDA

View Full Version : Moving QwtSlider a single step by mouse click next to thumb



Induriel
26th August 2014, 12:17
Hi,

with Qwt5.2.1 it was possible to click next to the thumb of a slider and the slider increased its value by one single step (when clicking on the right side) or decreased (when clicking on the left side).

Did I oversee something, do I need to implement this different to Qwt5.2.1 or is this feature gone with Qwt6.1 and I need to implement it by myself?

Thanks,
Carsten

Uwe
26th August 2014, 13:50
with Qwt5.2.1 it was possible to click next to the thumb of a slider and the slider increased its value by one single step (when clicking on the right side) or decreased (when clicking on the left side).
Did I oversee something, do I need to implement this different to Qwt5.2.1 or is this feature gone with Qwt6.1 and I need to implement it by myself?
Looks like this feature indeed got lost - but not by intention.

Please add a bug report ( maybe a patch if you have one ) at the Qwt project page, so that it doesn't get lost for the next Qwt 6.1 maintenance release ( planned somewhere next month ).

Uwe