taurus taurus

Previous topic

taurus.qt.qtopengl

Next topic

taurus.test

This Page

taurus.qt.uic

The taurus.qt.uic submodule. It contains uic tools

Functions

_build_plain_widget(widget_klass_name)[source]
_build_widget(module_name, widget_klass, widget_klasses, existing_widgets)[source]

Builds a set of “customwidget” xml nodes necessary for the given widget

print_tau2taurus_map(class_map)[source]

Prints the dictionary assuming it was built by reading a tau2taurus CSV file

Parameters:class_map (dict) – the dictionary containing tau2taurus information
resolve_inheritance(xml_source)[source]

Resolves custom widget inheritance.

Parameters:xml_source (lxml.etree.Element) – xml object
Returns:the xml object transformed
Return type:lxml.etree.Element
tau2taurus(xml_source)[source]

Replaces tau occurences with taurus using a CSV table file.

Parameters:xml_source (lxml.etree.Element) – xml object
Returns:the xml object transformed
Return type:lxml.etree.Element