mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
WIP debug added to jupyter window
This commit is contained in:
@ -74,6 +74,9 @@ class JupyterConsoleWindow(QWidget): # pragma: no cover:
|
||||
first_tab = QWidget()
|
||||
first_tab_layout = QVBoxLayout(first_tab)
|
||||
self.dock = BECDockArea(gui_id="dock")
|
||||
wf0 = self.dock.new(widget="Waveform")
|
||||
wf1 = self.dock.new(widget="Waveform")
|
||||
wf0.element_list[0].plot("samx")
|
||||
first_tab_layout.addWidget(self.dock)
|
||||
tab_widget.addTab(first_tab, "Dock Area")
|
||||
|
||||
|
Reference in New Issue
Block a user