#ifndef DOPPLOT_H #define DOPPLOT_H #include #include #include #include class t_obsStat; class t_dopPlot: public QwtPlot { Q_OBJECT public: t_dopPlot(QWidget* parent, t_obsStat* obsStat); private: }; #endif