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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxTakeSnapshotDlg.h2 * VBox Qt GUI - VBoxTakeSnapshotDlg class declaration.
21 #include "VBoxTakeSnapshotDlg.gen.h"
28 class VBoxTakeSnapshotDlg : public QIWithRetranslateUI<QIDialog>, public Ui::VBoxTakeSnapshotDlg class in inherits:QIWithRetranslateUI,Ui::VBoxTakeSnapshotDlg
34 VBoxTakeSnapshotDlg(QWidget *pParent, const CMachine &machine);
H A DVBoxTakeSnapshotDlg.cpp3 * VBox Qt GUI - VBoxTakeSnapshotDlg class implementation.
26 # include "VBoxTakeSnapshotDlg.h"
43 VBoxTakeSnapshotDlg::VBoxTakeSnapshotDlg(QWidget *pParent, const CMachine &machine) function in class:VBoxTakeSnapshotDlg
47 Ui::VBoxTakeSnapshotDlg::setupUi(this);
91 void VBoxTakeSnapshotDlg::retranslateUi()
94 Ui::VBoxTakeSnapshotDlg::retranslateUi(this);
97 void VBoxTakeSnapshotDlg::nameChanged(const QString &strName)

Completed in 54 milliseconds