-
a switch button controls. You can set the button appearance attributes, the very...
一个开关按钮控件。可以设置按钮外观的各种属性,很好用的!-a switch button controls. You can set the button appearance attributes, the very good!
- 2022-04-23 06:53:13下载
- 积分: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
-
qt安卓版日历(查询圩日) 源程序
qt安卓版日历(查询圩日) 源程序 使用Qt开发android程序
- 2023-08-04 16:55:04下载
- 积分:1
-
透明窗体 透明窗体 透明窗体 透明窗体 透明窗体
透明窗体 透明窗体 透明窗体 透明窗体 透明窗体 -transparent window tran sparent window tran sparent window tran sparent window tran sparent window tran sparent window tran sparent window tran sparent window tran sparent transparent Form Form
- 2022-02-25 02:00:08下载
- 积分:1
-
XMPP 客户端基于 qxmpp
Based on QXMPP, this is a GUI communication client, using which you can send and receive text message and file transmission.
- 2022-08-16 20:16:49下载
- 积分:1
-
KTV点歌系统
本代码实用tc编程软件实现ktv点歌系统的开发,包括所有文件,所用的歌曲格式为。wmv文件,歌曲文件时lrc格式
- 2022-12-30 19:15:07下载
- 积分:1
-
简易的报刊订阅系统,MFC控件使用练习。
简易的报刊订阅系统,MFC控件使用练习。-simple subscriptions, MFC control the use of practice.
- 2022-07-15 17:03:40下载
- 积分:1
-
WebBase工作
应用背景我们九月的“社会选择”项目本月的社区选举 ;PSEint,西班牙语的编程学生伪代码解释器。PSEint是一个工具,协助规划在他们的第一个步骤的学生。通过一个简单而直观的伪语言在西班牙语,关键技术PHP ;我们九月的“社会选择”项目本月的社区选举
- 2022-02-13 06:25:38下载
- 积分:1
-
different dll component loading example, can be used as a DLL MFC development of...
不同的dll组件加载的实例,可以做为MFC中DLL开发的经典教程-different dll component loading example, can be used as a DLL MFC development of the classic guide
- 2022-05-08 02:31:39下载
- 积分:1
-
Call taskkill, end explorer
调用taskkill,结束explorer-Call taskkill, end explorer
- 2022-05-20 23:19:52下载
- 积分:1