#ifndef COALSTATISTICSBARCHARTWIDGET_H #define COALSTATISTICSBARCHARTWIDGET_H #include class CoalStatisticsBarChartWidget : public QWidget { Q_OBJECT public: explicit CoalStatisticsBarChartWidget(QWidget *parent = nullptr); signals: public slots: }; #endif // COALSTATISTICSBARCHARTWIDGET_H