Step 1: Receive a file GUI - interface from Ken and Adjust a bit How to import file .ui and .qrc
- .ui : pyuic5 -x gui.ui -o gui.py
- .qrc: pyrcc5 -o resources_rc.py resources.qrc . Remember adjust link in file main.py with new import .qrc
- --> from pyqt5_ui import resource_rc