bug fixed: constant scan widget: use red label to indicate wrong to, numsteps neednt be an integer

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@72 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-09-25 12:52:49 +00:00
parent d56780d906
commit 4143c648d8
2 changed files with 84 additions and 33 deletions

View File

@ -130,6 +130,10 @@ int RangeCheckSizeZero();
* */
int RangeCheckNumValid(int &num);
/**returns fail if to is not exact
* */
int RangeCheckToValid();
/** Sets number of steps if from changed
* */
void RangeFromChanged();