ProgressBar

The ProgressBar is a simple progress indicator that shows a blue bar growing frmo left to right.

Publicly inherits QFrame.

Public Methods

ProgressBar( QWidget* parent=???, const char* name=??? );
voidsetValue( int percent );
~ProgressBar( );

Protected Methods

voidpaintEvent( QPaintEvent* e );

Private Data Members

int_percent;

Public Methods Documentation

void setValue ( int percent );

Set the blue progress bar's width to be percent. Valid values are from 0 to 100.


Return to Index.
Automatically generated on Aug 11 23:32