diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-06-03 12:35:32 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-06-03 12:35:32 -0600 |
| commit | 0355099aa21918e8f6f7fcd61aba8e3014bf8171 (patch) | |
| tree | aa3842431dca5d03444ebaa507679bc341d44ba3 /ui/main_window.py | |
| parent | 74b2ebb0727fcd38b71196e3d79a119ce85d6833 (diff) | |
Rename signals_window.py → channels_window.py; update docstring
Reflects current design: split Physical/Virtual Channels layout,
no tabs, no legacy Signals list as primary UI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'ui/main_window.py')
| -rw-r--r-- | ui/main_window.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/main_window.py b/ui/main_window.py index 45e6c95..7527a8a 100644 --- a/ui/main_window.py +++ b/ui/main_window.py @@ -39,7 +39,7 @@ from ui.control_panel import ControlPanel from ui.strip_chart import StripChartWidget from ui.profile_manager_ui import ProfileButton from ui.windows.devices_window import DevicesWindow -from ui.windows.signals_window import ChannelsWindow +from ui.windows.channels_window import ChannelsWindow from ui.windows.plot_window import PlotWindow, build_default_layout from ui.windows.settings_window import SettingsWindow |
