QtGui/qprogressdialog.h Source File
Go to the documentation of this file.
42 #ifndef QPROGRESSDIALOG_H
43 #define QPROGRESSDIALOG_H
53 #ifndef QT_NO_PROGRESSDIALOG
59 class QProgressDialogPrivate;
69 Q_PROPERTY(
bool autoReset READ autoReset WRITE setAutoReset)
70 Q_PROPERTY(
bool autoClose READ autoClose WRITE setAutoClose)
71 Q_PROPERTY(
int minimumDuration READ minimumDuration WRITE setMinimumDuration)
77 int minimum,
int maximum,
QWidget *parent = 0,
Qt::WindowFlags flags = 0);
80 void setLabel(
QLabel *label);
84 bool wasCanceled() const;
91 QSize sizeHint() const;
94 int minimumDuration() const;
96 void setAutoReset(
bool reset);
97 bool autoReset() const;
98 void setAutoClose(
bool close);
99 bool autoClose() const;
101 #ifdef Q_NO_USING_KEYWORD
113 void setMaximum(
int maximum);
114 void setMinimum(
int minimum);
115 void setRange(
int minimum,
int maximum);
116 void setValue(
int progress);
117 void setLabelText(
const QString &text);
118 void setCancelButtonText(
const QString &text);
119 void setMinimumDuration(
int ms);
139 #endif // QT_NO_PROGRESSDIALOG
145 #endif // QPROGRESSDIALOG_H
void showEvent(QShowEvent *)
GLXDrawable GLXDrawable member
#define Q_PRIVATE_SLOT(d, signature)
#define QT_BEGIN_NAMESPACE
GLsizei const GLfloat * value
void resizeEvent(QResizeEvent *)
void closeEvent(QCloseEvent *)