|
| DProgressWdg (QWidget *const parent) |
|
void | progressCompleted () |
| Call this method to query progress manager that process is done.
|
|
void | progressScheduled (const QString &title, bool canBeCanceled, bool hasThumb) |
| Call this method to start a new instance of progress notification into progress manager You can pass title string to name progress item, and set it as cancelable.
|
|
void | progressStatusChanged (const QString &status) |
| Change status string in progress manager.
|
|
void | progressThumbnailChanged (const QPixmap &thumb) |
| Change thumbnail in progress manager.
|
|