This commit is contained in:
2019-06-14 16:38:42 +02:00
parent ca9fca88c4
commit 4213a161fe
6 changed files with 1222 additions and 1643 deletions

View File

@ -24,8 +24,6 @@
//-------------------------------------------------------------------------------------------------------------------------------------------------
const double qDrawPlot::PLOT_TIMER_MS = DEFAULT_STREAMING_TIMER_IN_MS;
qDrawPlot::qDrawPlot(QWidget *parent, multiSlsDetector *detector) : QWidget(parent), myDet(detector), plot1D_hists(0) {
SetupWidgetWindow();
Initialization();
@ -177,7 +175,7 @@ void qDrawPlot::SetupWidgetWindow() {
IsXYRange[2] = false;
IsXYRange[3] = false;
timerValue = PLOT_TIMER_MS;
timerValue = DEFAULT_STREAMING_TIMER_IN_MS;
frameFactor = 0;
isFrameEnabled = false;
isTriggerEnabled = false;