-
5 below VB source of the small programming interface techniques detailed in the...
下面5个VB源码的小程序接口技术,详细说明在包内压缩文件
- 2022-03-06 03:03:12下载
- 积分:1
-
可以实现局部换肤。
与传统的换肤不同的是,他不是将整体界面换肤,而是将其中的一个Frame,button,text换肤。...
可以实现局部换肤。
与传统的换肤不同的是,他不是将整体界面换肤,而是将其中的一个Frame,button,text换肤。-can achieve partial Eurocargo. With the traditional Eurocargo different is that he is not the overall interface common. Instead of the one frame, the button, text Eurocargo.
- 2022-03-09 15:21:21下载
- 积分: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
-
它是一种新的方式来旋转图像,通过使用剪切它的有用的电荷
It is a new way to Rotating the images by using shear it s useful to charge it
- 2022-02-06 09:54:59下载
- 积分:1
-
用VC制作带有滚动字幕的软件封面
用VC制作带有滚动字幕的软件封面-VC production with subtitles rolling cover software
- 2022-02-26 11:23:08下载
- 积分:1
-
对vc中的常用界面进行编程、同时对常用的出错信息进行描述,...
对vc中的常用界面进行编程、同时对常用的出错信息进行描述,-right vc the common programming interface, while the commonly used descriptive error messages,
- 2023-06-12 00:25:02下载
- 积分:1
-
VC实现神奇的云彩效果,包含有VB和VC两个版本的源代码m
VC实现神奇的云彩效果,包含有VB和VC两个版本的源代码m-VC to achieve amazing effects of clouds
- 2022-03-07 08:54:30下载
- 积分:1
-
C# VSTO C#编写的程序,自动启动outlook,并在收件人栏处自动填入收件人地址...
C# VSTO C#编写的程序,自动启动outlook,并在收件人栏处自动填入收件人地址-C# VSTO C# written procedures, self-starting outlook, and to automatically fill in the recipient addressee column Office Address
- 2022-03-12 01:30:41下载
- 积分: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
-
发工具:C 提供者:李月洁 ・此小软件实现了小型超市的进销存系统,它展示了小型超市的进货和销售,还有库存的各种技术!..翻译 开发工具:Java 提供......
发工具:C 提供者:李月洁 ・此小软件实现了小型超市的进销存系统,它展示了小型超市的进货和销售,还有库存的各种技术!..翻译 开发工具:Java 提供...
-made tools : C providers : Li Jie this small software a small supermarket Invoicing system, it features a small supermarket and wholesale sales, and inventory of technology! .. Translation development tools : Java provide ...
- 2022-07-11 17:48:07下载
- 积分:1