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

@ -49,6 +49,7 @@ signals:
protected:
static constexpr int MinUpdateInterval = 100;
static constexpr int MaxUpdateInterval = 2000;
// need to be called in derived class constructor
void initializeTraceInfo();
std::vector<Trace*> activeTraces();