This commit is contained in:
2019-07-03 18:21:44 +02:00
parent 659e19a856
commit 6a60f7d222
11 changed files with 5848 additions and 5666 deletions

View File

@ -143,10 +143,6 @@ qDetectorMain::~qDetectorMain() {
void qDetectorMain::SetUpWidgetWindow() {
// Layout
QGridLayout *layoutTabs = new QGridLayout;
centralwidget->setLayout(layoutTabs);
// plot setup
myPlot = new qDrawPlot(dockWidgetPlot, myDet);
FILE_LOG(logDEBUG) << "DockPlot ready";