Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
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.
close #136 (closed)
BECDockArea
BECDock
WidgetConfig
of BECFigure
subplots is renamed to SubplotConfig
for clarity.Not known, has to be tested with the running BECIPythonClient
.
[Include any relevant screenshots or GIFs to showcase the changes made.]
[Add any additional comments or information that may be helpful for reviewers.]
refactor(rpc/server): rpc server can accept BEC container class as a argument; the widget container of BECFigure container property s added to BECFigure; isort applied