fix y grid +

and move em4x50 saveGB to allow graph restore after lf search
clean up plotgraph unused code.
should be done for a bit...
This commit is contained in:
marshmellow42 2017-04-16 00:26:26 -04:00
commit 999d57c201
3 changed files with 74 additions and 56 deletions

View file

@ -35,6 +35,7 @@ private:
int xCoordOf(int i, QRect r );
int yCoordOf(int v, QRect r, int maxVal);
int valueOf_yCoord(int y, QRect r, int maxVal);
void setMaxAndStart(int *buffer, int len, QRect plotRect);
QColor getColor(int graphNum);
public:
Plot(QWidget *parent = 0);