-
A nice multiline ToolTipCtrl example.
是我在网上找的,版权归原作者所有。...
A nice multiline ToolTipCtrl example.
是我在网上找的,版权归原作者所有。-A nice multiline ToolTipCtrl example. Is what I find online, and belongs to original author.
- 2022-10-08 16:20:03下载
- 积分:1
-
随着PropertySheet的大小变化自动放大缩小的Tab Control
随着PropertySheet的大小变化自动放大缩小的Tab Control-The Tab Control which can resize automatically according to the size of PropertySheet
- 2022-03-25 12:13:42下载
- 积分:1
-
例MSN模仿界面供初学者界面上的学习和深刻的思考
例MSN模仿界面供初学者界面上的学习和深刻的思考-MSN Example interface for beginners to imitate the interface of the learning and profound reflection
- 2022-07-21 03:21:13下载
- 积分:1
-
老外写的stringgrid的填色源码
老外写的stringgrid的填色源码-foreigner written logs of coloring FOSS
- 2023-01-14 17:40:03下载
- 积分: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
-
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!可以用在PB...
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!可以用在PB-classic VC skin design tool, it can make a very nice cross-section procedure we hope that the programming interfaces are very beautiful. Sharing! Can be used in PB
- 2022-07-23 07:25:44下载
- 积分:1
-
pt2353a Electronic Volume Controller IC datasheet
pt2353a Electronic Volume Controller IC datasheet-pt2353a Electronic Volume Controller IC datasheet
- 2023-01-21 14:40:04下载
- 积分:1
-
CalcSys介绍一个用Delphi6.0编写的复杂的计算器写法,Delphi6.0下编译通过。...
CalcSys介绍一个用Delphi6.0编写的复杂的计算器写法,Delphi6.0下编译通过。-CalcSys presented with a prepared Delphi6.0 the complex calculators written, Delphi6.0 under compile.
- 2022-03-21 18:53:59下载
- 积分:1
-
去掉图片背景
里面有函数说明
去掉图片背景
里面有函数说明-Remove Image Background
- 2022-01-30 13:11:45下载
- 积分:1
-
常用软件的about窗口范例
常用软件的about窗口范例-commonly used software paradigm about window
- 2022-12-12 20:30:02下载
- 积分:1