orangecontrib.tomwer.widgets.control.AdvancementOW.AdvancementOW#
- class orangecontrib.tomwer.widgets.control.AdvancementOW.AdvancementOW(*args, captionTitle=None, **kwargs)#
A simple widget managing the copy of an incoming folder to an other one
- Parameters:
parent – the parent widget
- description: str = 'This widget can display advancement of processes and scans'#
Short widget description, displayed in canvas help tooltips.
- icon: str = 'icons/advancement.svg'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.widgets.tomwer.control.AdvancementOW.AdvancementOW'#
- keywords: Union[str, List[str]] = ['tomography', 'process', 'advancement']#
Widget keywords, used for finding it in the quick menu.
- name: str = 'advancement'#
Widget name, as presented in the Canvas.
- priority: int = 5#
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)