代码拉取完成,页面将自动刷新
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include "entitys.h"
#include "teacher/AdminManageList.h"
#include "student/StudentManageList.h"
#include "teacher/DepartmentManageDialog.h"
#include "teacher/MajorManageDialog.h"
#include "teacher/ClassManageDialog.h"
#include "teacher/TeacherListDialog.h"
#include "student/StudentListDialog.h"
#include "service/BasicService.h"
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
void setUserInfo(const UserInfo &userInfo);
private:
Ui::MainWindow *ui;
UserInfo m_userInfo;
AdminManageList m_adminList;
StudentManageList m_stuList;
DepartmentManageDialog * m_depManageDlg;
MajorManageDialog * m_majorManageDlg;
ClassManageDialog * m_classManageDlg;
StudentListDialog * m_stuListDlg;
TeacherListDialog *m_tecListDlg;
private slots:
void onTeacherClick();
void onStudentClick();
void onDepartClick();
void onMajorClick();
void onClassClick();
void onStudentManageClick();
void onTeacherManageClick();
};
#endif // MAINWINDOW_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。