2014-05-18 11:52:39 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>RTLSDRGui</class>
|
|
|
|
<widget class="QWidget" name="RTLSDRGui">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-04-07 10:32:03 -04:00
|
|
|
<width>360</width>
|
2022-04-21 01:53:36 -04:00
|
|
|
<height>217</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2022-04-21 01:53:36 -04:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2014-05-18 11:52:39 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-05-13 21:15:03 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2022-04-07 10:32:03 -04:00
|
|
|
<width>360</width>
|
2022-04-21 01:53:36 -04:00
|
|
|
<height>217</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2022-04-26 20:06:17 -04:00
|
|
|
<width>380</width>
|
|
|
|
<height>229</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>
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>RTL-SDR</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2018-05-05 18:55:42 -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">
|
2014-05-18 11:52:39 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_freq">
|
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 05:10:10 -04:00
|
|
|
<layout class="QVBoxLayout" name="deviceUILayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="deviceButtonsLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="startStop">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>start/stop acquisition</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 05:10:10 -04:00
|
|
|
<normaloff>:/play.png</normaloff>
|
|
|
|
<normalon>:/stop.png</normalon>:/play.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-05-11 14:02:45 -04:00
|
|
|
</item>
|
2014-05-18 11:52:39 -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>
|
2022-04-09 07:38:22 -04:00
|
|
|
<pointsize>16</pointsize>
|
2014-05-18 11:52:39 -04:00
|
|
|
</font>
|
|
|
|
</property>
|
2015-05-10 19:36:53 -04:00
|
|
|
<property name="cursor">
|
2017-05-16 16:35:44 -04:00
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
2015-05-10 19:36:53 -04:00
|
|
|
</property>
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2019-04-07 06:34:45 -04:00
|
|
|
<string>Center frequency of reception in kHz</string>
|
2014-05-18 11:52:39 -04:00
|
|
|
</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>
|
2014-05-18 11:52:39 -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-30 23:05:46 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_ppm">
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="1">
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="QSlider" name="ppm">
|
2016-01-12 07:31:23 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Local Oscillator ppm correction</string>
|
|
|
|
</property>
|
2015-09-30 23:05:46 -04:00
|
|
|
<property name="minimum">
|
2021-02-23 00:56:26 -05:00
|
|
|
<number>-200</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>200</number>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="QLabel" name="ppmText">
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-09-30 23:05:46 -04:00
|
|
|
<string>0</string>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="ppmLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>LO ppm</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_corr">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="ButtonSwitch" name="dcOffset">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Automatic DC offset removal</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-07-24 22:46:58 -04:00
|
|
|
<string>DC</string>
|
2015-09-30 23:05:46 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="ButtonSwitch" name="iqImbalance">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Automatic IQ imbalance correction</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-07-24 22:46:58 -04:00
|
|
|
<string>IQ</string>
|
2015-09-30 23:05:46 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="corrLabel">
|
|
|
|
<property name="text">
|
2020-06-27 00:13:48 -04:00
|
|
|
<string>Auto</string>
|
2015-09-30 23:05:46 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-07-24 22:46:58 -04:00
|
|
|
<item row="0" column="3">
|
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-06-27 00:13:48 -04:00
|
|
|
<item row="0" column="6">
|
2016-03-29 10:22:24 -04:00
|
|
|
<widget class="QComboBox" name="fcPos">
|
2022-04-07 10:32:03 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>55</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-03-29 10:22:24 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2016-01-12 07:31:23 -05:00
|
|
|
</property>
|
2016-03-29 10:22:24 -04:00
|
|
|
<property name="toolTip">
|
2018-04-21 17:14:14 -04:00
|
|
|
<string>Relative position of device center frequency</string>
|
2015-05-08 18:54:01 -04:00
|
|
|
</property>
|
2016-03-29 10:22:24 -04:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>2</number>
|
2015-08-01 19:40:38 -04:00
|
|
|
</property>
|
2016-03-29 10:22:24 -04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Inf</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Sup</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cen</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-06-27 00:13:48 -04:00
|
|
|
<item row="0" column="5">
|
2016-03-29 10:22:24 -04:00
|
|
|
<widget class="QLabel" name="fcPosLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fp</string>
|
2015-09-30 23:05:46 -04:00
|
|
|
</property>
|
2016-03-29 10:22:24 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-06-27 00:13:48 -04:00
|
|
|
<item row="0" column="7">
|
2017-09-23 13:15:56 -04:00
|
|
|
<widget class="TransverterButton" name="transverter">
|
2017-09-23 20:08:08 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-09-23 04:48:29 -04:00
|
|
|
<property name="toolTip">
|
2017-09-23 21:12:27 -04:00
|
|
|
<string>Transverter frequency translation dialog</string>
|
2017-09-23 04:48:29 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>X</string>
|
|
|
|
</property>
|
2017-09-23 20:08:08 -04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2017-09-23 04:48:29 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-06-27 00:13:48 -04:00
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QCheckBox" name="biasT">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Activate antenna bias tee</string>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::RightToLeft</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Bias T</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-01 20:00:05 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="sampleRateLayout">
|
|
|
|
<property name="topMargin">
|
2017-04-01 21:24:11 -04:00
|
|
|
<number>2</number>
|
2017-04-01 20:00:05 -04:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2017-04-01 21:24:11 -04:00
|
|
|
<number>2</number>
|
2017-04-01 20:00:05 -04:00
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="lowSampleRate">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle low/high sample rate range</string>
|
2015-05-08 18:54:01 -04:00
|
|
|
</property>
|
2017-04-01 20:00:05 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>L</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-04-06 20:06:05 -04:00
|
|
|
<widget class="QToolButton" name="sampleRateMode">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>26</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>26</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2019-04-07 06:34:45 -04:00
|
|
|
<string>Toggle between device to host (SR) and base band (BB) sample rate input</string>
|
2017-04-01 20:00:05 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>SR</string>
|
|
|
|
</property>
|
2019-04-06 20:06:05 -04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-04-01 20:00:05 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-04-01 21:34:03 -04:00
|
|
|
<widget class="ValueDial" name="sampleRate" native="true">
|
2017-04-01 20:00:05 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
2015-05-08 18:54:01 -04:00
|
|
|
<size>
|
2017-04-01 20:00:05 -04:00
|
|
|
<width>32</width>
|
|
|
|
<height>16</height>
|
2015-05-08 18:54:01 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2017-04-01 20:00:05 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2018-05-05 18:55:42 -04:00
|
|
|
<family>Liberation Mono</family>
|
2017-04-01 20:00:05 -04:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
2017-04-01 20:00:05 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Device sample rate (S/s)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-03-29 10:22:24 -04:00
|
|
|
</item>
|
2017-04-01 20:00:05 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="sampleRateUnit">
|
|
|
|
<property name="text">
|
|
|
|
<string>S/s</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_7">
|
2016-03-29 10:22:24 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2015-05-08 18:54:01 -04:00
|
|
|
</property>
|
2016-03-29 10:22:24 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2015-05-08 18:54:01 -04:00
|
|
|
</property>
|
2016-03-29 10:22:24 -04:00
|
|
|
</spacer>
|
2015-05-08 18:54:01 -04:00
|
|
|
</item>
|
2017-04-01 20:00:05 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_decim">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dec</string>
|
2016-03-29 10:22:24 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-01 20:00:05 -04:00
|
|
|
<item>
|
2016-03-29 10:22:24 -04:00
|
|
|
<widget class="QComboBox" name="decim">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>45</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Decimation factor</string>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
2016-01-12 07:31:23 -05:00
|
|
|
</property>
|
2015-10-01 00:30:50 -04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2016-03-29 10:22:24 -04:00
|
|
|
<string>1</string>
|
2015-10-01 00:30:50 -04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2016-03-29 10:22:24 -04:00
|
|
|
<string>2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4</string>
|
2015-10-01 00:30:50 -04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2016-03-29 10:22:24 -04:00
|
|
|
<string>8</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>16</string>
|
2016-10-09 20:19:21 -04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>32</string>
|
2015-10-01 00:30:50 -04:00
|
|
|
</property>
|
2018-03-27 05:32:39 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>64</string>
|
|
|
|
</property>
|
2015-10-01 00:30:50 -04:00
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-01 20:00:05 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_direct">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBox">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>RTLSDR special direct sampling mode (HF Bands)</string>
|
|
|
|
</property>
|
2015-10-01 00:30:50 -04:00
|
|
|
<property name="text">
|
2018-01-15 19:01:24 -05:00
|
|
|
<string>No-mod DS</string>
|
2015-10-01 00:30:50 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-01 20:00:05 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
2015-10-01 00:30:50 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-11-26 02:54:06 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="offsetTuning">
|
|
|
|
<property name="toolTip">
|
2018-11-26 07:31:51 -05:00
|
|
|
<string>Offset tuning (applies to some tuners only incl. E4000)</string>
|
2018-11-26 02:54:06 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Ofs</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-01-15 19:01:24 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="rfBWabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>RFBW</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ValueDial" name="rfBW" 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>
|
2018-01-15 19:01:24 -05:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>RF filter bandwidth (kHz)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="rfBWUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string>kHz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-01 00:30:50 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2015-05-09 10:44:26 -04:00
|
|
|
<item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="Line" name="line_3">
|
2015-05-09 10:44:26 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_gain">
|
2015-05-09 10:44:26 -04:00
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2017-07-23 10:57:13 -04:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QCheckBox" name="agc">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggles RTLSDR AGC</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>AGC</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-09 10:44:26 -04:00
|
|
|
<item row="0" column="0">
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="QLabel" name="gainLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-05-09 10:44:26 -04:00
|
|
|
<property name="text">
|
2015-09-30 23:05:46 -04:00
|
|
|
<string>Gain</string>
|
2015-05-09 10:44:26 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="QSlider" name="gain">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2016-01-12 07:31:23 -05:00
|
|
|
<string>LNA amplification (dB)</string>
|
2015-09-30 23:05:46 -04:00
|
|
|
</property>
|
2015-05-09 10:44:26 -04:00
|
|
|
<property name="maximum">
|
2015-09-30 23:05:46 -04:00
|
|
|
<number>0</number>
|
2015-05-09 10:44:26 -04:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
2015-08-01 19:40:38 -04:00
|
|
|
<number>1</number>
|
2015-05-09 10:44:26 -04:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="QLabel" name="gainText">
|
2015-05-09 10:44:26 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-09-30 23:05:46 -04:00
|
|
|
<string>---</string>
|
2015-05-09 10:44:26 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ValueDial</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedial.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2022-04-26 20:06:17 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/buttonswitch.h</header>
|
|
|
|
</customwidget>
|
2017-09-23 04:48:29 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>TransverterButton</class>
|
2017-09-24 06:11:15 -04:00
|
|
|
<extends>QPushButton</extends>
|
2017-09-23 04:48:29 -04:00
|
|
|
<header>gui/transverterbutton.h</header>
|
|
|
|
</customwidget>
|
2014-05-18 11:52:39 -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>
|
2014-05-18 11:52:39 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|