rescaled histogram plotting

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@256 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2014-02-04 11:22:58 +00:00
parent 32e4af910d
commit 28e0cae2e2
2 changed files with 8 additions and 2 deletions

View File

@ -123,6 +123,10 @@ void qTabDataOutput::SetupWidgetWindow(){
connect(chkDiscardBad, SIGNAL(toggled(bool)), this, SLOT(DiscardBadChannels()));
if(detType == slsDetectorDefs::MYTHEN){
comboDetector->hide();
}
qDefs::checkErrorMessage(myDet,"qTabDataOutput::SetupWidgetWindow");
}