mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
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:
@ -6,7 +6,7 @@ UI_HEADERS_DIR = forms/include
|
|||||||
RESOURCES += icons.qrc
|
RESOURCES += icons.qrc
|
||||||
|
|
||||||
|
|
||||||
DEFINES += VERBOSE #VERYVERBOSE #DACS_INT
|
DEFINES += VERBOSE DACS_INT #VERYVERBOSE
|
||||||
|
|
||||||
|
|
||||||
target.path += $(DESTDIR)
|
target.path += $(DESTDIR)
|
||||||
|
@ -155,8 +155,9 @@ void qDetectorMain::SetUpWidgetWindow(){
|
|||||||
dockWidgetPlot->setFeatures(QDockWidget::NoDockWidgetFeatures);
|
dockWidgetPlot->setFeatures(QDockWidget::NoDockWidgetFeatures);
|
||||||
tabs->setTabEnabled(Developer,isDeveloper);
|
tabs->setTabEnabled(Developer,isDeveloper);
|
||||||
if(!digitalDetector) actionExpert->setEnabled(false);
|
if(!digitalDetector) actionExpert->setEnabled(false);
|
||||||
|
#ifdef VERBOSE
|
||||||
|
cout << "Advanced Enabled:" << digitalDetector << endl;
|
||||||
|
#endif
|
||||||
// Other setup
|
// Other setup
|
||||||
//Height of plot and central widget
|
//Height of plot and central widget
|
||||||
heightPlotWindow = dockWidgetPlot->size().height();
|
heightPlotWindow = dockWidgetPlot->size().height();
|
||||||
|
Reference in New Issue
Block a user