floatdelegate

class camelot.view.controls.delegates.floatdelegate.FloatDelegate(minimum=-1000000000000000.0, maximum=1000000000000000.0, parent=None, unicode_format=None, **kwargs)[source]

Custom delegate for float values

../../../../_images/FloatDelegate_unselected_disabled.png ../../../../_images/FloatDelegate_unselected_editable.png ../../../../_images/FloatDelegate_selected_disabled.png ../../../../_images/FloatDelegate_selected_editable.png

Field attributes supported by the delegate :

By default, creates a FloatEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/FloatEditor_disabled_tooltip.png
editable=True ../../../../_images/FloatEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/FloatEditor_editable_tooltip.png
editable=False ../../../../_images/FloatEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/FloatEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/FloatEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

editor

alias of FloatEditor

Previous topic

filedelegate

Next topic

imagedelegate

This Page