mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-04 16:02:51 +01:00
WIP: waveform isort
This commit is contained in:
@@ -135,6 +135,7 @@ class Waveform(PlotBase):
|
||||
|
||||
# Specific GUI elements
|
||||
self._init_roi_manager()
|
||||
self._add_curve_setting()
|
||||
self._add_dap_summary_side_menu()
|
||||
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}
|
||||
self.dap_summary.update_summary_tree(data=data, metadata=md)
|
||||
|
||||
def _update_dap_curves(self): ...
|
||||
|
||||
@SafeSlot()
|
||||
def get_dap_params(self) -> dict:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user