问题
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