Reorg dirs: resolved dependency of `GUI/utils' on `GUI/Views`
In this MR the dependency of GUI/utils
on GUI/Views
has been resolved:
- The utility function
binifyAxes
has been moved fromGUI/Views/ImportDataWidgets/ImportDataUtils.*
toGUI/utils/OutputDataUtils.*
because its usage is not restricted to or dependent on UI elements. - The code
GUI/utils/StyleUtils.*
has been moved toGUI/Views/StyleUtils.*
because it is only used by UI components but depends on other classes found in theGUI/Views
subdirectory. - Some smaller corrections.