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_setter', ...)#
list = Input(name='list', type=<class 'object'>, handler='list_ewoks_setter', ...)#
class Outputs#
sum = Output(name='sum', type=<class 'object'>, ...)#
default_inputs = Setting "None"#
delay_ewoks_setter(value)#
description: str = 'Showcase form genereration to supply a list to sum'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of SumList4

icon: str = 'icons/mywidget.svg'#

Widget icon path, relative to the defining module.

list_ewoks_setter(value)#
name: str = 'SumList parameter form'#

Widget name, as presented in the Canvas.

settingsHandler: 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)