-
一段代码,可使系统位于WINDOWS系统的托盘中,并可设置
一段代码,可使系统位于WINDOWS系统的托盘中,并可设置-section of code, which makes the system located in the Windows system tray and can set up
- 2023-03-29 15:55:03下载
- 积分:1
-
MFC入门学习资料,对有一定C++基础的人学习MFC将会有帮助
MFC入门学习资料,对有一定C++基础的人学习MFC将会有帮助-learning materials to a certain extent based on the C study will help MFC
- 2022-03-11 04:19:25下载
- 积分: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
-
邮件提醒,新邮件的及时提醒,可以配合outlook使用,只要设置一下outlook的路径...
邮件提醒,新邮件的及时提醒,可以配合outlook使用,只要设置一下outlook的路径-E-mail reminders, new messages of a timely reminder, you can use with the outlook, as long as you set the path to outlook
- 2022-06-29 07:05:52下载
- 积分:1
-
一个简易的基于C#的绘图板
资源描述可以画直线,圆 椭圆,多边形,折线等等,且能够创建工程,将画图元素进行保存,此外,还能对画图元素进行选择,删除和调整。还对画图元素的颜色和线条粗细进行修改。
- 2022-03-05 10:14:12下载
- 积分:1
-
心电波形显示
资源描述下位机传送数据到电脑上,本程序实时显示传输来的温度、大气压、加速度,并实时显示心电波形。使用labview来实现,有生物医学检测的相关问题大家可以一起互相交流。
- 2023-02-07 10:05:03下载
- 积分:1
-
法国INSIDE公司的读卡模块M210的数据手册,包含相关的通讯指令。...
法国INSIDE公司的读卡模块M210的数据手册,包含相关的通讯指令。-France INSIDE" s reader module M210 data sheet, including related communications directives.
- 2023-02-15 22:05:03下载
- 积分:1
-
网站管理程序,功能完善,测试无误,由dotnet2.0开发,符合web2.0标准...
网站管理程序,功能完善,测试无误,由dotnet2.0开发,符合web2.0标准-Web site management procedures, functional, tests correct, by the dotnet2.0 developed in line with the standard web2.0
- 2023-03-21 22:35:04下载
- 积分:1
-
使用TreeView的使用技巧,希望对大家有点用处
TREEVIEW的使用技巧,希望对大家有点用处-Use TREEVIEW the use of skills, we hope to use a bit
- 2022-04-20 02:11:28下载
- 积分:1
-
This tutorial will show you how to create docking tool windows
This tutorial will show you how to create docking tool windows- This tutorial will show you how to create docking tool windows
- 2023-01-11 09:35:04下载
- 积分:1