Rename AdminSettingForm to SettingFormWidget.

This commit is contained in:
Krad
2022-07-14 14:43:33 +08:00
parent 2eda2717e5
commit 6c14e78cfd
3 changed files with 8 additions and 8 deletions

View 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