-
demonstration of the procedures Msflexgrid methods and the use of some known to...
本程序演示了Msflexgrid的使用方法和一些不为大家所熟知的有用方法-demonstration of the procedures Msflexgrid methods and the use of some known to everyone as a useful method
- 2022-06-22 00:06:24下载
- 积分:1
-
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。-c++ programming interface 100 cases. n example of a programming interface on the inside, to digest it myself.
- 2022-05-13 16:31:32下载
- 积分:1
-
CTabctr控件的使用
CTabctr控件的使用-control the use CTabctr
- 2022-02-20 07:44:12下载
- 积分:1
-
自适应横向宽屏幻灯片代码
自适应横向宽屏幻灯片代码,可用于网站首页全屏广告轮显或者网站全屏背景轮显,效果不错哟,懒人图库推荐下载!
使用方法:
1.head区域引入jquery.jslides.css样式表文件。
2.引入JS文件jquery-1.8.0.min.js和jquery.jslides.js
3.在你的网页中加入注释区的代码,注意图片路径。
4.为了更宽的屏幕显示较好的效果,建议图片宽度大于等于1920像素。
- 2022-08-07 21:34:43下载
- 积分:1
-
一个普通的VB.NET 程序,里面有对ACCESS的操作过程,是学习VB.NET的好教材...
一个普通的VB.NET 程序,里面有对ACCESS的操作过程,是学习VB.NET的好教材-VB.NET an ordinary procedure, which has the right to operate ACCESS process, learning is good material for VB.NET
- 2022-06-27 05:17:03下载
- 积分:1
-
QT读取OSG模型
使用C++语言,在配置好环境后,VS2005中在QT的框架下用控制台读取OSG模型,
- 2022-03-05 00:55:45下载
- 积分:1
-
xp style menu achieve
xp风格的菜单实现-xp style menu achieve
- 2022-03-19 22:35:22下载
- 积分: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
-
通过加载不同的dll文件来实现多国语言动态切换,是动态切换的另一种方法,这个是英文和日文切换的例子,对开发多国语言版的朋友肯定会有帮助...
通过加载不同的dll文件来实现多国语言动态切换,是动态切换的另一种方法,这个是英文和日文切换的例子,对开发多国语言版的朋友肯定会有帮助-by loading different dll file to achieve more dynamic switching languages, is a dynamic switch to a different, this is English and Japanese handoff example, the development of multi-lingual version of the friends will certainly help
- 2022-03-15 00:18:50下载
- 积分:1
-
ucgui 生成器 4
这是最新版本的 gui 生成器,这是非常有用的设计图形化应用程序,并有我们需要做出一个漂亮的图形用户界面的所有组件
源代码,该代码自动进行,它也有一个标签,让你看到在将新的小部件添加到屏幕中的差异
- 2022-03-12 13:13:10下载
- 积分:1