-
this procedure can be used to set up with pictures of the toolbar for Jinshan DU...
这个程序可以用于设置带图片的工具栏,用于仿效金山DUBA的外观真的很好用-this procedure can be used to set up with pictures of the toolbar for Jinshan DUBA follow the appearance of really good use
- 2022-04-25 00:39:10下载
- 积分: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
-
vb 一个画图的例子,希望对初学者有些帮助
vb 一个画图的例子,希望对初学者有些帮助-vb a drawing examples, and I hope to help some beginners
- 2022-04-08 03:18:35下载
- 积分:1
-
包括界面设计、系统编程、数据库编程、组件对象模型、网络程序设计的实例。...
包括界面设计、系统编程、数据库编程、组件对象模型、网络程序设计的实例。-Including interface design, system programming, database programming, component object model, network programming examples.
- 2022-03-02 16:17:52下载
- 积分: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
-
图书管理
用c#做的放大缩小的控件
用c#做的放大缩小的控件
用c#做的放大缩小的控件
用c#做的放大缩小的控件
用c#做的放大缩小的控件
- 2022-01-27 15:29:03下载
- 积分:1
-
c++实现bezier曲线
c++实现bezier曲线,算出bezier曲线的参数方程的系数,供其他绘图软件进行绘图,-c++ achieve Bezier curves, Bezier curves to calculate the parameters of equation coefficients for the other mapping software for mapping.
- 2022-07-25 03:23:41下载
- 积分:1
-
VC controls the development of interface components sample source code, this is...
VC开发界面控件组件示例源代码,这是一个开发滚条控件的例子,并带有VB使用此控件的例子.-VC controls the development of interface components sample source code, this is a development of controls be rolling examples and use this control with VB examples.
- 2022-10-25 03:55:03下载
- 积分:1
-
the procedure is a simple bitmap reduction procedures, rectangular bitmap downsi...
这个程序是一个简单的裁减位图的程序,把矩形的位图裁减成为圆形的位图!-the procedure is a simple bitmap reduction procedures, rectangular bitmap downsizing round bitmap!
- 2022-01-25 23:14:34下载
- 积分:1
-
一个很cool的日期选择控件
一个很cool的日期选择控件-A very cool date selector
- 2022-04-18 21:05:42下载
- 积分:1