Page MenuHomePhabricator

[SEG][Bug] Manually modified label name not reflected accordingly in Preview labels
Open, LowPublic

Description

Workflow:

  1. Open MITK ->Load any image -> open Segmentation View
  2. Click "Create new segmentation". Then "Label 1" is automatically added to the QTableWidget (m_LabelSetTableWidget)
  3. Click 3D tools -> Otsu
  4. Now, Rename "Label 1" on the QTableWidget to anything else, eg. "Abdomen".
  5. Click Preview in the Otsu tool.

The segmentation labels in the QmitkSimpleLabelSetListWidget for Preview still shows "Label 1" instead of "Abdomen"

Event Timeline

a178n removed a project: Request for Discussion.

Discussion result:
A pragmatic solution would be to get the label names from the qTable as late as possible i.e when the results are returned for the Preview.