SpinButton.setRange

Sets the minimum and maximum allowable values for spin_button

class SpinButton
void
setRange
(
double min
,
double max
)

Parameters

min double

minimum allowable value

max double

maximum allowable value

Meta