From 2a634dca0c7962b90004f75c4cdac6225201bb5e Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 21 Apr 2026 13:43:52 -0600 Subject: V13 This version contains the profile feature. Allowins users to save the channels, signals and plots for specific labs. --- ui/style_dark.qss | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'ui/style_dark.qss') diff --git a/ui/style_dark.qss b/ui/style_dark.qss index 4043ff6..df48330 100644 --- a/ui/style_dark.qss +++ b/ui/style_dark.qss @@ -464,3 +464,32 @@ QLabel#traceSource { font-family: "IBM Plex Mono", monospace; font-size: 12px; } + +/* ── Profile / File menu ─────────────────────────────────────────── */ +QMenu#profileMenu { + background-color: #111620; + border: 1px solid #2a3558; + border-radius: 4px; + padding: 4px 0; + color: #e2e8f0; + font-size: 13px; +} +QMenu#profileMenu::item { + padding: 7px 20px; + color: #c7d2fe; +} +QMenu#profileMenu::item:selected { + background-color: #1e3a5f; + color: #e0f2fe; +} +QMenu#profileMenu::separator { + height: 1px; + background: #2a3558; + margin: 3px 8px; +} + +/* ── Control widget wrapper (edit/remove row) ────────────────────── */ +QFrame#controlWidgetWrapper { + background: transparent; + border: none; +} -- cgit v1.2.3