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