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

21 lines
359 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
#include "forms/TabFormWidget.h"
class SettingFormWidget : public TabFormWidget
2022-06-14 18:04:44 +08:00
{
Q_OBJECT
2022-06-14 18:04:44 +08:00
public:
explicit SettingFormWidget(QWidget* aParent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
~SettingFormWidget();
};
2022-06-14 18:04:44 +08:00
#endif //ADMINSETTINGFORM_H