This commit is contained in:
Krad
2021-10-09 16:38:34 +08:00
parent 2b8c18277d
commit e56d43ae97
41 changed files with 1023 additions and 0 deletions

18
src/SelectFormWidget.h Normal file
View File

@@ -0,0 +1,18 @@
//
// Created by Krad on 2021/10/8.
//
#ifndef GUI_SELECTFORMWIDGET_H
#define GUI_SELECTFORMWIDGET_H
#include "tabformwidget.h"
class SelectFormWidget: public TabFormWidget {
Q_OBJECT
public:
explicit SelectFormWidget(QWidget *parent = nullptr);
~SelectFormWidget();
};
#endif //GUI_SELECTFORMWIDGET_H