Page MenuHomePhabricator

ImageStatistics Plugin: Model/View instead of TableWidget
Closed, ResolvedPublic

Description

The current implementation relies on a TableWidget where statistical values are just pressed in.
It would be more suitable (and general) to do that with a TableView/Model of the Statistics class

Event Timeline

@floca Is this resolved / invalid? As far as I can see we now have a QmitkImageStatisticsTreeModel (NOT A TABLE MODEL).
I spotted some false namings, there seem to be some things mixed up (e.g. QmitkStatisticsModelToStringConverter speaks about a table model being converted, when actually a QmitkImageStatisticsTreeModel is used etc.).

floca claimed this task.

I think both is right

  1. It is already resolved by work of HackingWeek 2019/2
  2. If docu writes something about TabelModel it is wrong/outdates/implementation detail...