当前位置:网站首页>QT icon application
QT icon application
2022-04-23 06:42:00 【~Ha】
One 、 Get ready
To add icons to your application, you first need to prepare a .ico Format image file , Ordinary pictures don't work . Here we can use this website http://ico.hillcloud.net/, Upload ordinary pictures to the website for online conversion , Then download the backup , And rename the picture : myapp.ico
Two 、 View help documents
open Qt, Select Help options , Search for Setting, Select the first search result Setting the Application Icon, Double-click to open
Open and slide down , Find the tutorial shown below :
3、 ... and 、 Add Icon
Put the prepared icon file in myapp.ico To Qt Under the project directory of , Create a new text document and rename it myapp.rc, Here's the picture
Make sure the two files are in the same directory , Otherwise, compilation will fail
Then use Notepad to open myapp.rc
Copy this code to the file , preservation , sign out
IDI_ICON1 ICON "myapp.ico"
Return to the editing interface of the project , Open the configuration file of the project (.pro Final document ), Add code at the bottom :
RC_FILE = myapp.rc
Finally, recompile the project , Icon addition complete
版权声明
本文为[~Ha]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230548244983.html
边栏推荐
猜你喜欢
Installation of GCC, G + +, GDB
Cross domain issues - allow origin header contains multiple values but only one is allowed
OpenCV使用 GenericIndex 进行 KNN 搜索
PM2 deploy nuxt project
【UDS统一诊断服务】一、诊断概述(3)— ISO 15765体系结构
类和对象的初始化(构造函数与析构函数)
[UDS unified diagnosis service] i. diagnosis overview (2) - main diagnosis protocols (K-line and can)
【无标题】
PHP junior programmers, take orders and earn extra money
[ThreadX] h743zi + lan8720 + ThreadX + netx duo transplantation
随机推荐
vs中的多字节与unicode
【UDS统一诊断服务】一、诊断概述(4)— 基本概念和术语
C语言数组处理批量数据
C language advanced notes 3
C语言实现memcpy、memset、strcpy、strncpy、strcmp、strncmp、strlen
C语言进阶要点笔记4
生成快捷方式
【UDS统一诊断服务】四、诊断典型服务(3)— 读故障信息功能单元(存储数据传输功能单元)
进程间通信-互斥锁
The waterfall waterfall flow of uview realizes single column and loads more
逻辑回归原理及代码实现
Collection of practical tips for C language (continuously updated)
猜數字遊戲
Shell脚本 &&和||的使用
Camera calibration: key point method vs direct method
sqlite3加密版
Jeu de devinettes
【UDS统一诊断服务】四、诊断典型服务(2)— 数据传输功能单元
代理服务器
利用文件保存数据(c语言)