91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

學生綜合測評管理系統(tǒng),以前寫的大作業(yè),qt平臺帶gui,使用sql server數據庫,單程序根據用戶身份分配數據庫操作權限,界面簡單

資源截圖

代碼片段和文件信息

#include?“adminctrl.h“
#include?“ui_adminctrl.h“
#include?“changpwdialog.h“
#include?“modassesdialog.h“
#include?“syssetdialog.h“
#include?“infomoddialog.h“
#include?“l(fā)ogindialog.h“
#include?“database.h“

static?QString?xauth;
static?QString?xid;
static?QString?xname;
/*?新建全局變量xauth,xid,xname記錄由登錄窗口傳遞的用戶權限,登錄名,姓名的值?*/


adminCtrl::adminCtrl(QWidget?*parent)?:
????QMainWindow(parent)
????ui(new?Ui::adminCtrl)
{
????ui->setupUi(this);
????connect(ui->action_ExitSIGNAL(triggered())thisSLOT(on_exitBtn_clicked()));
????connect(ui->action_Log_outSIGNAL(triggered())thisSLOT(logout()));
????connect(ui->action_About_2SIGNAL(triggered())thisSLOT(about()));
}
/*?管理員主窗口的構造函數。
?*?此函數在窗口產生時調用。
?*?輸入參數:QWidget類指針對象”父窗體“
?*?繼承自:QMainWindow類父窗體,命名空間ui。
?*?在構造函數中手動連接:窗口

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????.CA....????114477??2014-05-23?09:23??StudentTest\7.ico

????.CA....??????3085??2015-01-13?14:55??StudentTest\adminctrl.cpp

????.CA....???????599??2015-01-12?19:52??StudentTest\adminctrl.h

????.CA....??????8965??2015-01-13?14:55??StudentTest\adminctrl.ui

????.CA....??????1926??2015-01-12?19:52??StudentTest\changpwdialog.cpp

????.CA....???????458??2015-01-12?19:52??StudentTest\changpwdialog.h

????.CA....??????4772??2015-01-12?21:09??StudentTest\changpwdialog.ui

????.CA....???????661??2015-01-12?19:52??StudentTest\clock.h

????.CA....??????1693??2015-05-16?16:34??StudentTest\database.h

????.CA....??????2918??2015-01-12?19:52??StudentTest\dbquery.h

????.CA....?????27523??2014-12-28?19:34??StudentTest\images\7.png

????.CA....?????30981??2014-12-28?15:36??StudentTest\images\sgu.png

????.CA....?????99451??2015-01-12?20:59??StudentTest\images\splash.png

????.CA....??????1645??2015-01-13?13:54??StudentTest\infomoddialog.cpp

????.CA....???????595??2014-12-28?17:39??StudentTest\infomoddialog.h

????.CA....??????5283??2015-01-12?21:10??StudentTest\infomoddialog.ui

????.CA....??????1061??2014-12-26?22:15??StudentTest\infoquerydialog.cpp

????.CA....???????451??2014-12-26?22:08??StudentTest\infoquerydialog.h

????.CA....??????6268??2015-01-12?21:15??StudentTest\infoquerydialog.ui

????.CA....??????3821??2015-01-13?13:54??StudentTest\logindialog.cpp

????.CA....???????386??2014-12-28?17:39??StudentTest\logindialog.h

????.CA....??????4088??2015-01-12?21:05??StudentTest\logindialog.ui

????.CA....??????1208??2015-01-02?10:27??StudentTest\main.cpp

????.CA....??????2975??2014-12-28?23:07??StudentTest\modassesdialog.cpp

????.CA....???????734??2014-12-28?23:07??StudentTest\modassesdialog.h

????.CA....??????4624??2015-01-12?21:11??StudentTest\modassesdialog.ui

????.CA....??????1871??2014-12-28?17:39??StudentTest\modpwdialog.cpp

????.CA....???????432??2014-12-28?17:39??StudentTest\modpwdialog.h

????.CA....??????5196??2015-01-12?21:12??StudentTest\modpwdialog.ui

????.CA....????????58??2014-12-29?14:05??StudentTest\myicon.rc

............此處省略22個文件信息

評論

共有 條評論