QDictionaryEditor

Inheritance diagram of QDictionaryEditor
class QDictionaryEditor(parent=None, designMode=None, title=None)[source]

Bases: taurus.qt.qtgui.table.qdictionary.QBaseDictionaryEditor

getModelClass()[source]

Return the class object for the widget. Default behavior is to do a ‘best effort’ to determine which model type corresponds to the current model name. Overwrite as necessary.

Return type:class TaurusModel or None
Returns:The class object corresponding to the type of Taurus model this widget handles or None if no valid class is found.
getValues()[source]
save()[source]
setModel(model)[source]

Sets/unsets the model name for this component

Parameters:model (str) – the new model name
updateStyle()[source]

Updates the widget style. Default implementation just calls QWidget.update()

Override when necessary.