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

Function kConnector

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

Source from the content-addressed store, hash-verified

75inline QColor kBorderTxActive() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }
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"); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected