-
在一view窗口内使用grid控件
在一view窗口内使用grid控件-Using grid control in a view window
- 2022-01-22 03:37:15下载
- 积分:1
-
vc++下的界面编程,这是一个位图按钮。
vc++下的界面编程,这是一个位图按钮。-vc++ under the programming interface, which is a bitmap button.
- 2022-02-06 12:52:43下载
- 积分:1
-
GPS开发过程的详细源码。包括各个功能的开发流程
GPS开发过程的详细源码。包括各个功能的开发流程-GPS-source development process in detail. Including the development of various functional flow
- 2022-03-18 00:11:44下载
- 积分:1
-
GroupBox中的控件随着GroupBox的移动或隐藏而移动或隐藏。
GroupBox中的控件随着GroupBox的移动或隐藏而移动或隐藏。-GroupBox control of the movement with the GroupBox and mobile or concealed or hidden.
- 2022-02-20 22:44:22下载
- 积分:1
-
WPF 实现圆形进度条
项目中用到圆形进度条,首先就想到使用 ProgressBar 扩展一个,在博客园里找到 迷途的小榔头 给出的思路和部分代码,自己加以实现。在此感谢 迷途的小榔头! 进度小于60显示红色,大于60则显示绿色。效果如下:
- 2022-02-11 17:28:00下载
- 积分:1
-
Supermarket management of POS systems, including front desk management and sales
超市POS系统的管理,包括前台管理和后台销售
- 2022-07-15 09:26:32下载
- 积分:1
-
数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考....
数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考.-data structure inside arithmetic expression calculation. One yuan is polynomial calculations. For reference purposes only.
- 2022-03-12 22:29:14下载
- 积分:1
-
Browse Folder dialog, search folder and all sub folders using C C++。好用的文件夹选择类...
Browse Folder dialog, search folder and all sub folders using C C++。好用的文件夹选择类-Browse Folder dialog, the search folder and all sub folders using C C. Easy to choose the folder category
- 2023-03-16 18:30:03下载
- 积分:1
-
这是一个关于函数返回的VB例子,希望能对学习VB的同学有所帮助...
这是一个关于函数返回的VB例子,希望能对学习VB的同学有所帮助-This is a function of the return of VB example, in hopes of learning VB help students
- 2022-01-29 03:32:31下载
- 积分: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