资源简介
学生管理系统
代码片段和文件信息
#include “LoginDialog.h“
#include “ui_LoginDialog.h“
#include
LoginDialog::LoginDialog(QWidget *parent) :
QDialog(parent)
ui(new Ui::LoginDialog)
{
ui->setupUi(this);
//创建QSqlTableModel
model=new QSqlTableModel(this);
model->setEditStrategy(QSqlTableModel::OnManualSubmit);
//设置登录对话框的标题
this->setWindowtitle(“登录“);
//设置登录对话框的图标
this->setWindowIcon(QIcon(“:/student/img/book.jpg“));
//设置登录对话框大小固定为399*252
this->setMaximumSize(399252);
this->setMinimumSize(399252);
//设置调色板用于设置titlelabel的颜色
QPalette p;
p.setColor(QPalette::WindowTextQt::black);
ui->titlelabel->setPalette(p);
//设置调色板用于设置logindialog的背景
QPalette palette;
palette.setBrush(QPalette::BackgroundQBrush(QPixmap(“:/s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-12-08 18:02 StudentSystem\
文件 6663 2015-12-12 01:40 StudentSystem\LoginDialog.cpp
文件 927 2015-12-11 14:17 StudentSystem\LoginDialog.h
文件 7926 2015-12-10 22:27 StudentSystem\LoginDialog.ui
文件 7921 2015-12-12 13:58 StudentSystem\RegisterDialog.cpp
文件 753 2015-12-09 10:45 StudentSystem\RegisterDialog.h
文件 5845 2015-12-09 00:16 StudentSystem\RegisterDialog.ui
文件 4091 2015-12-10 22:46 StudentSystem\StuInfo.cpp
文件 791 2015-12-10 20:56 StudentSystem\StuInfo.h
文件 4632 2015-12-11 00:29 StudentSystem\StuInfo.ui
文件 1717 2015-12-11 13:33 StudentSystem\StuInfoSearch.cpp
文件 626 2015-12-11 13:30 StudentSystem\StuInfoSearch.h
文件 5045 2015-12-11 00:29 StudentSystem\StuInfoSearch.ui
文件 4845 2015-12-10 22:46 StudentSystem\StuPassWord.cpp
文件 714 2015-12-10 21:05 StudentSystem\StuPassWord.h
文件 5009 2015-12-11 15:42 StudentSystem\StuPassWord.ui
文件 6019 2015-12-12 14:03 StudentSystem\StudentManage.cpp
文件 1190 2015-12-11 17:56 StudentSystem\StudentManage.h
文件 7350 2015-12-11 14:17 StudentSystem\StudentManage.ui
文件 1825 2015-12-12 13:10 StudentSystem\StudentSocre.cpp
文件 586 2015-12-11 00:38 StudentSystem\StudentSocre.h
文件 1711 2015-12-11 16:44 StudentSystem\StudentSocre.ui
文件 1299 2015-12-11 21:30 StudentSystem\StudentSystem.pro
文件 33524 2015-12-12 13:53 StudentSystem\StudentSystem.pro.user
文件 4717 2015-12-11 22:37 StudentSystem\TeaPassWord.cpp
文件 720 2015-12-11 22:34 StudentSystem\TeaPassWord.h
文件 4517 2015-12-11 20:38 StudentSystem\TeaPassWord.ui
文件 3058 2015-12-12 14:06 StudentSystem\TeacherChangeScore.cpp
文件 744 2015-12-11 23:53 StudentSystem\TeacherChangeScore.h
文件 2632 2015-12-12 14:06 StudentSystem\TeacherChangeScore.ui
文件 2718 2015-12-12 01:56 StudentSystem\TeacherDelete.cpp
............此处省略62个文件信息
- 上一篇:modelbus协议rtutcp
- 下一篇:串口数据模拟收发(QT)
相关资源
- STemWin无操作系统移植-(STM32)
- 《从0到1教你写uCOS-III》pdf 图文教程(
- c++学生信息管理系统源码(数据保存
- hotelcy大学餐厅的管理系统源码(附数
- 设备管理器硬件扫描,发现新硬件
- 模糊系统与模糊控制教程 王立新 经典
- 计算机系统结构+第2版+习题解答+郑纬
- c++ 哈夫曼编译码器
- vs2017环境,windows系统,检测网线插入
- 图书馆管理系统(c++入门级源码)9
- c++ 文件目录管理与显示(源码+设计文
- C++语言读取Windows系统硬盘信息
- 计算机操作系统(修订版)ppt课件[汤
- 大作业:个人财务管理系统源码
- 操作系统概论(2018版)
- C++小型的局域网监控系统
- 汽车电池监控系统
- 安卓系统二维码扫描
- 智能滴灌系统软件源代码及APK(APP只
- 细胞统计识别系统
- MFC教学楼管理系统
- ABCBank(银行管理系统)
- 计组课设:MIPS32 指令系统仿真实现
- 基于qt的餐厅管理系统
- c++实现阿里云服务器管理 跨平台源码
- 嵌入式系统高级C语言编程详细书签版
- 北斗导航系统卫星星座显示与仿真
- 操作系统进程调度先来先服务、短进
- 基于MFC的学生信息管理系统
- 基于MFC 仿QQ聊天系统
评论
共有 条评论