notedelegate

class camelot.view.controls.delegates.notedelegate.NoteDelegate(parent=None, **kwargs)[source]
../../../../_images/NoteDelegate_unselected_disabled.png ../../../../_images/NoteDelegate_unselected_editable.png ../../../../_images/NoteDelegate_selected_disabled.png ../../../../_images/NoteDelegate_selected_editable.png

By default, creates a NoteEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/NoteEditor_disabled_tooltip.png
editable=True ../../../../_images/NoteEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/NoteEditor_editable_tooltip.png
editable=False ../../../../_images/NoteEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/NoteEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/NoteEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

editor

alias of NoteEditor

Previous topic

monthsdelegate

Next topic

one2manydelegate

This Page