orangecontrib.tomwer.widgets.debugtools.DatasetGeneratorOW.DatasetGeneratorOW#
- class orangecontrib.tomwer.widgets.debugtools.DatasetGeneratorOW.DatasetGeneratorOW(*args, captionTitle=None, **kwargs)#
A simple widget to generate on the fly and ‘continuously’ datasets
- description: str = 'create on the fly dataset'#
Short widget description, displayed in canvas help tooltips.
- icon: str = 'icons/hammer.png'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.tomwer.widgets.debugtools.datasetgeneratorow'#
- keywords: Union[str, List[str]] = ['tomography', 'file', 'tomwer', 'dataset', 'debug']#
Widget keywords, used for finding it in the quick menu.
- name: str = 'random data generator'#
Widget name, as presented in the Canvas.
- priority: int = 250#
Widget priority, used for sorting within a category.
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- 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)