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-03-06 11:37:28 -05:00
|
|
|
<width>811</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">
|
2012-09-24 19:36:38 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Preferred</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>
|
2012-09-29 09:25:09 -04:00
|
|
|
<width>40</width>
|
2012-09-24 19:36:38 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2012-09-29 09:25:09 -04:00
|
|
|
<width>40</width>
|
2012-09-24 19:36:38 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="suffix">
|
2012-09-29 09:25:09 -04:00
|
|
|
<string/>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
|
|
|
<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">
|
2012-09-29 09:25:09 -04:00
|
|
|
<number>1</number>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-22 10:28:39 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2012-09-29 16:48:04 -04:00
|
|
|
<string>FFT Bins / Pixel</string>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<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>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<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>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2012-09-24 19:36:38 -04:00
|
|
|
<string>N Avg</string>
|
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">
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="gainSpinBox">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-20</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Gain</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_7">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="zeroSpinBox">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Zero</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<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">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Current</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cumulative</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>JT9 Sync</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2012-10-15 13:43:49 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-22 10:28:39 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2012-09-25 12:04:38 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
2012-11-14 10:30:21 -05:00
|
|
|
<property name="enabled">
|
2012-11-16 10:08:47 -05:00
|
|
|
<bool>true</bool>
|
2012-11-14 10:30:21 -05:00
|
|
|
</property>
|
2012-09-25 12:04:38 -04:00
|
|
|
<property name="text">
|
2012-11-28 09:33:18 -05:00
|
|
|
<string>Dial Freq (MHz)</string>
|
2012-09-25 12:04:38 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-24 19:36:38 -04:00
|
|
|
<item>
|
2012-09-29 14:11:44 -04:00
|
|
|
<widget class="QLineEdit" name="fDialLineEdit">
|
2012-09-24 19:36:38 -04:00
|
|
|
<property name="enabled">
|
2012-11-16 10:08:47 -05:00
|
|
|
<bool>true</bool>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>65</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2012-11-28 09:33:18 -05:00
|
|
|
<string>1.8395</string>
|
2012-09-24 19:36:38 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-22 10:28:39 -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>
|