-
一个比较漂亮的按钮控件类,没有用到图片,所以效率比较高...
一个比较漂亮的按钮控件类,没有用到图片,所以效率比较高-A more beautiful button-type controls, did not use pictures, so more efficient
- 2022-06-17 03:06:15下载
- 积分:1
-
此程序能够实现的功能很多,有能够编辑静态文本框和编辑框都能对文字进行各种笑果处理,还有各种风格的按钮,列表框的滚动条等,并有不同的功能。...
此程序能够实现的功能很多,有能够编辑静态文本框和编辑框都能对文字进行各种笑果处理,还有各种风格的按钮,列表框的滚动条等,并有不同的功能。-this program can achieve a lot of functions, there can be static text editing box and editing text box able to laugh various fruit processing, and various styles of buttons, List of the scroll box, etc., and have different functions.
- 2022-04-10 02:51:41下载
- 积分:1
-
through palette procedures can easily find the appropriate color with the CDC ca...
通过调色程序可以很方便的找到合适的颜色 用CDC类的SetTextColor()函数和FillRect()函数改变文本框的字体颜色和背景颜色-through palette procedures can easily find the appropriate color with the CDC category SetTextColor () function and FillRect () function to change the text box font color and background color
- 2023-01-24 09:40:04下载
- 积分:1
-
一个小的纵横字谜游戏,netbeans开发,具有相当大的JFC界面…
一个netbeans开发的小小字谜游戏,具有漂亮大JFC界面,运行前提要装JDK1.5-Netbeans development of a small crossword puzzle games, with pretty big JFC interface, operating premise loaded with JDK1.5
- 2022-02-14 15:57:29下载
- 积分:1
-
QT的LAYOUT例子程序,
QT的LAYOUT例子程序,-QT的LAYOUT例子程序````````
- 2022-09-02 23:25:03下载
- 积分:1
-
如何提取二进制文件的图形
How to extract graphics from VB binary property files
- 2022-02-28 21:51:53下载
- 积分:1
-
这是用GridView控件做的一个实现实现跨页多选的功能模块,希望对大家有所帮助。...
这是用GridView控件做的一个实现实现跨页多选的功能模块,希望对大家有所帮助。-This is done with a GridView control to achieve the realization of cross-page selection of multi-function modules, and they hope to help everyone.
- 2022-05-07 21:39:40下载
- 积分: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
-
This is a very good airline management systems, for use inside with, and learnin...
这是一个非常好的航空公司管理系统,供里面使用,并有学习手册。
- 2022-08-20 18:11:26下载
- 积分:1
-
images magnifying glass to amplify arbitrary location on the screen graphics
图像放大镜,放大屏幕上任意位置的图形-images magnifying glass to amplify arbitrary location on the screen graphics
- 2022-07-20 07:41:42下载
- 积分:1