-
how to change the color of the control procedures as an example to ListBox
如何改变控件颜色 本程序以ListBox为例-how to change the color of the control procedures as an example to ListBox
- 2023-05-07 11:00:02下载
- 积分: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模仿IE浏览器风格的多文档程序。这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,工具条上加有一个窗口列表,你...
VC模仿IE浏览器风格的多文档程序。这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,工具条上加有一个窗口列表,你可以在此毫不犹豫地快速切换窗口、也可以双击使窗口最大化。工具条采用IE风格,仅加入了最常用按钮。一些菜单功能没有实现,不过你可以用右键菜单中的功能来完成。-VC-style imitation of IE browser, multi-document program. This browser is written in vc6.0 interface similar to IE, but it is a multi-document program, in order to facilitate the switch between the various windows, plus there is a window on the toolbar list, where you can not hesitate to quickly switching window, you can double-click to make the window maximized. Toolbar with IE-style, only joined the most commonly used buttons. Some of the menu feature is not achieved, but you can right-click menu of features to complete.
- 2022-03-24 01:08:29下载
- 积分:1
-
The package includes most commonly used controls the basic functions of examples...
该包包含大部分常用基本控件的功能实例,很不错的喔-The package includes most commonly used controls the basic functions of examples, very good oh
- 2023-08-19 16:15:04下载
- 积分:1
-
huffman c++实现
huffman c++实现-huffman c++ achieve
- 2022-02-14 10:22:05下载
- 积分:1
-
Second example in accordance with procedures for their own add richedit2.0 backg...
可以根据次例子为自己的程序在richedit2.0中添加背景,我就是这样做的。-Second example in accordance with procedures for their own add richedit2.0 background, what I did.
- 2022-02-04 10:24:33下载
- 积分:1
-
一个小车动画,急于BIOS的中断调用.当小车行驶到屏幕底端,可以从平面顶端重新开始...
一个小车动画,急于BIOS的中断调用.当小车行驶到屏幕底端,可以从平面顶端重新开始-a car animation, eager BIOS interrupt the call. When the car to the bottom of the screen will be flat from the top to re-start
- 2022-02-18 17:20:14下载
- 积分:1
-
系统处于等待/忙状态时用的对话框
系统处于等待/忙状态时用的对话框-The dialog which can be used to display the system in wait or busy state
- 2022-07-17 16:20:43下载
- 积分:1
-
Explorer PowerBuilder
资源管理器PowerBuilder,管理Windows资源管理器的所有内容。
- 2022-03-11 14:15:29下载
- 积分:1
-
color cursor Demonstration Program
彩色光标演示程序-color cursor Demonstration Program
- 2023-06-07 06:55:02下载
- 积分:1