DSCAnalysisTool/YT_TANGOUS_Release/customPlot.h

26 lines
231 B
C
Raw Normal View History

2025-03-06 07:25:37 +00:00
#ifndef CUSTOMPLOT_H
#define CUSTOMPLOT_H
#include "qcustomplot.h"
class CustomPlot : public QCustomPlot
{
Q_OBJECT
public:
CustomPlot();
~CustomPlot();
private:
protected:
private:
};
#endif // CUSTOMPLOT_H