码迷,mamicode.com
首页 > 其他好文 > 详细

在Qt Creator中为Qt工程添加资源

时间:2018-09-07 00:57:46      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:nis   通过   label   资源   files   qpi   path   file   Edito   

1.右键单击工程 -> Add New ... -> Qt -> Qt Resource File -> Choose... -> Name: -> Next -> Finish

2.右键单击qrc文件 -> Open in Editor -> Add -> Add Prefix -> Prefix: -> Add -> Add Files

例如,要为QLabel设置Pixmap,可通过设计器为其pixmap属性设置图片资源,或右键单击图片资源 -> Copy Path,将得到的path作为filename传入QLabel::setPixmap(QPixmap(filename))

在Qt Creator中为Qt工程添加资源

标签:nis   通过   label   资源   files   qpi   path   file   Edito   

原文地址:https://www.cnblogs.com/buyishi/p/9602022.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!