Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Draft: Feat/dock area

wyzula_j requested to merge feat/dock_area into main

Description

BECDockArea is a widget that encompasses BECDock elements capable of hosting any type of QWidget. The primary objective is to replace the current BECFigure in the BECIPythonClient with BECDockArea. This substitution aims to retain all existing functionalities of BECFigure while introducing dockable capabilities.

Related Issues

close #136 (closed)

Type of Change

  • new BECDockArea
  • new BECDock
  • Refactor → WidgetConfig of BECFigure subplots is renamed to SubplotConfig for clarity.

Potential side effects

Not known, has to be tested with the running BECIPythonClient.

Screenshots / GIFs (if applicable)

[Include any relevant screenshots or GIFs to showcase the changes made.]

Additional Comments

[Add any additional comments or information that may be helpful for reviewers.]

Definition of Done

  • Documentation is up-to-date.
  • rpc access
  • unit tests
  • e2e tests

Merge request reports