-
非常实用简单的动画字,一学就会,一看就懂
非常实用简单的动画字,一学就会,一看就懂
- 2022-08-14 13:11:46下载
- 积分:1
-
一个小型脚本语言解释器源代码,来自老外内附英文说明和演示脚本例子...
一个小型脚本语言解释器源代码,来自老外内附英文说明和演示脚本例子-A small scripting language interpreter source code, from a foreigner in English containing a description and demo script examples
- 2022-03-23 21:43:09下载
- 积分:1
-
一个功能强大的启动画面代码,我从国外网站收罗到的,准备给软件写启动画面的相信是你想要的,值得一看。...
一个功能强大的启动画面代码,我从国外网站收罗到的,准备给软件写启动画面的相信是你想要的,值得一看。-A powerful splash screen code, I collect from abroad to the site, ready to start writing software is believed to be the screen you want, worth a visit.
- 2023-03-16 22:05:03下载
- 积分:1
-
MFC超级计算器
这个程序是实现 计算机计算的程序 个人设计 易于操作简单
- 2023-02-24 03:30:03下载
- 积分:1
-
a control programming, good, it tells you how to put the interface procedures se...
一个控件的编程方式,很好的,它告诉你如何的把界面程序编的更美观-a control programming, good, it tells you how to put the interface procedures series of the more beautiful
- 2023-01-30 18:45:03下载
- 积分:1
-
CGfxOutBarCtrl之提升篇
CGfxOutBarCtrl之提升篇-CGfxOutBarCtrl
- 2023-07-17 05:50:04下载
- 积分:1
-
获取客户端区域的大小,适合界面编程数学者学习
获取客户端区域的大小,适合界面编程数学者学习-Access to the client area size, suitable for mathematical programming interface to acquire
- 2023-04-17 10:25:04下载
- 积分:1
-
在对话框中添加一个静态文本,并加入超链接,点击启动IE打开超链接...
在对话框中添加一个静态文本,并加入超链接,点击启动IE打开超链接-in the dialog box to add a static text, and add hyperlinks, it started to open IE Hyperlink
- 2022-08-17 10:35:56下载
- 积分: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
-
Graph tools written in vc
Graph tools written in vc-Graph tools written in vc++...
- 2022-02-16 06:05:27下载
- 积分:1