orangecontrib.tomwer.orange.task_widgets.TomwerWidgetOneThreadPerRun.TomwerWidgetOneThreadPerRun#
- class orangecontrib.tomwer.orange.task_widgets.TomwerWidgetOneThreadPerRun.TomwerWidgetOneThreadPerRun(*args, captionTitle=None, **kwargs)#
This widget make sure all input on “data” are triggering the workflow.
This is a work around for https://gitlab.esrf.fr/workflow/ewoks/ewoksorange/-/issues/60
Task are expected to have “data” as input and define the outputs from the pydantic model.
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- want_control_area = False#
Should the widget construct a controlArea?
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)