The ProgressBar is a simple progress indicator that shows a blue bar growing frmo left to right.
Publicly inherits QFrame.
ProgressBar | ( QWidget* parent=???, const char* name=??? ); | |
void | setValue | ( int percent ); |
~ProgressBar | ( ); |
void | paintEvent | ( QPaintEvent* e ); |
int | _percent; |
Set the blue progress bar's width to be percent. Valid values are from 0 to 100.