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

Function setStatusBarStationText

src/gui/MainWindow.cpp:292–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void setStatusBarStationText(QLabel* label, const QString& text)
293{
294 if (!label) {
295 return;
296 }
297
298 label->setText(text);
299 label->ensurePolished();
300 label->setMinimumWidth(label->sizeHint().width() + 2);
301}
302
303QString vfoFrequencyText(double mhz)
304{

Callers 3

MainWindowMethod · 0.85
buildUIMethod · 0.85

Calls 1

sizeHintMethod · 0.45

Tested by

no test coverage detected