3500/TrendGraph.h

23 lines
294 B
C
Raw Normal View History

2023-04-14 19:30:30 +08:00
#ifndef TRENDGRAPH_H
#define TRENDGRAPH_H
#include <QWidget>
namespace Ui {
class CTrendGraph;
}
class CTrendGraph : public QWidget
{
Q_OBJECT
public:
explicit CTrendGraph(QWidget *parent = nullptr);
~CTrendGraph();
private:
Ui::CTrendGraph *ui;
};
#endif // TRENDGRAPH_H