HX_CoalFlowDetect/view/coalstatisticsbarchartwidget.h

18 lines
314 B
C
Raw Permalink Normal View History

2024-11-13 17:39:20 +08:00
#ifndef COALSTATISTICSBARCHARTWIDGET_H
#define COALSTATISTICSBARCHARTWIDGET_H
#include <QWidget>
class CoalStatisticsBarChartWidget : public QWidget
{
Q_OBJECT
public:
explicit CoalStatisticsBarChartWidget(QWidget *parent = nullptr);
signals:
public slots:
};
#endif // COALSTATISTICSBARCHARTWIDGET_H