2015-09-09 03:13:24 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2015-09-09 23:53:37 -04:00
|
|
|
<class>AirspyGui</class>
|
|
|
|
<widget class="QWidget" name="AirspyGui">
|
2015-09-09 03:13:24 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-01-12 02:40:40 -05:00
|
|
|
<width>305</width>
|
|
|
|
<height>304</height>
|
2015-09-09 03:13:24 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-01-12 02:40:40 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2015-09-09 03:13:24 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>BladeRF</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>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_freq">
|
|
|
|
<item>
|
|
|
|
<spacer name="freqLeftSpacer">
|
|
|
|
<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>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>SizeVerCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<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-09 03:13:24 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="freqRightlSpacer">
|
|
|
|
<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>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_LOppm">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="LOppmLabel">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>LO correction ppm</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>LO ppm</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSlider" name="LOppm">
|
2016-01-12 07:31:23 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Local Oscillator frequency correction (ppm)</string>
|
|
|
|
</property>
|
2015-09-09 03:13:24 -04:00
|
|
|
<property name="minimum">
|
|
|
|
<number>-100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</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-09 23:53:37 -04:00
|
|
|
<widget class="QLabel" name="LOppmText">
|
2015-09-09 03:13:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>0.0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-09-30 20:46:41 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_corr">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="ButtonSwitch" name="dcOffset">
|
2016-01-12 07:31:23 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>DC offset auto correction</string>
|
|
|
|
</property>
|
2015-09-30 20:46:41 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>DC offset</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="ButtonSwitch" name="iqImbalance">
|
2016-01-12 07:31:23 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>IQ imbalance auto correction</string>
|
|
|
|
</property>
|
2015-09-30 20:46:41 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>IQ imbalance</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="corrLabal">
|
|
|
|
<property name="text">
|
|
|
|
<string>Auto corr</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-09-09 03:13:24 -04:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_freq">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_samplerate">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2015-09-09 23:53:37 -04:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QCheckBox" name="biasT">
|
2016-01-12 07:31:23 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Antenna bias ON/OFF</string>
|
|
|
|
</property>
|
2015-09-09 23:53:37 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Bias T</string>
|
2015-09-09 03:13:24 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
2015-09-09 23:53:37 -04:00
|
|
|
<widget class="QLabel" name="sampleRateLabel">
|
2015-09-09 03:13:24 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Rate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-09 23:53:37 -04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="sampleRate">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Device sample rate</string>
|
2015-09-09 03:13:24 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_decim" columnstretch="0,0,0">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_decim">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dec.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSlider" name="decim">
|
2016-01-12 07:31:23 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Decimation factor</string>
|
|
|
|
</property>
|
2015-09-09 03:13:24 -04:00
|
|
|
<property name="maximum">
|
2015-09-11 02:43:59 -04:00
|
|
|
<number>6</number>
|
2015-09-09 03:13:24 -04:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="decimText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>1</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_fcPos" columnstretch="0,0,0">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_fcPos">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fc pos</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="fcPosRightSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="fcPos">
|
2016-01-12 07:31:23 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Relative position of device center frequency</string>
|
|
|
|
</property>
|
2015-09-09 03:13: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>Cent</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_fcPos">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_lna">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="lnaGainLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>LNA </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSlider" name="lna">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>LNA gain dB</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>14</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-12-08 19:49:46 -05:00
|
|
|
<item row="0" column="3">
|
2015-09-09 03:13:24 -04:00
|
|
|
<widget class="QLabel" name="lnaGainText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2015-12-08 19:49:46 -05:00
|
|
|
<property name="lineWidth">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2015-09-09 03:13:24 -04:00
|
|
|
<property name="text">
|
2015-09-09 23:53:37 -04:00
|
|
|
<string>0dB</string>
|
2015-09-09 03:13:24 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-12-08 19:49:46 -05:00
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QCheckBox" name="lnaAGC">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle LNA AGC</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>AGC</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-09 03:13:24 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_mix">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSlider" name="mix">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mixer gain dB</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>15</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
2015-09-10 21:02:02 -04:00
|
|
|
<number>5</number>
|
2015-09-09 03:13:24 -04:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="mixText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-09-09 23:53:37 -04:00
|
|
|
<string>0dB</string>
|
2015-09-09 03:13:24 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="mixLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Mixer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-12-08 19:49:46 -05:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QCheckBox" name="mixAGC">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle mixer AGC</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>AGC</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-09 03:13:24 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_vga" columnstretch="0,0,0">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="vgaLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>VGA</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSlider" name="vga">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>VGA gain dB</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>15</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
2015-09-10 21:02:02 -04:00
|
|
|
<number>5</number>
|
2015-09-09 03:13:24 -04:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="vgaText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-09-09 23:53:37 -04:00
|
|
|
<string>0dB</string>
|
2015-09-09 03:13:24 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</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>
|
2015-09-09 03:13:24 -04:00
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|