#pragma once #include #include "ui_QtWindComputer.h" class QtWindComputer : public QMainWindow { Q_OBJECT public: QtWindComputer(QWidget *parent = nullptr); ~QtWindComputer(); private: Ui::QtWindComputerClass ui; };