-
给应用软件增加skin功能的代码
给应用软件增加skin功能的代码-application software to increase the skin"s code
- 2022-09-28 17:40:03下载
- 积分:1
-
是一个关于VB的城市人口的程序,希望对学 VB的同学有所帮助
是一个关于VB的城市人口的程序,希望对学 VB的同学有所帮助-VB is one of the procedures of the urban population, and I hope to learn VB help students
- 2022-04-10 10:29:35下载
- 积分: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
-
开发一个类似XP 风格的源代码
开发一个类似XP 风格的源代码-development of a similar style XP source code
- 2022-01-24 09:53:43下载
- 积分:1
-
COMBOBOX the expansion of a category. Reference to some of the information netwo...
一个COMBOBOX的扩展类。参考了网络上的部分资料,自己动手制作了一个。-COMBOBOX the expansion of a category. Reference to some of the information network, developed a do-it-yourself.
- 2022-05-19 01:18:46下载
- 积分:1
-
This procedure is used to write out a standard WINDOWS interface is used to achi...
本程序用来编写一个标准的WINDOWS界面出来,用来实现体验GDI+的功能。-This procedure is used to write out a standard WINDOWS interface is used to achieve the experience the GDI+ functions.
- 2023-04-17 10:55:03下载
- 积分:1
-
VC++矢量绘图程序 自己写的
VC++矢量绘图程序 自己写的-VC++ Vector drawing program written in their own
- 2022-04-28 10:44:09下载
- 积分:1
-
s3c2440下移植ucgui实例
该程序由本人亲测可以成功的在2440的开发板上运行,感觉还不错而且还可以实用可视化工具来进行界面设计实在是太给力了,就好比qt,虽然没有qt那样强大,但它的可移植性是qt无法实现的。
- 2022-09-09 22:30:39下载
- 积分:1
-
摄像头实用程序控件实例
摄像头实用程序控件实例-camera Utility Control Case
- 2022-03-15 06:42:55下载
- 积分:1
-
三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助...
三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助-NURBS 3D graphics algorithm source code to engage in three-dimensional graphics programming to help people
- 2022-07-01 04:55:23下载
- 积分:1