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

Function statusBarCompactLabelStyle

src/gui/MainWindow.cpp:275–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273constexpr const char* kStatusBarCompactLabelObjectName = "statusBarCompactLabel";
274
275QString statusBarCompactLabelStyle(const QString& color)
276{
277 return QStringLiteral(
278 "QLabel#statusBarCompactLabel { color: %1; font-size: 12px; background: transparent; }")
279 .arg(color);
280}
281
282void applyStatusBarCompactLabelStyle(QLabel* label, const QString& color)
283{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected