Manager refactoring | re-usable widgets extracted
Both Focus and Guide contain graph widget that could be re-used in the Manager. In the current implementation, pixmaps of the graphs are copied to the Manager tab - which is not very elegant and has problems with scaling the pixmaps.
With this change, the following widgets are extracted and re-used as widgets on the Manager tab:
- Focus --> HFR graph
- Focus --> HFR V-plot (display of the V-plot is new on the Manager tab)
- Guide --> guiding target
- Guide --> guiding history
With the same modularization idea behind, capture counting in the Manager is also extracted as dedicated widget.
Additionally, this change contains minor layout optimizations of the Manager (spacing, placement of progress indicators)
Edited by Wolfgang Reissenberger