comboboxdelegate

class camelot.view.controls.delegates.comboboxdelegate.ComboBoxDelegate(parent=None, editable=True, **kwargs)[source]
../../../../_images/ComboBoxDelegate_unselected_disabled.png ../../../../_images/ComboBoxDelegate_unselected_editable.png ../../../../_images/ComboBoxDelegate_selected_disabled.png ../../../../_images/ComboBoxDelegate_selected_editable.png

By default, creates a ChoicesEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/ChoicesEditor_disabled_tooltip.png
editable=True ../../../../_images/ChoicesEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/ChoicesEditor_editable_tooltip.png
editable=False ../../../../_images/ChoicesEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/ChoicesEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/ChoicesEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

editor

alias of ChoicesEditor

Previous topic

coloredfloatdelegate

Next topic

currencydelegate

This Page