-
VB very attractive on the international popular programming interfaces.
用VB实现的非常好看的国际上流行的程序界面。-VB very attractive on the international popular programming interfaces.
- 2022-03-10 15:51:46下载
- 积分: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
-
java jrgaph 画图示例
一个示例画图软件。基于java jgraph库扩展,画出一个网络拓扑。用户可以配置云图的个数,根据配置文件画出整个网络拓扑和其中的路由器。输入参数为user@remote:file file,可以实现remote端到用户端文件的传输。
- 2022-12-06 07:25:03下载
- 积分:1
-
Form 界面库,但是是试用版,不过做的不错
Form 界面库,但是是试用版,不过做的不错--Interface library, its only a beta version.
- 2023-01-28 18:15:04下载
- 积分:1
-
窗口而不是控件使用的提示条(类似tooltip)
窗口而不是控件使用的提示条(类似tooltip)-The tooltip which is a window other than the tooltip used by control
- 2022-03-23 06:03:55下载
- 积分:1
-
非常漂亮的菜单,对于界面编程的学习非常有用
非常漂亮的菜单,对于界面编程的学习非常有用-The menu is very beautiful, the interface is very useful to learn programming
- 2023-07-25 18:35:06下载
- 积分:1
-
qt按钮和槽函数,实现一个关闭按钮
qt按钮和相对应的槽函数,实现一个关闭按钮,语言是C++,使用QTdesigner画界面,使用dialog对话框,在Linux下实现编程
- 2022-09-07 08:30:03下载
- 积分:1
-
notebook,是一个通过qt界面实现的简洁版记事本
这是一个使用c++语言通过qt界面编程实现的notebook,即记事本,界面简洁干练,比windown界面和功能都更好看一点和方便一些,实现了一些复制粘贴剪切保存和导入等功能。。
- 2022-08-04 04:25:01下载
- 积分:1
-
可以用来比较两个文件内容是否一致,在调试程序或者检验时很有用的...
可以用来比较两个文件内容是否一致,在调试程序或者检验时很有用的-2 can be used to compare the contents of the documents are consistent. Debugging procedures or tests very useful
- 2022-05-29 13:01:21下载
- 积分:1
-
JPG 周正
一个 c + + 程序来减少更多的便携性和新吨的巨型像素摄像头和手机的图像大小。它可以降低 JPG 大小到 1/2 或 1/4 甚至 1/8 的快速图像传输缓慢互联网 networksJPG DownScaler 用 BorlandC + + Builder 写上
- 2022-08-06 06:02:40下载
- 积分:1