Rename AdminSettingForm to SettingFormWidget.
This commit is contained in:
20
src/forms/settings/SettingFormWidget.h
Normal file
20
src/forms/settings/SettingFormWidget.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Created by Krad on 2021/11/22.
|
||||
//
|
||||
|
||||
#ifndef ADMINSETTINGFORM_H
|
||||
#define ADMINSETTINGFORM_H
|
||||
|
||||
#include "forms/TabFormWidget.h"
|
||||
|
||||
class SettingFormWidget : public TabFormWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SettingFormWidget(QWidget* aParent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
|
||||
~SettingFormWidget();
|
||||
};
|
||||
|
||||
|
||||
#endif //ADMINSETTINGFORM_H
|
||||
Reference in New Issue
Block a user