SpinBox Class Reference

Simplified SpinBox widget. More...

Properties

int value
 the value shown in the spinBox More...
 
int minimum
 the minimum value that the spinBox will descend to More...
 
int maximum
 the maximum value that the spinBox will ascend to More...
 

Detailed Description

Simplified SpinBox widget.

Property Documentation

◆ maximum

int SpinBox::maximum
readwrite

the maximum value that the spinBox will ascend to

◆ minimum

int SpinBox::minimum
readwrite

the minimum value that the spinBox will descend to

◆ value

int SpinBox::value
readwrite

the value shown in the spinBox