-
revised Delphi different versions of the control options, the choice is the main...
修改Delphi不同版本的控件选择方式,主要是选择控件栏太长时,不需点击,通过鼠标移动可实现-revised Delphi different versions of the control options, the choice is the main control column too long, not clicks, the mouse movement can be realized
- 2022-04-09 04:52: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
-
寻找系统目录树。。利用树状控件实现系统目录树的寻找,
寻找系统目录树。。利用树状控件实现系统目录树的寻找,-Find the system directory tree. . Realize the use of the tree control system directory tree to find,
- 2023-06-27 00:25:03下载
- 积分:1
-
用Split控件来实现分割面板,并在面板中显示出几个图形,文件为SplitPaneDemo.java...
用Split控件来实现分割面板,并在面板中显示出几个图形,文件为SplitPaneDemo.java-with Split Control Panel to achieve segmentation, and the panel shows that few graphics, document SplitPaneDemo.java
- 2023-05-05 22:10:02下载
- 积分:1
-
A program to automatically edit an automata by java
A program to automatically edit an automata by java
- 2022-04-10 19:32:41下载
- 积分:1
-
简单登录住的界面
使用HTML/CSS实现的简单登录注册界面,诸君可以使用,也可以做得更好!我起初做这个页面,只是为了更好地联系一下所学的HTML以及CSS。
- 2022-02-03 11:26:40下载
- 积分:1
-
VC++几个常用的类,有串口类,超链接类,图钉类等,都很好用!...
VC++几个常用的类,有串口类,超链接类,图钉类等,都很好用!-VC++ of several commonly used classes, there are serial type, hyperlink type, pushpin type and so on, are very easy to use!
- 2022-02-02 00:06:18下载
- 积分:1
-
METODOS DE ORDENACION
El contenido es 十分 corto。关注 por 忙: Códigos 罪布纳维斯塔 descripción se eliminarán y 没有 obtendrá ningún punto。Por 青睐 describa lo 坏段 conseguir más puntos。
Sugerencias: Usted 加纳 · puntos (0-20) en 基拉由 de sus códigos fuente y la descripción。巴哈质量,códigos duplicados o 仲裁法 》 descritos serán eliminados。
- 2022-11-16 04:00:03下载
- 积分:1
-
Cycle in GL
//ConsoleApplication11.cpp:定义控制台应用程序的入口点。
- 2022-03-13 06:27:54下载
- 积分:1
-
一个用VC++6.0编写的表格控件,类似于Excell的表格控件。
一个用VC++6.0编写的表格控件,类似于Excell的表格控件。-a VC 6.0 forms prepared by the control, similar to the Excel tables controls.
- 2023-08-13 14:55:03下载
- 积分:1