2014-05-21 13:31:14 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SSBDemodGUI</class>
|
|
|
|
<widget class="RollupWidget" name="SSBDemodGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-07-31 00:38:42 -04:00
|
|
|
<width>370</width>
|
2016-12-06 02:30:45 -05:00
|
|
|
<height>160</height>
|
2014-05-21 13:31:14 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-07-31 00:38:42 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-06-13 22:36:24 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2016-07-31 00:38:42 -04:00
|
|
|
<width>370</width>
|
2015-06-13 22:36:24 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2016-01-11 22:24:59 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2014-05-21 13:31:14 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>SSB Demodulator</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="settingsContainer" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2016-07-31 00:38:42 -04:00
|
|
|
<x>0</x>
|
2016-12-06 02:30:45 -05:00
|
|
|
<y>0</y>
|
2016-07-31 00:38:42 -04:00
|
|
|
<width>360</width>
|
2015-12-05 12:48:15 -05:00
|
|
|
<height>151</height>
|
2014-05-21 13:31:14 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-07-31 00:38:42 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>360</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-05-21 13:31:14 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
2015-10-04 04:50:26 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2017-05-16 16:35:44 -04: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-21 13:31:14 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2015-10-04 04:50:26 -04:00
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<layout class="QHBoxLayout" name="deltaFreqPowLayout">
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2015-10-04 04:50:26 -04:00
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<layout class="QHBoxLayout" name="deltaFrequencyLayout">
|
|
|
|
<item>
|
2017-05-17 17:57:54 -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:57:54 -04:00
|
|
|
<string>Df</string>
|
2015-10-04 20:18:32 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-05-17 17:57:54 -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">
|
2016-01-11 22:43:41 -05:00
|
|
|
<string> Hz </string>
|
2015-10-04 20:18:32 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-10-04 04:50:26 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-10-04 20:18:32 -04:00
|
|
|
<spacer name="freqPowSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2015-10-04 04:50:26 -04:00
|
|
|
</property>
|
2015-10-04 20:18:32 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2015-10-04 04:50:26 -04:00
|
|
|
<size>
|
2015-10-04 20:18:32 -04:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2015-10-04 04:50:26 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2015-10-04 20:18:32 -04:00
|
|
|
</spacer>
|
2015-10-04 04:50:26 -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>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="audioOptionsLayout">
|
2015-12-05 12:48:15 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="audioBinaural">
|
|
|
|
<property name="toolTip">
|
2016-01-12 07:14:14 -05:00
|
|
|
<string>Toggle btw Mono and Binaural I/Q audio</string>
|
2015-12-05 12:48:15 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrbase/resources/res.qrc">
|
|
|
|
<normaloff>:/mono.png</normaloff>
|
|
|
|
<normalon>:/stereo.png</normalon>:/mono.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-12-05 13:39:11 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="audioFlipChannels">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Flip left/right audio channels</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrbase/resources/res.qrc">
|
|
|
|
<normaloff>:/flip_lr.png</normaloff>
|
|
|
|
<normalon>:/flip_rl.png</normalon>:/flip_lr.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="dsb">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>DSB/SSB toggle</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrbase/resources/res.qrc">
|
|
|
|
<normaloff>:/usb.png</normaloff>
|
|
|
|
<normalon>:/dsb.png</normalon>:/usb.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-04 20:18:32 -04:00
|
|
|
</layout>
|
2015-10-04 04:50:26 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
2015-06-10 23:47:59 -04:00
|
|
|
</item>
|
2016-12-05 19:58:23 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="channelPowerMeterLayout">
|
|
|
|
<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="Expanding" vsizetype="MinimumExpanding">
|
|
|
|
<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-05 19:58:23 -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-05 19:58:23 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-10-04 04:50:26 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="spanLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="spanLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Span</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="spanLog2">
|
2016-01-12 07:14:14 -05:00
|
|
|
<property name="toolTip">
|
2016-01-13 15:19:50 -05:00
|
|
|
<string>Demod frequency span</string>
|
2016-01-12 07:14:14 -05:00
|
|
|
</property>
|
2015-10-04 04:50:26 -04:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="sliderPosition">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="invertedAppearance">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="invertedControls">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="spanText">
|
|
|
|
<property name="text">
|
|
|
|
<string>6.0k</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-05-12 15:50:02 -04:00
|
|
|
</item>
|
2015-10-04 04:50:26 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="bqndwidthLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="BWLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>BW</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="BW">
|
2016-01-12 07:14:14 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Lowpass filter cutoff frequency</string>
|
|
|
|
</property>
|
2015-10-04 04:50:26 -04:00
|
|
|
<property name="minimum">
|
|
|
|
<number>-60</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>60</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>30</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="BWText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>3.0k</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-06-10 23:47:59 -04:00
|
|
|
</item>
|
2015-10-04 04:50:26 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="lowCutLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lowCutLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Low cut</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="lowCut">
|
2016-01-12 07:14:14 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Highpass filter cutoff frequency (SSB)</string>
|
|
|
|
</property>
|
2015-10-04 04:50:26 -04:00
|
|
|
<property name="minimum">
|
|
|
|
<number>-60</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>60</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>
|
2015-10-04 05:22:37 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lowCutText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0.3k</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-04 04:50:26 -04:00
|
|
|
</layout>
|
2015-05-12 15:50:02 -04:00
|
|
|
</item>
|
2015-10-04 04:50:26 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="volumeLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="volumeLabel">
|
|
|
|
<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 04:50:26 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<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>
|
2016-04-05 03:20:02 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="audioMute">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mute/Unmute audio</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<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 04:50:26 -04:00
|
|
|
</layout>
|
2015-06-10 23:47:59 -04:00
|
|
|
</item>
|
2014-05-21 13:31:14 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="spectrumContainer" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2015-12-05 13:39:11 -05:00
|
|
|
<x>10</x>
|
|
|
|
<y>170</y>
|
2014-05-21 13:31:14 -04:00
|
|
|
<width>218</width>
|
2015-06-10 23:47:59 -04:00
|
|
|
<height>284</height>
|
2014-05-21 13:31:14 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Channel Spectrum</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2014-05-21 13:31:14 -04:00
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="GLSpectrum" name="glSpectrum" native="true">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
2015-06-10 23:47:59 -04:00
|
|
|
<height>250</height>
|
2014-05-21 13:31:14 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2015-07-06 20:50:26 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Monospace</family>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2014-05-21 13:31:14 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-10-04 05:22:37 -04:00
|
|
|
<widget class="GLSpectrumGUI" name="spectrumGUI" native="true"/>
|
2014-05-21 13:31:14 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2016-01-11 21:52:19 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>RollupWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/rollupwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2014-05-21 13:31:14 -04:00
|
|
|
<customwidget>
|
2016-12-06 13:06:38 -05:00
|
|
|
<class>LevelMeterSignalDB</class>
|
2014-05-21 13:31:14 -04:00
|
|
|
<extends>QWidget</extends>
|
2016-12-06 13:06:38 -05:00
|
|
|
<header>gui/levelmeter.h</header>
|
2014-05-21 13:31:14 -04:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2015-05-10 19:36:53 -04:00
|
|
|
<customwidget>
|
2016-12-06 13:06:38 -05:00
|
|
|
<class>GLSpectrum</class>
|
2015-05-10 19:36:53 -04:00
|
|
|
<extends>QWidget</extends>
|
2016-12-06 13:06:38 -05:00
|
|
|
<header>gui/glspectrum.h</header>
|
2015-05-10 19:36:53 -04:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2016-12-05 19:58:23 -05:00
|
|
|
<customwidget>
|
2016-12-06 13:06:38 -05:00
|
|
|
<class>GLSpectrumGUI</class>
|
2016-12-05 19:58:23 -05:00
|
|
|
<extends>QWidget</extends>
|
2016-12-06 13:06:38 -05:00
|
|
|
<header>gui/glspectrumgui.h</header>
|
2016-12-05 19:58:23 -05:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2017-05-17 17:57:54 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>ValueDialZ</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/valuedialz.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2014-05-21 13:31:14 -04:00
|
|
|
</customwidgets>
|
2015-10-04 04:50:26 -04:00
|
|
|
<resources>
|
|
|
|
<include location="../../../sdrbase/resources/res.qrc"/>
|
2016-12-06 13:06:38 -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"/>
|
|
|
|
<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 04:50:26 -04:00
|
|
|
</resources>
|
2014-05-21 13:31:14 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|