ui: Mark required contents with * in Source Group setup (issue #723) (#914)

* And show '*required' label at bottom of each page
This commit is contained in:
Eberhard Gräther
2020-02-10 21:27:18 +01:00
committed by GitHub
parent 260f1227bc
commit 9c40d26002
18 changed files with 80 additions and 31 deletions
@@ -25,7 +25,6 @@ QtProjectWizardContentPathPythonEnvironment::QtProjectWizardContentPathPythonEnv
"Leave blank to use the default Python environment. You can make use of environment "
"variables with ${ENV_VAR}.");
setPlaceholderString("Use Default");
setAllowEmpty(true);
}
void QtProjectWizardContentPathPythonEnvironment::populate(QGridLayout* layout, int& row)