-
你有没有觉得VC提供的那个Tip of the day控件很简陋?现在好了,Michael Walz带给我们一个Visual Studio那样的界面漂亮的Tip...
你有没有觉得VC提供的那个Tip of the day控件很简陋?现在好了,Michael Walz带给我们一个Visual Studio那样的界面漂亮的Tip of the day。-VC did not feel that you have provided the Tip of the day the control is very simple? Well now, Michael Walz brought us a Visual Studio like interface pretty Tip of the day.
- 2022-05-29 19:45:11下载
- 积分:1
-
可以编辑的网格控件edit Grid控件,使用FlexGrid实现,可以编辑单元格,并连接ADo...
可以编辑的网格控件edit Grid控件,使用FlexGrid实现,可以编辑单元格,并连接ADo-can edit Grid Grid Control edit controls, the use of FlexGrid realized, can edit cells, and connecting ADo
- 2022-01-26 17:55:21下载
- 积分:1
-
Skin VB6 source code form: a form to the procedures for beautiful skin
窗体换肤VB6源码:
给程序窗体换漂亮的皮肤-Skin VB6 source code form: a form to the procedures for beautiful skin
- 2022-06-21 10:33:25下载
- 积分:1
-
这几种类基本上都是容器,所以没有什么复杂的操作。 比较复杂的应该是Splitter了,因为时间有限,我只展示了她最基本的用法。写的仓卒,可能会有些错误,大家凑合...
这几种类基本上都是容器,所以没有什么复杂的操作。 比较复杂的应该是Splitter了,因为时间有限,我只展示了她最基本的用法。写的仓卒,可能会有些错误,大家凑合着看看吧。-this category are basically containers, nothing complicated operation. The complex should be Splitter, because time is limited, I only display her most basic usage. Hastily written, there might be some mistakes, we make do with a look at it.
- 2022-01-26 05:51:15下载
- 积分:1
-
基于QT的文件管理器
这是一个基于QT的文件管理器,实现了文件的复制删除,列表和方块界面的切换。目前属于半成品但可以正常运行,增加一些空函数用于扩展,希望各位能够加以完善。
- 2022-01-25 19:58:09下载
- 积分:1
-
一个简单的通过读取文件验证,登陆系统的一个小对话框程序...
一个简单的通过读取文件验证,登陆系统的一个小对话框程序-By reading a simple file validation, landing system, a small dialog box procedure
- 2022-05-27 18:29:50下载
- 积分:1
-
xp风格的状态栏,还有开始菜单。
是VB6的,没想到也有这样效果吧?...
xp风格的状态栏,还有开始菜单。
是VB6的,没想到也有这样效果吧?-xp style status bar, start menu. Yes VB6, did not expect such a result it
- 2023-07-31 21:55:03下载
- 积分:1
-
主要的串口通信控件的使用、操作和ADO数据库。方法…
主要实现串口通讯,控件使用,以及ADO操作数据库.采用UDL方式-main serial communications, control the use, operation and ADO database. Methods used UDL
- 2023-05-27 09:50:04下载
- 积分:1
-
kokklopi0opo [ ];[ ]。]。o09iu9;
利用matlab(matlab-matlab)- ;rada进行雷达信号分析与处理
- 2023-03-07 18:00:02下载
- 积分: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