There was an error while loading. Please reload this page.
Base spinbox class. Functions will return integers for SpinBox and doubles for DoubleSpinBox.
valueChanged (Number value)
Number/void value ([Number value])
If called with an argument, set the spinbox's value to value.
If not called with an argument, return spinbox's value.
Number/void maximum ([Number value])
If called with an argument, set the spinbox's maximum to value.
If not called with an argument, return spinbox's maximum.
Number/void minimum ([Number value])
If called with an argument, set the spinbox's minimum to value.
If not called with an argument, return spinbox's minimum.