Files
GUI/src/forms/settings/AdminSettingForm.h

19 lines
369 B
C
Raw Normal View History

//
// Created by Krad on 2021/11/22.
//
#ifndef GUI_ADMINSETTINGFORM_H
#define GUI_ADMINSETTINGFORM_H
2022-02-14 11:40:40 +08:00
#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