-
This a full featured inventry controll system project
This a full featured inventry controll system project
- 2022-07-21 12:20:40下载
- 积分:1
-
世界你好这是一个非常好的程序
alert 123
testtestseteststestestststst
- 2022-01-27 10:59:10下载
- 积分: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
-
Initial Graphics Exchange Specification 5.x是IGES文件标准
Initial Graphics Exchange Specification 5.x是IGES文件标准-Initial Graphics Exchange Specification 5.x is standard IGES files
- 2022-08-03 02:40:23下载
- 积分:1
-
Apple has a similar kind of toolbar
类似苹果那样的有工具栏,文中有详细代码介绍-Apple has a similar kind of toolbar
- 2022-08-16 19:49:40下载
- 积分:1
-
VB大全(精华版)源代码
非常适合初学者学习,类别全,我已级推荐给很多人了,自己也看了,比较不错,希望大家都能来看看,好东西要分享
- 2022-11-11 08:05:03下载
- 积分:1
-
《Qt及Qt Quick开发实战精解》代码
《Qt及Qt Quick开发实战精解》代码适合初学者使用
- 2022-07-27 16:23:06下载
- 积分:1
-
实现属性页,很简单,对初学者有用啊 这里不知有没有,
实现属性页,很简单,对初学者有用啊 这里不知有没有,-achieve attribute pages, very simple, useful for beginners ah here I wonder if there is,
- 2022-04-13 16:56:28下载
- 积分:1
-
桌面时钟
这个代码的作用在黑窗格环境下可以显示出一个时钟的模型。通过调用本地时间,并且秒钟也是可以转动的
- 2022-08-23 23:37:31下载
- 积分:1
-
qt安卓版日历(查询圩日) 源程序
qt安卓版日历(查询圩日) 源程序 使用Qt开发android程序
- 2023-08-04 16:55:04下载
- 积分:1