-
多语种的界面风格,C #多语种操作系统使用解放军…
多语言风格界面,使用C#实现在多种语言的操作系统平台运行(Window系列)-multilingual style interface, the use of C# in multilingual operating system platforms (Window series)
- 2022-03-24 21:33:18下载
- 积分:1
-
CButtonST类
该类主要实现加载bmp图片,和icon图标,美化界面的button类,使用方便!
- 2022-04-21 17:13:49下载
- 积分: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
-
notebook,是一个通过qt界面实现的简洁版记事本
这是一个使用c++语言通过qt界面编程实现的notebook,即记事本,界面简洁干练,比windown界面和功能都更好看一点和方便一些,实现了一些复制粘贴剪切保存和导入等功能。。
- 2022-08-04 04:25:01下载
- 积分:1
-
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!...
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!-classic VC skin design tool, it can make a very nice cross-section procedures, we hope that the programming interfaces are very beautiful. Sharing!
- 2022-12-14 13:30:04下载
- 积分:1
-
Biaodilanshang window in the text shows two methods
在窗口标题栏上显示文字的两种方法-Biaodilanshang window in the text shows two methods
- 2022-07-23 15:45:09下载
- 积分:1
-
使用纹理模拟泡泡
本代码介绍了使用OpenGL的纹理技术模拟一幅含有海岸小岛蓝天白云的3D巡游地图,非常逼真,
- 2022-03-20 14:04:08下载
- 积分:1
-
很多时候,你想在你定制对话框显示的颜色。也许是单向的…
Quite often, you want to customize the colors shown in your dialogs. Maybe a unique, original look is required (and you don t want to go all the way into skinning) perhaps a red background seems suitable for critical error messages if you ve developed a complex dialog, parts of which serve as drop targets, you might want to emphasize those: or, in a form with required fields, you might want a different color for them. -Quite often, you want to customize the colors shown in your dialogs. Maybe a unique, original look is required (and you don t want to go all the way into skinning) perhaps a red background seems suitable for critical error messages if you ve developed a complex dialog, parts of which serve as drop targets, you might want to emphasize those: or, in a form with required fields, you might want a different color for them.
- 2022-04-19 03:05:04下载
- 积分:1
-
可以列出指定文件夹,并双击打开。
可以列出指定文件夹,并双击打开。-list designated folder, and double-click to open.
- 2023-05-08 13:20:02下载
- 积分:1
-
一个基于VB的简单拓扑生成程序
一个基于VB的简单拓扑生成程序-VB based on a simple topology generation process
- 2022-02-01 13:21:59下载
- 积分:1