Skip to content

Rework adaptive step in spinboxes (#875)

Mikhail Svechnikov requested to merge m.i875 into main

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

Merge request reports

Loading