fix: 'data plot' - plot window now hides when keypress Q

This commit is contained in:
iceman1001 2018-04-06 23:52:55 +02:00
commit e8be06dd31
3 changed files with 11 additions and 6 deletions

View file

@ -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;