![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
#include <zqdlg_progress.hpp>
Public Member Functions | |
| ZqDlgProgress (QWidget *parent, int iTotalValue=100) | |
| virtual | ~ZqDlgProgress () |
| void | setProgressValue (int iCurValue) |
| void | setTotalValue (int iTotalValue) |
| void | setTitle (const QString &qsTitle) |
| void | setCaption (const QString &qsCaption) |
Protected Attributes | |
| Progress * | m_pDlg |
The class implements modal dialog wibdow with text label and progress bar.
| ZqDlgProgress::ZqDlgProgress | ( | QWidget * | parent, |
| int | iTotalValue = 100 |
||
| ) |
Create progress indicator with given parent window.
|
virtual |
Destroy the dialog window.
| void ZqDlgProgress::setCaption | ( | const QString & | qsCaption | ) |
Set the caption of the dialog windows.
| void ZqDlgProgress::setProgressValue | ( | int | iCurValue | ) |
Set the current progress value (up to iTotalValue).
| void ZqDlgProgress::setTitle | ( | const QString & | qsTitle | ) |
Set the title text label.
| void ZqDlgProgress::setTotalValue | ( | int | iTotalValue | ) |
Set the maximum (target) value of the progress bar.
|
protected |
Set the text label in progress bar. Pointer to the progress dialog window form.
1.8.5