-
超酷的状态条
状态条右下角一般为三个栏目,本代码扩展为五个,并且点击后可以数字增减,。可以设置为图片,点击后可以切换。状态条也可以和滚动条结合哦!
- 2023-01-06 20:55:03下载
- 积分:1
-
MFC联网五子棋
资源描述MFC程序,程序运用Socket编程、位图操作、鼠标事件,绘图,对话框和单文档文件结构等等知识,非常适合初学者
- 2022-05-24 01:47:17下载
- 积分:1
-
科学与工程数值计算算法(Visual Basic版) 附赠的光盘包含了本书中全部的源代码
科学与工程数值计算算法(Visual Basic版) 附赠的光盘包...
科学与工程数值计算算法(Visual Basic版) 附赠的光盘包含了本书中全部的源代码
科学与工程数值计算算法(Visual Basic版) 附赠的光盘包含了本书中全部的源代码
-Science and Engineering numerical algorithm (Visual Basic version) comes with a CD-ROM contains all the book s source code science and engineering numerical algorithm (Visual Basic version) comes with a CD-ROM contains all the book s source code
- 2022-08-13 12:49:19下载
- 积分:1
-
带文字的进度条 带文字的进度条
带文字的进度条 带文字的进度条-Progress bar with text progress bar with text
- 2022-03-13 04:54:36下载
- 积分:1
-
本程序是利用WTL的 CSplitterWindow 和 CHorSplitterWindow 把 CMainFrame 分隔而成。...
本程序是利用WTL的 CSplitterWindow 和 CHorSplitterWindow 把 CMainFrame 分隔而成。-this procedure is the use WTL CSplitterWindow and put CMainFrame CHorSplitterWindow partitioned.
- 2022-05-05 23:05:22下载
- 积分:1
-
WTL实现自我的使用
利用wtl实现的自画控件功能,可以实现控件的外观和行为-WTL realize the use of self-painting the control function, can realize the control the appearance and behavior
- 2022-06-25 22:45:43下载
- 积分:1
-
调用AnimateWindow实现动画窗口的实现
VC编写,100%的本人原创程序...
调用AnimateWindow实现动画窗口的实现
VC编写,100%的本人原创程序-call AnimateWindow achieve animation window VC preparation, I have 100% of the original procedure
- 2022-01-22 12:26:18下载
- 积分: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
-
pyqt简单实例 - 图片浏览
利用python写的一个非常简单的图片浏览器, 界面是qt. 图片格式支持jpg, tif, bmp, gif. 主要用途是交大家怎么在python中使用qt写gui.
- 2023-02-19 13:05:04下载
- 积分:1
-
一个VC程序使用的MFC类,用于替换MFC提供的简单的Splash Window类,用法在源代码中进行了说明。...
一个VC程序使用的MFC类,用于替换MFC提供的简单的Splash Window类,用法在源代码中进行了说明。-procedures for the use of a VC MFC category, MFC provides for the replacement of the simple Splash Window category, usage of the source code for the illustration.
- 2022-10-21 12:45:03下载
- 积分:1