Files
Jonathan Thomas 053c16032a Fixed the 11 Codacy nitpick
- Added explicit subprocess validation and fixed-tool paths in installer/fix_opencv_rpath.py.
- Added file path validation for the objdump subprocess call in freeze.py.
- Restricted urlopen usage to http/https in comfy_client.py and http_client.py.
- Removed unused variables and the unnecessary elif in the flagged UI/model/metrics/cache files.
- Also cleaned two nearby identical unused is_all_objects_update assignments in properties_model.py.
2026-05-20 21:54:21 -05:00
..
2026-05-20 21:54:21 -05:00

To compile a Qt resource file with new icons, follow these steps:

1) Edit the resource file, and add files to it (the *.qrc files) using QtCreator
2) Compile this into a Python file, either:
     $ make
   or, if make is unavailable:
     $ pyrcc5 openshot.qrc -o ../src/classes/openshot_rc.py