1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 08:04:49 -05:00

Compare commits

...

7 Commits

Author SHA1 Message Date
Edouard Griffiths
fce235b2bc
Merge pull request #1142 from srcejon/fix_1136
DATV Demod increase RF bandwidth to 50MHz
2022-02-10 16:53:11 +01:00
Edouard Griffiths
aca440935e
Merge pull request #1141 from srcejon/spectrum_marker_gui_tweaks
Spectrum Marker GUI small tweaks
2022-02-10 14:06:02 +01:00
Jon Beniston
369df0a7e3 DATV Mod - Restore fonts Qt Creator removed 2022-02-10 11:40:38 +00:00
Jon Beniston
a25e1106a2 DATV Demod - Increase max RF bandwidth in GUI to 50MHz 2022-02-10 11:40:05 +00:00
Jon Beniston
c28fd88645 In Spectrum Markers dialog, only display fixed power level when combo box is set to manual 2022-02-10 10:51:53 +00:00
Jon Beniston
ba4bc76a05 Add additional tooltips to Spectrum Markers dialog 2022-02-10 10:50:54 +00:00
Jon Beniston
c576bcfe77 Remove checkable flag from Open Spectrum Markers dialog button 2022-02-10 10:49:56 +00:00
5 changed files with 28 additions and 3 deletions

View File

@ -248,7 +248,7 @@ DATVDemodGUI::DATVDemodGUI(PluginAPI* objPluginAPI, DeviceUISet *deviceUISet, Ba
ui->deltaFrequency->setValueRange(false, 8, -99999999, 99999999);
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.setColor(Qt::magenta);

View File

@ -24,6 +24,7 @@
</property>
<property name="font">
<font>
<family>Liberation Sans</family>
<pointsize>9</pointsize>
</font>
</property>
@ -97,6 +98,7 @@
</property>
<property name="font">
<font>
<family>Liberation Mono</family>
<pointsize>12</pointsize>
</font>
</property>

View File

@ -564,7 +564,7 @@
</iconset>
</property>
<property name="checkable">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>

View File

@ -110,6 +110,8 @@ void SpectrumMarkersDialog::displayHistogramMarker()
ui->markerColor->setStyleSheet(tr("QLabel { background-color : rgb(%1,%2,%3); }").arg(r).arg(g).arg(b));
ui->showMarker->setChecked(m_histogramMarkers[m_histogramMarkerIndex].m_show);
}
ui->fixedPower->setVisible(m_histogramMarkers[m_histogramMarkerIndex].m_markerType == SpectrumHistogramMarker::SpectrumMarkerTypeManual);
ui->fixedPowerUnits->setVisible(m_histogramMarkers[m_histogramMarkerIndex].m_markerType == SpectrumHistogramMarker::SpectrumMarkerTypeManual);
ui->markerFrequency->blockSignals(false);
ui->centerFrequency->blockSignals(false);
@ -380,6 +382,9 @@ void SpectrumMarkersDialog::on_powerMode_currentIndexChanged(int index)
SpectrumHistogramMarker::SpectrumMarkerType newType = (SpectrumHistogramMarker::SpectrumMarkerType) index;
ui->fixedPower->setVisible(newType == SpectrumHistogramMarker::SpectrumMarkerTypeManual);
ui->fixedPowerUnits->setVisible(newType == SpectrumHistogramMarker::SpectrumMarkerTypeManual);
if ((m_histogramMarkers[m_histogramMarkerIndex].m_markerType != newType)
&& (newType == SpectrumHistogramMarker::SpectrumMarkerTypePowerMax))
{

View File

@ -35,6 +35,9 @@
<attribute name="title">
<string>Hist</string>
</attribute>
<attribute name="toolTip">
<string>Histogram (spectrum line) markers</string>
</attribute>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
@ -413,6 +416,11 @@
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Man - Set marker power to fixed level
Cur - Marker will move according to current power at the marker frequency
Max - Marker will move according to the maximum power at the marker frequency</string>
</property>
<item>
<property name="text">
<string>Man</string>
@ -499,6 +507,9 @@
<attribute name="title">
<string>Wat</string>
</attribute>
<attribute name="toolTip">
<string>Waterfall markers</string>
</attribute>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
@ -1015,6 +1026,9 @@
<attribute name="title">
<string>Anno</string>
</attribute>
<attribute name="toolTip">
<string>Annotation markers</string>
</attribute>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
@ -1712,7 +1726,11 @@
<item>
<widget class="QComboBox" name="showSelect">
<property name="toolTip">
<string>Select which set of markers to show</string>
<string>Select which set of markers to show
None - Hide all markers
Spec - Show histogram and waterfall markers
Anno - Show annotation markers</string>
</property>
<item>
<property name="text">