2014-05-18 11:52:39 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>NFMDemodGUI</class>
|
|
|
|
<widget class="RollupWidget" name="NFMDemodGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-12-04 20:09:08 -05:00
|
|
|
<width>302</width>
|
|
|
|
<height>178</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-12-05 18:25:59 -05:00
|
|
|
<property name="sizePolicy">
|
2016-12-06 02:30:45 -05:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2016-12-05 18:25:59 -05:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-12-04 20:09:08 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-12-06 02:30:45 -05:00
|
|
|
<width>302</width>
|
2016-12-04 20:09:08 -05:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-01-11 23:51:26 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>NFM Demodulator</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="settingsContainer" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2015-12-05 22:49:22 -05:00
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-12-04 20:09:08 -05:00
|
|
|
<width>300</width>
|
2016-03-31 16:49:13 -04:00
|
|
|
<height>141</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-12-04 20:09:08 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>300</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
2015-10-04 00:26:06 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2017-03-05 00:22:05 -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">
|
2014-05-18 11:52:39 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2015-10-04 00:26:06 -04:00
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<layout class="QHBoxLayout" name="deltaFreqPowerLayout">
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2015-08-31 02:47:46 -04:00
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<layout class="QHBoxLayout" name="DeltaFrequencyLayout">
|
|
|
|
<item>
|
2017-05-17 17:05:47 -04:00
|
|
|
<widget class="QLabel" name="deltaFrequencyLabel">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2016-01-12 13:54:37 -05:00
|
|
|
</property>
|
2015-10-04 20:18:32 -04:00
|
|
|
<property name="text">
|
2017-05-17 17:05:47 -04:00
|
|
|
<string>Df</string>
|
2015-10-04 20:18:32 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-05-17 17:05:47 -04:00
|
|
|
<widget class="ValueDialZ" name="deltaFrequency" native="true">
|
2015-10-04 20:18:32 -04: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>
|
2017-05-16 16:35:44 -04:00
|
|
|
<family>DejaVu Sans Mono</family>
|
2015-10-04 20:18:32 -04:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
2017-05-16 16:35:44 -04:00
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
2015-10-04 20:18:32 -04:00
|
|
|
</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>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-08-31 02:47:46 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
2015-10-04 20:18:32 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2015-08-31 02:47:46 -04:00
|
|
|
<size>
|
2015-10-04 20:18:32 -04:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2015-08-31 02:47:46 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2015-10-04 20:18:32 -04:00
|
|
|
</spacer>
|
2015-10-04 00:26:06 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2017-05-25 19:19:36 -04:00
|
|
|
<widget class="QLabel" name="channelPower">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Channel power</string>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::RightToLeft</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-100.0 dB</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-08-31 02:47:46 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-12-04 20:09:08 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="levelMeterLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="channelPowerMeterUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string>dB</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="LevelMeterSignalDB" name="channelPowerMeter" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2016-12-06 20:53:10 -05:00
|
|
|
<height>24</height>
|
2016-12-04 20:09:08 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
2016-12-06 20:53:10 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Monospace</family>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2016-12-04 20:09:08 -05:00
|
|
|
<property name="toolTip">
|
2016-12-05 18:25:59 -05:00
|
|
|
<string>Level meter (dB) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string>
|
2016-12-04 20:09:08 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-10-04 00:26:06 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="rfBWLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="rfBWLabel">
|
|
|
|
<property name="text">
|
2016-03-31 16:00:36 -04:00
|
|
|
<string>RFBW</string>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-31 18:18:49 -04:00
|
|
|
<widget class="QComboBox" name="rfBW">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
2016-03-31 18:18:49 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>RF demodulator bandwidth (kHz)</string>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-31 18:18:49 -04:00
|
|
|
<widget class="QLabel" name="rfBWUnitText">
|
2015-10-04 00:26:06 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-03-31 18:18:49 -04:00
|
|
|
<width>10</width>
|
2015-10-04 00:26:06 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-03-31 18:18:49 -04:00
|
|
|
<string>k</string>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2016-03-31 18:18:49 -04:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-31 16:00:36 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="bwSpacer">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-31 18:18:49 -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>
|
2015-10-04 00:26:06 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="afLabel">
|
|
|
|
<property name="text">
|
2016-03-31 16:00:36 -04:00
|
|
|
<string>AFBW</string>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="afBW">
|
2016-03-31 16:00:36 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-01-12 07:14:14 -05:00
|
|
|
<property name="toolTip">
|
2016-03-31 18:18:49 -04:00
|
|
|
<string>Audio bandwidth (kHz)</string>
|
2016-01-12 07:14:14 -05:00
|
|
|
</property>
|
2015-10-04 00:26:06 -04:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="afBWText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-03-31 16:00:36 -04:00
|
|
|
<width>25</width>
|
2015-10-04 00:26:06 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>3 k</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-06-16 19:42:58 -04:00
|
|
|
</item>
|
2015-10-04 00:26:06 -04:00
|
|
|
<item>
|
2016-03-31 16:49:13 -04:00
|
|
|
<layout class="QHBoxLayout" name="squelchLayout">
|
2015-10-04 00:26:06 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="volumeLabel">
|
|
|
|
<property name="text">
|
2016-03-31 13:38:39 -04:00
|
|
|
<string>Vol</string>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-31 16:49:13 -04:00
|
|
|
<widget class="QDial" name="volume">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2016-01-12 07:14:14 -05:00
|
|
|
</property>
|
2016-03-31 18:18:49 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Sound volume</string>
|
|
|
|
</property>
|
2015-10-04 00:26:06 -04:00
|
|
|
<property name="maximum">
|
2015-12-16 19:01:22 -05:00
|
|
|
<number>100</number>
|
2015-12-16 18:45:44 -05:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="volumeText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-03-31 16:49:13 -04:00
|
|
|
<width>0</width>
|
2015-10-04 00:26:06 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-03-31 16:49:13 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>30</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-03-31 18:18:49 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Sound volume</string>
|
|
|
|
</property>
|
2015-10-04 00:26:06 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>2.0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-31 16:49:13 -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>
|
2015-10-04 00:26:06 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="squelchLabel">
|
|
|
|
<property name="text">
|
2016-03-31 13:38:39 -04:00
|
|
|
<string>Sq</string>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-03-05 00:22:05 -05:00
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="deltaSquelch">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-05-12 08:41:27 -04:00
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-05 00:22:05 -05:00
|
|
|
<property name="toolTip">
|
2017-05-12 08:41:27 -04:00
|
|
|
<string>Toggle AF balance (on) or channel power (off) based squelch</string>
|
2017-03-05 00:22:05 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>D</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-04 00:26:06 -04:00
|
|
|
<item>
|
2016-03-31 16:49:13 -04:00
|
|
|
<widget class="QDial" name="squelch">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
2016-03-31 18:18:49 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch threshold (dB)</string>
|
|
|
|
</property>
|
2015-10-04 00:26:06 -04:00
|
|
|
<property name="minimum">
|
2015-10-06 03:28:08 -04:00
|
|
|
<number>-1000</number>
|
2015-10-04 00:26:06 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2016-03-31 16:49:13 -04:00
|
|
|
<property name="singleStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2015-10-04 00:26:06 -04:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>-150</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="squelchText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-10-12 16:17:56 -04:00
|
|
|
<width>40</width>
|
2015-10-04 00:26:06 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-03-31 16:49:13 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2017-03-05 00:22:05 -05:00
|
|
|
<width>16777215</width>
|
2016-03-31 16:49:13 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-03-31 13:38:39 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch threshold (dB)</string>
|
|
|
|
</property>
|
2015-10-04 00:26:06 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>-15.0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-31 13:38:39 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QDial" name="squelchGate">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch gate (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="sliderPosition">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="squelchGateText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</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>
|
2015-10-04 00:26:06 -04:00
|
|
|
</layout>
|
2015-05-10 09:13:29 -04:00
|
|
|
</item>
|
2015-10-04 00:26:06 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="ctcssLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="ctcssLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>CTCSS</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="CTCSSblock">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="ctcssOn">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Activate CTCSS</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="ctcss">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set CTCSS Frequency</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="ctcssText">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>CTCSS detected</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>--</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-04 21:32:00 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="ctcssSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2015-12-05 22:49:22 -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">
|
2017-10-22 13:12:43 -04:00
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
2015-12-05 22:49:22 -05:00
|
|
|
<normaloff>:/sound_on.png</normaloff>
|
|
|
|
<normalon>:/sound_off.png</normalon>:/sound_on.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-08-26 16:16:05 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="copyAudioToUDP">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy audio to UDP</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>U</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-12-05 22:49:22 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-04 19:04:18 -05:00
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="useRTP">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Use RTP protocol for sending audio via UDP</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-04 00:26:06 -04:00
|
|
|
</layout>
|
2015-05-09 19:30:05 -04:00
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>RollupWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/rollupwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2016-12-04 20:09:08 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>LevelMeterSignalDB</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/levelmeter.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2017-03-05 00:22:05 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/buttonswitch.h</header>
|
|
|
|
</customwidget>
|
2017-05-17 17:05:47 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>ValueDialZ</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedialz.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2014-05-18 11:52:39 -04:00
|
|
|
</customwidgets>
|
2015-10-04 00:26:06 -04:00
|
|
|
<resources>
|
2017-10-22 13:12:43 -04:00
|
|
|
<include location="../../../sdrgui/resources/res.qrc"/>
|
2015-10-04 00:26:06 -04:00
|
|
|
</resources>
|
2014-05-18 11:52:39 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|