-
基于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
-
game
扫雷游戏先说下原理,原理其实很简单,设法获得“雷区”的数据,然后通过模拟鼠标动作,点击雷区上非地雷的的格子,就搞定了:) 所以技术难点只有三个:获得雷区数据、找到扫雷程序和模拟鼠标动作。
-game
- 2022-01-24 15:35:41下载
- 积分:1
-
灰色预测的MATLAB程序,只要你将输入向量换成你的数据,结果、检验都出来了...
灰色预测的MATLAB程序,只要你将输入向量换成你的数据,结果、检验都出来了-Gray forecast MATLAB program, as long as you replace the input vector of your data, the results, testing all out. . .
- 2022-01-27 16:14:40下载
- 积分:1
-
c语言的著名编程工具。内付说明文件等
界面简单,实用。
c语言的著名编程工具。内付说明文件等
界面简单,实用。-c famous language programming tools. Note settled within documents interface is simple and practical.
- 2022-06-18 07:00:16下载
- 积分:1
-
tifftechnote2.txt.gz IJG的JPEG
ijg jpeg TIFFTechNote2.txt.gz
- 2022-02-12 15:29:03下载
- 积分:1
-
This function is leting user load,but it is not very useful and very common
用户登陆This function is leting user load,but it is not very useful and very common-This function is leting user load,but it is not very useful and very common
- 2023-04-11 17:35:04下载
- 积分:1
-
介绍Windows CE开发工具Platform Builder的原版英文资料!不可不看!...
介绍Windows CE开发工具Platform Builder的原版英文资料!不可不看!-introduced Windows CE Platform Builder development tool in the original English! Must-see!
- 2022-02-01 07:57:04下载
- 积分:1
-
可以实现过去,现在,乃至不同时区的切换。可以实现倒计时,时间长短计时和提醒。很适合用在一般事务安排和约会时间等待上。...
可以实现过去,现在,乃至不同时区的切换。可以实现倒计时,时间长短计时和提醒。很适合用在一般事务安排和约会时间等待上。-Can be achieved in the past, present, and even to switch time zones. Countdown can be achieved, time, length of time and reminders. Very suitable for use in the General Service arrangements and the appointment time to wait on.
- 2022-01-26 02:35:16下载
- 积分:1
-
这一个很好玩的手机游戏,需要在Eclipse里面才能运行
这一个很好玩的手机游戏,需要在Eclipse里面才能运行
-this one is a lot of fun phone games, the need to run inside Eclipse
- 2023-05-29 02:30:03下载
- 积分:1
-
PHLILPS RC500 读写函数原代码
PHLILPS RC500 读写函数原代码
-PHLILPS RC500 original code reader function
- 2023-07-11 10:10:03下载
- 积分:1