DSCAnalysisTool/YT_TANGOUS_Release/customPlot.h
2025-03-06 15:25:37 +08:00

26 lines
231 B
C++

#ifndef CUSTOMPLOT_H
#define CUSTOMPLOT_H
#include "qcustomplot.h"
class CustomPlot : public QCustomPlot
{
Q_OBJECT
public:
CustomPlot();
~CustomPlot();
private:
protected:
private:
};
#endif // CUSTOMPLOT_H