2017-08-13 19:39:26 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>UDPSinkGUI</class>
|
|
|
|
<widget class="RollupWidget" name="UDPSinkGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-04-15 12:25:22 -04:00
|
|
|
<width>382</width>
|
2017-08-25 09:29:45 -04:00
|
|
|
<height>403</height>
|
2017-08-13 19:39:26 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-04-15 12:25:22 -04:00
|
|
|
<width>382</width>
|
2017-08-13 19:39:26 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>400</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-08-14 18:20:04 -04:00
|
|
|
<string>UDP Sample Sink</string>
|
|
|
|
</property>
|
|
|
|
<property name="statusTip">
|
|
|
|
<string>UDP Sample Sink</string>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
2018-04-15 12:25:22 -04:00
|
|
|
<property name="toolTipDuration" stdset="0">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
2017-08-13 19:39:26 -04:00
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>2</x>
|
|
|
|
<y>2</y>
|
2017-08-25 09:29:45 -04:00
|
|
|
<width>380</width>
|
2017-08-17 14:23:17 -04:00
|
|
|
<height>141</height>
|
2017-08-13 19:39:26 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-08-25 09:29:45 -04:00
|
|
|
<width>380</width>
|
2017-08-13 19:39:26 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2018-04-15 12:25:22 -04:00
|
|
|
<property name="margin">
|
2017-08-13 19:39:26 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="2" column="2">
|
2017-08-25 03:48:07 -04:00
|
|
|
<layout class="QHBoxLayout" name="SampleRateLayout">
|
2017-08-18 19:46:52 -04:00
|
|
|
<item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<widget class="QLabel" name="sampleRateLabel">
|
|
|
|
<property name="minimumSize">
|
2017-08-18 19:46:52 -04:00
|
|
|
<size>
|
2017-08-25 03:48:07 -04:00
|
|
|
<width>36</width>
|
|
|
|
<height>0</height>
|
2017-08-18 19:46:52 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>SRin</string>
|
2017-08-18 19:46:52 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-16 22:23:36 -04:00
|
|
|
<item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<widget class="QLineEdit" name="sampleRate">
|
2017-08-16 22:23:36 -04:00
|
|
|
<property name="toolTip">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>Input sample rate (S/s)</string>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask">
|
2018-04-15 12:25:22 -04:00
|
|
|
<string>0009999; </string>
|
2017-08-16 22:23:36 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>48000</string>
|
2017-08-16 22:23:36 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="4" column="2">
|
2017-08-25 03:48:07 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2017-08-13 19:39:26 -04:00
|
|
|
<item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<widget class="QLabel" name="label_3">
|
2017-08-14 18:20:04 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-08-25 03:48:07 -04:00
|
|
|
<width>36</width>
|
2017-08-14 18:20:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>RFBW</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="rfBandwidth">
|
2017-08-13 19:39:26 -04:00
|
|
|
<property name="toolTip">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>Signal bandwidth (Hz)</string>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="inputMask">
|
2018-04-15 12:25:22 -04:00
|
|
|
<string>0009999; </string>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>32000</string>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-25 03:48:07 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="10" column="0">
|
2017-08-25 03:48:07 -04:00
|
|
|
<layout class="QHBoxLayout" name="BufferGaugeLayout">
|
2017-08-14 04:59:05 -04:00
|
|
|
<item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<widget class="QProgressBar" name="bufferGaugeNegative">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>12</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-08-14 04:59:05 -04:00
|
|
|
<property name="toolTip">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>Main buffer read/write positions unbalance: write lags read leads</string>
|
2017-08-14 04:59:05 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>50</number>
|
2017-08-14 04:59:05 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
2017-08-14 04:59:05 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="textVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="invertedAppearance">
|
2017-08-14 04:59:05 -04:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="format">
|
|
|
|
<string>%v</string>
|
|
|
|
</property>
|
2017-08-14 04:59:05 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-13 19:39:26 -04:00
|
|
|
<item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<widget class="QLabel" name="bufferGaugeDot">
|
2017-08-13 19:39:26 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2017-08-25 03:48:07 -04:00
|
|
|
<width>2</width>
|
|
|
|
<height>14</height>
|
2017-08-13 19:39:26 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>.</string>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<widget class="QProgressBar" name="bufferGaugePositive">
|
|
|
|
<property name="maximumSize">
|
2017-08-13 19:39:26 -04:00
|
|
|
<size>
|
2017-08-25 03:48:07 -04:00
|
|
|
<width>16777215</width>
|
|
|
|
<height>12</height>
|
2017-08-13 19:39:26 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Main buffer read/write positions unbalance: read lags write leads</string>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>50</number>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="textVisible">
|
|
|
|
<bool>false</bool>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-25 03:48:07 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="9" column="0">
|
2017-08-25 03:48:07 -04:00
|
|
|
<layout class="QHBoxLayout" name="VUMeterLayout">
|
2017-08-13 19:39:26 -04:00
|
|
|
<item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<widget class="LevelMeterVU" name="volumeMeter" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2017-08-13 19:39:26 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>Amplitude meter in % of maximum</string>
|
2017-08-14 17:27:12 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="9" column="2">
|
2017-08-25 03:48:07 -04:00
|
|
|
<layout class="QHBoxLayout" name="GainLayout">
|
2017-08-15 21:33:05 -04:00
|
|
|
<item>
|
2017-08-25 09:29:45 -04:00
|
|
|
<widget class="QLabel" name="gainInLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Gi</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDial" name="gainIn">
|
|
|
|
<property name="maximumSize">
|
2017-08-15 21:33:05 -04:00
|
|
|
<size>
|
2017-08-25 09:29:45 -04:00
|
|
|
<width>22</width>
|
2017-08-25 03:48:07 -04:00
|
|
|
<height>22</height>
|
2017-08-15 21:33:05 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2017-08-25 09:29:45 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gainInText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="text">
|
2017-08-25 09:29:45 -04:00
|
|
|
<string>10.0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2017-08-15 21:33:05 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-08-25 09:29:45 -04:00
|
|
|
<widget class="QLabel" name="gainOutLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string> Go</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDial" name="gainOut">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
2017-08-15 21:33:05 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
2017-08-15 21:33:05 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-08-25 09:29:45 -04:00
|
|
|
<widget class="QLabel" name="gainOutText">
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="minimumSize">
|
2017-08-15 21:33:05 -04:00
|
|
|
<size>
|
2017-08-25 03:48:07 -04:00
|
|
|
<width>32</width>
|
|
|
|
<height>0</height>
|
2017-08-15 21:33:05 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-08-25 03:48:07 -04:00
|
|
|
<string>Linear gain value</string>
|
2017-08-15 21:33:05 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>10.0</string>
|
2017-08-15 21:33:05 -04:00
|
|
|
</property>
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2017-08-15 21:33:05 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="10" column="2">
|
2017-08-15 21:33:05 -04:00
|
|
|
<layout class="QHBoxLayout" name="bufferControlLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="bufferRWBalanceText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>R/W pointers offset from optimal (%)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-00</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-18 11:51:11 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="resetUDPReadIndex">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-08-18 16:15:04 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset UDP buffer index</string>
|
|
|
|
</property>
|
2017-08-18 11:51:11 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-24 20:21:34 -04:00
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="autoRWBalance">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Automatic R/W balance compensation</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>G</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-15 21:33:05 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<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>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="5" column="2">
|
2017-08-18 18:52:10 -04:00
|
|
|
<layout class="QHBoxLayout" name="SquelchLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="squelchLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sq</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="squelch">
|
2017-08-18 19:46:52 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>30</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-08-18 18:52:10 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Power squelch threshold (dB)</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>-50</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="squelchText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Power squelch threshold (dB)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-00</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDial" name="squelchGate">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch gate (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="squelchGateText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch gate (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-08-16 22:23:36 -04:00
|
|
|
</item>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="5" column="0">
|
2017-08-25 03:48:07 -04:00
|
|
|
<layout class="QHBoxLayout" name="FMDevLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="fmDevLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>FMd</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="fmDeviation">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>FM deviation in Hz</string>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask">
|
2018-04-15 12:25:22 -04:00
|
|
|
<string>00000; </string>
|
2017-08-25 03:48:07 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>2500</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="amModPercentLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>AM%</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="amModPercent">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Percentage of AM modulation</string>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask">
|
2018-04-15 12:25:22 -04:00
|
|
|
<string>000; </string>
|
2017-08-25 03:48:07 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>95</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="applyBtn">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Apply text input and/or samples format</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<layout class="QHBoxLayout" name="ChannelPowerLayout">
|
2017-08-26 00:10:16 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="inputPower">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Input power (dB) to which squelch applies</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-100.0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<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>
|
|
|
|
<widget class="QLabel" name="channelPower">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Channel output power</string>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-100.0 dB</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="channelMute">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mute/Unmute channel (green when on air)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-10-22 13:12:43 -04:00
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
2017-08-25 03:48:07 -04:00
|
|
|
<normaloff>:/txon.png</normaloff>
|
|
|
|
<normalon>:/txoff.png</normalon>:/txon.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="DeltaFrequencyLayout">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="deltaFrequencyLabel">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Df</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ValueDialZ" name="deltaFrequency" 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>DejaVu Sans Mono</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Modulator shift frequency from center in Hz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="deltaUnits">
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>26</red>
|
|
|
|
<green>26</green>
|
|
|
|
<blue>26</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>26</red>
|
|
|
|
<green>26</green>
|
|
|
|
<blue>26</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="Text">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>118</red>
|
|
|
|
<green>118</green>
|
|
|
|
<blue>117</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
<colorrole role="BrightText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string> Hz</string>
|
|
|
|
</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>
|
2017-08-26 00:10:16 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="AddressLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="addresslabel">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>35</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Addr</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-25 03:48:07 -04:00
|
|
|
<item>
|
2017-08-26 00:10:16 -04:00
|
|
|
<widget class="QLabel" name="addressText">
|
2017-08-25 03:48:07 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-08-26 00:10:16 -04:00
|
|
|
<width>150</width>
|
2017-08-25 03:48:07 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-14 16:02:40 -05:00
|
|
|
<string>Receiving UDP address and port</string>
|
2017-08-25 03:48:07 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-08-26 00:10:16 -04:00
|
|
|
<string>000.000.000.000:00000</string>
|
2017-08-25 03:48:07 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-08-25 05:26:59 -04:00
|
|
|
<item row="4" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="FormatLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="sampleFormatLabel">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>30</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fmt</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="sampleFormat">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Samples format</string>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>S16LE I/Q</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>S16LE NFM</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>S16LE LSB</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>S16LE USB</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>S16LE AM</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="stereoInput">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle mono (1 channel) or stereo (2 channels) input</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-10-22 13:12:43 -04:00
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
2017-08-25 05:26:59 -04:00
|
|
|
<normaloff>:/mono.png</normaloff>
|
|
|
|
<normalon>:/stereo.png</normalon>:/mono.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-08-13 19:39:26 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="spectrumBox" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>15</x>
|
|
|
|
<y>160</y>
|
2017-08-14 17:27:12 -04:00
|
|
|
<width>321</width>
|
2017-08-13 19:39:26 -04:00
|
|
|
<height>156</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Channel Spectrum</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2018-04-15 12:25:22 -04:00
|
|
|
<property name="margin">
|
2017-08-13 19:39:26 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="GLSpectrum" name="glSpectrum" native="true">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="GLSpectrumGUI" name="spectrumGUI" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>RollupWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/rollupwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>GLSpectrum</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/glspectrum.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>GLSpectrumGUI</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/glspectrumgui.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>ValueDialZ</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedialz.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2017-08-14 17:27:12 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>LevelMeterVU</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/levelmeter.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2017-08-24 20:21:34 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header location="global">gui/buttonswitch.h</header>
|
|
|
|
</customwidget>
|
2017-08-13 19:39:26 -04:00
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
2017-10-22 13:12:43 -04:00
|
|
|
<include location="../../../sdrgui/resources/res.qrc"/>
|
2017-08-13 19:39:26 -04:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|