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

Function kUnboundBorder

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

Source from the content-addressed store, hash-verified

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{
19 if (cat == "Frequency") return AetherSDR::ThemeManager::instance().color("color.accent.dim");

Callers 1

paintEventMethod · 0.85

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected