-
基于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
-
水印程序,基于DWT变换的文字水印程序,有比较好的鲁棒性和其他性能...
水印程序,基于DWT变换的文字水印程序,有比较好的鲁棒性和其他性能-Watermark program, based on DWT transform text watermark procedures, better robustness and other performance
- 2022-07-23 18:08:24下载
- 积分:1
-
一个小游戏 很好玩的扫雷游戏 比起电脑中的扫雷游戏给小巧
一个小游戏 很好玩的扫雷游戏 比起电脑中的扫雷游戏给小巧
-a little game is a lot of fun to the game than mine in a computer game compact mine
- 2022-03-11 23:04:41下载
- 积分:1
-
语音控制小车(基于凌阳61板)具有语音训练识别,控制小车的功能。...
语音控制小车(基于凌阳61板)具有语音训练识别,控制小车的功能。-Voice-controlled car (based on the Sunplus 61 board) has the voice training in the identification, control car functions.
- 2022-07-23 13:24:30下载
- 积分:1
-
摩托罗拉w156驱动,由其它版本驱动修改来,moto暂时还没有官方的w156驱动,用这个先对付一下吧。...
摩托罗拉w156驱动,由其它版本驱动修改来,moto暂时还没有官方的w156驱动,用这个先对付一下吧。-Motorola w156-driven, driven by modifications to other versions, moto far there have been no official w156 driver, use this to deal with you.
- 2022-01-25 20:14:42下载
- 积分:1
-
点击“课程信息”按钮,弹出
单击“课程信息”按钮,弹出“学生基本信息”对话框,单击“添加”按钮,对话框内容显示在列表框中。-click "Curriculum Information" button, the pop-up "students basic information" dialog box, click "Add" button, dialog box as shown in the list box.
- 2022-03-21 22:03:23下载
- 积分:1
-
Forouzan slide Datacommunication and networking
Forouzan slide Datacommunication and networking
- 2022-10-04 22:05:05下载
- 积分:1
-
犯错
一、目录结构说明
01.游戏演示 演示CAI的源程序
02.我来了 第2章我来了源程序
03.让我动吧 第3章让我动吧源程序
04.别给我框框 第4章别给我框框源程序
05.走四方 第5章走四方源程序
06.穿越丛林 第6章穿越丛林源程序
07.广阔天地 第7章广阔天地源程序
08.脚踏实地 第8章脚踏实地源程序
08-1.求解最短路径 求解最短路径源程序
09.狩猎谋生 第9章狩猎谋生源程序
10.快一点 第10章快一点源程序
10-1.资源打包 资源打包源程序
11.再快一点 第11章再快一点源程序
12.真的打呀 第12章真的打呀源程序
13.地图编辑器 第13章地图编辑器源程序
游戏类库 共用GDI游戏类库
运行程序 所有运行程序-err
- 2022-08-13 07:45:42下载
- 积分:1
-
实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!...
实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!-achieve long-integer arithmetic, as modified by the cross-border solution to the problem of calculating the number 200!
- 2023-02-13 22:50:03下载
- 积分:1
-
tc graphical programming of the mouse and keyboard first important document
tc图形编程中的鼠标和键盘的重要头文件-tc graphical programming of the mouse and keyboard first important document
- 2022-01-21 21:50:57下载
- 积分:1