load_ui#

glue_qt.utils.load_ui(path, parent=None, directory=None)#

Load a .ui file

Parameters:
pathstr

Name of ui file to load

parentQObject

Object to use as the parent of this widget

Returns:
w

The new widget