-
这是介绍vc属性编程类的,通过这个类的使用,你可以学习到vc深层次上的一些东西...
这是介绍vc属性编程类的,通过这个类的使用,你可以学习到vc深层次上的一些东西-introduced vc attribute category of programming through the use of this class, you can learn vc something deeper level
- 2022-03-07 03:42:21下载
- 积分:1
-
一个实现模拟QT中信号/槽模型的工程,接口方法与命名规则均qt中一致,可以看清楚信号槽的实现原理...
一个实现模拟QT中信号/槽模型的工程,接口方法与命名规则均qt中一致,可以看清楚信号槽的实现原理-A realization of simulated QT signal/slot model of the project, interface methods and rename qt agreed rules, you can look trough the realization of the principle of signal
- 2022-06-19 14:50:03下载
- 积分:1
-
最近点对 Python实现 带界面
python实现的最近点对问题,带界面,可交互操作
- 2022-06-19 22:29:25下载
- 积分:1
-
c++builder 彻底研究,里面内容很好,很适合初学者学习使用
c++builder 彻底研究,里面内容很好,很适合初学者学习使用-c++builder study,very good,you can download
- 2023-05-04 13:30:15下载
- 积分:1
-
利用组件库中的Splash Screen组件实现
(1)用Photoshop等制作启动画面图像,保存为bmp格式。
(2)用Appwizard...
利用组件库中的Splash Screen组件实现
(1)用Photoshop等制作启动画面图像,保存为bmp格式。
(2)用Appwizard建一个基于单文档的工程Splash。
(3)在资源中插入位图资源
-Use of component library in the Splash Screen Component Implementation (1), such as using Photoshop to make a boot screen image, save it as a bmp format. (2) Appwizard build a project based on single document Splash. (3) in terms of resources to insert bitmap resources
- 2022-12-01 22:10:03下载
- 积分:1
-
这是本人编的一个启动 autocad并进行设置的程序。
这是本人编的一个启动 autocad并进行设置的程序。-This is a series I started autocad and set up procedures.
- 2022-01-26 03:19:47下载
- 积分:1
-
一个java游戏,包括所有源文件和完成!
a java game include all source and the compliled file!-a java game include all source and the Compl IIED file!
- 2022-04-07 06:57:54下载
- 积分:1
-
车载仪表控件
这个项目是在功能和视觉方面有限的 LabVIEW XControl 的简单衡量技术预览。
XControl 基于 C 包装上我们图形工具解决方案 (GIS)。
地理信息系统是一套文书目前还在发展 (按钮、 指示灯、 压力表、 旋钮、 滑块、 液晶显示器、 开关、 邮箱,温度计,......) 具有以下主要功能:
-基于 Qt 框架 c + + 库
-平台 (Mac、 Linux、 Windows)
-皮肤系统基于 SVG 和 XML 自定义每个乐器的外观
— — 产权制度,可以自定义每个工具的行为
-双重许可: 开源和商业
----------------------------------------
目的:
----------------------------------------
此技术预览的目的是要看看是否这样的库中的 XControls 可能会有用,社区从 Lab
- 2022-04-06 09:58:19下载
- 积分:1
-
使用Qt处理图片资源
Use Qt in image development.
QPixmap largepixmap;
QPixmap smallpixmap;
QPixmap maskpixmap;
QPixmap zoompixmap;
QPoint offset(0,0);
QPoint dragpos(150,150);
QPoint set(90,50);
//加载图片:
largepixmap.load("ImagesMainGui.png");
smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);
maskpixmap.load("ImagesMainGui.png");
//绘制底层图片(非放大镜区域图案):
QPainter painter(this);
painter.drawPixmap(offset,smallpixmap);
painter.end();
//计算放大区域圆形的半径及所占矩形面积
int dim = qMin(width(), height());
int magnifierSize = dim * 5 / 6;
int radius = magnifierSize / 2;
int ring = radius - 15;
QSize box = QSize(magnifierSize, magnifierSize);
- 2022-02-09 22:59:08下载
- 积分:1
-
intruder radio alert system
intruder radio alert system
- 2023-07-26 05:15:03下载
- 积分:1