-
自绘的气泡提示自绘ToolTips,采用类模块,操作方便
自绘的气泡提示自绘ToolTips,采用类模块,操作方便-Since the bubble painting tips from the draw ToolTips, using class modules, easy to operate
- 2023-06-24 03:05:03下载
- 积分:1
-
用WTL实现的滚动条的控件,该控件使用灵活,参考codeproject
用WTL实现的滚动条的控件,该控件使用灵活,参考codeproject-WTL realize with the scroll bar control, which controls the use of flexible, reference codeproject
- 2022-01-26 04:13:36下载
- 积分:1
-
和outlook界面类似的一个界面例程,vc++mfc实现
和outlook界面类似的一个界面例程,vc++mfc实现-outlook interface and an interface similar routines, achieving vc mfc
- 2022-03-15 17:46:13下载
- 积分: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
-
发工具:C 提供者:李月洁 ・此小软件实现了小型超市的进销存系统,它展示了小型超市的进货和销售,还有库存的各种技术!..翻译 开发工具:Java 提供......
发工具:C 提供者:李月洁 ・此小软件实现了小型超市的进销存系统,它展示了小型超市的进货和销售,还有库存的各种技术!..翻译 开发工具:Java 提供...
-made tools : C providers : Li Jie this small software a small supermarket Invoicing system, it features a small supermarket and wholesale sales, and inventory of technology! .. Translation development tools : Java provide ...
- 2022-07-11 17:48:07下载
- 积分:1
-
VB very attractive on the international popular programming interfaces.
用VB实现的非常好看的国际上流行的程序界面。-VB very attractive on the international popular programming interfaces.
- 2022-03-10 15:51:46下载
- 积分:1
-
实现视CView与CFormView之间的动态转换
实现视CView与CFormView之间的动态转换-achieve as CView and CFormView between the dynamic conversion
- 2022-08-24 09:35:51下载
- 积分:1
-
用vb实现同时打开多个文件并在多个窗口显示,一个经典例子极具参考价值...
用vb实现同时打开多个文件并在多个窗口显示,一个经典例子极具参考价值-used simultaneously open multiple documents in multiple windows, a classic example of great reference value
- 2023-03-25 23:20:04下载
- 积分:1
-
dynamic_line_real_show_like_windows
dynamic_line_real_show_like_windows
做的一个界面类似win7系统的任务管理器的。
做的一个界面类似win7系统的任务管理器的。
做的一个界面类似win7系统的任务管理器的。
做的一个界面类似win7系统的任务管理器的。
做的一个界面类似win7系统的任务管理器的。
- 2022-01-30 20:28:43下载
- 积分:1
-
动画效果控件开发
资源描述
此为Android UI动画设计的源码,此源码主要介绍了Android UI的动画设计的方法和相关知识点,针对translate、scale、alpha、rotate切换activity等动画控件做了详细的介绍和使用说明,可帮助开发人员进行高效简单的进行UI设计及开发~!~
- 2022-03-19 15:40:28下载
- 积分:1