Account Table form
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "generalform.h"
|
||||
#include <QPushButton>
|
||||
#include "systemsettingform.h"
|
||||
#include "AccountTableForm.h"
|
||||
|
||||
AdminSettingForm::AdminSettingForm(QWidget* parent, Qt::WindowFlags f) : TabFormWidget(parent) {
|
||||
|
||||
@@ -42,8 +43,8 @@ AdminSettingForm::AdminSettingForm(QWidget* parent, Qt::WindowFlags f) : TabForm
|
||||
GeneralForm* generalForm = new GeneralForm(this);
|
||||
stackedWidget->addWidget(generalForm);
|
||||
|
||||
QLabel* acc = new QLabel(this);
|
||||
acc->setText("Account Manage");
|
||||
AccountTableForm* acc = new AccountTableForm(this);
|
||||
|
||||
stackedWidget->addWidget(acc);
|
||||
|
||||
systemSettingForm* systemSetting = new systemSettingForm(this);
|
||||
|
||||
Reference in New Issue
Block a user