Answers for ".qrc to py"

1

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 "Shell/Bash"

Browse Popular Code Answers by Language