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

Function kTextLabel

src/gui/ClientRxChainWidget.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60inline QColor kTextStatusActive() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
61inline QColor kConnector() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
62inline QColor kTextLabel() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }
63inline QColor kTextDim() { return AetherSDR::ThemeManager::instance().color("color.background.3"); }
64inline QColor kDropIndicator() { return AetherSDR::ThemeManager::instance().color("color.accent.dim"); }
65

Callers 2

mouseMoveEventMethod · 0.70
paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected