-
it can connet with a database.
与数据库相连的一个应用程序,是在VC环境下编写的。-it can connet with a database.
- 2022-12-15 12:30:04下载
- 积分:1
-
仿netmeeting的界面程序
仿netmeeting的界面程序- Imitates netmeeting the contact surface procedure
- 2022-10-01 14:35:03下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
mobile
移动无标题栏窗体-mobile-column headline Form
- 2023-07-17 18:30:03下载
- 积分:1
-
GIS中对地图的基本操作,如地图的加载和显示,以及要素特征的查找等等。...
GIS中对地图的基本操作,如地图的加载和显示,以及要素特征的查找等等。-GIS map of the basic operations, such as maps and display the load, and the characteristics of the elements of search and so on.
- 2022-02-06 22:34:19下载
- 积分:1
-
完美实现了在statusbar上面的progressbar实现代码,效果佳。
完美实现了在statusbar上面的progressbar实现代码,效果佳。-perfect realization of the statusbar progressbar achieve the above code, the effect good.
- 2022-05-15 02:36:54下载
- 积分:1
-
一款中国象棋的源程序,难度不大,供各位编程辛苦闲暇之余玩乐...
一款中国象棋的源程序,难度不大,供各位编程辛苦闲暇之余玩乐-new source of Chinese chess, not more difficult, for your hard leisure programming while having fun
- 2023-05-03 08:10:02下载
- 积分:1
-
JS 网页代码
网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作网页制作
- 2022-06-03 16:38:31下载
- 积分:1
-
通过继承下拉框JComboBox来满足应用程序的特定需要,并在此基础上实现其他一些功能...
通过继承下拉框JComboBox来满足应用程序的特定需要,并在此基础上实现其他一些功能-through inheritance drop-down box JComboBox applications to meet the specific needs and, in this on the basis of other features
- 2022-08-16 09:10:03下载
- 积分:1
-
GridView自定义控件源码GridView自定义控件支持自定义页面底…
GridView自定义控件源码
GridView自定义控件,支持自定义页码显示,排序导出Excel等
用到自带的Sqldatasource控件,附加即可
开发环境:VS2008+Sql2005-GridView custom control source GridView custom control to support custom page display, sorting, etc. used to export Excel
- 2022-05-23 20:18:29下载
- 积分:1