orangecontrib.tomwer.widgets.visualization.NXtomoMetadataViewerOW.NXtomoMetadataViewerOW#
- class orangecontrib.tomwer.widgets.visualization.NXtomoMetadataViewerOW.NXtomoMetadataViewerOW(*args, captionTitle=None, **kwargs)#
Widget to siplay NXtomo metadata
- class Inputs#
- data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='setScan', ...)#
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- description: str = 'Interface to display some metadata of a NXtomo'#
Short widget description, displayed in canvas help tooltips.
- icon: str = 'icons/nx_tomo_metadata_viewer.svg'#
Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.visualization.NXtomoMetadataViewerOW.NXtomoMetadataViewerOW'#
- keywords: Union[str, List[str]] = ['hdf5', 'nexus', 'tomwer', 'file', 'visualize', 'visualization', 'display', 'NXTomo', 'editor', 'energy', 'distance', 'pixel size']#
Widget keywords, used for finding it in the quick menu.
- name: str = 'nxtomo-metadata-viewer'#
Widget name, as presented in the Canvas.
- priority: int = 13#
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)
- setScan(value)#
- settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- sizeHint(self) QSize#
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)