-
对于skinvc附上说明VC的界面设计
SkinVC用于VC界面设计,内附使用说明-VC Interface Design for SkinVC attached instructions
- 2022-03-10 14:42:20下载
- 积分:1
-
改变树控件背景颜色的VC源代码
改变树控件背景颜色的VC源代码-change the background color of the tree control of the source code VC
- 2022-03-12 08:04:24下载
- 积分:1
-
如何在芯片图形库使用的部件
How to Use Widgets in Microchip Graphics Library
code :- C
Compiler :- MPLAB 8 or above.
- 2022-07-11 10:56:02下载
- 积分:1
-
动态生成窗口控件, 使用YACC来分析控件配置文件
动态生成窗口控件, 使用YACC来分析控件配置文件-dynamically generated window controls, the use of YACC to control the configuration file analysis
- 2022-08-05 17:30:29下载
- 积分:1
-
digital image processing, a source book, the scientific publishing house.
delphi数字图像处理一书源代码,科学出版社出版.-digital image processing, a source book, the scientific publishing house.
- 2023-08-14 01:55:04下载
- 积分:1
-
android 智能家居APK
源代码运行环境 Android 4.0开放式家庭自动化的总线(openHAB)项目旨在提供一个通用的集成平台,为家庭自动化周围的一切事物。这是一个纯Java解决方案,完全基于OSGi的。Equinox OSGi的运行和Jetty作为Web服务器建立运行时的核心基础。
- 2022-02-06 23:07:30下载
- 积分:1
-
This a transparent example of the menu is actually very beautiful I was examinin...
这是一个透明菜单的 例子 其实很漂亮 我正在研究这个代码 希望 大家能和我一起交流一下 然后彼此沟通沟通 最好是有女朋友和我沟通-This a transparent example of the menu is actually very beautiful I was examining the code and hope that we can join me in sharing what then communicate communication is the best girlfriend and I communicate Oh
- 2022-03-22 10:37:08下载
- 积分:1
-
一个用VB编写的系统托盘区气泡提示,非常经典,试过了就知道!...
一个用VB编写的系统托盘区气泡提示,非常经典,试过了就知道!-VB prepared using a system tray bubble prompted the district, very classic, tried it out!
- 2022-05-30 13:40:29下载
- 积分: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
-
此代码实现在运行时修改控件属性的功能。在开发用户可自定义界面时会用到。...
此代码实现在运行时修改控件属性的功能。在开发用户可自定义界面时会用到。-This code in the run-time functions modify the control properties. In the development of custom user interface can be used.
- 2022-05-18 05:23:04下载
- 积分:1