Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qprogressdialog.cpp File Reference

(c610cfe328d911a3cc145f09dade2cd61e5153e2)

#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 <QtCore/qpointer.h>
#include <limits.h>
#include "moc_qprogressdialog.cpp"
+ Include dependency graph for 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
 

Variable Documentation

◆ defaultShowTime

QT_BEGIN_NAMESPACE constexpr auto defaultShowTime = 4000ms
staticconstexpr

Definition at line 31 of file qprogressdialog.cpp.

◆ minWaitTime

constexpr auto minWaitTime = 50ms
staticconstexpr

Definition at line 33 of file qprogressdialog.cpp.

Referenced by QProgressDialog::setValue().