mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix: 'data plot' - plot window now hides when keypress Q
This commit is contained in:
parent
190be2bd43
commit
e8be06dd31
3 changed files with 11 additions and 6 deletions
|
@ -22,12 +22,16 @@
|
|||
#include <QtGui>
|
||||
|
||||
#include "ui/ui_overlays.h"
|
||||
|
||||
class ProxWidget;
|
||||
|
||||
/**
|
||||
* @brief The actual plot, black area were we paint the graph
|
||||
*/
|
||||
class Plot: public QWidget
|
||||
{
|
||||
private:
|
||||
QWidget *master;
|
||||
int GraphStart;
|
||||
double GraphPixelsPerPoint;
|
||||
int CursorAPos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue