-
外国人写的一个菜单类,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式
外国人写的一个菜单类,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式- The foreigner writes a menu class, may facilitate joins in the
menu from the definition chart sign, may establish the demonstration
is the xp menu way and the ordinary menu way
- 2023-08-01 14:45:03下载
- 积分:1
-
关于怎样创建一个菜单 具有打开 保存复制 粘贴功能
关于怎样创建一个菜单 具有打开 保存复制 粘贴功能-On how to create a menu with a Open the saved copy and paste function
- 2022-01-26 00:26:00下载
- 积分:1
-
一个用DELPHI编写的小型的软件,很有一定的实用型!
一个用DELPHI编写的小型的软件,很有一定的实用型!-prepared with a small software, a very practical!
- 2022-04-24 03:00:45下载
- 积分: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 spin的使用
VC spin的使用。在vc6.0下,使用spinctrl控件,即时响应控件的消息,并在界面上显示消息结果
- 2022-02-24 16:34:04下载
- 积分:1
-
做管理系统之类的通用界面
做管理系统之类的通用界面-management system like the common interface
- 2022-03-17 23:19:18下载
- 积分:1
-
进行图像处理的源程序,实现了滤波,模糊等功能
进行图像处理的源程序,实现了滤波,模糊等功能-for image processing of the source, achieved a filter to blur function
- 2022-07-27 20:58:23下载
- 积分:1
-
windows interface development process can change the skin
c++ 很好的外文书,希望对大家有用
c++ 很好的外文书,希望对大家有用 -c++ well outside the instrument, in the hope that useful to everyone c++ well outside the instrument, in the hope that useful to everybody
- 2022-09-18 00:20:03下载
- 积分:1
-
VC++实现的图片透明,使多个图片叠加以达到自己欲期的要求,代码仅供参考...
VC++实现的图片透明,使多个图片叠加以达到自己欲期的要求,代码仅供参考-VC transparent picture, a number of superimposed images to achieve their wishes to view the requirements for reference code
- 2022-01-22 14:29:58下载
- 积分:1
-
window intimate with the Control Window Size changes in the (DLL)
窗口与控件窗口大小变化密切相关(DLL)
- 2022-06-29 04:28:13下载
- 积分:1