#ifndef QTPCUSTOMPLOT_H #define QTPCUSTOMPLOT_H #include class QTpCustomPlot : public QCustomPlot { Q_OBJECT public: QTpCustomPlot(QWidget *parent = NULL); virtual ~QTpCustomPlot(); private: }; #endif // QTPCUSTOMPLOT_H