included shortframe in gui for time being its just adc selection

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@141 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-01-31 15:34:31 +00:00
parent 2ead554b7b
commit 6b311f931b
3 changed files with 789 additions and 661 deletions

View File

@ -56,6 +56,11 @@ private:
private slots:
/** Set ADC Readout
*/
void SetADCReadout(int i);
/** Enable/Disable Energy and Calibration Logs
*/
void SetLogs();
@ -102,6 +107,10 @@ private slots:
private:
/** The sls detector object */
multiSlsDetector *myDet;
/** detector type */
slsDetectorDefs::detectorType detType;
/** The Plot widget */
qDrawPlot *myPlot;