Lines Matching defs:UINameAndSystemEditor
3 * VBox Qt GUI - UINameAndSystemEditor class implementation.
30 # include "UINameAndSystemEditor.h"
40 UINameAndSystemEditor::UINameAndSystemEditor(QWidget *pParent)
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::retranslateUi()
175 void UINameAndSystemEditor::sltFamilyChanged(int iIndex)
231 void UINameAndSystemEditor::sltTypeChanged(int iIndex)