Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #convert #file #python
ADD COMMENT
Topic
Name
8+3 =