should be completely done except for mods in mythen for debuggin

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@57 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d 2012-09-14 15:19:09 +00:00
parent 38451caa7c
commit 4527e9f61b
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ UI_HEADERS_DIR = forms/include
RESOURCES += icons.qrc
DEFINES += VERBOSE #VERYVERBOSE #DACS_INT
DEFINES += VERBOSE DACS_INT #VERYVERBOSE
target.path += $(DESTDIR)

View File

@ -155,8 +155,9 @@ void qDetectorMain::SetUpWidgetWindow(){
dockWidgetPlot->setFeatures(QDockWidget::NoDockWidgetFeatures);
tabs->setTabEnabled(Developer,isDeveloper);
if(!digitalDetector) actionExpert->setEnabled(false);
#ifdef VERBOSE
cout << "Advanced Enabled:" << digitalDetector << endl;
#endif
// Other setup
//Height of plot and central widget
heightPlotWindow = dockWidgetPlot->size().height();