ewoksorange.gui.workflows.task_wrappers.execute_native_owwidget#
- ewoksorange.gui.workflows.task_wrappers.execute_native_owwidget(widget_class, inputs=None, timeout=None, settings=None, **widget_init_params)[source]#
This is the equivalent of execute_ewoks_owwidget but then for native Orange widget instead of Ewoks Orange Widgets.
It is used to execute native Orange widgets with another Ewoks execution engine than Orange.
- Parameters:
widget_class (
Type[OWBaseWidget])inputs (
Optional[Mapping])timeout (
Optional[Number])settings (
Optional[Mapping])