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

Function applyPillStyle

src/gui/HealthApplet.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void applyPillStyle(QWidget* w, const QString& bgToken,
109 const QString& borderToken, const QString& fgToken)
110{
111 ThemeManager::instance().applyStyleSheet(
112 w, pillStyleTemplate(bgToken, borderToken, fgToken));
113}
114
115QRectF laneRect(const QRectF& graphArea, int lane)
116{

Callers 2

showPausedStateMethod · 0.85
updateStatusLabelsMethod · 0.85

Calls 2

pillStyleTemplateFunction · 0.85
applyStyleSheetMethod · 0.80

Tested by

no test coverage detected