2015-09-02 21:57:54 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2015-09-03 22:10:38 -04:00
|
|
|
<class>FCDProGui</class>
|
|
|
|
<widget class="QWidget" name="FCDProGui">
|
2015-09-02 21:57:54 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-09-25 14:16:25 -04:00
|
|
|
<width>320</width>
|
|
|
|
<height>350</height>
|
2015-09-02 21:57:54 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2017-09-25 14:16:25 -04:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2015-09-02 21:57:54 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-05-13 21:15:03 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-09-25 14:16:25 -04:00
|
|
|
<width>320</width>
|
|
|
|
<height>350</height>
|
2016-05-13 21:15:03 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2016-01-12 02:40:40 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2018-05-05 18:55:42 -04:00
|
|
|
<family>Liberation Sans</family>
|
2016-01-12 02:40:40 -05:00
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2015-09-02 21:57:54 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>FunCubeDongle</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2015-09-02 21:57:54 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2015-09-06 22:55:55 -04:00
|
|
|
<layout class="QHBoxLayout" name="layoutFrequency">
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2016-05-11 14:02:45 -04:00
|
|
|
<item>
|
2016-05-12 11:40:26 -04:00
|
|
|
<layout class="QVBoxLayout" name="deviceUILayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="deviceButtonsLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="startStop">
|
2018-11-19 19:48:17 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>start/stop acquisition</string>
|
|
|
|
</property>
|
2016-05-12 11:40:26 -04:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-10-22 13:12:43 -04:00
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
2016-05-12 11:40:26 -04:00
|
|
|
<normaloff>:/play.png</normaloff>
|
|
|
|
<normalon>:/stop.png</normalon>:/play.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="record">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle record I/Q samples from device</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-10-22 13:12:43 -04:00
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
2016-05-12 11:40:26 -04:00
|
|
|
<normaloff>:/record_off.png</normaloff>:/record_off.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-05-13 21:15:03 -04:00
|
|
|
</item>
|
2016-05-12 11:40:26 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="deviceRateLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="deviceRateText">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>I/Q sample rate kS/s</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>00000k</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-05-13 21:15:03 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
2016-05-12 11:40:26 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
2016-05-11 14:02:45 -04:00
|
|
|
</item>
|
2015-09-02 21:57:54 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ValueDial" name="centerFrequency" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2018-05-05 18:55:42 -04:00
|
|
|
<family>Liberation Mono</family>
|
2015-09-02 21:57:54 -04:00
|
|
|
<pointsize>20</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
2015-09-02 21:57:54 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Tuner center frequency in kHz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-01-12 02:40:40 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="freqUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string> kHz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-02 21:57:54 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-06 22:55:55 -04:00
|
|
|
<layout class="QHBoxLayout" name="layoutPPM">
|
2015-09-02 21:57:54 -04:00
|
|
|
<item>
|
2015-09-06 22:55:55 -04:00
|
|
|
<widget class="QLabel" name="ppmLabal">
|
2015-09-02 21:57:54 -04:00
|
|
|
<property name="text">
|
2015-09-06 22:55:55 -04:00
|
|
|
<string>LO ppm</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="ppm">
|
|
|
|
<property name="toolTip">
|
2016-01-12 07:31:23 -05:00
|
|
|
<string>Local Oscillator ppm correction</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2015-09-07 19:27:18 -04:00
|
|
|
<number>-2000</number>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2015-09-07 19:27:18 -04:00
|
|
|
<number>2000</number>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-06 23:35:01 -04:00
|
|
|
<widget class="QLabel" name="ppmText">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>0.0</string>
|
2015-09-02 21:57:54 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-09-29 23:38:58 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="corrLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto corr</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="dcOffset">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>DC offset auto correction</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>DC offset</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="iqImbalance">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>IQ imbalance auto correction</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>IQ imbalance</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-09-25 14:16:25 -04:00
|
|
|
<item>
|
|
|
|
<widget class="TransverterButton" name="transverter">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Transverter frequency translation dialog</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>X</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-29 23:38:58 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-02 21:57:54 -04:00
|
|
|
<item>
|
2015-09-06 22:55:55 -04:00
|
|
|
<layout class="QHBoxLayout" name="layoutBiasT">
|
2015-09-02 21:57:54 -04:00
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QPushButton" name="setDefaults">
|
2016-01-12 07:31:23 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set all values to typical defaults</string>
|
|
|
|
</property>
|
2015-09-02 21:57:54 -04:00
|
|
|
<property name="text">
|
2015-09-06 22:55:55 -04:00
|
|
|
<string>Defaults</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<layout class="QHBoxLayout" name="layoutBand">
|
2015-09-06 22:55:55 -04:00
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QLabel" name="lnaEnhanceLabel">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
2015-09-08 02:28:43 -04:00
|
|
|
<string>LNA Enh</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="lnaEnhance">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>LNA enhancement</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QLabel" name="bandLabel">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
2015-09-07 19:27:18 -04:00
|
|
|
<string>Band</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="band">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Band optimizations</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<layout class="QHBoxLayout" name="layoutBias">
|
2015-09-06 22:55:55 -04:00
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QLabel" name="biasLabel">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
2015-09-07 19:27:18 -04:00
|
|
|
<string>Bias</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="bias">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Band bias</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QLabel" name="label_2">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
2015-09-07 19:27:18 -04:00
|
|
|
<string>Mode</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="mode">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mode ?</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<layout class="QHBoxLayout" name="layoutLNA">
|
2015-09-06 22:55:55 -04:00
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QLabel" name="lnaGainLabel">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
2015-09-07 19:27:18 -04:00
|
|
|
<string>LNA G</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="lnaGain">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>LNA gain</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QLabel" name="rfFilterLabel">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
2015-09-07 19:27:18 -04:00
|
|
|
<string>RF filt</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="rfFilter">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>RF filter selection</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<layout class="QHBoxLayout" name="layoutMixer">
|
2015-09-06 22:55:55 -04:00
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QLabel" name="mixGainLabel">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
2015-09-07 19:27:18 -04:00
|
|
|
<string>Mix G</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="mixGain">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mixer gain</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-07 19:27:18 -04:00
|
|
|
<widget class="QLabel" name="mixFilterLabel">
|
2015-09-06 22:55:55 -04:00
|
|
|
<property name="text">
|
2015-09-07 19:27:18 -04:00
|
|
|
<string>Mix filt</string>
|
2015-09-06 22:55:55 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="mixFilter">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mixer filter selection</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="layoutGain1">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gain1Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Gain1</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="gain1">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Gain block #1</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="rcFilterLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>RC filt</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="rcFilter">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Baseband RC filter selection</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="layoutGain2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gain2Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Gain2</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="gain2">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Gain block #2</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gain3Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Gain3</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="gain3">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Gain block #3</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="layoutGain4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gain4Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Gain4</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="gain4">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Gain block #4</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>IF filt</string>
|
2015-09-02 21:57:54 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-06 22:55:55 -04:00
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="ifFilter">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>IF filter selection</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="layoutGain5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gain5Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Gain5</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="gain5">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Gain block #5</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gain6Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Gain6</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-19 19:48:17 -05:00
|
|
|
<widget class="QComboBox" name="gain6">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Gain block #6</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-09-06 22:55:55 -04:00
|
|
|
</item>
|
2015-09-02 21:57:54 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2016-05-13 21:15:03 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="padLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalPadSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-09-02 21:57:54 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ValueDial</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedial.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2016-01-12 07:31:23 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/buttonswitch.h</header>
|
|
|
|
</customwidget>
|
2017-09-25 14:16:25 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>TransverterButton</class>
|
|
|
|
<extends>QPushButton</extends>
|
|
|
|
<header>gui/transverterbutton.h</header>
|
|
|
|
</customwidget>
|
2015-09-02 21:57:54 -04:00
|
|
|
</customwidgets>
|
2016-05-11 14:02:45 -04:00
|
|
|
<resources>
|
2017-10-22 13:12:43 -04:00
|
|
|
<include location="../../../sdrgui/resources/res.qrc"/>
|
2016-05-11 14:02:45 -04:00
|
|
|
</resources>
|
2015-09-02 21:57:54 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|