File arrangement

This commit is contained in:
Krad
2022-02-14 11:40:40 +08:00
parent 5dafb1e816
commit 73cd96333d
61 changed files with 32 additions and 32 deletions

View File

@@ -0,0 +1,18 @@
//
// Created by Krad on 2021/11/22.
//
#ifndef GUI_ADMINSETTINGFORM_H
#define GUI_ADMINSETTINGFORM_H
#include "src/forms/tabformwidget.h"
class AdminSettingForm:public TabFormWidget {
Q_OBJECT
public:
explicit AdminSettingForm(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
~AdminSettingForm() ;
};
#endif //GUI_ADMINSETTINGFORM_H