ui: Added file extension UI to project setup

This commit is contained in:
Eberhard Graether
2016-03-08 15:20:50 +01:00
parent 20fbfa18be
commit 2d1aa6bf8d
9 changed files with 101 additions and 5 deletions
@@ -134,6 +134,9 @@ void QtProjectWizzardContentBuildFile::refreshClicked()
FilePath path = FilePath(m_picker->getText().toStdString());
if (!path.exists())
{
QMessageBox msgBox;
msgBox.setText("Please enter a valid file path.");
msgBox.exec();
return;
}