Init
This commit is contained in:
18
src/SelectFormWidget.h
Normal file
18
src/SelectFormWidget.h
Normal 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
|
||||
Reference in New Issue
Block a user