4 #include <QProgressBar> 
   24       virtual QString 
text() 
const;
 
virtual QString text() const 
This applies the custom text. 
 
~ProgressBar()
Free the allocated memory by this object. 
 
void setText(QString text)
Set custom text for this progress bar. 
 
QProgressBar with customizable text.