#ifndef MAINWINDOW_H #define MAINWINDOW_H #include class MainWindow : public QMainWindow { public: explicit MainWindow(QWidget *parent = nullptr); ~MainWindow(); protected: void installWindowAgent(); }; #endif // MAINWINDOW_H