Rework adaptive step in spinboxes (#875)
If DoubleProperty
is limited, then the fixed step is used.
Otherwise there is an adaptive step that behaves exactly like QAbstractSpinBox::AdaptiveDecimalStepType
. Within the order of magnitude the step is fixed. On scrolling with ctrl
key pressed down or on use page up/down keys step is x10.
Resolves #875 (closed)
Edited by Mikhail Svechnikov