tomwer.gui.reconstruction.axis.CompareImages.CompareImagesStatusBar#

class tomwer.gui.reconstruction.axis.CompareImages.CompareImagesStatusBar(parent=None)#

StatusBar containing specific information contained in a CompareImages widget

Use setCompareWidget() to connect this toolbar to a specific CompareImages widget.

Parameters:

parent (Union[qt.QWidget,None]) – Parent of this widget.

getCompareWidget()#

Returns the connected widget.

Return type:

CompareImages

setCompareWidget(widget)#

Connect this tool bar to a specific CompareImages widget.

Parameters:

widget (Union[None,CompareImages]) – The widget to connect with.