<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>I am having trouble finding good examples of doing this though. One recent example that we did was where we created a wizard using over 15 ui files. How does one load up a series of ui files for this sort of thing in PyQt? What do you need to do if the ui files need to be nested?</div><div><br></div><div>Thanks,</div><div>Mike</div><div><br></div></div></blockquote><div><br></div><div>You can load ui files at runtime using PyQt5.uic.loadUi or PyQt5.uic.loadUiType which can be nice for prototyping. (I prefer to generate the python modules with pyuic before deploying though.)</div><div><br></div><div>Not sure what you mean by nested ui files.</div></div></div></div>