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:
parent
b66aac1489
commit
7158c6baf8
@ -365,6 +365,7 @@ BFMDemodGUI::BFMDemodGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseban
|
||||
m_rate(625000)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
m_helpURL = "plugins/channelrx/demodbfm/readme.md";
|
||||
ui->deltaFrequencyLabel->setText(QString("%1f").arg(QChar(0x94, 0x03)));
|
||||
ui->deltaFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
|
||||
ui->deltaFrequency->setValueRange(false, 8, -99999999, 99999999);
|
||||
|
Loading…
Reference in New Issue
Block a user