2012-05-22 10:28:39 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>WideGraph</class>
|
|
|
|
<widget class="QDialog" name="WideGraph">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-07-08 09:17:22 -04:00
|
|
|
<width>799</width>
|
2012-09-24 19:36:38 -04:00
|
|
|
<height>326</height>
|
2012-05-22 10:28:39 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2012-10-11 11:48:47 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="CPlotter" name="widePlot">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2012-10-11 12:06:31 -04:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2012-05-22 10:28:39 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2012-09-24 19:36:38 -04:00
|
|
|
<width>400</width>
|
|
|
|
<height>200</height>
|
2012-05-22 10:28:39 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2013-04-05 12:48:10 -04:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-09-24 19:36:38 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="freqSpanSpinBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-07-08 09:17:22 -04:00
|
|
|
<width>110</width>
|
2012-09-24 19:36:38 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>38</width>
|
2012-09-24 19:36:38 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Compression factor for frequency scale</string>
|
|
|
|
</property>
|
2012-09-24 19:36:38 -04:00
|
|
|
<property name="suffix">
|
2012-09-29 09:25:09 -04:00
|
|
|
<string/>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="prefix">
|
|
|
|
<string>Bins/Pixel </string>
|
|
|
|
</property>
|
2012-09-24 19:36:38 -04:00
|
|
|
<property name="minimum">
|
2012-09-29 09:25:09 -04:00
|
|
|
<number>1</number>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2012-09-25 12:04:38 -04:00
|
|
|
<number>1000</number>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2012-09-29 09:25:09 -04:00
|
|
|
<number>1</number>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
2013-03-26 14:54:15 -04:00
|
|
|
<number>2</number>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-22 10:28:39 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
2013-04-05 12:48:10 -04:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>8</width>
|
2012-05-22 10:28:39 -04:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="waterfallAvgSpinBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-07-08 09:17:22 -04:00
|
|
|
<width>80</width>
|
2012-05-22 10:28:39 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>38</width>
|
2012-05-22 10:28:39 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Number of FFTs averaged (controls waterfall scrolling rate)</string>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="prefix">
|
|
|
|
<string>N Avg </string>
|
|
|
|
</property>
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="minimum">
|
2012-09-24 19:36:38 -04:00
|
|
|
<number>1</number>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2012-09-24 19:36:38 -04:00
|
|
|
<number>20</number>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
2013-04-05 12:48:10 -04:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>8</width>
|
2012-05-22 10:28:39 -04:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-04-05 12:48:10 -04:00
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<widget class="QSpinBox" name="gainSpinBox">
|
|
|
|
<property name="minimumSize">
|
2013-04-05 12:48:10 -04:00
|
|
|
<size>
|
2013-07-08 09:17:22 -04:00
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
2013-04-05 12:48:10 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>38</width>
|
2012-05-22 10:28:39 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Scaling (dB) applied to spectra before plotting</string>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="prefix">
|
|
|
|
<string>Gain </string>
|
|
|
|
</property>
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="minimum">
|
|
|
|
<number>-20</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_7">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
2013-04-05 12:48:10 -04:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>8</width>
|
2012-05-22 10:28:39 -04:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-04-05 12:48:10 -04:00
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<widget class="QSpinBox" name="zeroSpinBox">
|
|
|
|
<property name="minimumSize">
|
2013-04-05 12:48:10 -04:00
|
|
|
<size>
|
2013-07-08 09:17:22 -04:00
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
2013-04-05 12:48:10 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>38</width>
|
2012-05-22 10:28:39 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Constant offset applied to waterfall data</string>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="suffix">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="prefix">
|
|
|
|
<string>Zero </string>
|
|
|
|
</property>
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="minimum">
|
|
|
|
<number>-100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<widget class="QDoubleSpinBox" name="slopeSpinBox">
|
|
|
|
<property name="minimumSize">
|
2013-04-05 12:48:10 -04:00
|
|
|
<size>
|
2013-07-08 09:17:22 -04:00
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
2013-04-05 12:48:10 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="prefix">
|
|
|
|
<string>Slope </string>
|
2013-04-05 12:48:10 -04:00
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="decimals">
|
|
|
|
<number>1</number>
|
2013-05-24 11:41:33 -04:00
|
|
|
</property>
|
2013-04-05 12:48:10 -04:00
|
|
|
<property name="minimum">
|
2013-07-08 09:17:22 -04:00
|
|
|
<double>-2.000000000000000</double>
|
2013-04-05 12:48:10 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2013-07-08 09:17:22 -04:00
|
|
|
<double>2.000000000000000</double>
|
2013-04-05 12:48:10 -04:00
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2013-07-08 09:17:22 -04:00
|
|
|
<double>0.100000000000000</double>
|
2013-04-05 12:48:10 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<spacer name="horizontalSpacer">
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
2013-04-05 12:48:10 -04:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>8</width>
|
2013-04-05 12:48:10 -04:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<widget class="QSpinBox" name="fMinSpinBox">
|
2013-04-05 12:48:10 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>110</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
2013-07-08 09:17:22 -04:00
|
|
|
<string>Decode JT65 below this frequency, JT9 above</string>
|
|
|
|
</property>
|
|
|
|
<property name="suffix">
|
|
|
|
<string> JT9</string>
|
|
|
|
</property>
|
|
|
|
<property name="prefix">
|
|
|
|
<string>JT65 </string>
|
2013-05-24 11:41:33 -04:00
|
|
|
</property>
|
2013-04-05 12:48:10 -04:00
|
|
|
<property name="minimum">
|
2013-07-08 09:17:22 -04:00
|
|
|
<number>0</number>
|
2013-04-05 12:48:10 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2013-07-08 09:17:22 -04:00
|
|
|
<number>5000</number>
|
2013-04-05 12:48:10 -04:00
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2013-07-08 09:17:22 -04:00
|
|
|
<number>100</number>
|
2013-04-05 12:48:10 -04:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
2013-07-08 09:17:22 -04:00
|
|
|
<number>3000</number>
|
2013-04-05 12:48:10 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<spacer name="horizontalSpacer_8">
|
2013-04-05 12:48:10 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-04-25 07:35:32 -04:00
|
|
|
<width>8</width>
|
2012-05-22 10:28:39 -04:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2012-10-10 20:51:16 -04:00
|
|
|
<item>
|
2013-03-06 11:37:28 -05:00
|
|
|
<widget class="QComboBox" name="spec2dComboBox">
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select data for display curve</string>
|
|
|
|
</property>
|
2013-03-06 11:37:28 -05:00
|
|
|
<property name="currentIndex">
|
2013-05-22 09:59:44 -04:00
|
|
|
<number>1</number>
|
2013-03-06 11:37:28 -05:00
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Current</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cumulative</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2012-10-15 13:43:49 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-22 10:28:39 -04:00
|
|
|
<item>
|
2013-04-05 12:48:10 -04:00
|
|
|
<spacer name="horizontalSpacer_3">
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>CPlotter</class>
|
|
|
|
<extends>QFrame</extends>
|
|
|
|
<header>plotter.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|