-
This is the query interface, database and search interface connectivity, it is a...
这是关于查询界面,是数据库与界面连接的搜寻系统,是一个添加查询界面-This is the query interface, database and search interface connectivity, it is an added Query Interface
- 2022-02-11 14:45:28下载
- 积分:1
-
Windows interface design : drawing screens button design
Windows 界面设计:拉帘按钮设计-Windows interface design : drawing screens button design
- 2022-11-14 22:30:03下载
- 积分:1
-
用多媒体定时器编写的摇号程序,翻屏速度毫秒级,完全随机。已摇出的号码不会重复。...
用多媒体定时器编写的摇号程序,翻屏速度毫秒级,完全随机。已摇出的号码不会重复。-lotto machine program,high speed,total random
- 2022-03-05 18:07:02下载
- 积分:1
-
自己编的文本编辑程序
自己编的文本编辑程序-own series of the text editor
- 2023-01-16 02:30:04下载
- 积分: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
-
此程序中实现了树型控件节点拖动的功能,编译运行于VC++环境中...
此程序中实现了树型控件节点拖动的功能,编译运行于VC++环境中-this program achieved a tree node controls the scrolling function, compiler runs on VC++ environment
- 2022-02-02 06:33:55下载
- 积分:1
-
这一个用于使窗口界面的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打开的限制...
这一个用于使窗口界面的工具栏具有可停靠这个功能的源代码,希望有用。我现有的可有下载的机会还是0,我实在找不到其程序了,希望版主打开的限制-make this a window for interface with the toolbar can call this function in the source code in hopes useful. I have the opportunity to download or 0, I can not find its procedures in the hope that the moderator opened the restrictions
- 2022-10-05 06:25:03下载
- 积分:1
-
the procedure is a simple bitmap reduction procedures, rectangular bitmap downsi...
这个程序是一个简单的裁减位图的程序,把矩形的位图裁减成为圆形的位图!-the procedure is a simple bitmap reduction procedures, rectangular bitmap downsizing round bitmap!
- 2022-01-25 23:14:34下载
- 积分:1
-
HTML5开发的OA系统界面WINDOWS8风格
HTML5开发的OA系统界面,适合做OA开发界面,WINDOWS8风格
- 2022-03-18 03:02:45下载
- 积分:1
-
The CTableView class
The CTableView class - CListView-based grid for really huge datasets CTableView 类一个基于CListView的网格类,用于显示非常巨大的数据集-The CTableView class- CListView-based grid for really huge
datasets CTableView kind of based on the CListView grid class, uses in
to demonstrate the extremely huge data set
- 2022-01-26 00:09:08下载
- 积分:1