#ifndef DOPPLOT_H #define DOPPLOT_H #include #include #include #include #include "reqcanalyze.h" class t_dopPlot: public QwtPlot { Q_OBJECT public: t_dopPlot(QWidget* parent, const t_plotData& plotData); private: }; #endif