module documentation

Undocumented

Function loadUi @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_BINDING Undocumented
Constant QT_BINDING_MODULES Undocumented
Constant QT_BINDING_VERSION Undocumented
Function _load_pyqt Undocumented
Function _load_pyside Undocumented
Function _named_import Undocumented
Function _named_optional_import Undocumented
Function _register_binding_module Undocumented
Function _select_qt_binding Undocumented
def 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)
QT_BINDING =

Undocumented

Value
None
QT_BINDING_MODULES: dict =

Undocumented

Value
{}
QT_BINDING_VERSION =

Undocumented

Value
None
def _load_pyqt(required_modules, optional_modules):

Undocumented

def _load_pyside(required_modules, optional_modules):

Undocumented

def _named_import(name):

Undocumented

def _named_optional_import(name):

Undocumented

def _register_binding_module(module_name, module):

Undocumented

def _select_qt_binding(binding_name=None, binding_order=None):

Undocumented