2018-02-22 16:52:49 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DATVDemodGUI</class>
|
|
|
|
<widget class="RollupWidget" name="DATVDemodGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>530</width>
|
2019-03-23 19:21:20 -04:00
|
|
|
<height>444</height>
|
2018-02-22 16:52:49 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2018-03-10 04:43:22 -05:00
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
2018-02-22 16:52:49 -05:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>530</width>
|
|
|
|
<height>442</height>
|
2018-02-22 16:52:49 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2018-05-05 12:12:05 -04:00
|
|
|
<family>Liberation Sans</family>
|
2018-02-22 16:52:49 -05:00
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>DATV Demodulator</string>
|
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
2018-02-22 16:52:49 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-10 04:43:22 -05:00
|
|
|
<x>0</x>
|
2018-02-22 16:52:49 -05:00
|
|
|
<y>0</y>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>521</width>
|
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>RF Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="rfSettingsLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="rfSettings1Layout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="deltaFrequencyLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="deltaFrequencyLabel">
|
|
|
|
<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>
|
2018-05-05 12:12:05 -04:00
|
|
|
<family>Liberation Mono</family>
|
2018-03-10 04:43:22 -05:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
<italic>false</italic>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Channel center frequency shift</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="deltaFrequencyUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="rfBandwidthLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="rfBandwidthLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>BW</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-03-10 13:30:55 -05:00
|
|
|
<widget class="ValueDialZ" name="rfBandwidth" native="true">
|
2018-03-10 04:43:22 -05:00
|
|
|
<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 12:12:05 -04:00
|
|
|
<family>Liberation Mono</family>
|
2018-03-10 04:43:22 -05:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
<italic>false</italic>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-03-10 13:30:55 -05:00
|
|
|
<string>RF Bandwidth</string>
|
2018-03-10 04:43:22 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="rfBandwidthUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<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>
|
2018-03-10 17:01:03 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="channePowerText">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Channel power (dB)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-100.0 dB</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-10 04:43:22 -05:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>526</width>
|
|
|
|
<height>400</height>
|
2018-02-22 16:52:49 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>526</width>
|
|
|
|
<height>400</height>
|
2018-02-22 16:52:49 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>DATV</string>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="tabPosition">
|
|
|
|
<enum>QTabWidget::West</enum>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="currentIndex">
|
2019-03-23 20:37:34 -04:00
|
|
|
<number>0</number>
|
2018-03-10 04:43:22 -05:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="datvTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>DATV</string>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QGroupBox" name="datvGroupBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>496</width>
|
|
|
|
<height>250</height>
|
|
|
|
</rect>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>496</width>
|
|
|
|
<height>250</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>496</width>
|
|
|
|
<height>250</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>DATV Settings</string>
|
|
|
|
</property>
|
2019-03-23 19:21:20 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>222</width>
|
|
|
|
<height>222</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="screenTVLayout">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
2018-03-11 11:39:02 -04:00
|
|
|
<widget class="TVScreen" name="screenTV" native="true">
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>220</width>
|
|
|
|
<height>220</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>220</width>
|
|
|
|
<height>220</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Signal constellation</string>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>230</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>261</width>
|
|
|
|
<height>221</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QComboBox" name="cmbStandard">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>81</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>DVB Standard</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>DVB-S</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2019-07-14 09:35:45 -04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>DVB-S2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2018-03-10 04:43:22 -05:00
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="cmbModulation">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>80</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Modulation scheme</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>BPSK</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>QPSK</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8PSK</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>16APSK</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>32APSK</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2018-04-21 17:14:14 -04:00
|
|
|
<string>64APSK</string>
|
2018-03-10 04:43:22 -05:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>16QAM</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>64QAM</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>256QAM</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="cmbFEC">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>70</y>
|
|
|
|
<width>80</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>FEC ratio</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1/2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2/3</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>3/4</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5/6</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>7/8</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="chkFastlock">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>100</y>
|
|
|
|
<width>101</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Fast signal decode</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>FAST LOCK</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="chkViterbi">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>120</y>
|
|
|
|
<width>81</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Viterbi algorithm (CPU intensive)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>VITERBI</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="chkHardMetric">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>120</y>
|
|
|
|
<width>111</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-02-25 19:04:45 -05:00
|
|
|
<property name="toolTip">
|
2018-03-10 04:43:22 -05:00
|
|
|
<string>Constellation hardening</string>
|
2018-02-25 19:04:45 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>HARD METRIC</string>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
2019-03-23 05:51:01 -04:00
|
|
|
<widget class="QLabel" name="sSecLabel">
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>100</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>61</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Symbols/s</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="chkAllowDrift">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>100</y>
|
|
|
|
<width>111</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Small frequency drift compensation</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>ALLOW DRIFT</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" name="spiNotchFilters">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>170</x>
|
|
|
|
<y>70</y>
|
|
|
|
<width>81</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Number of stray peaks to suppress</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>32</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-03-23 05:51:01 -04:00
|
|
|
<widget class="QLabel" name="notchFilterLabel">
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>100</x>
|
|
|
|
<y>70</y>
|
|
|
|
<width>71</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Notch filter</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QProgressBar" name="prgSynchro">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>70</x>
|
|
|
|
<y>200</y>
|
|
|
|
<width>181</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Video buffer fill</string>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="lblStatus">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>180</y>
|
|
|
|
<width>111</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Total number of bytes decoded</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-03-10 14:15:20 -05:00
|
|
|
<string>Data: 0</string>
|
2018-03-10 04:43:22 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
2019-03-23 05:51:01 -04:00
|
|
|
<widget class="QPushButton" name="resetDefaults">
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>230</x>
|
|
|
|
<y>120</y>
|
|
|
|
<width>21</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2019-03-23 05:51:01 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset to defaults</string>
|
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" name="spiSymbolRate">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>170</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>81</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Symbol rate</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2019-07-14 16:08:35 -04:00
|
|
|
<number>100000</number>
|
2018-03-10 04:43:22 -05:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1024000000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="lblRate">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>130</x>
|
|
|
|
<y>180</y>
|
|
|
|
<width>121</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Stream speed</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-03-10 14:15:20 -05:00
|
|
|
<string>Speed: 0b/s</string>
|
2018-03-10 04:43:22 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
2019-03-23 05:51:01 -04:00
|
|
|
<widget class="QLabel" name="bufferLabel">
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>200</y>
|
|
|
|
<width>61</width>
|
|
|
|
<height>15</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Buffer:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="cmbFilter">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>150</y>
|
|
|
|
<width>91</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Filter</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>FIR LINEAR</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>FIR NEAREST</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>FIR RRC</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" name="spiRollOff">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>140</x>
|
|
|
|
<y>150</y>
|
|
|
|
<width>41</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-03-10 14:15:20 -05:00
|
|
|
<string>RRC filter roll off factor (%)</string>
|
2018-03-10 04:43:22 -05:00
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>99</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>35</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-03-23 05:51:01 -04:00
|
|
|
<widget class="QLabel" name="rollOffLabel">
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>106</x>
|
|
|
|
<y>150</y>
|
|
|
|
<width>28</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>R.off</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-03-23 05:51:01 -04:00
|
|
|
<widget class="QLabel" name="excursionLabel">
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>180</x>
|
|
|
|
<y>150</y>
|
|
|
|
<width>28</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Exc</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" name="spiExcursion">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>210</x>
|
|
|
|
<y>150</y>
|
|
|
|
<width>41</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Filter excursion (dB)</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>99</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-07-16 20:51:46 -04:00
|
|
|
<widget class="QLabel" name="statusText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>100</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>151</width>
|
|
|
|
<height>19</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-03-10 04:43:22 -05:00
|
|
|
</widget>
|
|
|
|
</widget>
|
2018-02-22 16:52:49 -05:00
|
|
|
</widget>
|
2018-03-10 04:43:22 -05:00
|
|
|
<widget class="QWidget" name="videoTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Video</string>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QGroupBox" name="videoGroupBox">
|
2018-02-22 16:52:49 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-10 04:43:22 -05:00
|
|
|
<x>0</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>283</y>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>496</width>
|
2019-03-23 19:21:20 -04:00
|
|
|
<height>111</height>
|
2018-02-22 16:52:49 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="title">
|
|
|
|
<string>VIDEO Stream</string>
|
|
|
|
</property>
|
2019-03-23 19:21:20 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<widget class="QTextEdit" name="textEdit">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2019-03-23 19:21:20 -04:00
|
|
|
<x>2</x>
|
|
|
|
<y>20</y>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>281</width>
|
|
|
|
<height>81</height>
|
|
|
|
</rect>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Stream information</string>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="acceptRichText">
|
|
|
|
<bool>false</bool>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
</widget>
|
2019-03-19 18:12:54 -04:00
|
|
|
<widget class="QPushButton" name="fullScreen">
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>400</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>76</y>
|
2019-03-21 09:13:26 -04:00
|
|
|
<width>90</width>
|
|
|
|
<height>26</height>
|
2018-03-10 04:43:22 -05:00
|
|
|
</rect>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Full screen video (click in the image to return)</string>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-03-10 04:43:22 -05:00
|
|
|
<string>Full Screen</string>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="chkTS">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>300</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>40</y>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>85</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Transport stream detected</string>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-03-10 04:43:22 -05:00
|
|
|
<string>Transport</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="chkVS">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>300</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>60</y>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>85</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Video data detected</string>
|
2018-02-22 16:52:49 -05:00
|
|
|
</property>
|
2018-02-25 19:04:45 -05:00
|
|
|
<property name="text">
|
2018-03-10 04:43:22 -05:00
|
|
|
<string>Video </string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="chkDecoding">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>300</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>80</y>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>85</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Video being decoded</string>
|
2018-02-25 19:04:45 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-03-10 04:43:22 -05:00
|
|
|
<string>Decoding</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="chkData">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>300</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>20</y>
|
2018-03-10 04:43:22 -05:00
|
|
|
<width>85</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Data being received</string>
|
2018-02-25 19:04:45 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-03-10 04:43:22 -05:00
|
|
|
<string>Data</string>
|
2018-02-25 19:04:45 -05:00
|
|
|
</property>
|
2018-03-10 04:43:22 -05:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-03-19 18:12:54 -04:00
|
|
|
<widget class="QToolButton" name="audioMute">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2019-03-21 09:13:26 -04:00
|
|
|
<x>430</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>26</y>
|
2019-03-21 09:13:26 -04:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
2019-03-19 18:12:54 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2019-03-21 09:13:26 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Audio mute (right click: Audio select)</string>
|
|
|
|
</property>
|
2019-03-19 18:12:54 -04:00
|
|
|
<property name="text">
|
2019-03-23 01:06:42 -04:00
|
|
|
<string/>
|
2019-03-19 18:12:54 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/sound_on.png</normaloff>
|
|
|
|
<normalon>:/sound_off.png</normalon>:/sound_on.png</iconset>
|
|
|
|
</property>
|
2019-03-23 01:06:42 -04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2019-03-21 09:13:26 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSlider" name="audioVolume">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>400</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>56</y>
|
2019-03-21 09:13:26 -04:00
|
|
|
<width>90</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Audio volume control</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2019-03-23 01:06:42 -04:00
|
|
|
<number>0</number>
|
2019-03-21 09:13:26 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2019-03-23 01:06:42 -04:00
|
|
|
<number>100</number>
|
2019-03-21 09:13:26 -04:00
|
|
|
</property>
|
2019-03-22 03:05:01 -04:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2019-03-23 01:06:42 -04:00
|
|
|
<property name="value">
|
|
|
|
<number>80</number>
|
|
|
|
</property>
|
2019-03-21 09:13:26 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="audioVolumeText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>460</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>26</y>
|
2019-03-21 09:13:26 -04:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Audio volume</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2019-03-23 01:06:42 -04:00
|
|
|
<string>100</string>
|
2019-03-21 09:13:26 -04:00
|
|
|
</property>
|
2019-03-22 03:05:01 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2019-03-21 09:13:26 -04:00
|
|
|
</widget>
|
2019-03-23 01:06:42 -04:00
|
|
|
<widget class="QToolButton" name="videoMute">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>400</x>
|
2019-03-23 19:21:20 -04:00
|
|
|
<y>26</y>
|
2019-03-23 01:06:42 -04:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Video mute</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/film.png</normaloff>
|
|
|
|
<normalon>:/no_film.png</normalon>:/film.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-03-23 19:21:20 -04:00
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="verticalLayoutWidget_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>501</width>
|
|
|
|
<height>281</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="screenLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
2019-03-23 18:37:26 -04:00
|
|
|
</property>
|
2019-03-23 19:21:20 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="DATVideoRender" name="screenTV_2" native="true">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>490</width>
|
|
|
|
<height>270</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-02-25 19:04:45 -05:00
|
|
|
</widget>
|
2018-02-22 16:52:49 -05:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>RollupWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/rollupwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>DATVideoRender</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>datvideorender.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2018-03-10 04:43:22 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>ValueDialZ</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedialz.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2018-03-11 11:39:02 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>TVScreen</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/tvscreen.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2018-02-22 16:52:49 -05:00
|
|
|
</customwidgets>
|
2019-03-19 18:12:54 -04:00
|
|
|
<resources>
|
|
|
|
<include location="../../../sdrgui/resources/res.qrc"/>
|
|
|
|
</resources>
|
2018-02-22 16:52:49 -05:00
|
|
|
<connections/>
|
|
|
|
</ui>
|