-
wince 下多行列表的使用实例,一个很好的自画列表控件,也算是我借花献佛吧,给有此爱好的朋友一个简单的例子...
wince 下多行列表的使用实例,一个很好的自画列表控件,也算是我借花献佛吧,给有此爱好的朋友一个简单的例子-wince under the multi-line list of the use of examples drawn from a very good list control.Also, I suppose I Jiehuaxianfo it, to have such loving friends in a simple example
- 2022-04-11 14:32:51下载
- 积分: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
-
对一个combox做成tree型结构。 语言vc
对一个combox做成tree型结构。 语言vc-Combox made of a tree structure. Language vc
- 2022-07-09 04:49:55下载
- 积分:1
-
Library Management System
Java库管理系统旨在帮助简化任务
- 2022-03-11 01:51:37下载
- 积分:1
-
MFC写的CTrayIcon托盘类源码
1. 把TrayIcon.cpp和TrayIcon.cpp拷贝到你的项目目录,并添加到项目中
2. 在CTray...
MFC写的CTrayIcon托盘类源码
1. 把TrayIcon.cpp和TrayIcon.cpp拷贝到你的项目目录,并添加到项目中
2. 在CTrayIconDemoDlg.h中加入#include "TrayIcon.h"
3. 添加成员变量CTrayIcon m_TrayIcon
4. 建立菜单资源,使其ID为:IDR_TRAY_MENU
5.声明消息处声明消息处理函数:-CTrayIcon
- 2022-05-22 05:40:17下载
- 积分:1
-
实现和计算的加法器
这个源代码是基于mfc与c++建立加法计算器。欢迎大家下载、试用。谢谢大家的支持!
- 2022-07-22 19:10:42下载
- 积分:1
-
本程序是由java编写的界面小游戏,由键盘控制,分级数
本程序是由java编写的界面小游戏,由键盘控制,分级数-this procedure is the preparation of java interface small games, controlled by the keyboard, a few grade
- 2022-01-25 16:54:22下载
- 积分:1
-
ASP编程用于对动态网页的特效运行,能通过刷新使你的网页上的图片,发生变化。...
ASP编程用于对动态网页的特效运行,能通过刷新使你的网页上的图片,发生变化。-ASP Programming for the dynamic effects of the operation of the website, so you can refresh the pictures on the website, change.
- 2022-03-15 04:19:03下载
- 积分:1
-
OfficeXPmenu (XP style menu source)
OfficeXPmenu(XP风格菜单源码)-OfficeXPmenu (XP style menu source)
- 2023-01-12 22:10:04下载
- 积分:1
-
window intimate with the Control Window Size changes in the (OCX)
窗口与控件窗口大小变化密切相关(OCX)
- 2022-02-02 07:30:48下载
- 积分:1