Page MenuHomePhabricator

LevelWindow Preset Dialog does not work correctly
Closed, ResolvedPublic

Description

The QmitkLevelWindowPresetDefinitionDialog uses a QSortFilterProxyModel which needs a mapping between the displayed / selected indices and the model indices.
In order to correctly handle the indexing for changing / removing preset entries the mapToSource-function has to be used.

Revisions and Commits

rMITK MITK