-
一个关于图形绘制的例子,教你使用Graphics对象绘图
一个关于图形绘制的例子,教你使用Graphics对象绘图-on a graphic example, you use the Graphics object mapping
- 2022-06-27 21:13:55下载
- 积分:1
-
imitation XP style controls (source code)
仿XP风格控件(源代码)-imitation XP style controls (source code)
- 2022-07-03 19:54:56下载
- 积分:1
-
rolling with the command
带有滚动条的命令行接口-rolling with the command-line interface
- 2022-06-01 10:18:00下载
- 积分: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
-
这是一个文件读写的例子,它是在VC工具下做的,但不是用MFC,而是用C++程序做的。...
这是一个文件读写的例子,它是在VC工具下做的,但不是用MFC,而是用C++程序做的。-This is a document literacy example, it is done under VC tool, but not using MFC, but C procedures do.
- 2023-08-29 07:35:03下载
- 积分:1
-
jQuery在线客服插件
应用背景这个是一个使用jQuery开发的在线客服demo,代码简洁,功能清晰。在使用时只需在HTML中引入jQuery文件和jquery.Sonline.js文件,详细代码如下下面的代码简介。目前该功能可以兼容主流浏览器,而且页面非常流畅的。
关键技术
jquery在线qq客服插件
$(function(){
$("body").Sonline({
Position:"right",//left或right
Top:200,
- 2023-06-19 05:40:04下载
- 积分:1
-
年、月份选择控件
年、月份选择控件-Year, month selector control
- 2023-08-31 07:30:03下载
- 积分:1
-
codeguru上的atl编程sizingframework_demo.zip
codeguru上的atl编程sizingframework_demo.zip-codeguru atl programs sizingframework_demo.zip
- 2023-04-06 12:00:03下载
- 积分:1
-
C #录音
audio recording in c#
- 2022-01-25 19:25:51下载
- 积分:1
-
这个是我在网站上看到的一个仿影音传送带界面的制作程序,觉得对于做界面的朋友会有所帮助....
这个是我在网站上看到的一个仿影音传送带界面的制作程序,觉得对于做界面的朋友会有所帮助.-this is what I see on the website of a fake video production conveyor interface procedures do think that the interface friends will be helpful.
- 2022-11-28 07:30:03下载
- 积分:1