-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
vc调用大漠插件源码
使用vc调用大漠插件,可以进行编写自己的插件,也可以直接编写游戏脚本。
- 2022-01-24 15:07:11下载
- 积分:1
-
基于面部视频的亚健康研究中,对面部视频信息的采集程序,包括一些重要参数的获取...
基于面部视频的亚健康研究中,对面部视频信息的采集程序,包括一些重要参数的获取-Video-based facial sub-health study, pairs of facial video collection procedures, including the acquisition of some important parameters
- 2022-07-06 14:21:58下载
- 积分:1
-
j2me手机游戏代码,内含图片素材和源代码文件
j2me手机游戏代码,内含图片素材和源代码文件-j2me mobile game code, including picture material and source code files
- 2023-07-26 08:30:04下载
- 积分:1
-
一个采用VC+DX8.0编程的2D游戏, 有一定的可玩性.
游戏主题: 屠宰场.
同时, 对于学习DX和VC也有一定的帮助...
一个采用VC+DX8.0编程的2D游戏, 有一定的可玩性.
游戏主题: 屠宰场.
同时, 对于学习DX和VC也有一定的帮助
-using VC DX8.0 a 2D game programming, a certain degree of fun. The game theme : the slaughterhouse. Meanwhile, the study also DX and VC can help
- 2022-04-06 15:34:03下载
- 积分:1
-
viterbi verilog 代码生成程序,产生多项式可自由指定
viterbi verilog 代码生成程序,产生多项式可自由指定-viterbi verilog code generation process, resulting in freedom of the specified polynomial
- 2022-05-13 03:19:56下载
- 积分:1
-
using Java to write a small subset of functional simulator game for a practical...
用JAVA写的一个功能齐全的小型模拟器游戏,为一个实用型APPLET程序,算法超经典-using Java to write a small subset of functional simulator game for a practical APPLET procedures, algorithm-classic
- 2023-03-14 23:00:04下载
- 积分:1
-
陈列馆问题(不重复),每个房间不能重复监视,即每个房间有且仅有一个机器人监视...
陈列馆问题(不重复),每个房间不能重复监视,即每个房间有且仅有一个机器人监视-Museum issues (non-repetition), each room can not be repeated surveillance, that is, each room has one and only one robot to monitor
- 2022-06-16 11:41:05下载
- 积分:1
-
winsock的局域网通信系统支持c/s单工通信
winsock的局域网通信系统支持c/s单工通信-winsock LAN communications system to support the c/s single-communication
- 2023-05-01 10:40:04下载
- 积分:1
-
用MATLAB实现的RSA。界面友好,可加密任意长度字符串。
用MATLAB实现的RSA。界面友好,可加密任意长度字符串。-MATLAB RSA. Friendly interface, encryption arbitrary length of the string.
- 2023-05-15 07:05:03下载
- 积分:1