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

Function applyStatusBarCompactLabelStyle

src/gui/MainWindow.cpp:282–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void applyStatusBarCompactLabelStyle(QLabel* label, const QString& color)
283{
284 if (!label) {
285 return;
286 }
287
288 label->setObjectName(kStatusBarCompactLabelObjectName);
289 AetherSDR::ThemeManager::instance().applyStyleSheet(label, statusBarCompactLabelStyle(color));
290}
291
292void setStatusBarStationText(QLabel* label, const QString& text)
293{

Callers 1

buildUIMethod · 0.85

Calls 2

applyStyleSheetMethod · 0.80

Tested by

no test coverage detected