A progress bar.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QProgressBar *w = new QProgressBar( 100, (QWidget*)0, 0 );
w->setProgress( 42 );
w->resize( 100, w->height() );
| ![]() | ![]() | ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.