orangecontrib.ewokstest.sumlist_parameter_form.OWSumList#
- class orangecontrib.ewokstest.sumlist_parameter_form.OWSumList(*args, captionTitle=None, **kwargs)#
- class Inputs#
- delay = Input(name='delay', type=<class 'object'>, handler='delay_ewoks_input_setter', ...)#
- list = Input(name='list', type=<class 'object'>, handler='list_ewoks_input_setter', ...)#
- default_inputs = Setting "None"#
- delay_ewoks_input_setter(value)#
- description = 'Showcase form genereration to supply a list to sum'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
SumList4
- icon = 'icons/mywidget.svg'#
Widget icon path, relative to the defining module.
- list_ewoks_input_setter(value)#
- name = 'SumList parameter form'#
Widget name, as presented in the Canvas.
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)