QProgressBar

GPL Closed

A progress bar.

[ Official docs | Back to Index ]

Styles and Code

Code
windows
sgi
plastik
aqua
QProgressBar *w = new QProgressBar( 100, (QWidget*)0, 0 ); w->setProgress( 42 ); w->resize( 100, w->height() );

[ Back to Index ]

Licenses are noted in grayed out, smaller text. Closed indicates that the widget is available under a closed-source compatible license. Dual licensing is possible.

Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.