Struggling to create qrc in Notepad++

[亡魂溺海] 提交于 2020-07-31 06:00:17

问题


I would like to show an image in a QLabel widget, the image folder is called Health info, the image is called image.png but I'm struggling to create the qrc resource file in Notepad++.

<RCC>
   <qresource prefix="/images">
      <file>C:\Users\Vlork\Desktop\Health info/image.png</file>
   <qresource>
</RCC>

来源:https://stackoverflow.com/questions/62955738/struggling-to-create-qrc-in-notepad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!