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

Function kiwiWaterfallRateText

src/gui/SpectrumOverlayMenu.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86static QString kiwiWaterfallRateText(int rate)
87{
88 return rate <= 0 ? QStringLiteral("Auto") : QString::number(rate);
89}
90
91static constexpr int lineDurationToRateSliderValue(int lineDuration)
92{

Callers 2

buildDisplayPanelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected