26 #ifndef DIGIKAM_STATUS_PROGRESS_BAR_H
27 #define DIGIKAM_STATUS_PROGRESS_BAR_H
31 #include <QStackedWidget>
60 void setAlignment(Qt::Alignment a);
62 void setProgressBarMode(
int mode,
const QString& text = QString());
64 int progressValue()
const;
66 int progressTotalSteps()
const;
67 void setProgressTotalSteps(
int v);
69 void setNotify(
bool b);
70 void setNotificationTitle(
const QString& title,
const QIcon& icon);
74 void setText(
const QString& text);
75 void setProgressValue(
int v);
76 void setProgressText(
const QString& text);
Definition: progressmanager.h:45
Definition: statusprogressbar.h:43
void signalCancelButtonPressed()
StatusProgressBarMode
Definition: statusprogressbar.h:49
@ ProgressBarMode
Definition: statusprogressbar.h:51
Definition: datefolderview.cpp:43