KDEUI
Go to the documentation of this file.
20 #ifndef KPROGRESSDIALOG_H
21 #define KPROGRESSDIALOG_H
23 #include <QtGui/QProgressBar>
73 QProgressBar *progressBar();
80 const QProgressBar *progressBar()
const;
87 void setLabelText(
const QString &text);
105 void setAllowCancel(
bool allowCancel);
110 bool allowCancel()
const;
120 void showCancelButton(
bool show);
128 void setAutoClose(
bool close);
134 bool autoClose()
const;
143 void setAutoReset(
bool autoReset);
149 bool autoReset()
const;
156 bool wasCancelled()
const;
186 void setMinimumDuration(
int ms);
192 int minimumDuration()
const;
194 virtual void reject();
197 virtual void showEvent(QShowEvent *event);
200 Q_PRIVATE_SLOT(d,
void slotAutoShow())
201 Q_PRIVATE_SLOT(d,
void slotAutoActions(
int percentage))
204 class KProgressDialogPrivate;
205 friend class KProgressDialogPrivate;
206 KProgressDialogPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:46:15 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.