orangecontrib.ewokstest.listgenerator.ListGenerator#
- class orangecontrib.ewokstest.listgenerator.ListGenerator(*args, captionTitle=None, **kwargs)#
- class Inputs#
- length = Input(name='length', type=<class 'object'>, handler='length_ewoks_input_setter', ...)#
- default_inputs = Setting "None"#
- description = 'Generate a random list with X elements'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
GenerateList
- icon = 'icons/mywidget.svg'#
Widget icon path, relative to the defining module.
- length_ewoks_input_setter(value)#
- name = 'List generator'#
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)