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

Function kUnboundFill

src/gui/KeyboardMapWidget.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13// ─── Category colors ────────────────────────────────────────────────────────
14
15inline QColor kUnboundFill() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
16inline QColor kUnboundBorder() { return AetherSDR::ThemeManager::instance().color("color.background.2"); }
17QColor KeyboardMapWidget::categoryColor(const QString& cat) const
18{

Callers 2

categoryColorMethod · 0.85
paintEventMethod · 0.85

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected