1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-25 01:18:38 -05:00

BFM demod: added help page to GUI

This commit is contained in:
f4exb 2022-01-27 23:26:10 +01:00
parent b66aac1489
commit 7158c6baf8

View File

@ -365,6 +365,7 @@ BFMDemodGUI::BFMDemodGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseban
m_rate(625000) m_rate(625000)
{ {
ui->setupUi(this); ui->setupUi(this);
m_helpURL = "plugins/channelrx/demodbfm/readme.md";
ui->deltaFrequencyLabel->setText(QString("%1f").arg(QChar(0x94, 0x03))); ui->deltaFrequencyLabel->setText(QString("%1f").arg(QChar(0x94, 0x03)));
ui->deltaFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold)); ui->deltaFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
ui->deltaFrequency->setValueRange(false, 8, -99999999, 99999999); ui->deltaFrequency->setValueRange(false, 8, -99999999, 99999999);