-
This is a small flash procedure for the design of navigation, web pages more liv...
这是一个flash小程序,用于导航条的设计,使网页更加生动活泼-This is a small flash procedure for the design of navigation, web pages more lively
- 2022-05-22 05:53:55下载
- 积分:1
-
玩过红警的人不少,但是想自己编写他的人不多,我这个程序实现了基本的一个功能,用C#写的,花了半年时间....
玩过红警的人不少,但是想自己编写他的人不多,我这个程序实现了基本的一个功能,用C#写的,花了半年时间.-红警played a lot of people, but he would like to have written not many people, I realized this process as a basic function, using C# to write, and spent half a year.
- 2022-02-05 20:33:53下载
- 积分:1
-
winamp 插件程序,大家有兴趣研究
winamp 插件程序,大家有兴趣研究 -Winamp plug-in procedures, we are interested in studies
- 2023-02-15 20:20:09下载
- 积分: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
-
我们经常会使用到组合框,而组合框是是有2种功能的
我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。 为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds of functions-- and the drop-down list. Under normal circumstances, the list box and the width of the selection box is the same width, but sometimes we need to do is list the width of the frame, one will enable us to better do our election of the things. To have this function, I wrote the following this function. First of all in your dialog box to add one of the news WM_CTLCOLOR handle, or use the inheritance CComboBox category, but which add the following code :
- 2022-08-02 15:44:40下载
- 积分:1
-
windows2003风格的菜单,.net风格的界面,一个漂亮的界面编程演示程序...
windows2003风格的菜单,.net风格的界面,一个漂亮的界面编程演示程序-Windows2003 style menu. Net-style interface, a beautiful Programming Interface Demonstration Program
- 2022-12-04 12:55:03下载
- 积分:1
-
单击鼠标左键,就可以用星号打印出各种图形
单击鼠标左键,就可以用星号打印出各种图形-click of the mouse button, they can use an asterisk print out various graphics
- 2022-03-26 08:38:32下载
- 积分:1
-
ListCtrl控件和下拉框,编辑框等控件组合使用
ListCtrl控件和下拉框,编辑框等控件组合使用-ListCtrl controls and under pulls the frame, edits the frame and
so on to control a combination to use
- 2022-10-27 17:10:04下载
- 积分:1
-
java jrgaph 画图示例
一个示例画图软件。基于java jgraph库扩展,画出一个网络拓扑。用户可以配置云图的个数,根据配置文件画出整个网络拓扑和其中的路由器。输入参数为user@remote:file file,可以实现remote端到用户端文件的传输。
- 2022-12-06 07:25:03下载
- 积分:1
-
34种图像特效源码,希望大家能用到,谢谢!
34种图像特效源码,希望大家能用到,谢谢!-34 pictures original
- 2022-05-21 23:59:32下载
- 积分:1