orangecontrib.tomwer.widgets.visualization.RadioStackOW.RadioStackOW#

class orangecontrib.tomwer.widgets.visualization.RadioStackOW.RadioStackOW(*args, captionTitle=None, **kwargs)#

This widget will make stack radios incoming and allow user to browse into it.

class Inputs#
data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='addLeafScan', ...)#
addLeafScan(value, id=None)#
description: str = 'This widget will save all scan path given to here and extract received radio files with there shortestunique basename to be able to browse them'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of _RadioStackPlaceHolder

icon: str = 'icons/radiosstack.svg'#

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.slicesstack.radiostack'#
keyPressEvent(self, a0: QKeyEvent | None)#
keywords: Union[str, List[str]] = ['tomography', 'radio', 'tomwer', 'stack', 'group']#

Widget keywords, used for finding it in the quick menu.

name: str = 'radio stack'#

Widget name, as presented in the Canvas.

priority: int = 27#

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)