MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / kBorderGrey

Function kBorderGrey

src/gui/ClientChainWidget.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63inline QColor kBorderIdle() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
64inline QColor kBorderActive() { return AetherSDR::ThemeManager::instance().color("color.accent.dim"); }
65inline QColor kBorderGrey() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
66// MIC endpoint "ready" state — matches RxApplet's SQL-button green
67// so users recognise the visual language across the sidebar.
68inline QColor kBgMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected