Page MenuHomePhabricator

[MitkChart] use EnumerationProperty instead of custom maps
Closed, WontfixPublic

Description

Instead of storing the std::map<QmitkChartWidget::ChartType, std::string> in QmitkChartWidget (and for back-conversion std::map<std::string, QmitkChartWidget::ChartType> in ChartExample), we should use the mitk::EnumerationProperty class that was done for that purpose.

Event Timeline

hentsch created this task.
kislinsk added a subscriber: kislinsk.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs