I edited a python plugin's code and had to change the UI a bit as well. However, unlike in the plugins I made from scratch with the plugin builder, the UI doesn't automatically update in QGIS when I change the .ui file with Qt designer and reload the plugin. I figured I'd have to compile it (to .py) manually with
"C:\Program Files\QGIS Chugiak\bin\pyrcc4" -o ui_changeDSDialog.py ui_changeDSDialog.uibut that just throws a "No resources in resource description." error. How do I compile it?
أكثر...
"C:\Program Files\QGIS Chugiak\bin\pyrcc4" -o ui_changeDSDialog.py ui_changeDSDialog.uibut that just throws a "No resources in resource description." error. How do I compile it?
أكثر...