Workflow that brings together a few modules as tabs in a unifying parent module.

My group has been using Qt Designer for generating UI files and using them in our Slicer python code using slicer.util.loadUI() for well over a year now. Qt Designer definitely helps with quick prototyping of GUIs and we generally prefer this unless the widget is something extremely simple. For beginners, coding QLayout policies and such is really intimidating and difficult to understand without playing around with something like Qt Designer.

1 Like