2014-03-30 20:03:44 -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>
<width>799</width>
<height>395</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
2014-05-14 11:07:51 -04:00
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2014-03-30 20:03:44 -04:00
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="CPlotter" name="widePlot">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>100</height>
</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="QGridLayout" name="gridLayout">
2015-04-22 13:48:03 -04:00
<property name="horizontalSpacing">
<number>10</number>
</property>
<item row="1" column="6">
2014-03-30 20:03:44 -04:00
<widget class="QComboBox" name="spec2dComboBox">
<property name="toolTip">
<string><html><head/><body><p>Select data for spectral display</p></body></html></string>
</property>
<property name="currentIndex">
2015-11-17 20:28:12 -05:00
<number>0</number>
2014-03-30 20:03:44 -04:00
</property>
<item>
<property name="text">
<string>Current</string>
</property>
</item>
<item>
<property name="text">
<string>Cumulative</string>
</property>
</item>
<item>
<property name="text">
<string>Linear Avg</string>
</property>
</item>
2015-11-17 20:28:12 -05:00
<item>
<property name="text">
<string>Reference</string>
</property>
</item>
2014-03-30 20:03:44 -04:00
</widget>
</item>
2015-05-27 09:08:28 -04:00
<item row="1" column="1">
<widget class="QSpinBox" name="fSplitSpinBox">
2014-03-30 20:03:44 -04:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2015-04-22 13:48:03 -04:00
<width>100</width>
2014-03-30 20:03:44 -04:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2015-05-27 09:08:28 -04:00
<width>120</width>
2014-03-30 20:03:44 -04:00
<height>16777215</height>
</size>
</property>
<property name="toolTip">
2016-10-27 13:04:34 -04:00
<string><html><head/><body><p>Decode JT9 only above this frequency</p></body></html></string>
2015-05-27 09:08:28 -04:00
</property>
<property name="suffix">
<string> JT9</string>
2014-03-30 20:03:44 -04:00
</property>
<property name="prefix">
2015-05-27 09:08:28 -04:00
<string>JT65 </string>
2014-03-30 20:03:44 -04:00
</property>
<property name="minimum">
2015-05-27 09:08:28 -04:00
<number>0</number>
2014-03-30 20:03:44 -04:00
</property>
<property name="maximum">
2015-05-27 09:08:28 -04:00
<number>5000</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
<property name="value">
<number>3000</number>
</property>
</widget>
</item>
2015-04-22 13:48:03 -04:00
<item row="1" column="4">
2014-03-30 20:03:44 -04:00
<widget class="QComboBox" name="paletteComboBox">
<property name="sizePolicy">
2014-07-21 13:52:45 -04:00
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2014-03-30 20:03:44 -04:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
2015-05-27 09:08:28 -04:00
<property name="maximumSize">
<size>
<width>125</width>
<height>16777215</height>
</size>
</property>
2014-03-30 20:03:44 -04:00
<property name="toolTip">
<string>Select waterfall palette</string>
</property>
</widget>
</item>
2015-05-27 09:08:28 -04:00
<item row="1" column="7">
<widget class="QSlider" name="gain2dSlider">
2014-03-30 20:03:44 -04:00
<property name="minimumSize">
<size>
2015-05-27 09:08:28 -04:00
<width>80</width>
2014-03-30 20:03:44 -04:00
<height>0</height>
</size>
</property>
2015-04-22 13:48:03 -04:00
<property name="maximumSize">
<size>
2015-05-27 09:08:28 -04:00
<width>150</width>
2015-04-22 13:48:03 -04:00
<height>16777215</height>
</size>
</property>
2014-03-30 20:03:44 -04:00
<property name="toolTip">
2015-05-27 09:08:28 -04:00
<string>Spectrum gain</string>
2014-03-30 20:03:44 -04:00
</property>
<property name="minimum">
2015-05-27 09:08:28 -04:00
<number>-50</number>
2014-03-30 20:03:44 -04:00
</property>
<property name="maximum">
2015-05-27 09:08:28 -04:00
<number>50</number>
2014-03-30 20:03:44 -04:00
</property>
<property name="value">
2015-05-27 09:08:28 -04:00
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
2014-03-30 20:03:44 -04:00
</property>
</widget>
</item>
<item row="0" column="1">
2015-04-22 13:48:03 -04:00
<widget class="QSpinBox" name="bppSpinBox">
2014-03-30 20:03:44 -04:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2015-05-27 09:08:28 -04:00
<width>100</width>
2014-03-30 20:03:44 -04:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2015-04-22 13:48:03 -04:00
<width>120</width>
2014-03-30 20:03:44 -04:00
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Compression factor for frequency scale</string>
</property>
<property name="suffix">
<string/>
</property>
<property name="prefix">
2015-02-11 13:20:07 -05:00
<string>Bins/Pixel </string>
2014-03-30 20:03:44 -04:00
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>1000</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>2</number>
</property>
</widget>
</item>
2015-05-27 09:08:28 -04:00
<item row="0" column="7">
<widget class="QSlider" name="gainSlider">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Waterfall gain</string>
</property>
<property name="minimum">
<number>-50</number>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
</widget>
</item>
2014-03-30 20:03:44 -04:00
<item row="0" column="2">
<widget class="QSpinBox" name="fStartSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2015-05-27 09:08:28 -04:00
<width>90</width>
2014-03-30 20:03:44 -04:00
<height>0</height>
</size>
</property>
2015-04-22 13:48:03 -04:00
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
2014-03-30 20:03:44 -04:00
<property name="toolTip">
2016-10-27 13:04:34 -04:00
<string><html><head/><body><p>Frequency at left edge of waterfall</p></body></html></string>
2014-03-30 20:03:44 -04:00
</property>
<property name="suffix">
<string> Hz</string>
</property>
<property name="prefix">
<string>Start </string>
</property>
<property name="maximum">
<number>5000</number>
</property>
<property name="singleStep">
<number>100</number>
</property>
</widget>
</item>
2015-05-27 09:08:28 -04:00
<item row="0" column="0">
<spacer name="horizontalSpacer">
2014-03-30 20:03:44 -04:00
<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-05-27 09:08:28 -04:00
<item row="1" column="2">
<widget class="QSpinBox" name="waterfallAvgSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2014-03-30 20:03:44 -04:00
</property>
2015-05-27 09:08:28 -04:00
<property name="minimumSize">
2014-03-30 20:03:44 -04:00
<size>
2015-05-27 09:08:28 -04:00
<width>90</width>
<height>0</height>
2014-03-30 20:03:44 -04:00
</size>
</property>
2015-05-27 09:08:28 -04:00
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Number of FFTs averaged (controls waterfall scrolling rate)</string>
</property>
<property name="prefix">
<string>N Avg </string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>20</number>
</property>
</widget>
2014-03-30 20:03:44 -04:00
</item>
2015-05-27 09:08:28 -04:00
<item row="0" column="5" rowspan="2">
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="0" column="3" rowspan="2">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
2014-03-30 20:03:44 -04:00
</property>
</widget>
</item>
2015-04-22 13:48:03 -04:00
<item row="0" column="4">
2014-03-30 20:03:44 -04:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labPalette">
<property name="text">
2015-05-27 09:08:28 -04:00
<string> Palette </string>
2014-03-30 20:03:44 -04:00
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="adjust_palette_push_button">
2015-05-27 09:08:28 -04:00
<property name="maximumSize">
<size>
<width>65</width>
<height>16777215</height>
</size>
</property>
2016-10-26 16:22:26 -04:00
<property name="toolTip">
<string><html><head/><body><p>Enter definition for a new color palette.</p></body></html></string>
</property>
2014-03-30 20:03:44 -04:00
<property name="text">
2014-07-24 12:58:58 -04:00
<string>Adjust...</string>
2014-03-30 20:03:44 -04:00
</property>
</widget>
</item>
</layout>
</item>
2015-05-27 09:08:28 -04:00
<item row="1" column="8">
<widget class="QSlider" name="zero2dSlider">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
2014-03-30 20:03:44 -04:00
</property>
2015-04-22 13:48:03 -04:00
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
2015-05-27 09:08:28 -04:00
<string>Spectrum zero</string>
2015-04-22 13:48:03 -04:00
</property>
<property name="minimum">
<number>-50</number>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
</widget>
</item>
<item row="0" column="8">
<widget class="QSlider" name="zeroSlider">
2015-05-27 09:08:28 -04:00
<property name="minimumSize">
2015-04-22 13:48:03 -04:00
<size>
2015-05-27 09:08:28 -04:00
<width>80</width>
<height>0</height>
2015-04-22 13:48:03 -04:00
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
2015-05-27 09:08:28 -04:00
<string>Waterfall zero</string>
2015-04-22 13:48:03 -04:00
</property>
<property name="minimum">
<number>-50</number>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
</widget>
</item>
2015-05-27 09:08:28 -04:00
<item row="1" column="9">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QSpinBox" name="smoSpinBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
2016-03-22 15:30:41 -04:00
<width>90</width>
2015-05-27 09:08:28 -04:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2015-11-22 18:38:42 -05:00
<width>75</width>
2015-05-27 09:08:28 -04:00
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Smoothing of Linear Average spectrum</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
2015-11-22 18:38:42 -05:00
<property name="suffix">
<string/>
</property>
<property name="prefix">
<string>Smooth </string>
</property>
2015-05-27 09:08:28 -04:00
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>7</number>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="10">
<spacer name="horizontalSpacer_2">
2015-04-22 13:48:03 -04:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2015-05-27 09:08:28 -04:00
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
2015-04-22 13:48:03 -04:00
</property>
2015-05-27 09:08:28 -04:00
</spacer>
2015-04-22 13:48:03 -04:00
</item>
2015-11-22 18:38:42 -05:00
<item row="0" column="9">
<widget class="QSpinBox" name="sbPercent2dPlot">
<property name="minimumSize">
<size>
2016-03-22 15:30:41 -04:00
<width>90</width>
2015-11-22 18:38:42 -05:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>75</width>
<height>16777215</height>
</size>
</property>
2016-10-26 16:22:26 -04:00
<property name="toolTip">
2016-10-27 13:04:34 -04:00
<string><html><head/><body><p>Set fractional size of spectrum in this window.</p></body></html></string>
2016-10-26 16:22:26 -04:00
</property>
2016-03-23 09:55:40 -04:00
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
2015-11-22 18:38:42 -05:00
<property name="suffix">
<string> %</string>
</property>
<property name="prefix">
<string>Spec </string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
<property name="value">
<number>30</number>
</property>
</widget>
</item>
2016-04-05 10:48:19 -04:00
<item row="0" column="6">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QCheckBox" name="cbFlatten">
2016-10-26 16:22:26 -04:00
<property name="toolTip">
2016-10-27 13:04:34 -04:00
<string><html><head/><body><p>Flatten spectral baseline over the full displayed interval.</p></body></html></string>
2016-10-26 16:22:26 -04:00
</property>
2016-04-05 10:48:19 -04:00
<property name="text">
2016-04-11 16:53:54 -04:00
<string>Flatten</string>
2016-04-05 10:48:19 -04:00
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbRef">
2016-10-26 16:22:26 -04:00
<property name="toolTip">
<string><html><head/><body><p>Compute and save a reference spectrum. (Not yet fully implemented.)</p></body></html></string>
</property>
2016-04-05 10:48:19 -04:00
<property name="text">
2016-04-11 16:53:54 -04:00
<string>Ref Spec</string>
2016-04-05 10:48:19 -04:00
</property>
</widget>
</item>
</layout>
</item>
2014-03-30 20:03:44 -04:00
</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>