booleditor

class camelot.view.controls.editors.booleditor.BoolEditor(parent=None, minimum=-2147483648, maximum=2147483647, nullable=True, field_name='boolean', **kwargs)[source]

Widget for editing a boolean field

class camelot.view.controls.editors.booleditor.TextBoolEditor(parent=None, yes='Yes', no='No', color_yes=None, color_no=None, **kwargs)[source]
Parameter :
color_yes: string

text-color of the True representation

color_no: string

text-color of the False representation

Previous topic

editors

Next topic

charteditor

This Page