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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIMediumTypeChangeDialog.h2 * VBox Qt GUI - UIMediumTypeChangeDialog class declaration.
36 class UIMediumTypeChangeDialog : public QIWithRetranslateUI<QIDialog> class in inherits:QIWithRetranslateUI
43 UIMediumTypeChangeDialog(QWidget *pParent, const QString &strMediumId);
H A DUIMediumTypeChangeDialog.cpp3 * VBox Qt GUI - UIMediumTypeChangeDialog class implementation.
29 #include "UIMediumTypeChangeDialog.h"
41 UIMediumTypeChangeDialog::UIMediumTypeChangeDialog(QWidget *pParent, const QString &strMediumId) function in class:UIMediumTypeChangeDialog
92 void UIMediumTypeChangeDialog::sltAccept()
108 void UIMediumTypeChangeDialog::sltReject()
115 void UIMediumTypeChangeDialog::retranslateUi()
137 void UIMediumTypeChangeDialog::sltValidate()
158 void UIMediumTypeChangeDialog::createMediumTypeButtons()
186 void UIMediumTypeChangeDialog
[all...]

Completed in 50 milliseconds