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 – 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 – The widget to connect with.