![]() |
Qt 6.x
The Qt SDK
|
#include "qprogressdialog.h"
#include "qpainter.h"
#include "qdrawutil.h"
#include "qlabel.h"
#include "qprogressbar.h"
#include "qapplication.h"
#include "qstyle.h"
#include "qpushbutton.h"
#include "qtimer.h"
#include "qelapsedtimer.h"
#include "qscopedvaluerollback.h"
#include <private/qdialog_p.h>
#include <limits.h>
#include "moc_qprogressdialog.cpp"
Go to the source code of this file.
Classes | |
class | QProgressDialogPrivate |
Variables | |
static QT_BEGIN_NAMESPACE constexpr auto | defaultShowTime = 4000ms |
static constexpr auto | minWaitTime = 50ms |
|
staticconstexpr |
Definition at line 28 of file qprogressdialog.cpp.
|
staticconstexpr |
Definition at line 30 of file qprogressdialog.cpp.
Referenced by QProgressDialog::setValue().