Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
Is any possible to change int to double without making own class without inhered QSlider? Or how would you write double for 0.xxx
You are going to have to write your own or do some tricks to map doubles into ints.
What I did was to to multiply the value by the precision you want to achieve. This is of course easier with your own class but you can also make sure you will get the correct value "outside" the slider.