| Functions | |
| def | _load_pyqt (required_modules, optional_modules) | 
| def | _load_pyside (required_modules, optional_modules) | 
| def | _named_import (name) | 
| def | _named_optional_import (name) | 
| def | _register_binding_module (module_name, module) | 
| def | _select_qt_binding (binding_name=None, binding_order=None) | 
| def | loadUi (uifile, baseinstance=None, custom_widgets=None) | 
| Variables | |
| _base_instance | |
| _custom_widgets | |
| QT_BINDING = None | |
| dictionary | QT_BINDING_MODULES = {} | 
| QT_BINDING_VERSION = None | |
| 
 | private | 
Definition at line 147 of file binding_helper.py.
| 
 | private | 
Definition at line 179 of file binding_helper.py.
| 
 | private | 
Definition at line 130 of file binding_helper.py.
| 
 | private | 
Definition at line 140 of file binding_helper.py.
| 
 | private | 
Definition at line 123 of file binding_helper.py.
| 
 | private | 
Definition at line 49 of file binding_helper.py.
| def python_qt_binding.binding_helper.loadUi | ( | uifile, | |
| baseinstance = None, | |||
| custom_widgets = None | |||
| ) | 
@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)
 
Definition at line 254 of file binding_helper.py.
| 
 | private | 
Definition at line 214 of file binding_helper.py.
| 
 | private | 
Definition at line 215 of file binding_helper.py.
| python_qt_binding.binding_helper.QT_BINDING = None | 
Definition at line 44 of file binding_helper.py.
| dictionary python_qt_binding.binding_helper.QT_BINDING_MODULES = {} | 
Definition at line 45 of file binding_helper.py.
| python_qt_binding.binding_helper.QT_BINDING_VERSION = None | 
Definition at line 46 of file binding_helper.py.