2016-04-07 07:05:53 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DSDDemodGUI</class>
|
|
|
|
<widget class="RollupWidget" name="DSDDemodGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-04-01 16:14:11 -04:00
|
|
|
<width>613</width>
|
2018-03-12 04:18:21 -04:00
|
|
|
<height>392</height>
|
2016-04-07 07:05:53 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2017-05-17 17:22:17 -04:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2016-04-07 07:05:53 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-04-21 21:53:16 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>610</width>
|
2016-04-21 21:53:16 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-04-07 07:05:53 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>DSD Demodulator</string>
|
|
|
|
</property>
|
2017-08-23 17:44:12 -04:00
|
|
|
<property name="statusTip">
|
|
|
|
<string>DSD Demodulator</string>
|
|
|
|
</property>
|
2016-04-07 07:05:53 -04:00
|
|
|
<widget class="QWidget" name="settingsContainer" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>608</width>
|
2017-05-17 17:22:17 -04:00
|
|
|
<height>172</height>
|
2016-04-07 07:05:53 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2017-05-17 17:22:17 -04:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2016-04-07 07:05:53 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2016-08-09 03:15:55 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>608</width>
|
2016-08-09 03:15:55 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-04-07 07:05:53 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2018-03-12 20:39:43 -04:00
|
|
|
<property name="margin">
|
2016-04-07 07:05:53 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="deltaFreqPowerLayout">
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2016-04-07 07:05:53 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="DeltaFrequencyLayout">
|
2017-05-17 17:22:17 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2016-04-07 07:05:53 -04:00
|
|
|
<item>
|
2017-05-17 17:22:17 -04:00
|
|
|
<widget class="QLabel" name="deltaFrequencyLabel">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2016-04-07 07:05:53 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-05-17 17:22:17 -04:00
|
|
|
<string>Df</string>
|
2016-04-07 07:05:53 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-05-17 17:22:17 -04:00
|
|
|
<widget class="ValueDialZ" name="deltaFrequency" native="true">
|
2016-04-07 07:05:53 -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>
|
2016-04-07 07:05:53 -04:00
|
|
|
<pointsize>12</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
2017-05-16 16:35:44 -04:00
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
2016-04-07 07:05:53 -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>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-03-12 04:18:21 -04:00
|
|
|
<widget class="QLabel" name="rfBWLabel">
|
2016-04-21 21:53:16 -04:00
|
|
|
<property name="text">
|
2018-03-12 04:18:21 -04:00
|
|
|
<string>RFBW</string>
|
2016-04-21 21:53:16 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-05 18:29:58 -04:00
|
|
|
<item>
|
2018-03-12 04:18:21 -04:00
|
|
|
<widget class="QSlider" name="rfBW">
|
2017-05-05 18:29:58 -04:00
|
|
|
<property name="toolTip">
|
2018-03-12 04:18:21 -04:00
|
|
|
<string>Bandwidth (kHz) before discriminator</string>
|
2017-05-05 18:29:58 -04:00
|
|
|
</property>
|
2018-03-12 04:18:21 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>500</number>
|
2016-04-21 21:53:16 -04:00
|
|
|
</property>
|
2018-03-12 04:18:21 -04:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
2016-04-21 21:53:16 -04:00
|
|
|
</property>
|
2018-03-12 04:18:21 -04:00
|
|
|
<property name="sliderPosition">
|
|
|
|
<number>100</number>
|
2016-04-21 21:53:16 -04:00
|
|
|
</property>
|
2018-03-12 04:18:21 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2016-08-17 20:47:49 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-03-12 15:39:16 -04:00
|
|
|
<widget class="QLabel" name="rfBWText">
|
2016-08-17 20:47:49 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-03-12 15:39:16 -04:00
|
|
|
<width>40</width>
|
2016-08-17 20:47:49 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-03-12 15:39:16 -04:00
|
|
|
<string>00.0k</string>
|
2016-08-17 20:47:49 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-03-12 04:18:21 -04:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2016-08-17 20:47:49 -04:00
|
|
|
</property>
|
2018-03-12 04:18:21 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2016-08-18 02:38:43 -04:00
|
|
|
<size>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2016-08-18 02:38:43 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2018-03-12 04:18:21 -04:00
|
|
|
</spacer>
|
2016-08-18 02:38:43 -04:00
|
|
|
</item>
|
2016-04-07 07:05:53 -04:00
|
|
|
<item>
|
2017-05-25 19:19:36 -04:00
|
|
|
<widget class="QLabel" name="channelPower">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Channel power (dB)</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>
|
2016-04-07 07:05:53 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-12-06 13:06:38 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="channelPowerMeterLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="channelPowerMeterUnits">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Level meter (dB) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>dB</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="LevelMeterSignalDB" name="channelPowerMeter" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" 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-06 13:06:38 -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-06 13:06:38 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-04-07 07:05:53 -04:00
|
|
|
<item>
|
2018-03-12 04:18:21 -04:00
|
|
|
<layout class="QHBoxLayout" name="squelchLayout">
|
2018-04-01 16:14:11 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="activateStatusLog">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Activate status text log</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="viewStatusLog">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>View status text log</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/listing.png</normaloff>:/listing.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-04-07 07:05:53 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="volumeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Vol</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDial" name="volume">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Sound volume</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="volumeText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-12-26 14:29:23 -05:00
|
|
|
<width>30</width>
|
2016-04-07 07:05:53 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>30</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Sound volume</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-12-26 14:29:23 -05:00
|
|
|
<string>10.0</string>
|
2016-04-07 07:05:53 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-14 20:22:40 -04:00
|
|
|
<item>
|
2018-04-01 16:14:11 -04:00
|
|
|
<widget class="Line" name="line_2">
|
2018-03-14 20:22:40 -04:00
|
|
|
<property name="orientation">
|
2018-04-01 16:14:11 -04:00
|
|
|
<enum>Qt::Vertical</enum>
|
2018-03-14 20:22:40 -04:00
|
|
|
</property>
|
2018-04-01 16:14:11 -04:00
|
|
|
</widget>
|
2018-03-14 20:22:40 -04:00
|
|
|
</item>
|
2016-04-07 07:05:53 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="squelchLabel">
|
|
|
|
<property name="text">
|
2018-04-01 16:14:11 -04:00
|
|
|
<string> Sq</string>
|
2016-04-07 07:05:53 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDial" name="squelch">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch threshold (dB)</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<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>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch threshold (dB)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-15.0</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>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Squelch gate (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2016-04-23 00:58:54 -04:00
|
|
|
<number>0</number>
|
2016-04-07 07:05:53 -04:00
|
|
|
</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>
|
2017-12-26 04:59:51 -05:00
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="highPassFilter">
|
|
|
|
<property name="toolTip">
|
2017-12-26 14:29:23 -05:00
|
|
|
<string>Toggle audio high pass filter</string>
|
2017-12-26 04:59:51 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/filter_highpass.png</normaloff>:/filter_highpass.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-04-07 07:05:53 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="audioMute">
|
|
|
|
<property name="toolTip">
|
2018-03-28 03:18:28 -04:00
|
|
|
<string>Left: Mute/Unmute audio (all slots) Right: select audio output</string>
|
2016-04-07 07:05:53 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-10-22 13:12:43 -04:00
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
2016-04-07 07:05:53 -04:00
|
|
|
<normaloff>:/sound_on.png</normaloff>
|
|
|
|
<normalon>:/sound_off.png</normalon>:/sound_on.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-08-24 02:46:14 -04:00
|
|
|
</item>
|
2016-04-07 07:05:53 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2016-04-23 00:27:28 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="formatStatusLayout">
|
2016-04-23 05:31:40 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2016-04-23 00:27:28 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="formatStatusText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-09-26 19:52:21 -04:00
|
|
|
<width>595</width>
|
2016-04-23 00:27:28 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-04-23 05:31:40 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2016-08-25 16:37:35 -04:00
|
|
|
<family>DejaVu Sans Mono</family>
|
2016-04-23 05:31:40 -04:00
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2018-04-01 16:14:11 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Status text</string>
|
|
|
|
</property>
|
2016-04-23 05:31:40 -04:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2016-04-23 00:27:28 -04:00
|
|
|
<property name="text">
|
2016-09-27 13:56:42 -04:00
|
|
|
<string>A123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I12</string>
|
2016-04-23 00:27:28 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="formatStatusSpacer">
|
|
|
|
<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>
|
2016-04-07 07:05:53 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2018-03-12 00:27:21 -04:00
|
|
|
<widget class="QWidget" name="scopeWidget" native="true">
|
2016-04-07 07:05:53 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2016-04-07 13:54:26 -04:00
|
|
|
<x>10</x>
|
2016-04-07 07:05:53 -04:00
|
|
|
<y>180</y>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>600</width>
|
|
|
|
<height>210</height>
|
2016-04-07 07:05:53 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-04-23 15:48:02 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>600</width>
|
2018-03-12 00:27:21 -04:00
|
|
|
<height>210</height>
|
2016-04-23 15:48:02 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2016-04-07 13:54:26 -04:00
|
|
|
<property name="windowTitle">
|
2018-03-12 15:39:16 -04:00
|
|
|
<string>Digital</string>
|
2016-04-07 13:54:26 -04:00
|
|
|
</property>
|
2018-03-12 00:27:21 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2018-03-12 20:39:43 -04:00
|
|
|
<property name="margin">
|
2016-04-23 15:48:02 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2016-04-07 13:54:26 -04:00
|
|
|
<item>
|
2018-03-12 00:23:09 -04:00
|
|
|
<widget class="TVScreen" name="screenTV" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>200</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-04-07 13:54:26 -04:00
|
|
|
</item>
|
2018-03-12 04:18:21 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QComboBox" name="baudRate">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>59</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>35</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Baud rate: 2.4k: NXDN48, dPMR 4.8k: DMR, D-Star, YSF, NXDN96</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2.4k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4.8k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="syncText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>80</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>110</width>
|
|
|
|
<height>25</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>110</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>DejaVu Sans Mono</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Synchronized on this frame type</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>No Sync______</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolButton" name="symbolPLLLock">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-12 20:39:43 -04:00
|
|
|
<x>230</x>
|
2018-03-12 04:18:21 -04:00
|
|
|
<y>10</y>
|
|
|
|
<width>23</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Symbol PLL toggle (green: PLL locked)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/unlocked.png</normaloff>
|
|
|
|
<normalon>:/locked.png</normalon>:/unlocked.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="symbolSyncQualityText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>25</width>
|
|
|
|
<height>28</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Symbol synchronization rate (%)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="zcPosText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>40</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>25</width>
|
|
|
|
<height>28</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Zero crossing relative position in number of samples (<0 sampling point lags, >0 it leads)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-00</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="ButtonSwitch" name="enableCosineFiltering">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-12 20:39:43 -04:00
|
|
|
<x>200</x>
|
|
|
|
<y>10</y>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>23</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Enable cosine filtering</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/dsb.png</normaloff>:/dsb.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="inCarrierPosText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-12 20:39:43 -04:00
|
|
|
<x>80</x>
|
2018-03-12 04:18:21 -04:00
|
|
|
<y>40</y>
|
|
|
|
<width>25</width>
|
|
|
|
<height>28</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Carrier relative position (%) when synchronized</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>-00</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="inLevelText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-12 20:39:43 -04:00
|
|
|
<x>110</x>
|
2018-03-12 04:18:21 -04:00
|
|
|
<y>40</y>
|
|
|
|
<width>25</width>
|
|
|
|
<height>28</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>25</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Carrier input level (%) when synchronized</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolButton" name="syncOrConstellation">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>70</y>
|
|
|
|
<width>23</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle between transition constellation and symbol synchronization displays</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/constellation.png</normaloff>
|
|
|
|
<normalon>:/slopep_icon.png</normalon>:/constellation.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSlider" name="fmDeviation">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>50</x>
|
2018-03-12 15:39:16 -04:00
|
|
|
<y>107</y>
|
2018-04-01 03:33:08 -04:00
|
|
|
<width>141</width>
|
2018-03-12 04:18:21 -04:00
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Maximum frequency deviation (kHz)</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2018-04-01 03:33:08 -04:00
|
|
|
<number>100</number>
|
2018-03-12 04:18:21 -04:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2018-04-01 03:33:08 -04:00
|
|
|
<property name="value">
|
|
|
|
<number>35</number>
|
|
|
|
</property>
|
2018-03-12 04:18:21 -04:00
|
|
|
<property name="sliderPosition">
|
2018-04-01 03:33:08 -04:00
|
|
|
<number>35</number>
|
2018-03-12 04:18:21 -04:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="fmDeviationLabel">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>100</y>
|
|
|
|
<width>25</width>
|
|
|
|
<height>29</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>FMd</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="fmDeviationText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-04-01 03:33:08 -04:00
|
|
|
<x>200</x>
|
2018-03-12 04:18:21 -04:00
|
|
|
<y>100</y>
|
2018-04-01 03:33:08 -04:00
|
|
|
<width>50</width>
|
2018-03-12 04:18:21 -04:00
|
|
|
<height>29</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-04-01 03:33:08 -04:00
|
|
|
<width>50</width>
|
2018-03-12 04:18:21 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-04-01 03:33:08 -04:00
|
|
|
<string>+00.0k</string>
|
2018-03-12 04:18:21 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="demodGainLabel">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>130</y>
|
|
|
|
<width>28</width>
|
|
|
|
<height>30</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Gain</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSlider" name="demodGain">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>50</x>
|
2018-03-12 15:39:16 -04:00
|
|
|
<y>137</y>
|
2018-04-01 03:33:08 -04:00
|
|
|
<width>141</width>
|
2018-03-12 04:18:21 -04:00
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Gain after discriminator</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2018-04-01 03:33:08 -04:00
|
|
|
<number>200</number>
|
2018-03-12 04:18:21 -04:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="sliderPosition">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolButton" name="slot1On">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-12 20:39:43 -04:00
|
|
|
<x>170</x>
|
|
|
|
<y>40</y>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>23</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>TDMA slot1 or FDMA unique slot voice on/off</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/slot1_off.png</normaloff>
|
|
|
|
<normalon>:/slot1_on.png</normalon>:/slot1_off.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolButton" name="slot2On">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-12 20:39:43 -04:00
|
|
|
<x>200</x>
|
|
|
|
<y>40</y>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>23</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>TDMA slot2 voice on/off</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/slot2_off.png</normaloff>
|
|
|
|
<normalon>:/slot2_on.png</normalon>:/slot2_off.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolButton" name="tdmaStereoSplit">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-03-12 20:39:43 -04:00
|
|
|
<x>230</x>
|
|
|
|
<y>40</y>
|
2018-03-12 04:18:21 -04:00
|
|
|
<width>23</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Split TDMA channels on left (slot 1) and right (slot 2) audio stereo channels or merge as mono</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/mono.png</normaloff>
|
|
|
|
<normalon>:/stereo.png</normalon>:/mono.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2018-03-12 15:39:16 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QDial" name="traceLength">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>40</x>
|
|
|
|
<y>68</y>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Display trace length (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2018-03-12 20:39:43 -04:00
|
|
|
<number>6</number>
|
2018-03-12 15:39:16 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
2018-03-12 20:39:43 -04:00
|
|
|
<number>6</number>
|
2018-03-12 15:39:16 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="traceLengthText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>70</x>
|
|
|
|
<y>73</y>
|
|
|
|
<width>31</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Display trace length (ms)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="demodGainText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-04-01 03:33:08 -04:00
|
|
|
<x>200</x>
|
2018-03-12 15:39:16 -04:00
|
|
|
<y>130</y>
|
2018-04-01 03:33:08 -04:00
|
|
|
<width>50</width>
|
2018-03-12 15:39:16 -04:00
|
|
|
<height>29</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-04-01 03:33:08 -04:00
|
|
|
<width>50</width>
|
2018-03-12 15:39:16 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0.00</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2018-03-12 20:39:43 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QDial" name="traceStroke">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>110</x>
|
|
|
|
<y>70</y>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Trace stroke [0..255]</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>255</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="traceStrokeText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>130</x>
|
|
|
|
<y>73</y>
|
|
|
|
<width>31</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Trace stroke value</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QDial" name="traceDecay">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>170</x>
|
|
|
|
<y>70</y>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Trace decay [0..255]</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>255</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>200</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="traceDecayText">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>190</x>
|
|
|
|
<y>73</y>
|
|
|
|
<width>31</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Trace decay value</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2018-03-12 04:18:21 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-04-07 13:54:26 -04:00
|
|
|
</layout>
|
2016-04-07 07:05:53 -04:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>RollupWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/rollupwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2016-12-06 13:06:38 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/buttonswitch.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>LevelMeterSignalDB</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/levelmeter.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2017-05-17 17:22:17 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>ValueDialZ</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedialz.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2018-03-12 00:07:51 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>TVScreen</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/tvscreen.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2016-04-07 07:05:53 -04:00
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
2017-10-22 13:12:43 -04:00
|
|
|
<include location="../../../sdrgui/resources/res.qrc"/>
|
2016-04-07 07:05:53 -04:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|