Answers for "how to convert .qrc file in python"

0

how to convert .qrc file in python

# 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
Posted by: Guest on December-30-2020

Code answers related to "how to convert .qrc file in python"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language