donnieh
Jun 19, 2015 - 10:06
Can you use the ui designer to make multiple ui files and call them as needed? It seems the ui designer is meant for 1 ui file.
Can you use the ui designer to make multiple ui files and call them as needed? It seems the ui designer is meant for 1 ui file.
You can create additional UI files by creating a new "Script with UI" and deleting the Python script. To load a UI file that does not have the same name as the current script, use ui.load_view("name_of_the_ui_file") without the .pyui extension.