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

Function rateSliderLabelText

src/gui/SpectrumOverlayMenu.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static QString rateSliderLabelText(int sliderValue)
73{
74 return QString::number(sliderValue);
75}
76
77static constexpr int kKiwiSdrWaterfallRateMax = 4;
78

Callers 2

buildDisplayPanelMethod · 0.85
syncWfLineDurationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected