2015-05-11 20:53:35 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AMDemodGUI</class>
|
|
|
|
<widget class="RollupWidget" name="AMDemodGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-12-25 12:03:30 -05:00
|
|
|
<width>257</width>
|
2016-11-30 10:42:06 -05:00
|
|
|
<height>131</height>
|
2015-05-11 20:53:35 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-01-11 23:51:26 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2015-05-11 20:53:35 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>AM Demodulator</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="settingsContainer" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2015-12-25 12:03:30 -05:00
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
2015-10-04 20:18:32 -04:00
|
|
|
<width>235</width>
|
2016-11-30 10:42:06 -05:00
|
|
|
<height>111</height>
|
2015-05-11 20:53:35 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
2015-10-04 05:22:37 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2016-11-28 07:47:26 -05:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2015-05-11 20:53:35 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2015-10-04 05:22:37 -04:00
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<layout class="QHBoxLayout" name="deltaFreqPowLayout">
|
2015-10-04 05:22:37 -04:00
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<layout class="QHBoxLayout" name="deltaFrequencyLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="deltaMinus">
|
2016-01-12 13:54:37 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Frequency shift direction</string>
|
|
|
|
</property>
|
2015-10-04 20:18:32 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<selectedoff>:/plus.png</selectedoff>
|
|
|
|
<selectedon>:/minus.png</selectedon>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</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>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Monospace</family>
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>SizeVerCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Demod shift frequency from center in Hz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="deltaUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hz </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>
|
|
|
|
</layout>
|
2015-10-04 05:22:37 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<layout class="QHBoxLayout" name="channelPowerLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="channelPower">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Channel power</string>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::RightToLeft</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0.0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="channelPowerUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string> dB</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-12-26 12:23:55 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="audioMute">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mute/Unmute audio</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrbase/resources/res.qrc">
|
|
|
|
<normaloff>:/sound_on.png</normaloff>
|
|
|
|
<normalon>:/sound_off.png</normalon>:/sound_on.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-04 20:18:32 -04:00
|
|
|
</layout>
|
2015-10-04 05:22:37 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
2015-05-11 20:53:35 -04:00
|
|
|
</item>
|
2015-10-04 05:22:37 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="rfBandwidthLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>RF BW</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="rfBW">
|
2016-01-12 07:14:14 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Demodulator (RF) bandwidth</string>
|
|
|
|
</property>
|
2015-10-04 05:22:37 -04:00
|
|
|
<property name="minimum">
|
2016-11-30 10:42:06 -05:00
|
|
|
<number>10</number>
|
2015-10-04 05:22:37 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2016-11-30 10:42:06 -05:00
|
|
|
<number>200</number>
|
2015-10-04 05:22:37 -04:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
2016-11-30 10:42:06 -05:00
|
|
|
<number>50</number>
|
2015-10-04 05:22:37 -04:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-11-30 10:42:06 -05:00
|
|
|
<widget class="QLabel" name="rfBWText">
|
2015-10-04 05:22:37 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-30 10:42:06 -05:00
|
|
|
<string>5 kHz</string>
|
2015-10-04 05:22:37 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-05-11 20:53:35 -04:00
|
|
|
</item>
|
2015-10-04 05:22:37 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="volumeLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Vol</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="volume">
|
2016-01-12 07:14:14 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Volume</string>
|
|
|
|
</property>
|
2015-10-04 05:22:37 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
2015-12-25 12:03:30 -05:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2015-10-04 05:22:37 -04:00
|
|
|
<property name="value">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="volumeText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>2.0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-05-11 20:53:35 -04:00
|
|
|
</item>
|
2015-10-04 05:22:37 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="squelchLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sq</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="squelch">
|
2016-01-12 07:14:14 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch</string>
|
|
|
|
</property>
|
2015-10-04 05:22:37 -04:00
|
|
|
<property name="minimum">
|
|
|
|
<number>-100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2015-12-25 12:03:30 -05:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2015-10-04 05:22:37 -04:00
|
|
|
<property name="value">
|
|
|
|
<number>-40</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="squelchText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-40dB</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-05-11 20:53:35 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>RollupWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/rollupwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>ValueDial</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedial.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2015-10-04 05:22:37 -04:00
|
|
|
<resources>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
2016-11-28 07:47:26 -05:00
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
2016-11-30 10:42:06 -05:00
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
2016-11-28 07:47:26 -05:00
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
2015-10-04 05:22:37 -04:00
|
|
|
</resources>
|
2015-05-11 20:53:35 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|