how to import qrc file to python code example
Example: 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
# 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