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).
Can we increase the QSpinbox setSingleStep by 0.05 , I am only be change the singleStep by integer value
is it possible in some way we can increase the setSingleStep by 0,05
Hi, friend welcome!
You should see the qt manual. you will find.
QSpinBox is designed to handle integers and discrete sets of values (e.g., month names); use QDoubleSpinBox for floating point values.
you can use the QDoubleSpinBox
QDoubleSpinBox
Hi,
No you can't like that, a QSpinBox works with integers.
You should take a look a QDoubleSpinBox