mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
propix integrated into gui
This commit is contained in:
@ -230,8 +230,9 @@ void qDetectorMain::SetUpDetector(const string fName){
|
||||
switch(detType){
|
||||
case slsDetectorDefs::MYTHEN: break;
|
||||
case slsDetectorDefs::EIGER: break;
|
||||
case slsDetectorDefs::GOTTHARD: actionLoadTrimbits->setText("Load Settings"); actionSaveTrimbits->setText("Save Settings"); break;
|
||||
case slsDetectorDefs::AGIPD: actionLoadTrimbits->setText("Load Settings"); actionSaveTrimbits->setText("Save Settings"); break;
|
||||
case slsDetectorDefs::GOTTHARD:
|
||||
case slsDetectorDefs::AGIPD:
|
||||
case slsDetectorDefs::PROPIX:
|
||||
case slsDetectorDefs::MOENCH: actionLoadTrimbits->setText("Load Settings"); actionSaveTrimbits->setText("Save Settings"); break;
|
||||
default:
|
||||
string detName = myDet->slsDetectorBase::getDetectorType(detType);
|
||||
@ -603,7 +604,7 @@ void qDetectorMain::ExecuteUtilities(QAction *action){
|
||||
void qDetectorMain::ExecuteHelp(QAction *action){
|
||||
if(action==actionAbout){
|
||||
#ifdef VERBOSE
|
||||
cout << "About: Common GUI for Mythen, Eiger, Gotthard and Agipd detectors" << endl;
|
||||
cout << "About: Common GUI for Mythen, Eiger, Gotthard and Propix detectors" << endl;
|
||||
#endif
|
||||
char version[200];
|
||||
int64_t retval= SVNREV;
|
||||
@ -620,7 +621,7 @@ void qDetectorMain::ExecuteHelp(QAction *action){
|
||||
"SLS Detector GUI version: " + thisGUIVersion+"<br>"
|
||||
"SLS Detector Client version: "+thisClientVersion+"<br><br>"
|
||||
"Common GUI to control the SLS Detectors: "
|
||||
"Mythen, Eiger, Gotthard and Agipd.<br><br>"
|
||||
"Mythen, Eiger, Gotthard and Propix.<br><br>"
|
||||
"It can be operated in parallel with the command line interface:<br>"
|
||||
"sls_detector_put,<br>sls_detector_get,<br>sls_detector_acquire and<br>sls_detector_help.<br><br>"
|
||||
"The GUI Software is still in progress. "
|
||||
|
Reference in New Issue
Block a user