Skip to content
Snippets Groups Projects
Commit d0322059 authored by Lan Dam's avatar Lan Dam
Browse files

rename method channel_list_widget_to_plotting_data() to...

rename method channel_list_widget_to_plotting_data() to apply_selection_to_plotting_data_channel_visible()
parent ef70f943
No related branches found
No related tags found
1 merge request!261Feature for users to hide/show and reorder channels
Pipeline #3593 passed with stage
in 8 minutes and 41 seconds
...@@ -102,7 +102,7 @@ class SelectChanelsToShowDialog(QDialog): ...@@ -102,7 +102,7 @@ class SelectChanelsToShowDialog(QDialog):
self.apply_btn.clicked.connect(self.apply) self.apply_btn.clicked.connect(self.apply)
@staticmethod @staticmethod
def channel_list_widget_to_plotting_data( def apply_selection_to_plotting_data_channel_visible(
channel_list_widget, plotting_data): channel_list_widget, plotting_data):
""" """
Set show value according to channel checkboxes' check state Set show value according to channel checkboxes' check state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment