-
在安装程序中,向导是必不可少的。你有没有对现在那些通用的界面感到平淡?看看这个Wizard 97 Property Sheets 的例子吧,你会满意的。...
在安装程序中,向导是必不可少的。你有没有对现在那些通用的界面感到平淡?看看这个Wizard 97 Property Sheets 的例子吧,你会满意的。
-During the installation process, the guide is indispensable. Now you have no common interface which is flat? Look at the Wizard 97 Property Sheets an example, you will satisfied.
- 2022-12-06 08:05:03下载
- 积分: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
-
一个像优化大师的页签
一个像优化大师的页签-Optimization of a master like tab
- 2022-05-26 16:32:22下载
- 积分:1
-
微软代理的应用程序
关于microsoft agent 的应用-microsoft agent on the application
- 2022-05-20 10:42:16下载
- 积分:1
-
windows game programming examples, there are hundreds of examples of procedures,...
windows游戏编程例子,有上百了例子程序,演示各种应用
[MTSClientSrc.zip] - 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令
[国际象棋在线游戏服务器端程序.rar] - 国际象棋在线游戏服务器端程序
-windows game programming examples, there are hundreds of examples of procedures, demonstration of a wide range of applications [MTSClientSrc.zip]- in the multi-threaded tcp services corresponding client code, the main achievement of sending commands to the server and then out from the server-side return command [chess online game server-side procedures. rar]- Chess online games, server-side procedures
- 2022-08-12 22:53:04下载
- 积分:1
-
图片操作
在mfc中用对话框程序实现对图片的相关操作,在特定的对话框中实现了对图片的浏览、缩放、保存、添加滚动条、以及给其添加皮肤。
- 2022-08-11 05:14:21下载
- 积分:1
-
个性化提示框和firefox 一样风格托盘弹出通知框
个性化提示框和firefox 一样风格托盘弹出通知框-cutome dialog is so like firefox style
- 2022-02-20 21:13:09下载
- 积分:1
-
the code for the location of the slide shows and digital dial combine control of...
本代码提供了显示滑块位置的和数字表盘结合显示控制的例子-the code for the location of the slide shows and digital dial combine control of the examples show
- 2022-01-25 18:08:13下载
- 积分:1
-
GPS开发过程的详细源码。包括各个功能的开发流程
GPS开发过程的详细源码。包括各个功能的开发流程-GPS-source development process in detail. Including the development of various functional flow
- 2022-03-18 00:11:44下载
- 积分:1
-
This is a pure Win32 API code, did not use MFC. Code demonstrated how to change...
这是个纯粹的Win32 API 代码,没有用MFC。代码示范了如何改变编辑框,列表框,组合框,静态控制以及单选按钮和复选框控制的字体。此外,代码还示范了通用的字体选择(ChooseFont)对话框编程。
-This is a pure Win32 API code, did not use MFC. Code demonstrated how to change the edit box, list box, combo box, static control, as well as radio buttons and check box control fonts. In addition, the code also demonstrated the common font choices (ChooseFont) dialog programming.
- 2022-03-21 03:51:13下载
- 积分:1