2017-02-23 02:18:56 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ATVDemodGUI</class>
|
|
|
|
<widget class="RollupWidget" name="ATVDemodGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-03-15 17:12:12 -04:00
|
|
|
<width>520</width>
|
2017-03-15 13:56:38 -04:00
|
|
|
<height>480</height>
|
2017-02-23 02:18:56 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-03-15 17:12:12 -04:00
|
|
|
<width>520</width>
|
2017-03-15 13:56:38 -04:00
|
|
|
<height>480</height>
|
2017-02-23 02:18:56 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>ATV Demodulator</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
2017-03-15 17:12:12 -04:00
|
|
|
<width>501</width>
|
|
|
|
<height>27</height>
|
2017-02-23 02:18:56 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
2017-03-15 13:56:38 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>RF Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="rfSettingsLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="deltaFrequencyLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="deltaFrequencyMinus">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<selectedoff>:/plus.png</selectedoff>
|
|
|
|
<selectedon>:/minus.png</selectedon>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ValueDial" 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>
|
2017-03-15 17:12:12 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Monospace</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2017-03-15 13:56:38 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="deltaFrequencyUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="modulation">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Modulation type</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>FM 1</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>FM 2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>AM</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="rfBWLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>BW</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="rfBW">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-03-15 17:12:12 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="rfBWText">
|
|
|
|
<property name="text">
|
|
|
|
<string>10.0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-03-15 13:56:38 -04:00
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="channelSampleRateText">
|
|
|
|
<property name="text">
|
2017-03-15 17:12:12 -04:00
|
|
|
<string>00000k</string>
|
2017-03-15 13:56:38 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="layoutWidget_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>40</y>
|
2017-03-15 17:12:12 -04:00
|
|
|
<width>501</width>
|
2017-03-15 13:56:38 -04:00
|
|
|
<height>347</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-03-15 23:30:47 -04:00
|
|
|
<string>TV Monitor</string>
|
2017-03-15 13:56:38 -04:00
|
|
|
</property>
|
2017-02-25 04:15:47 -05:00
|
|
|
<layout class="QHBoxLayout" name="screenTVLayout">
|
2017-02-23 02:18:56 -05:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="ATVScreen" name="screenTV" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-03-15 23:30:47 -04:00
|
|
|
<width>495</width>
|
2017-02-23 02:18:56 -05:00
|
|
|
<height>345</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2017-03-15 23:30:47 -04:00
|
|
|
<width>495</width>
|
2017-02-23 02:18:56 -05:00
|
|
|
<height>345</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-03-15 13:56:38 -04:00
|
|
|
<widget class="QWidget" name="layoutWidget_3">
|
2017-02-23 02:18:56 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2017-03-15 13:56:38 -04:00
|
|
|
<y>390</y>
|
2017-03-15 17:12:12 -04:00
|
|
|
<width>501</width>
|
2017-03-15 13:56:38 -04:00
|
|
|
<height>80</height>
|
|
|
|
</rect>
|
2017-02-23 02:18:56 -05:00
|
|
|
</property>
|
2017-03-15 13:56:38 -04:00
|
|
|
<property name="windowTitle">
|
2017-03-15 23:30:47 -04:00
|
|
|
<string>Video Settings</string>
|
2017-02-23 02:18:56 -05:00
|
|
|
</property>
|
2017-03-15 13:56:38 -04:00
|
|
|
<layout class="QVBoxLayout" name="tvSettingsLayout" stretch="0,0">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
2017-02-25 04:15:47 -05:00
|
|
|
</property>
|
2017-02-23 02:18:56 -05:00
|
|
|
<item>
|
2017-03-15 13:56:38 -04:00
|
|
|
<layout class="QHBoxLayout" name="buttonsLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="fps">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Frames per second</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string comment="25">25 Fps</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string comment="30">30 Fps</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="hSync">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle horizontal synchronization</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>HSync</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="vSync">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle vertical synchronization</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>VSync</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="halfImage">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Render only half of the frames for slow processors</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Half</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</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>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="reset">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset to default values</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-02-23 02:18:56 -05:00
|
|
|
</item>
|
|
|
|
<item>
|
2017-03-15 13:56:38 -04:00
|
|
|
<layout class="QGridLayout" name="slidersLayout">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSlider" name="synchLevel">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Horizontal synchronization level</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1</number>
|
|
|
|
</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="6">
|
|
|
|
<widget class="QLabel" name="blackLevelText">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p align="right">mV</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="synchLevelText">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p align="right">mV</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="synchLevelLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p>Synch</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QLabel" name="blackLevelLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p>Black Lvl</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QSlider" name="blackLevel">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Black level</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1</number>
|
|
|
|
</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="1" column="0">
|
|
|
|
<widget class="QLabel" name="lineTimeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Line</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSlider" name="lineTime">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Line length in time units</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="lineTimeText">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p align="right">uS</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QLabel" name="topTimeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p>Top</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="5">
|
|
|
|
<widget class="QSlider" name="topTime">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Horizontal top length in time units</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="6">
|
|
|
|
<widget class="QLabel" name="topTimeText">
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head/><body><p align="right">uS</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<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>
|
2017-02-23 02:18:56 -05:00
|
|
|
</item>
|
2017-03-15 13:56:38 -04:00
|
|
|
</layout>
|
2017-02-23 02:18:56 -05:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>RollupWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/rollupwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2017-03-15 13:56:38 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>ValueDial</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedial.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2017-02-23 02:18:56 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>ATVScreen</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>atvscreen.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|