QListEditor
¶

-
class
QListEditor
(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
orNone
Returns: The class object corresponding to the type of Taurus model this widget handles or None if no valid class is found.
-