-
卷轴位图,通过不断计算坐标,由定时器发送消息相应,反复重新贴图!...
卷轴位图,通过不断计算坐标,由定时器发送消息相应,反复重新贴图!-scroll through constantly calculating coordinates, and send messages from the corresponding timer and repeatedly re-mapping!
- 2022-03-19 16:21:09下载
- 积分:1
-
A Survey on Mobile Adhoc Networks
A Survey on Mobile Adhoc Networks
- 2022-07-20 21:51:17下载
- 积分: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
-
占用内存极少的菜单系统的实现,本程序可以实现中英文切换...
占用内存极少的菜单系统的实现,本程序可以实现中英文切换-Very little memory to achieve the menu system, this procedure can be achieved in both Chinese and English switch
- 2022-01-29 02:00:34下载
- 积分:1
-
这是在网络编程中经常用到的一种留言版本形式.
这是在网络编程中经常用到的一种留言版本形式.-This is the network programming frequently used as a voice version of the form.
- 2022-11-16 08:25:02下载
- 积分:1
-
a very good interface and special effects programming examples! Flame, water, la...
一个很不错的界面和特效编程例子!火焰、水波、熔岩三类特效,值得学习!-a very good interface and special effects programming examples! Flame, water, lava three types of effects, it is worth learning!
- 2022-01-21 18:51:17下载
- 积分:1
-
QT界面下的字典
在windows平台上运行的窗体程序,可以实现:
1、查询单词(查词典中的单词解释);
2、录入生词本(手动加入生词或者加入已有的词库单词);
3、生词本的删除、保存和读取操作;
4、数据保存到数据库中。
单词库和生词库都存放在数据库中,因此可以方便的对他们进行增、删、改、查,把每个窗口定义为一个类,实现一个模块功能,通过c++编写菜单来调用各个窗口,实现相应功能。
- 2022-03-20 02:48:37下载
- 积分:1
-
一个类似于delphi,c++builder属性编辑器的实现
一个类似于delphi,c++builder属性编辑器的实现-similar to a, c builder attribute the achievement Editor
- 2022-10-03 05:10:03下载
- 积分:1
-
MySlider,一个非常简单个性的slider控件
这是一个非常有个习惯的slider控件。非常简单,也非常有个性,非常实用。直接派生Cslider控件即可,附件有所有源码和工程文件。
- 2023-01-28 12:20:03下载
- 积分:1
-
在对话框中使用视图文档结构,界面新颖独特,很有通用性
在对话框中使用视图文档结构,界面新颖独特,很有通用性-use in the dialog box View document structure, a unique new interface that is universal
- 2022-03-24 08:17:16下载
- 积分:1