GUI refactoring: remove mappers from mask items and views
Mappers are removed from MaskItems
, FitParameterContainerItem
, FitSuiteItem
.
Also class PropertyRepeater
, used earlier in FitComparisonController
and FitComparison1DViewController
for the synchronization of plotted items is deleted.
Synchronization is currently placed to SpecularDataPropertyWidget
and IntensityDataPropertyWidget
, but further is should be moved to a more appropriate place (the corresponding issue is created).