mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Merge pull request #1142 from srcejon/fix_1136
DATV Demod increase RF bandwidth to 50MHz
This commit is contained in:
commit
fce235b2bc
@ -248,7 +248,7 @@ DATVDemodGUI::DATVDemodGUI(PluginAPI* objPluginAPI, DeviceUISet *deviceUISet, Ba
|
|||||||
ui->deltaFrequency->setValueRange(false, 8, -99999999, 99999999);
|
ui->deltaFrequency->setValueRange(false, 8, -99999999, 99999999);
|
||||||
|
|
||||||
ui->rfBandwidth->setColorMapper(ColorMapper(ColorMapper::GrayYellow));
|
ui->rfBandwidth->setColorMapper(ColorMapper(ColorMapper::GrayYellow));
|
||||||
ui->rfBandwidth->setValueRange(true, 7, 0, 9999999);
|
ui->rfBandwidth->setValueRange(true, 8, 0, 50000000);
|
||||||
|
|
||||||
m_objChannelMarker.blockSignals(true);
|
m_objChannelMarker.blockSignals(true);
|
||||||
m_objChannelMarker.setColor(Qt::magenta);
|
m_objChannelMarker.setColor(Qt::magenta);
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>9</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
@ -97,6 +98,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
|
<family>Liberation Mono</family>
|
||||||
<pointsize>12</pointsize>
|
<pointsize>12</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user