module documentation
Undocumented
Function | load |
@type uifile: str @param uifile: Absolute path of .ui file @type baseinstance: QWidget @param baseinstance: the optional instance of the Qt base class. |
Constant | QT |
Undocumented |
Constant | QT |
Undocumented |
Constant | QT |
Undocumented |
Function | _load |
Undocumented |
Function | _load |
Undocumented |
Function | _named |
Undocumented |
Function | _named |
Undocumented |
Function | _register |
Undocumented |
Function | _select |
Undocumented |
@type uifile: str @param uifile: Absolute path of .ui file @type baseinstance: QWidget @param baseinstance: the optional instance of the Qt base class.
If specified then the user interface is created in it. Otherwise a new instance of the base class is automatically created.
@type custom_widgets: dict of {str:QWidget} @param custom_widgets: Class name and type of the custom classes used
in uifile if any. This can be None if no custom class is in use. (Note: this is only necessary for PySide, see http://answers.ros.org/question/56382/what-does-python_qt_bindingloaduis-3rd-arg-do-in-pyqt-binding/ for more information)