SpinBox.setStep

For widgets using a numeric range, this method sets the step value of each increment or decrement.

class SpinBox
setStep
(
this T
)
(
double stepValue
)

Parameters

stepValue double

The step value to increment and decrement by.

Return Value

Type: auto

This widget to aid method chaining.

Meta