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

Method syncWnbState

src/gui/SpectrumOverlayMenu.cpp:2219–2226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2217}
2218
2219void SpectrumOverlayMenu::syncWnbState(bool on, int level, bool updating)
2220{
2221 QSignalBlocker b1(m_wnbBtn), b2(m_wnbSlider);
2222 Q_UNUSED(updating);
2223 m_wnbBtn->setChecked(on);
2224 m_wnbSlider->setValue(level);
2225 m_wnbLabel->setText(QString::number(level));
2226}
2227
2228void SpectrumOverlayMenu::setRfGain(int gain)
2229{

Callers 2

wirePanadapterMethod · 0.45
wirePanLifecycleMethod · 0.45

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected