scans work as of now

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@23 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-08-06 16:15:33 +00:00
parent 2dbdf8ff17
commit e88e24178c
4 changed files with 222 additions and 49 deletions

View File

@ -57,6 +57,7 @@ private:
QPalette red;
QString customTip;
QString fileTip;
QString rangeTip;
/**widgets needed for diff size types*/
QButtonGroup *btnGroup;
@ -116,8 +117,13 @@ void SetParameter();
void SetPrecision(int value);
/** Set number of steps
* @param int num is the number of steps
* */
void SetNSteps();
void SetNSteps(int num);
/** Set range for scan
* */
void SetRangeSteps();
/** Set custom steps
* returns OK if set properly