forked from qt-creator/qt-creator
Model editor: Fix capitalization of UI text
Change-Id: If4d7b569823cf5ff7f82c6fde253f039efceb017 Reviewed-by: Jochen Becher <jochen_becher@gmx.de> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -65,7 +65,7 @@ void ExtPropertiesMView::visitMPackage(const qmt::MPackage *package)
|
|||||||
return edit->text().isEmpty() || m_configPath->defaultValidationFunction()(edit, errorMessage);
|
return edit->text().isEmpty() || m_configPath->defaultValidationFunction()(edit, errorMessage);
|
||||||
});
|
});
|
||||||
m_configPath->setInitialBrowsePathBackup(QFileInfo(project->fileName()).absolutePath());
|
m_configPath->setInitialBrowsePathBackup(QFileInfo(project->fileName()).absolutePath());
|
||||||
addRow(tr("Config Path:"), m_configPath, "configpath");
|
addRow(tr("Config path:"), m_configPath, "configpath");
|
||||||
connect(m_configPath, &Utils::PathChooser::pathChanged,
|
connect(m_configPath, &Utils::PathChooser::pathChanged,
|
||||||
this, &ExtPropertiesMView::onConfigPathChanged);
|
this, &ExtPropertiesMView::onConfigPathChanged);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user