-
基于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
-
C++ 程序恢复格式化误删除的数据
C++ 程序恢复因格式化而误删除的数据,一款unformat程序,主要实现格式化后的数据恢复,支持超过200G的大硬盘进行格式化后的数据恢复。
- 2022-03-06 06:41:52下载
- 积分:1
-
SVM principle of support vector machines for a high
支持向量机原理,对支持向量机进行了高度概括的总结和介绍。可以使初学者尽快地了解和熟悉支持向量机。-SVM principle of support vector machines for a high-level summary of the summary and introduction. Beginners can quickly understand and become familiar with SVM.
- 2023-09-07 12:40:03下载
- 积分:1
-
这是个用于内网抓包工具的使用介绍文档,希望给朋友们提供帮助。...
这是个用于内网抓包工具的使用介绍文档,希望给朋友们提供帮助。-it is used within the network to use the tools capturing Packet introduced documents, hope to the help of our friends.
- 2023-04-23 23:30:03下载
- 积分:1
-
贪吃蛇,还有点问题,希望各位网友可以提出改进的方法
贪吃蛇,还有点问题,希望各位网友可以提出改进的方法-Snake, there are points in the hope that netizens can improve the way
- 2022-01-24 12:40:14下载
- 积分:1
-
it is a elevator controller.
八层电梯控制器设计,主要特色是对外部电梯请求命令的异步采集,同步发出,为一组三个电梯的控制器-it is a elevator controller.
- 2022-05-29 20:09:04下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
电机双
直流电机双闭环控制系统matlab仿真程序-Motor double-loop control system simulation program Matlab
- 2022-07-26 05:05:44下载
- 积分:1
-
jQuery 左右切换的网站焦点图特效
jQuery 左右切换的网站焦点图特效,一款基于jQuery的网站幻灯片左右切换特效代码,与其它幻灯片不同的是,左右两侧增加了背景高亮的效果,获得了更好的操作体验,当你把鼠标放在左右任意一侧的时候,一侧的背景会突出显示,点击后即可切换图片。
- 2022-05-20 07:13:49下载
- 积分:1
-
[Trone V0.1] profiles gamers control a key : R, F, D, G game two control buttons...
[Trone V0.1]功能简介 游戏者1控制键:R,F,D,G 游戏者2控制键:UP,DOWN,LEFT,RIGHT F1:查看帮助信息 F2:设定游戏速度等级,0为最快,1为正常,2最慢 F3:设定游戏者1的颜色,有15种颜色可以选择,黑色是背景色,不能选 F4:设定游戏者2的颜色-[Trone V0.1] profiles gamers control a key : R, F, D, G game two control buttons : UP, DOWN, LEFT, RIGHT F1 : View information to help F2 : Setting speed grade games, 0 for the fastest one- normally, the two slowest F3 : a game set the color, 15 colors to choose from, the background color is black, not your F4 : Setting game two colors
- 2022-01-26 03:55:01下载
- 积分:1