A scroll bar.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QScrollBar *w = new QScrollBar( 0, 100, 1, 10, 42, Qt::Horizontal, 0, 0 );
w->resize( 100, w->height() );
| ![]() | ![]() | ![]() | ![]() |
QScrollBar *w = new QScrollBar( 0, 100, 1, 10, 42, Qt::Vertical, 0, 0 );
w->resize( w->width(), 100 );
| ![]() | ![]() | ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.