-
applewin emulator
一个伟大的仿真器,类似于一个真正的苹果电脑与一个经典的外壳和图形用户界面为您的所有苹果需要。。。
- 2022-05-22 06:34:55下载
- 积分:1
-
计算器小应用程序
实现加减乘除功能
计算器小应用程序
实现加减乘除功能
-Calculator applet subtraction multiplication and division functions to achieve
- 2022-02-04 22:45:25下载
- 积分:1
-
用button模拟键盘输入,向多个edit中输入时,光标的位置不改变...
用button模拟键盘输入,向多个edit中输入时,光标的位置不改变-Simulate keyboard input with the button, to multiple edit the type, the location of the cursor does not change the
- 2022-03-14 14:37:14下载
- 积分:1
-
我自己用vc编写的图像融合效果评价,觉得还可以吧。
我自己用vc编写的图像融合效果评价,觉得还可以吧。-my own use vc prepared by the Evaluation of image fusion, it can also think.
- 2023-02-22 21:10:05下载
- 积分:1
-
运行后自销毁的程序
运行后自销毁的程序-after running from the destruction of the procedures
- 2022-06-12 05:23:26下载
- 积分:1
-
XP样式的按钮, 使用很简单. 可以下载参考
XP样式的按钮, 使用很简单. 可以下载参考-XP style button and simple to use. Reference can be downloaded
- 2022-08-21 22:47:49下载
- 积分:1
-
颜色窗体控件。MFC不是更强大,它可以自动的变革。
实现彩色表格控件。比mfc的强大多了,可以自动改变颜色,一目了然-color forms controls. Mfc than the more powerful, it can automatically change colors, transparent
- 2022-03-21 22:41:15下载
- 积分:1
-
背景透明的始终程序,同时可以指示中文日期,初学,请多指教...
背景透明的始终程序,同时可以指示中文日期,初学,请多指教-Background is always transparent procedures, as well as the Chinese date instructions, beginner, please advice
- 2022-01-25 21:42:14下载
- 积分:1
-
consolelinedit.cpp,编写光标移动
consolelinedit用来编写光标移动的,c++ code,提供大家参考
- 2022-04-15 20:33:22下载
- 积分: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