-
可以修改背景、字体颜色、延迟时间的tooltip控件,还可以多行显示,可以跟随鼠标小范围移动...
可以修改背景、字体颜色、延迟时间的tooltip控件,还可以多行显示,可以跟随鼠标小范围移动-The tooltip that can change background , font color and the delay time, it also can display multiple lines and move by mouse
- 2023-08-14 01:10:03下载
- 积分:1
-
模拟 Windows 开机动态色带条... [代码性质] VC可重用代码段 [文件大小] 67K
模拟 Windows 开机动态色带条... [代码性质] VC可重用代码段 [文件大小] 67K- Simulates Windows to open the mobile condition inked ribbon
strip... [ code nature ] VC to be possible to entrust with heavy
responsibility the code section [ document size ] 67K
- 2023-01-31 07:45:03下载
- 积分:1
-
给对话框上的控件添上提示条
给对话框上的控件添上提示条-dialog to add the control of the prompt
- 2022-05-14 06:17:14下载
- 积分: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
-
JQuery实用系统框架
一款非常实用的 JQuery轻量级系统框架 只需稍微修改就能用,可以通过修改js输入参数,从后台加载菜单。十分简单易用
- 2022-03-02 14:41:39下载
- 积分:1
-
tree结构,树形结构的实现,包括权限的设置
tree结构,树形结构的实现,包括权限的设置-tree structure, tree structure realization, including permissions settings
- 2022-03-07 04:14:44下载
- 积分:1
-
在窗体上用画布绘图 这是一个学习界面编程的小程序,简单易用。...
在窗体上用画布绘图 这是一个学习界面编程的小程序,简单易用。-forms on the canvas with graphics This is a study of small programming interface procedures, simple to use.
- 2022-02-06 07:26:17下载
- 积分:1
-
superslide 全屏轮播扩展功能
应用背景superslide 全屏轮播扩展功能, 开源轮播插件需要money,自己仿照人家的代码做了一套希望能帮助大家,祝你成功!关键技术superslide,全屏,轮播,全屏轮播,扩展功能
- 2022-12-21 18:40:04下载
- 积分:1
-
Drawing math function in Csharp
Drawing math function in Csharp
- 2022-03-06 19:50:49下载
- 积分:1
-
同时disable/enable一组控件
同时disable/enable一组控件-The example of disabling or enabling a group of control at once
- 2022-09-28 10:30:03下载
- 积分:1