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>
|
2015-09-30 23:05:46 -04:00
|
|
|
<width>247</width>
|
|
|
|
<height>189</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>RTL-SDR</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_freq">
|
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>
|
|
|
|
<family>Monospace</family>
|
|
|
|
<pointsize>20</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2015-05-10 19:36:53 -04:00
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>SizeVerCursor</cursorShape>
|
|
|
|
</property>
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Tuner center frequency in kHz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-99</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">
|
|
|
|
<string>DC offset</string>
|
|
|
|
</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">
|
|
|
|
<string>IQ imbalance</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="corrLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto corr</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_4">
|
2014-05-18 11:52:39 -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_rate">
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2015-09-30 23:05:46 -04:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="samplerateText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-09-30 23:05:46 -04:00
|
|
|
<string>1024k</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="QSlider" name="samplerate">
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="toolTip">
|
2015-09-30 23:05:46 -04:00
|
|
|
<string>Device Samplerate</string>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2015-09-30 23:05:46 -04:00
|
|
|
<number>4</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>
|
2015-09-30 23:05:46 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="samplerateLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-09-30 23:05:46 -04:00
|
|
|
<string>Rate</string>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-05-08 18:54:01 -04:00
|
|
|
<item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_decim" columnstretch="0,0,0">
|
2015-05-08 18:54:01 -04:00
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2015-09-30 23:05:46 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_decim">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dec.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-08 18:54:01 -04:00
|
|
|
<item row="0" column="1">
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="QSlider" name="decim">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>4</number>
|
2015-05-08 18:54:01 -04:00
|
|
|
</property>
|
2015-08-01 19:40:38 -04:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2015-09-30 23:05:46 -04:00
|
|
|
<property name="value">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2015-05-08 18:54:01 -04:00
|
|
|
<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="decimText">
|
2015-05-08 18:54:01 -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>16</string>
|
2015-05-08 18:54:01 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</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>
|
|
|
|
<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">
|
|
|
|
<string>LNA amplification</string>
|
|
|
|
</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-11-07 14:26:02 -05:00
|
|
|
<item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<widget class="Line" name="line_2">
|
2014-11-07 14:26:02 -05:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-09-30 23:05:46 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_direct">
|
2014-11-07 14:26:02 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBox">
|
|
|
|
<property name="text">
|
2014-11-09 07:56:53 -05:00
|
|
|
<string>No-mod Direct Sampling</string>
|
2014-11-07 14:26:02 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</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>
|
2015-09-30 22:23:22 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/buttonswitch.h</header>
|
2015-09-30 23:05:46 -04:00
|
|
|
</customwidget>
|
2014-05-18 11:52:39 -04:00
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|