📜  如何在 python 中转换 .qrc 文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:27.736000             🧑  作者: Mango

代码示例1
# Locate .qrc file and run this command into terminal it will generate .py file.
# Now import icon_rc file
>> pyrcc5 icons.qrc -o icon_rc.py