included number of triggers for number of measurements, script and parameters work for non scan types

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@20 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-07-24 15:39:36 +00:00
parent 3b59d03526
commit 111608bdc8
10 changed files with 501 additions and 182 deletions

View File

@ -15,6 +15,8 @@ using namespace std;
//-------------------------------------------------------------------------------------------------------------------------------------------------
qTabDebugging::qTabDebugging(QWidget *parent,multiSlsDetector*& detector):QWidget(parent),myDet(detector){
setupUi(this);
@ -23,6 +25,7 @@ qTabDebugging::qTabDebugging(QWidget *parent,multiSlsDetector*& detector):QWidge
}
//-------------------------------------------------------------------------------------------------------------------------------------------------
qTabDebugging::~qTabDebugging(){
@ -30,6 +33,7 @@ qTabDebugging::~qTabDebugging(){
}
//-------------------------------------------------------------------------------------------------------------------------------------------------
void qTabDebugging::SetupWidgetWindow(){
@ -49,6 +53,7 @@ void qTabDebugging::SetupWidgetWindow(){
}
}
//-------------------------------------------------------------------------------------------------------------------------------------------------
void qTabDebugging::Initialization(){
@ -56,12 +61,6 @@ void qTabDebugging::Initialization(){
void qTabDebugging::Enable(bool enable){
//this->setEnabled(enable);
}
//-------------------------------------------------------------------------------------------------------------------------------------------------