forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/9.0'
Change-Id: I5b66ee9645904c9e736552d0d2c5f1b7c520dfbb
This commit is contained in:
@@ -24,6 +24,7 @@ ComponentNameDialog::ComponentNameDialog(QWidget *parent) :
|
||||
{
|
||||
setWindowTitle(Tr::tr("Move Component into Separate File"));
|
||||
m_componentNameEdit = new Utils::ClassNameValidatingLineEdit;
|
||||
m_componentNameEdit->setObjectName("componentNameEdit");
|
||||
m_componentNameEdit->setPlaceholderText(Tr::tr("Component Name"));
|
||||
m_messageLabel = new QLabel;
|
||||
m_pathEdit = new Utils::PathChooser;
|
||||
|
||||
Reference in New Issue
Block a user