Added by Christophe Delépine over 1 year ago
Hello,
Currently, if the slider pixel length is longer than the maximum value set with WSlider::setMaximum(int v) then dynamic range is lost.
I think it would be more useful (and more handy) to store slider values as floats instead of int. Therefore we would always get the best dynamic range and the application would not have to do conversions from int range to application float range.
Regards
Christophe