mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 09:37:59 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user