Remove automatic regeneration of ui_main_window.py
Currently there is code to automatically regenerate the ui_main_window.py file from main_window.ui. This is convenient during development, but it would be better to move that code to a separate file and have a static ui_main_window.py.
Instead, there should be a separate file that can be used to rebuild it.