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 all, I need a slider which returns double values. The slider in QT Creator works only with integer values. Any help in this regard is greatly appreciated.
No, and there's no need to. If I want a slider with value 0.0 - 1.0, I can set a silder of 0 - 100, and get the value as value() * 1.0 / 100
value() * 1.0 / 100