-
vc气泡状提示编写示例,当鼠标指针放在输入框时,显示提示气泡...
vc气泡状提示编写示例,当鼠标指针放在输入框时,显示提示气泡-vc prompted the preparation of bubble-shaped sample, when the mouse pointer on the input box, the display prompts the bubble
- 2022-03-16 02:26:05下载
- 积分:1
-
VC was a CMFECToolTip categories to achieve the floating mouse suggest function,...
用VC写了一个CMFECToolTip类来实现浮动的鼠标提示功能,它能捕捉鼠标信息,当鼠标在设定的控件上停留时会显示彩色文本。-VC was a CMFECToolTip categories to achieve the floating mouse suggest function, it can catch mice information, when the mouse in the control set to stay on the text color will be displayed.
- 2022-03-20 05:31:45下载
- 积分:1
-
GridCtrl控件,附件演示了增强型的GridCtrl控件,如果你有这方面的需求,请参阅
GridCtrl控件,附件演示了增强型的GridCtrl控件,如果你有这方面的需求,请参阅-GridCtrl controls, Annex demonstrated enhanced GridCtrl control, if you have needs in this area, please refer to
- 2022-10-30 04:25: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
-
a software use for ftp transport
a software use for ftp transport
- 2022-05-30 21:39:05下载
- 积分:1
-
windows mobile手机应用程序编程例子源代码
windows mobile手机应用程序编程例子源代码-windows mobile phone application programming source code examples
- 2022-01-26 07:10:33下载
- 积分:1
-
一个很好的c# 语言学习软件。请大家看一下啊,不要错过哦
一个很好的c# 语言学习软件。请大家看一下啊,不要错过哦-a good c# language learning software. Please look at the ah, not to miss oh
- 2023-02-03 16:50:03下载
- 积分:1
-
数字显示的数字显示程序,并使用了几类,这个程序…
VC下的数字LED显示程序,利用了几个类,此程序是单文档的-VC digital LED display procedure, and use of several categories, this procedure is the single document
- 2022-03-19 13:27:17下载
- 积分:1
-
使用ATL创建Com组件
使用ATL创建Com组件-use ATL create Com Component
- 2022-02-12 14:11:54下载
- 积分:1
-
这是一个滚动横幅设计
这是一个滚动横幅设计-This is a rolling banner design
- 2023-07-25 00:15:03下载
- 积分:1