Searched refs:m_pNameEditor (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/
H A DUIWizardCloneVMPageBasic1.cpp42 return m_pNameEditor->text();
47 m_pNameEditor->setText(strName);
62 m_pNameEditor = new QLineEdit(this);
64 m_pNameEditor->setText(UIWizardCloneVM::tr("%1 Clone").arg(m_strOriginalName));
68 pMainLayout->addWidget(m_pNameEditor);
74 connect(m_pNameEditor, SIGNAL(textChanged(const QString &)), this, SIGNAL(completeChanged()));
103 QString strName = m_pNameEditor->text().trimmed();
H A DUIWizardCloneVMPageExpert.cpp51 m_pNameEditor = new QLineEdit(m_pNameCnt);
53 m_pNameEditor->setText(UIWizardCloneVM::tr("%1 Clone").arg(m_strOriginalName));
55 pNameCntLayout->addWidget(m_pNameEditor);
105 connect(m_pNameEditor, SIGNAL(textChanged(const QString &)), this, SIGNAL(completeChanged()));
147 QString strName = m_pNameEditor->text().trimmed();
H A DUIWizardCloneVMPageBasic1.h47 QLineEdit *m_pNameEditor; member in class:UIWizardCloneVMPage1
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUINameAndSystemEditor.cpp55 m_pNameEditor = new QLineEdit(this);
57 m_pNameEditor->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
58 m_pNameLabel->setBuddy(m_pNameEditor);
90 pMainLayout->addWidget(m_pNameEditor, 0, 1, 1, 2);
115 connect(m_pNameEditor, SIGNAL(textChanged(const QString &)), this, SIGNAL(sigNameChanged(const QString &)));
125 return m_pNameEditor;
130 m_pNameEditor->setText(strName);
135 return m_pNameEditor->text();
165 m_pNameEditor->setWhatsThis(tr("Holds the name of the virtual machine."));
H A DUINameAndSystemEditor.h81 QLineEdit *m_pNameEditor; member in class:UINameAndSystemEditor
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.h187 QGraphicsProxyWidget *m_pNameEditor; member in class:UIGChooserItemGroup
H A DUIGChooserItemGroup.cpp274 m_pNameEditor->hide();
393 m_pNameEditor = 0;
425 m_pNameEditor = new QGraphicsProxyWidget(this);
426 m_pNameEditor->setWidget(m_pNameEditorWidget);
427 m_pNameEditor->hide();
752 m_pNameEditor->show();
1061 if (m_pNameEditor && m_pNameEditorWidget)
1069 m_pNameEditor->setPos(iNameEditorX, iNameEditorY);

Completed in 58 milliseconds