ReconFormWidget

This commit is contained in:
Krad
2023-08-21 11:21:35 +08:00
parent 17d278d39c
commit d1dc5df680
20 changed files with 610 additions and 20 deletions

View File

@@ -17,6 +17,8 @@ public:
protected:
Ui::TabFormWidget *ui;
void addVerticalLine(QHBoxLayout *layout);
void insertVerticalLine(int index, QHBoxLayout *layout);
};
#endif // TABFORMWIDGET_H