Searched defs:UIProgressDialog (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.h2 * VBox Qt GUI - UIProgressDialog class declaration.
41 * not be destroyed before the created UIProgressDialog instance is
44 class UIProgressDialog: public QIWithRetranslateUI2<QIDialog> class in inherits:QIWithRetranslateUI2
51 UIProgressDialog(CProgress &progress, const QString &strTitle,
H A DUIProgressDialog.cpp3 * VBox Qt GUI - UIProgressDialog class implementation.
31 # include "UIProgressDialog.h"
48 const char *UIProgressDialog::m_spcszOpDescTpl = "%1 ... (%2/%3)";
50 UIProgressDialog::UIProgressDialog(CProgress &progress, function in class:UIProgressDialog
135 void UIProgressDialog::retranslateUi()
142 int UIProgressDialog::run(int cRefreshInterval)
164 QPointer<UIProgressDialog> guard = this;
187 void UIProgressDialog::show()
198 void UIProgressDialog
[all...]

Completed in 44 milliseconds