tomwer.gui.samplemoved.selectiontable.SelectionTable#
- class tomwer.gui.samplemoved.selectiontable.SelectionTable(parent=None)#
Table used to select the color channel to be displayed for each
- COLUMS_INDEX = {'img A': 1, 'img B': 2, 'url': 0}#
- addRadio(name, **kwargs)#
- addUrl(url, **kwargs)#
- Parameters:
url (
DataUrl
) – DataUrl to add- Return type:
int
- Returns:
index of the created items row
- clear(self)#
- getSelection(with_indexes=False)#
- Returns:
url selected for img A and img B.
- setSelection(url_img_a, url_img_b)#
- Parameters:
ddict – key: image url, values: list of active channels
- sigImageAChanged#
Signal emitted when the image A change. Param is the image url path
- sigImageBChanged#
Signal emitted when the image B change. Param is the image url path