-
XP界面实现代码,直接就可以使用的。
XP界面实现代码,直接就可以使用的。-achieve XP interface code can be directly used.
- 2022-03-22 09:01:50下载
- 积分: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
-
学生信息管理系统
资源描述学生信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
- 2023-03-17 17:25:04下载
- 积分:1
-
图形界面PING 图形界 面PING
图形界面PING 图形界 面PING -graphical interface PING PING GUI graphical interface graphics sector PING- PING
- 2022-06-14 11:03:08下载
- 积分:1
-
qt界面开发
应用背景适用于界面开发按钮动态布局,给用户好的体验关键技术基于qt开发的ui界面,适用于界面有按钮操作的产品。
- 2023-01-26 04:20:04下载
- 积分:1
-
VB to create irregular forms
用VB.Net创建不规则窗体-VB to create irregular forms
- 2022-11-06 04:35:03下载
- 积分:1
-
显示柱壮图的控件(ActiveX, dll)
显示柱壮图的控件(ActiveX, dll)-the control of displaying bar graph
- 2022-05-27 03:44:33下载
- 积分:1
-
一个Java 应用程序,用来显示2005年的日历。且单击“上月”和“下月”按钮,可用来显示上月和下月的日历...
一个Java 应用程序,用来显示2005年的日历。且单击“上月”和“下月”按钮,可用来显示上月和下月的日历-a Java application that used to show the 2005 calendar. But click "on" and "next month" button, can be used to display and next month on the calendar
- 2022-07-13 06:14:31下载
- 积分:1
-
这是一个游戏。我用MFC的C++写的
This a game. I use MFC c++ to write
- 2023-06-02 07:15:04下载
- 积分:1
-
文件管理系统(java),WEB界面编程基于java
文件管理系统(java),WEB界面编程基于java-Document Management System (java), the Web-based java programming interface
- 2023-04-26 01:00:04下载
- 积分:1