Forum Archive

2 or more ui files

donnieh

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.

dgelessus

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.