-
在VC应用程序中插入微型动画.zip
在VC应用程序中插入微型动画.zip-applications in VC insert micro animation. Zip
- 2022-02-10 08:45:10下载
- 积分:1
-
实现了文件的拷贝功能,使一个很好的文件拷贝测试程序,用来做小型的联系使用...
实现了文件的拷贝功能,使一个很好的文件拷贝测试程序,用来做小型的联系使用-achieve a functional copy of the document, a copy of the document very good test procedures used in making use of small links
- 2022-11-11 07:45:04下载
- 积分:1
-
目录选择对话框。
目录选择对话框。-Contents dialog.
- 2022-02-02 07:37:05下载
- 积分: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实现模态和非模态对话框的建立,首先需要输入一条口令,设置为1925,接着在编辑菜单下调用文本编辑对话框和非模态对话框.在文本对话框中可以设置字体,颜色,字...
用vc实现模态和非模态对话框的建立,首先需要输入一条口令,设置为1925,接着在编辑菜单下调用文本编辑对话框和非模态对话框.在文本对话框中可以设置字体,颜色,字型.在非模态对话框下,可以实现数据的输入,显示到文档上.对于vc初学者,此程序是个不错的例子.-with vc achieve modal and non-Modal Dialog established, the first to enter a password. set to 1925. then under the edit menu text editor called dialog and non-Modal Dialog. in the text box can set font, Colors, Fonts. in non-Modal Dialog, we can achieve data input, display of a document. vc for beginners this program is a good example.
- 2022-08-22 16:35:38下载
- 积分:1
-
皮肤的代码。一般的风险投资做的事情并不好看,比较的…
换皮肤的代码;
一般的vc做的东西比较不好看,换个皮肤就好的多了!-skin for the code. General vc doing things does not look good in comparison, the change in the skin like more!
- 2022-02-14 03:39:49下载
- 积分:1
-
简单的电话簿程序
一个简单的电话簿程序,很好的利用了MFC的控件知识。值得新手学习一下
- 2022-03-23 15:27:44下载
- 积分:1
-
一个利用stl来写的一个gui试验平台,基本实现一个简单的gui系统,很小,值得学习...
一个利用stl来写的一个gui试验平台,基本实现一个简单的gui系统,很小,值得学习-use a stl write a gui test platform, the basic realization of a simple gui, small, it is worth learning
- 2022-01-25 17:37:08下载
- 积分:1
-
vc curriculum design, 2004
vc++课程设计,2004/11/20-vc curriculum design, 2004
- 2022-03-20 06:33:11下载
- 积分:1
-
progress of the cool, vb the controls, we can see clearly in the
超酷进度条,vb的控件,大家看一看就明白了-progress of the cool, vb the controls, we can see clearly in the
- 2022-02-25 00:52:55下载
- 积分:1