-
使用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
-
微博系统
微博系统,可以实现微博的所有功能,包括绚丽的评论功能,现供大家下砸i
- 2022-02-01 16:31:13下载
- 积分:1
-
打印预览
Grid控件实现打印效果,可以实现对grid插入各种图标,以及对不同单元格设置自定义的颜色,以及插入行和删除行的操作,对这些操作可以实现自定义打打印效果
- 2022-03-06 08:48:32下载
- 积分:1
-
ListView used fake resources management Formosan ListView imitation Resource Man...
用ListView仿资源管理器 -ListView used fake resources management Formosan ListView imitation Resource Manager
- 2023-08-12 15:55:03下载
- 积分:1
-
分割窗口,非常漂亮的界面,朋友们,快点下啊!加油给分吧!...
分割窗口,非常漂亮的界面,朋友们,快点下啊!加油给分吧!-Split window, very beautiful interface, friends, hurry up and under the ah! Come on to the sub it!
- 2022-05-08 11:26:47下载
- 积分:1
-
一个仿delphi3.0的程序。
一个仿delphi3.0的程序。-an imitation delphi3.0 procedures.
- 2022-03-10 18:25:26下载
- 积分:1
-
ModelessDialog
Definition dialog box template and declare dialog box modal dialog box class need only declare a cdialog derived class object and call Domadal function can be
- 2022-02-14 05:31:17下载
- 积分:1
-
编写vc程序很有用的,可以编写出漂亮的vc界面
编写vc程序很有用的,可以编写出漂亮的vc界面-prepared vc procedures useful, can prepare beautiful vc interface
- 2022-01-31 05:36:59下载
- 积分:1
-
一个注册表操作,很容易实现对注册表的操作!…
一个注册表操作类,可以很轻松地实现对注册表的操作!很好用!-a registry operations, it is easy to achieve the right to operate the registry! With good!
- 2023-04-17 19:50:03下载
- 积分:1
-
IP转换工具
资源描述MFC开发的小程序,适合初学者学习对话框,同时很实用,自动化实现IP的改变。
- 2022-03-21 19:41:24下载
- 积分:1