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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUINameAndSystemEditor.h2 * VBox Qt GUI - UINameAndSystemEditor class declaration.
33 class UINameAndSystemEditor : public QIWithRetranslateUI<QWidget> class in inherits:QIWithRetranslateUI
50 UINameAndSystemEditor(QWidget *pParent);
H A DUINameAndSystemEditor.cpp3 * VBox Qt GUI - UINameAndSystemEditor class implementation.
30 # include "UINameAndSystemEditor.h"
40 UINameAndSystemEditor::UINameAndSystemEditor(QWidget *pParent) function in class:UINameAndSystemEditor
123 QLineEdit* UINameAndSystemEditor::nameEditor() const
128 void UINameAndSystemEditor::setName(const QString &strName)
133 QString UINameAndSystemEditor::name() const
138 void UINameAndSystemEditor::setType(const CGuestOSType &type)
157 CGuestOSType UINameAndSystemEditor::type() const
162 void UINameAndSystemEditor
[all...]

Completed in 223 milliseconds