#ifndef QCUSTPLOT_H #define QCUSTPLOT_H #include #include "lib/qcustomplot.h" namespace Ui { class QCustPlot; } class QCustPlot : public QWidget { Q_OBJECT public: explicit QCustPlot(QVector xData, QVector yData, int jd, bool isNub, bool isTime, QWidget *parent = nullptr); ~QCustPlot(); private: Ui::QCustPlot *ui; }; #endif // QCUSTPLOT_H