forked from qt-creator/qt-creator
SquishTests: Update tst_QMLS04
Change-Id: I383e8f652ae233df7ed5bef93dcaa9a43fe95f0e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
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