标签:nbsp bsp 程序 应用程序 pre 新建 class resources source
在Qt Creator中新建Qt Resource File,名字为logo.qrc
1.选择Add Prefix得到/new/prefix1
2.然后Add Files,将文件添加进去,如CA-DCP.png
3.在*.pro中添加: RESOURCES +=logo.qrc
4.在构造函数中添加:
setWindowIcon(QIcon(":/new/prefix1/CA-DCP.png"));
标签:nbsp bsp 程序 应用程序 pre 新建 class resources source
原文地址:http://www.cnblogs.com/Pan-Z/p/6229944.html