#ifndef DERREP2013QPLOT_H #define DERREP2013QPLOT_H #include #include #include #include #include #include #include #include "Kolch_Shind/qcustomplot.h" #include class DerRep2013QPlot : public QWidget { Q_OBJECT public: explicit DerRep2013QPlot(QWidget *parent = 0); void setGraphics(QCustomPlot *customPlot, int popNum, QString name, QColor &color); int randInt(int low, int high); public slots: void drawGraphics(QCustomPlot *customPlot); }; #endif // DERREP2013QPLOT_H