A spin box for specifying values.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QSpinBox *w = new QSpinBox( 0, 100, 10, 0, 0 );
w->setValue( 42 );
| ![]() | ![]() | ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.