#ifndef MONITORING_H #define MONITORING_H #include QT_BEGIN_NAMESPACE namespace Ui { class monitoring; } QT_END_NAMESPACE class monitoring : public QMainWindow { Q_OBJECT public: monitoring(QWidget *parent = nullptr); ~monitoring(); private: Ui::monitoring *ui; }; #endif // MONITORING_H