Page MenuHomePhabricator

Display only available statistics in QmitkImageStatisticsWidget
Closed, WontfixPublic

Description

If not all Statistic values have been computed, N/A is displayed.
Instead, we could implement a mode where we only display the available statistics in the widget and hide the others rows:
void QmitkImageStatisticsWidget::ShowOnlyAvailableStatistics();

Event Timeline

hentsch triaged this task as Wishlist priority.Feb 22 2019, 12:01 PM
hentsch created this task.
floca claimed this task.
floca added a subscriber: floca.

The refactoring T27205 solves it in different ways. Pending calculations are indicated and will be updated automatically.