mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
WIP: waveform isort
This commit is contained in:
@ -135,6 +135,7 @@ class Waveform(PlotBase):
|
|||||||
|
|
||||||
# Specific GUI elements
|
# Specific GUI elements
|
||||||
self._init_roi_manager()
|
self._init_roi_manager()
|
||||||
|
self._add_curve_setting()
|
||||||
self._add_dap_summary_side_menu()
|
self._add_dap_summary_side_menu()
|
||||||
self._enable_roi_toolbar_action(False) # default state where are no dap curves
|
self._enable_roi_toolbar_action(False) # default state where are no dap curves
|
||||||
|
|
||||||
@ -239,8 +240,6 @@ class Waveform(PlotBase):
|
|||||||
md = {"curve_id": curve_id}
|
md = {"curve_id": curve_id}
|
||||||
self.dap_summary.update_summary_tree(data=data, metadata=md)
|
self.dap_summary.update_summary_tree(data=data, metadata=md)
|
||||||
|
|
||||||
def _update_dap_curves(self): ...
|
|
||||||
|
|
||||||
@SafeSlot()
|
@SafeSlot()
|
||||||
def get_dap_params(self) -> dict:
|
def get_dap_params(self) -> dict:
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user