A slider for specifying values.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QSlider *w = new QSlider( 0, 100, 10, 42, Qt::Horizontal, 0, 0 );
| ![]() | ![]() | ![]() | ![]() |
QSlider *w = new QSlider( 0, 100, 10, 42, Qt::Vertical, 0, 0 );
| ![]() | ![]() | ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.