diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/__pycache__/__init__.cpython-314.pyc | bin | 156 -> 156 bytes | |||
| -rw-r--r-- | ui/__pycache__/add_device_dialog.cpython-314.pyc | bin | 5942 -> 23299 bytes | |||
| -rw-r--r-- | ui/__pycache__/config_dialog.cpython-314.pyc | bin | 7036 -> 7036 bytes | |||
| -rw-r--r-- | ui/__pycache__/control_panel.cpython-314.pyc | bin | 34961 -> 34961 bytes | |||
| -rw-r--r-- | ui/__pycache__/main_window.cpython-314.pyc | bin | 24564 -> 24564 bytes | |||
| -rw-r--r-- | ui/__pycache__/strip_chart.cpython-314.pyc | bin | 16639 -> 16639 bytes | |||
| -rw-r--r-- | ui/style_dark.qss | 16 | ||||
| -rw-r--r-- | ui/style_light.qss | 4 | ||||
| -rw-r--r-- | ui/windows/__pycache__/__init__.cpython-314.pyc | bin | 164 -> 164 bytes | |||
| -rw-r--r-- | ui/windows/__pycache__/devices_window.cpython-314.pyc | bin | 23245 -> 23245 bytes | |||
| -rw-r--r-- | ui/windows/__pycache__/plot_window.cpython-314.pyc | bin | 46125 -> 46125 bytes | |||
| -rw-r--r-- | ui/windows/__pycache__/settings_window.cpython-314.pyc | bin | 16406 -> 16406 bytes | |||
| -rw-r--r-- | ui/windows/__pycache__/signals_window.cpython-314.pyc | bin | 53434 -> 53434 bytes |
13 files changed, 9 insertions, 11 deletions
diff --git a/ui/__pycache__/__init__.cpython-314.pyc b/ui/__pycache__/__init__.cpython-314.pyc Binary files differindex 0a61fd6..3af9695 100644 --- a/ui/__pycache__/__init__.cpython-314.pyc +++ b/ui/__pycache__/__init__.cpython-314.pyc diff --git a/ui/__pycache__/add_device_dialog.cpython-314.pyc b/ui/__pycache__/add_device_dialog.cpython-314.pyc Binary files differindex 280fdbf..e74884b 100644 --- a/ui/__pycache__/add_device_dialog.cpython-314.pyc +++ b/ui/__pycache__/add_device_dialog.cpython-314.pyc diff --git a/ui/__pycache__/config_dialog.cpython-314.pyc b/ui/__pycache__/config_dialog.cpython-314.pyc Binary files differindex f48f640..788f4a0 100644 --- a/ui/__pycache__/config_dialog.cpython-314.pyc +++ b/ui/__pycache__/config_dialog.cpython-314.pyc diff --git a/ui/__pycache__/control_panel.cpython-314.pyc b/ui/__pycache__/control_panel.cpython-314.pyc Binary files differindex 1e9e5a0..a534649 100644 --- a/ui/__pycache__/control_panel.cpython-314.pyc +++ b/ui/__pycache__/control_panel.cpython-314.pyc diff --git a/ui/__pycache__/main_window.cpython-314.pyc b/ui/__pycache__/main_window.cpython-314.pyc Binary files differindex 5b1082b..d933966 100644 --- a/ui/__pycache__/main_window.cpython-314.pyc +++ b/ui/__pycache__/main_window.cpython-314.pyc diff --git a/ui/__pycache__/strip_chart.cpython-314.pyc b/ui/__pycache__/strip_chart.cpython-314.pyc Binary files differindex 27eef71..af41096 100644 --- a/ui/__pycache__/strip_chart.cpython-314.pyc +++ b/ui/__pycache__/strip_chart.cpython-314.pyc diff --git a/ui/style_dark.qss b/ui/style_dark.qss index 9c20ab2..4043ff6 100644 --- a/ui/style_dark.qss +++ b/ui/style_dark.qss @@ -128,15 +128,15 @@ QPushButton#configButton:hover { background-color: #1e3a5f; color: #93c5fd; bord QGroupBox { border: 1px solid #2a3558; border-radius: 5px; - margin-top: 28px; - padding-top: 8px; + margin-top: 26px; + padding-top: 6px; background-color: #111620; } QGroupBox::title { subcontrol-origin: margin; subcontrol-position: top left; - left: 12px; - top: -14px; + left: 10px; + top: 4px; background-color: #1c2540; color: #c7d2fe; font-size: 12px; @@ -188,17 +188,15 @@ QListWidget#portList { border-radius: 4px; color: #e2e8f0; font-family: "IBM Plex Mono", monospace; - font-size: 13px; + font-size: 12px; outline: none; - min-height: 160px; } QListWidget#portList::item { - padding: 8px 10px; + padding: 5px 8px; border-bottom: 1px solid #1c2540; color: #e2e8f0; - min-height: 28px; } -QListWidget#portList::item:hover { background-color: #1c2540; color: #93c5fd; } +QListWidget#portList::item:hover { background-color: #1c2540; color: #93c5fd; } QListWidget#portList::item:selected { background-color: #1e3a5f; color: #e0f2fe; border-left: 3px solid #3b82f6; } /* ── Channel table ───────────────────────────────────────────────── */ diff --git a/ui/style_light.qss b/ui/style_light.qss index 86b35c7..8b5c8da 100644 --- a/ui/style_light.qss +++ b/ui/style_light.qss @@ -38,8 +38,8 @@ QCheckBox::indicator:checked { background:#3b82f6;border-color:#3b82f6; } QTabWidget::pane { background:#ffffff; border:1px solid #e2e8f0; border-radius:4px; } QTabBar::tab { background:#f1f5f9; color:#64748b; border:1px solid #e2e8f0; padding:6px 16px; margin-right:2px; } QTabBar::tab:selected { background:#ffffff; color:#1e293b; border-bottom:2px solid #3b82f6; } -QGroupBox { border:1px solid #e2e8f0; border-radius:4px; margin-top:22px; padding-top:6px; color:#475569; font-size:11px; font-weight:700; letter-spacing:0.8px; } -QGroupBox::title { subcontrol-origin:margin; subcontrol-position:top left; left:12px; top:-11px; background:#f8fafc; padding:1px 8px; border-radius:3px; color:#475569; font-size:11px; font-weight:700; } +QGroupBox { border:1px solid #e2e8f0; border-radius:5px; margin-top:26px; padding-top:6px; background:#f8fafc; } +QGroupBox::title { subcontrol-origin:margin; subcontrol-position:top left; left:10px; top:4px; background:#dbeafe; padding:3px 10px; border:1px solid #3b82f6; border-radius:4px; color:#1d4ed8; font-size:12px; font-weight:700; letter-spacing:0.5px; } QScrollBar:vertical { background:#f1f5f9; width:6px; margin:0; } QScrollBar::handle:vertical { background:#cbd5e1; border-radius:3px; min-height:20px; } QScrollBar::handle:vertical:hover { background:#3b82f6; } diff --git a/ui/windows/__pycache__/__init__.cpython-314.pyc b/ui/windows/__pycache__/__init__.cpython-314.pyc Binary files differindex ea15dd5..0f65045 100644 --- a/ui/windows/__pycache__/__init__.cpython-314.pyc +++ b/ui/windows/__pycache__/__init__.cpython-314.pyc diff --git a/ui/windows/__pycache__/devices_window.cpython-314.pyc b/ui/windows/__pycache__/devices_window.cpython-314.pyc Binary files differindex 88763e7..f13d7e0 100644 --- a/ui/windows/__pycache__/devices_window.cpython-314.pyc +++ b/ui/windows/__pycache__/devices_window.cpython-314.pyc diff --git a/ui/windows/__pycache__/plot_window.cpython-314.pyc b/ui/windows/__pycache__/plot_window.cpython-314.pyc Binary files differindex ad53019..a76c9b5 100644 --- a/ui/windows/__pycache__/plot_window.cpython-314.pyc +++ b/ui/windows/__pycache__/plot_window.cpython-314.pyc diff --git a/ui/windows/__pycache__/settings_window.cpython-314.pyc b/ui/windows/__pycache__/settings_window.cpython-314.pyc Binary files differindex 0926445..38f2969 100644 --- a/ui/windows/__pycache__/settings_window.cpython-314.pyc +++ b/ui/windows/__pycache__/settings_window.cpython-314.pyc diff --git a/ui/windows/__pycache__/signals_window.cpython-314.pyc b/ui/windows/__pycache__/signals_window.cpython-314.pyc Binary files differindex 4194ac8..1ca83d8 100644 --- a/ui/windows/__pycache__/signals_window.cpython-314.pyc +++ b/ui/windows/__pycache__/signals_window.cpython-314.pyc |
