#pragma once #include #include #include #include #include #include #include #include #include #include #include #include class SimpleQWTPlot : public QwtPlot { public: SimpleQWTPlot(QwtPlot *parent, double xmin, double xmax, double ymin, double ymax, QString title); ~SimpleQWTPlot(void); void Print(); protected: };