texteditdelegate

class camelot.view.controls.delegates.texteditdelegate.TextEditDelegate(parent=None, **kwargs)[source]

Custom delegate for simple string values

../../../../_images/TextEditDelegate_unselected_disabled.png ../../../../_images/TextEditDelegate_unselected_editable.png ../../../../_images/TextEditDelegate_selected_disabled.png ../../../../_images/TextEditDelegate_selected_editable.png

Field attributes supported by the delegate :

By default, creates a TextEditEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/TextEditEditor_disabled_tooltip.png
editable=True ../../../../_images/TextEditEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/TextEditEditor_editable_tooltip.png
editable=False ../../../../_images/TextEditEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/TextEditEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/TextEditEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :