mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Added paged moving to the plot GUI
This commit is contained in:
parent
7ed7a9de40
commit
528da6ec32
2 changed files with 30 additions and 6 deletions
|
@ -31,8 +31,8 @@ class ProxWidget;
|
|||
class Plot: public QWidget {
|
||||
private:
|
||||
QWidget *master;
|
||||
uint32_t GraphStart;
|
||||
double GraphPixelsPerPoint;
|
||||
uint32_t GraphStart; // Starting point/offset for the left side of the graph
|
||||
double GraphPixelsPerPoint; // How many visual pixels are between each sample point (x axis)
|
||||
uint32_t CursorAPos;
|
||||
uint32_t CursorBPos;
|
||||
void PlotGraph(int *buffer, size_t len, QRect r, QRect r2, QPainter *painter, int graphNum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue