mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
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:
parent
537f80f2c8
commit
999d57c201
3 changed files with 74 additions and 56 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue