Functions | |
def | _load_pyqt |
def | _load_pyside |
def | _named_import |
def | _named_optional_import |
def | _register_binding_module |
def | _select_qt_binding |
def | loadUi |
Variables | |
_base_instance | |
_custom_widgets | |
QT_BINDING = None | |
dictionary | QT_BINDING_MODULES = {} |
QT_BINDING_VERSION = None |
def python_qt_binding.binding_helper._load_pyqt | ( | required_modules, | |
optional_modules | |||
) | [private] |
Definition at line 122 of file binding_helper.py.
def python_qt_binding.binding_helper._load_pyside | ( | required_modules, | |
optional_modules | |||
) | [private] |
Definition at line 172 of file binding_helper.py.
def python_qt_binding.binding_helper._named_import | ( | name | ) | [private] |
Definition at line 105 of file binding_helper.py.
def python_qt_binding.binding_helper._named_optional_import | ( | name | ) | [private] |
Definition at line 115 of file binding_helper.py.
def python_qt_binding.binding_helper._register_binding_module | ( | module_name, | |
module | |||
) | [private] |
Definition at line 98 of file binding_helper.py.
def python_qt_binding.binding_helper._select_qt_binding | ( | binding_name = None , |
|
binding_order = None |
|||
) | [private] |
Definition at line 48 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 245 of file binding_helper.py.
Definition at line 172 of file binding_helper.py.
Definition at line 172 of file binding_helper.py.
Definition at line 43 of file binding_helper.py.
dictionary python_qt_binding::binding_helper::QT_BINDING_MODULES = {} |
Definition at line 44 of file binding_helper.py.
Definition at line 45 of file binding_helper.py.