-
a sdk prepared with examples of icon
一个用sdk编写的图标例子-a sdk prepared with examples of icon
- 2022-03-07 20:35:39下载
- 积分: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
-
很不错的一个界面控件,使用起来也很方便,美化了VC中的标准界面...
很不错的一个界面控件,使用起来也很方便,美化了VC中的标准界面-A very good interface controls, is also very convenient to use, landscaping standards in the VC interface
- 2022-12-27 03:15:03下载
- 积分:1
-
自动化框架
应用背景录制脚本,与编写shell脚本的测试分开执行。关键技术运用java的swing技术,尽可能的层次清晰的设计界面。使用jxl技术来操作excel,通过线程trread的使用,做到线程的后台运行与多任务执行, 通过putty实现远程登录主机,并执行测试;
- 2022-03-11 06:50:44下载
- 积分:1
-
WPF Themes
WPF Themes 是应用在WPF项目中的免费主题。
支持的控件:
-Button
-ToggleButton
-RadioButton
-CheckBox
-TextBox
-ComboBox
-ListBox
-ProgressBar
-Slider
-TreeView
-Expander
- 2022-09-20 06:30:03下载
- 积分:1
-
指定形状创建一透明窗体,利用shape控件生成异形窗体,方便好用...
指定形状创建一透明窗体,利用shape控件生成异形窗体,方便好用-Specify the shape to create a transparent form, the use of shape control to generate special-shaped form, easy-to-use
- 2023-04-22 05:45:04下载
- 积分:1
-
三点画圆的程序,展示VB中Line和Shape控件的使用例子,随意点击窗体三下可以画出一个圆,右键菜单可以显示/隐藏线条等...
三点画圆的程序,展示VB中Line和Shape控件的使用例子,随意点击窗体三下可以画出一个圆,右键菜单可以显示/隐藏线条等-Draw Circle By Three Point Program, the example shows the useage of Line and Shape controls in VB , click the Form 3 times may be arbitrarily draw a circle, right-click menu can show/hide the lines, etc.
- 2022-02-06 15:40:14下载
- 积分:1
-
汇编程序设计数字方阵 方便初级的汇编开发人员使用
汇编程序设计数字方阵 方便初级的汇编开发人员使用-Compilation of procedures designed to facilitate digital phalanx of the compilation of the primary developers
- 2022-01-24 18:04:28下载
- 积分:1
-
2000下实现XP界面
2000下实现XP界面-2000 under XP interface
- 2022-02-01 05:59:53下载
- 积分:1
-
a document interface VC selection procedures, this is downloaded.
一个文件选取界面的VC程序,这个是网上下载的。-a document interface VC selection procedures, this is downloaded.
- 2022-05-26 12:03:49下载
- 积分:1