included network tab in gui, correctedmulti to be able to clear sls detectors error mask,included coud not set up network parameter error

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@144 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-02-07 17:34:16 +00:00
parent aec136cf21
commit f3eb9c924f
7 changed files with 1103 additions and 27 deletions

View File

@ -308,7 +308,6 @@ void qDetectorMain::LoadConfigFile(const string fName){
qDefs::Message(qDefs::INFORMATION,"<nobr>The Configuration Parameters have been loaded successfully at start up.</nobr>","Main");
qDefs::checkErrorMessage(myDet);
myDet->clearErrorMask();
}
}
@ -540,7 +539,6 @@ void qDetectorMain::ExecuteUtilities(QAction *action){
tab_plot->Refresh();
}
qDefs::checkErrorMessage(myDet);
myDet->clearErrorMask();
}