The SpinBox JavaScript class. A simplified version of the SpinBox Qt widget. More...
Properties | |
int | value |
The value shown in the spinBox. Default value is 0. More... | |
int | minimum |
The minimum value that the spinBox will descend to. Default value is 0. More... | |
int | maximum |
The maximum value that the spinBox will ascend to. Default value is 99. More... | |
The SpinBox JavaScript class. A simplified version of the SpinBox Qt widget.
|
readwrite |
The maximum value that the spinBox will ascend to. Default value is 99.
|
readwrite |
The minimum value that the spinBox will descend to. Default value is 0.
|
readwrite |
The value shown in the spinBox. Default value is 0.