orangecontrib.tomwer.widgets.debugtools.ObjectInspectorOW.ObjectInspectorOW#
- class orangecontrib.tomwer.widgets.debugtools.ObjectInspectorOW.ObjectInspectorOW(*args, captionTitle=None, **kwargs)#
A simple widget to browse a TomwerScanBase object
-
description:
str
= 'create on the fly dataset'# Short widget description, displayed in canvas help tooltips.
-
icon:
str
= 'icons/inspector.png'# Widget icon path, relative to the defining module.
- id = 'orangecontrib.tomwer.widgets.debugtools.tomwerscanbasebrowser'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'file', 'tomwer', 'dataset', 'debug']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'tomwer object browser'# Widget name, as presented in the Canvas.
-
priority:
int
= 255# 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)
- setObject(value)#
-
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)
-
description: