-
本实例是在状态栏上显示进度条!掌握本程序的创建过程将会使VC编程相对明朗!...
本实例是在状态栏上显示进度条!掌握本程序的创建过程将会使VC编程相对明朗!-example of this in the status bar indicates the progress! Grasp the procedure to create a process that will lead VC relative uncertainty!
- 2022-03-25 11:43:37下载
- 积分:1
-
自制示波器实例
虚拟示波器软件代码(VC) 基于文档模式,可用于波形显示
- 2022-02-14 02:13:55下载
- 积分:1
-
一个类似于mediaplayer的滑动条控件。外观和使用方法都可以改造的...
一个类似于mediaplayer的滑动条控件。外观和使用方法都可以改造的-a mediaplayer similar to the Slip Control. Appearance and the use of methods can be modified
- 2022-03-24 03:24:15下载
- 积分:1
-
implement cmddlg,是windows 例程,主要用于界面设计
implement cmddlg,是windows 例程,主要用于界面设计-implement cmddlg, windows routines, mainly for interface design
- 2022-03-25 17:41:29下载
- 积分:1
-
animation vibration source of the dialog box
动画震动对话框的源码-animation vibration source of the dialog box
- 2022-01-22 12:34:03下载
- 积分:1
-
实现了类似于windows资源管理器窗口的程序,其中可以遍历一个文件夹下所有的文件和子文件夹,并可在右侧宣示其相关信息...
实现了类似于windows资源管理器窗口的程序,其中可以遍历一个文件夹下所有的文件和子文件夹,并可在右侧宣示其相关信息-achieve similar to the windows of the window of resource management procedures that can traverse a folder of documents and all subfolders, and may assert its right information
- 2022-04-15 20:19:39下载
- 积分:1
-
类似vc6的集成开发环境的源代码,编辑器,编译器,调试器,自动代码生成技术,完整的,包括CJlibrary
类似vc6的集成开发环境的源代码,编辑器,编译器,调试器,自动代码生成技术,完整的,包括CJlibrary- Similar vc6 integrated development environment source code,
editor, compiler, debugger, automatic code production technology,
complete, including CJlibrary
- 2022-04-20 21:07: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
-
是一个带有日期的记事本
已经都编译好的文件 只要在jdk下运行即可...
是一个带有日期的记事本
已经都编译好的文件 只要在jdk下运行即可-is a diary with the date of this would have been compiled in the document as long as can be run jdk
- 2023-07-12 03:40:03下载
- 积分:1
-
一个用来选择文件夹的类的源码
一个用来选择文件夹的类的源码- Uses for to choose the folder the kind of source code
- 2022-03-12 16:57:07下载
- 积分:1