From 66df74920ef24f78fce9625f062845259043f04e Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS-DAQ" Date: Thu, 15 May 2025 17:03:56 -0500 Subject: [PATCH] add more info on expName in Program setting and New Exp --- mainwindow.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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. \