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

21 lines
355 B
C
Raw Normal View History

//
// Created by Krad on 2021/11/22.
//
2022-06-14 18:04:44 +08:00
#ifndef ADMINSETTINGFORM_H
#define ADMINSETTINGFORM_H
2022-06-14 18:04:44 +08:00
#include "forms/tabformwidget.h"
2022-06-14 18:04:44 +08:00
class AdminSettingForm :public TabFormWidget
{
Q_OBJECT
2022-06-14 18:04:44 +08:00
public:
2022-06-14 18:04:44 +08:00
explicit AdminSettingForm(QWidget* aParent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
~AdminSettingForm();
};
2022-06-14 18:04:44 +08:00
#endif //ADMINSETTINGFORM_H