-
此示列展示了写的图表(Chart)程序的方法
此示列展示了写的图表(Chart)程序的方法-out of this show was the display of the chart (Chart) procedures methods
- 2022-03-10 16:50:53下载
- 积分:1
-
currently the best interface to enhance controls, the biggest feature is not to...
目前最好的界面增强控件,最大的特点就是不用改变现在的程序,只要把此控件加如程序就可以自动完成。-currently the best interface to enhance controls, the biggest feature is not to change the existing procedure, as long as this increases as control procedures can be done automatically.
- 2022-01-26 01:36:39下载
- 积分:1
-
学生成绩管理系统
基于qt的界面设定,学生成绩管理系统,包括信息查询,修改删除等学生课程设计的C++,Qt,设计模式,使用到简单工厂方法,对于登录系统,分角色的登录对于锻炼编程能力很有帮助,学生课程设计的C++,Qt,设计模式,使用到简单工厂方法,对于登录系统,分角色的登录对于锻炼编程能力很有帮助�...
- 2022-02-06 02:11:53下载
- 积分:1
-
学生管理
一种软件,在准入管理的院校和机构和所有学生的信息可以帮助些那里的什么高达日期学历和哪一类他进来他标记以及每个大学需要从高校的信息。学生管理可以帮助管理员来维护学生信息
- 2023-02-16 20:35:04下载
- 积分:1
-
FTP 客户机
资源描述
- 2022-03-21 15:59:24下载
- 积分:1
-
一个很好的VB程序是关于成绩查寻的.大家看看给些意见.
一个很好的VB程序是关于成绩查寻的.大家看看给些意见.-a good VB program is on the search results. We look to these views.
- 2022-05-11 01:32:49下载
- 积分:1
-
VC++ MFC 做的软件程序
这个是用VC++ MFC编写的界面开开程序,很实用的啊,欢迎下载使用,不懂的请联系我 ,很好的资源,值得下载,
- 2023-02-01 21:00:04下载
- 积分:1
-
很间的一个小例子,实现了进度条的使用方法。
很间的一个小例子,实现了进度条的使用方法。-Is among a small example of a progress bar to use.
- 2022-03-12 22:44:27下载
- 积分:1
-
航空订票系统,实现订票、退票、查询等功能,给定相应的客户信息,方便用户的查询...
航空订票系统,实现订票、退票、查询等功能,给定相应的客户信息,方便用户的查询-plane ticket management system, the system realize the functionality of booking ticket, returning ticket, querying ticket and so on. based on the type of customer, the system provide different information
- 2023-03-31 06:20:03下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1