This commit is contained in:
xueyan hu
2021-12-21 16:15:07 +08:00
parent 595632aef5
commit 9b2b6d8838
11 changed files with 1501 additions and 1478 deletions

View File

@@ -5,6 +5,7 @@
class QPushButton;
class QVBoxLayout;
class SelectDialog;
class QLabel;
class GeneralForm : public QWidget
{
@@ -19,8 +20,11 @@ protected:
void changeEvent(QEvent* event);
private:
void retranslateUi();
QVBoxLayout* layout = nullptr;
SelectDialog* dialog = nullptr;
QLabel* lbl_lan = nullptr;
};
#endif // GENERALFORM_H