Contents:
ValueEditor
ValueEditor.read_value()
ValueEditor.set_editable()
ValueEditor.widget
Bases: ABC, Generic
ABC
Generic
Allows to edit a value of type T.
Return the current value displayed in the editor.
Set whether the editor is editable or not.
When initialized, the editor is editable.
Return the widget that allows to edit the value.