I design a GUI in Qt Designer, convert to .py in cmd and start writing python code to run the GUI button's etc.
What happens if I want to modify the GUI again without typing all the GUI code myself - can I bring the .py file into Qt Designer again and export out, still retaining the code I've added?