included position scan

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@40 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-08-29 09:06:49 +00:00
parent 51e7feb605
commit c9ecec183f
11 changed files with 116 additions and 303 deletions

View File

@@ -572,7 +572,6 @@ void qTabPlot::SetScanArgument(){
//if scans
if(boxScan->isEnabled()){
//setting the title according to the scans
QString mainTitle = QString(" Level 0 : ") + modeNames[myDet->getScanMode(0)] +
QString(" | Level 1 : ") + modeNames[myDet->getScanMode(1)] + QString("");
@@ -641,7 +640,7 @@ void qTabPlot::SetScanArgument(){
void qTabPlot::Refresh(){
SetFrequency();
EnableScanBox();
if(!myPlot->isRunning()) EnableScanBox();
}