Generating PY from QRC Everytime a Resource file changes
Unsolved
Qt for Python
-
I have to manually run the command ("pyside2-rcc -o output.py input.qrc") to generate a new PY module from my QRC file every time a resource file changes that depends on my QRC. This is becoming super tedious. I am using QT Creator, is there some tool in QTCreator or something else that can watch for changes and run the pyside2-rcc command for me?
-
@respect88
I am guessing you have not set up in Creator/build environment correctly. I see an old post at https://stackoverflow.com/questions/22508491/a-py-file-which-compiled-from-qrc-file-using-pyside-rcc-does-not-work for old PySide1, but does it give steps to check work for you?