4 #include <QProgressBar>    24       virtual QString 
text() 
const;
 
ProgressBar(QWidget *parent=0)
Definition: ProgressBar.cpp:8
 
~ProgressBar()
Free the allocated memory by this object. 
Definition: ProgressBar.cpp:24
 
void setText(QString text)
Set custom text for this progress bar. 
Definition: ProgressBar.cpp:32
 
virtual QString text() const
This applies the custom text. 
Definition: ProgressBar.cpp:40
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31
 
Definition: ProgressBar.h:15