Added run/stop button

This commit is contained in:
Jan Käberich 2022-10-30 00:20:57 +02:00
parent dfd1abeea5
commit 2f5cbc80e9
6 changed files with 275 additions and 134 deletions

View file

@ -293,6 +293,7 @@ void TracePlot::paintEvent(QPaintEvent *event)
p.setWindow(0, 0, w, h);
draw(p);
replotTimer.start(MaxUpdateInterval);
}
void TracePlot::finishContextMenu()