-
Notifications
You must be signed in to change notification settings - Fork 11
AbstractSpinBox
ben-sangster edited this page Nov 4, 2010
·
1 revision
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.