diff --git a/mainwindow.cpp b/mainwindow.cpp index ed961b7..c13714a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1374,6 +1374,7 @@ void MainWindow::ProgramSettingsPanel(){ helpInfo->appendHtml(" Exp Name is the name of the experiment and Elog Folder. \ This set the exp. folder under the Data Path .\ The experiment data will be saved under this folder. e.g. Data Path/Exp Name."); + helpInfo->appendHtml("For User links to Analysis folder and use the New/Change/Reload/Exp button, the Exp Name will be overwriten."); helpInfo->appendHtml("

"); helpInfo->appendHtml(" Save runs in sub-folders means \ @@ -1766,7 +1767,7 @@ void MainWindow::SetupNewExpPanel(){ QDialog dialog(this); dialog.setWindowTitle("Setup / change Experiment"); - dialog.setGeometry(0, 0, 500, 400); + dialog.setGeometry(0, 0, 500, 500); dialog.setWindowFlags(Qt::Dialog | Qt::WindowTitleHint | Qt::CustomizeWindowHint); QGridLayout * layout = new QGridLayout(&dialog); @@ -1781,8 +1782,9 @@ void MainWindow::SetupNewExpPanel(){ instr->setStyleSheet("background-color: #F3F3F3;"); instr->appendHtml("Setup new experiment will do following things:"); instr->appendHtml("0, Check the git repository in Analysis Path"); - instr->appendHtml("1, Create folder in Data Path and Root Data Path"); - instr->appendHtml("2, Create Symbolic links in Analysis Path"); + instr->appendHtml("1, Add a new local branch in Analysis Path. User need to manually push to remote."); + instr->appendHtml("2, Create folder in Data Path and Root Data Path"); + instr->appendHtml("3, Create Symbolic links in Analysis Path"); instr->appendHtml("

"); instr->appendHtml("If Use Git is checked, \ the repository MUST be clean. \