plot: fix mean, rework annotations

This commit is contained in:
Philippe Teuwen
2020-10-04 20:01:08 +02:00
parent 77f4371cd1
commit e179fdb3b0
5 changed files with 25 additions and 15 deletions

View File

@@ -32,6 +32,7 @@ class Plot: public QWidget {
private:
QWidget *master;
uint32_t GraphStart; // Starting point/offset for the left side of the graph
uint32_t GraphStop; // Stop point/offset for the right side of the graph
double GraphPixelsPerPoint; // How many visual pixels are between each sample point (x axis)
uint32_t CursorAPos;
uint32_t CursorBPos;