-
- 2022-03-24 13:15:39下载
- 积分:1
-
a good simulation of the Windows software included in the progress of the small...
一个不错的模拟Windows软件载入进度条的小程序-a good simulation of the Windows software included in the progress of the small programs
- 2023-04-22 18:25:03下载
- 积分:1
-
CADImage 很好的读cad 文件
CADImage 很好的读cad 文件-CADImage good time cad document
- 2022-04-23 06:42:59下载
- 积分:1
-
位图
Bitmap - buttons for the Titlebar -Bitmap- buttons for the Titlebar
- 2022-07-14 17:16:00下载
- 积分: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
-
Gradient progress bar vc in code, can determine the beginning and end of the col...
渐变进度条vc中的代码,能确定开始和结束的颜色-Gradient progress bar vc in code, can determine the beginning and end of the color
- 2022-10-01 17:00:03下载
- 积分:1
-
Module to draw simple 2D geometry
资源描述 Cad2D Module. Module to draw simple 2D geometry objects and serialization using GeoIO module.
This code is free and is distributed in the hope that it will be useful for simple learning and experimental purpose only WITHOUT any WARRANTY.
The author shall hold no redistribution liability in case of any unethical usage/modification.
- 2023-07-24 18:40:03下载
- 积分:1
-
I find some of the programming are classic examples of right and learning progra...
我找的一些的编程的实例 都是很经典的 对与学习编程的人来说有很好的借鉴-I find some of the programming are classic examples of right and learning programming people have a good draw
- 2022-01-24 14:23:30下载
- 积分:1
-
将BMP文件数据转换成可以显示的内存buf
将BMP文件数据转换成可以显示的内存buf-BMP file data will be converted into display memory buf
- 2022-07-10 23:57:54下载
- 积分:1
-
delphi串口通讯的事例。。很有参考价值
delphi串口通讯的事例。。很有参考价值-serial communications examples. . Great reference value! !
- 2022-04-25 14:01:23下载
- 积分:1