Reorg dirs: disentangle widgets in `GUI/Views`
To disentangle some dependencies in the GUI/Views directories, the following has been made:
-
GUI/Views/FitWidgets/plot_constants.hhas been moved toGUI/Views/IntensityDataWidgets/. This wayFitWidgetsis dependent onIntensityDataWidgetsbut not vice versa anymore. -
GUI/Views/SampleDesigner/DesignerHelper.*has been moved toGUI/Views/CommonWidgets. This wayGUI/Views/InfoWidgetsis not dependent anymore onGUI/Views/SampleDesigner.
Furthermore GUI/Views/StyleUtils.* has been moved to GUI/Views/CommonWidgets/ because general GUI-related code is located there.