snapshot works,id works, conversion from seconds to ms,us etc works, number of measurements works

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@14 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-06-26 15:06:55 +00:00
parent b3de7a9051
commit 824da9d4c4
20 changed files with 320 additions and 256 deletions

View File

@ -23,8 +23,9 @@ public:
/** \short The constructor
* @param parent is the parent tab widget
* @param detector is the detector returned from the detector tab
* @param detID is the id of the detector
*/
qTabSettings(QWidget *parent,slsDetectorUtils*& detector);
qTabSettings(QWidget *parent,slsDetectorUtils*& detector,int detID);
/** Destructor
*/
@ -35,6 +36,10 @@ private:
/** The sls detector object */
slsDetectorUtils *myDet;
/** sls detector id */
int detID;
/** Sets up the widget
*/
void SetupWidgetWindow();
@ -43,9 +48,6 @@ private:
*/
void Initialization();
/** Enables/Disables all the widgets
*/
void Enable(bool enable);
private slots: