integerdelegate

class camelot.view.controls.delegates.integerdelegate.IntegerDelegate(parent=None, unicode_format=None, **kwargs)[source]

Custom delegate for integer values

../../../../_images/IntegerDelegate_unselected_disabled.png ../../../../_images/IntegerDelegate_unselected_editable.png ../../../../_images/IntegerDelegate_selected_disabled.png ../../../../_images/IntegerDelegate_selected_editable.png

Field attributes supported by the delegate :

  • unicode_format

By default, creates a IntegerEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/IntegerEditor_disabled_tooltip.png
editable=True ../../../../_images/IntegerEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/IntegerEditor_editable_tooltip.png
editable=False ../../../../_images/IntegerEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/IntegerEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/IntegerEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

editor

alias of IntegerEditor

Previous topic

imagedelegate

Next topic

intervalsdelegate

This Page