Skip to content

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.

Bildschirmfoto_vom_2021-07-05_18-56-48

Additionally, this change contains minor layout optimizations of the Manager (spacing, placement of progress indicators)

Edited by Wolfgang Reissenberger

Merge request reports