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

Function kBorderActive

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

Source from the content-addressed store, hash-verified

62inline QColor kBgActive() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
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.

Callers 2

paintEventMethod · 0.70
mouseMoveEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected