localfiledelegate

class camelot.view.controls.delegates.localfiledelegate.LocalFileDelegate(parent=None, **kw)[source]
Delegate for displaying a path on the local file system. This path can
either point to a file or a directory
../../../../_images/LocalFileDelegate_unselected_disabled.png ../../../../_images/LocalFileDelegate_unselected_editable.png ../../../../_images/LocalFileDelegate_selected_disabled.png ../../../../_images/LocalFileDelegate_selected_editable.png

Field attributes supported by the delegate :

By default, creates a LocalFileEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/LocalFileEditor_disabled_tooltip.png
editable=True ../../../../_images/LocalFileEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/LocalFileEditor_editable_tooltip.png
editable=False ../../../../_images/LocalFileEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/LocalFileEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/LocalFileEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

editor

alias of LocalFileEditor

Previous topic

languagedelegate

Next topic

many2onedelegate

This Page