-
在Qt编程源代码,熟练的很好的,不记得了,好像…
精通QT编程 的源码,很不错,记不太清了,好像是电子工业出版社出版的-Proficient in QT programming source code, very good, do not remember, as if the electronics industry publishing house
- 2022-04-07 12:06:58下载
- 积分: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
-
精致的金山毒霸6界面
精致的金山毒霸6界面-exquisite hand over 6 interface
- 2022-05-27 04:58:01下载
- 积分:1
-
该程序 实现了HEX对任何文件进行编辑的功能。十六进制编辑器。实用。...
该程序 实现了HEX对任何文件进行编辑的功能。十六进制编辑器。实用。- This procedure realized HEX to carry on the edition to any
document the function. Hexadecimal system editor. Practical.
- 2022-09-15 05:25:03下载
- 积分:1
-
a good type of source control, Visual C apply.
一个很好用的控件类源代码,适用Visual C++.-a good type of source control, Visual C apply.
- 2023-03-12 15:00:03下载
- 积分:1
-
用vb编的一个小程序 希望大家喜欢
用vb编的一个小程序 希望大家喜欢-vb series with a small program hope you like
- 2023-03-20 23:10:03下载
- 积分:1
-
用dialog bar打开对话框的例子1
用dialog bar打开对话框的例子1-bar open dialog with the example of a dialog box
- 2023-01-11 16:25:04下载
- 积分:1
-
采用读资源的方式,实现用户自定义形状的对话框,定制另类的界面风格...
采用读资源的方式,实现用户自定义形状的对话框,定制另类的界面风格-use of resources to achieve user-defined shape of the box, custom alternative interface style
- 2022-03-06 12:58:13下载
- 积分:1
-
Vc中关于Word的编程(表格)
Vc中关于Word的编程(表格)-Vc on the Word of programming (Forms)
- 2023-07-15 11:00:04下载
- 积分:1
-
通过SubClass来处理窗口消息
通过SubClass来处理窗口消息-through the window to SubClass news
- 2023-04-04 06:35:03下载
- 积分:1