forked from qt-creator/qt-creator
Plugins: A bit more Keys and Store
Change-Id: Iee55eeaa881dd9f2047fdbe95ad8d827f4ba34e0 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -75,7 +75,7 @@ bool ComponentNameDialog::go(QString *proposedName,
|
||||
*proposedName = QLatin1String("MyComponent");
|
||||
d.m_componentNameEdit->setText(*proposedName);
|
||||
d.m_pathEdit->setExpectedKind(Utils::PathChooser::ExistingDirectory);
|
||||
d.m_pathEdit->setHistoryCompleter(QLatin1String("QmlJs.Component.History"));
|
||||
d.m_pathEdit->setHistoryCompleter("QmlJs.Component.History");
|
||||
d.m_pathEdit->setPath(*proposedPath);
|
||||
d.m_label->setText(Tr::tr("Property assignments for %1:").arg(oldFileName));
|
||||
d.m_checkBox->setChecked(isUiFile);
|
||||
|
||||
Reference in New Issue
Block a user