#ifndef TRANSLATIONCOMPONENTS_H #define TRANSLATIONCOMPONENTS_H #include namespace Ui { class TranslationComponents; } class TranslationComponents : public QWidget { Q_OBJECT public: explicit TranslationComponents(QWidget *parent = nullptr); ~TranslationComponents(); private: Ui::TranslationComponents *ui; }; #endif // TRANSLATIONCOMPONENTS_H