#pragma once #include class TranslateUI : public QMainWindow { Q_OBJECT public: TranslateUI(QWidget *parent = nullptr); ~TranslateUI(); private: };