SpinButton.setIncrements

Sets the step and page increments for spin_button. This affects how quickly the value changes when the spin button’s arrows are activated.

class SpinButton
void
setIncrements
(
double step
,
double page
)

Parameters

step double

increment applied for a button 1 press.

page double

increment applied for a button 2 press.