Init version
This commit is contained in:
31
DEC_GUI/derrep2014qplot.h
Normal file
31
DEC_GUI/derrep2014qplot.h
Normal file
@@ -0,0 +1,31 @@
|
||||
#ifndef DERREP2014QPLOT_H
|
||||
#define DERREP2014QPLOT_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QImage>
|
||||
#include <QPainter>
|
||||
#include <qmath.h>
|
||||
#include <QMouseEvent>
|
||||
#include <QVector>
|
||||
#include <iostream>
|
||||
#include "Kolch_Shind/qcustomplot.h"
|
||||
|
||||
class DerRep2014QPlot : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit DerRep2014QPlot(QWidget *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
|
||||
public slots:
|
||||
void drawGraphics(QCustomPlot *customPlot);
|
||||
void drawSepGenderGraphics(QCustomPlot *customPlot);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // DERREP2014QPLOT_H
|
||||
Reference in New Issue
Block a user