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

Function kTextLabel

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

Source from the content-addressed store, hash-verified

76inline QColor kTextTxActive() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }
77inline QColor kConnector() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
78inline QColor kTextLabel() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }
79inline QColor kTextDim() { return AetherSDR::ThemeManager::instance().color("color.background.3"); }
80inline QColor kLedActive() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
81inline QColor kLedBypass() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }

Callers 2

paintEventMethod · 0.70
mouseMoveEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected