-
基于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
-
ahb_interface
AHB BUS, Master Slave Arbiter -- example(AHB BUS, Master Slave Arbiter)
- 2020-11-23 10:39:35下载
- 积分:1
-
实例学习!
c++实例~ 初学基础-examples based learning!
- 2023-03-27 08:40:03下载
- 积分:1
-
jquery简洁版图片左右切换
图文左右切换效果,左右两个卡通版箭头,点击后图片可以左右切换(Left and right switching effect, left and right two cartoon arrows, click on the picture can switch left and right)
- 2018-12-06 20:33:07下载
- 积分:1
-
matlabwj
说明: 根据此算法可以将补偿函数与刘维尔分数阶导数相结合,则可以得出高精度的caputo分数阶导数。(According to this algorithm, the compensation function can be combined with the Liouville fractional derivative, and the Caputo fractional derivative with high accuracy can be obtained.)
- 2019-10-09 21:26:53下载
- 积分:1
-
基于单片机的智能电子琴设计
说明: 很好的高级例子,stc89c52 可以下载用keil学习(Good advanced example, STC89C52 can be downloaded to learn with Keil)
- 2020-06-27 21:51:49下载
- 积分:1
-
IM_sync_frame
说明: induction motor modeling in synchronous reference frame
- 2020-06-25 03:20:02下载
- 积分:1
-
子类对话框的设计,拆分的源窗口,界面开发很好的…
对话框子类设计,窗口拆分的源程序,是进行界面开发的好资源。
-Subclass dialog design, split the source window, interface development is a good resource.
- 2023-05-22 14:00:03下载
- 积分:1
-
在VC++下处理DHTML文件中的表格对象
在VC++下处理DHTML文件中的表格对象,程序试图通过包装对DHTML表格的操作使程序员从无聊的报表设计中解脱出来。主要有核心的两个模块组成: 启程报表和启程动态数组C++模板类共同配合完成。
- 2022-07-02 06:16:49下载
- 积分:1
-
threemachines
说明: 这是三机九节点系统潮流计算的模型,适合于初学者了解潮流计算。是在matlab/simulink下建立的模型,非常直观。(This is the model of 3-generator 9-bus system which can be used to calculate the power flow)
- 2020-04-02 10:20:50下载
- 积分:1