2014-05-18 11:52:39 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GLSpectrumGUI</class>
|
|
|
|
<widget class="QWidget" name="GLSpectrumGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>397</width>
|
|
|
|
<height>112</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-01-11 22:38:44 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2018-05-05 11:44:38 -04:00
|
|
|
<family>Liberation Sans</family>
|
2016-01-11 22:38:44 -05:00
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="windowTitle">
|
2018-10-17 08:21:25 -04:00
|
|
|
<string>Spectrum</string>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2018-05-05 11:44:38 -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-18 11:52:39 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="Line1Layout">
|
2015-07-15 02:48:02 -04:00
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QComboBox" name="fftWindow">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
2015-07-15 02:48:02 -04:00
|
|
|
<size>
|
2021-04-21 01:20:56 -04:00
|
|
|
<width>70</width>
|
2021-02-09 01:12:32 -05:00
|
|
|
<height>0</height>
|
2015-07-15 02:48:02 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>60</width>
|
|
|
|
<height>16777215</height>
|
2015-07-15 02:48:02 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>FFT window function</string>
|
2015-07-15 02:48:02 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
2015-07-15 02:48:02 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Bart</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>B-H</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>FT</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Ham</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Han</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Rec</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Kai</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2015-07-15 02:48:02 -04:00
|
|
|
</widget>
|
2015-06-11 21:21:02 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QComboBox" name="fftSize">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>45</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2015-07-15 02:48:02 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>45</width>
|
|
|
|
<height>16777215</height>
|
2015-07-15 02:48:02 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>FFT size</string>
|
2015-07-15 02:48:02 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
2015-07-15 02:48:02 -04:00
|
|
|
</property>
|
2021-04-20 05:54:58 -04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>64</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>128</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>256</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>512</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2021-04-20 05:54:58 -04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2021-04-21 01:20:56 -04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>16k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>32k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2015-07-15 02:48:02 -04:00
|
|
|
</widget>
|
2015-06-11 21:21:02 -04:00
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
<item>
|
2021-02-10 02:34:42 -05:00
|
|
|
<widget class="QSpinBox" name="fftOverlap">
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="minimumSize">
|
2018-06-30 16:30:42 -04:00
|
|
|
<size>
|
2021-02-10 02:34:42 -05:00
|
|
|
<width>60</width>
|
2021-02-09 01:12:32 -05:00
|
|
|
<height>0</height>
|
2018-06-30 16:30:42 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2014-05-18 11:52:39 -04:00
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>FFT overlap</string>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-10 02:34:42 -05:00
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>63</number>
|
|
|
|
</property>
|
2014-05-18 11:52:39 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QComboBox" name="averagingMode">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="maximumSize">
|
2014-05-18 11:52:39 -04:00
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Averaging type</string>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>No</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Mov</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fix</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Max</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QComboBox" name="averaging">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-02-11 18:53:18 -05:00
|
|
|
<width>55</width>
|
2021-02-09 01:12:32 -05:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="maximumSize">
|
2014-05-18 11:52:39 -04:00
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>45</width>
|
|
|
|
<height>16777215</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Number of averaging samples</string>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>20</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>50</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>100</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>200</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>500</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>20k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>50k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1e5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2e5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5e5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1M</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-07-15 22:55:14 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="ButtonSwitch" name="freeze">
|
2015-07-15 22:55:14 -04:00
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Play/Pause spectrum display</string>
|
2015-07-15 22:55:14 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2021-02-09 01:12:32 -05:00
|
|
|
<normaloff>:/pause.png</normaloff>
|
|
|
|
<normalon>:/play.png</normalon>:/pause.png</iconset>
|
2015-07-15 22:55:14 -04:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="sizeHint" stdset="0">
|
2014-05-18 11:52:39 -04:00
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
</spacer>
|
2014-05-18 11:52:39 -04:00
|
|
|
</item>
|
2021-02-09 01:12:32 -05:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="Line2Layout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2021-02-10 02:34:42 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="autoscale">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Autoscale max level and range</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QSpinBox" name="refLevel">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="maximumSize">
|
2014-05-18 11:52:39 -04:00
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
2014-05-18 11:52:39 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reference level (dB)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2022-02-05 05:56:08 -05:00
|
|
|
<number>-200</number>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2022-02-04 02:38:04 -05:00
|
|
|
<number>40</number>
|
2014-05-18 11:52:39 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-12 06:12:13 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QSpinBox" name="levelRange">
|
|
|
|
<property name="minimumSize">
|
2015-05-12 06:12:13 -04:00
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>45</width>
|
2015-05-12 06:12:13 -04:00
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>45</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2015-05-12 06:12:13 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Range (dB)</string>
|
2015-05-12 06:12:13 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2015-05-12 06:12:13 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="minimum">
|
2015-05-12 09:49:03 -04:00
|
|
|
<number>1</number>
|
2015-05-12 06:12:13 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
2015-05-12 06:12:13 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-02-11 18:53:18 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="fps">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>55</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>45</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Spectrum maximum FPS (NL for No Limit)</string>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
2021-03-07 05:54:16 -05:00
|
|
|
<number>0</number>
|
2021-02-11 18:53:18 -05:00
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>20</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>50</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>100</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>200</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-06-30 22:19:50 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QToolButton" name="linscale">
|
2020-07-05 04:03:41 -04:00
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Logarithmic / Linear scale selection</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
2018-06-30 22:19:50 -04:00
|
|
|
</property>
|
2020-07-05 04:03:41 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2021-02-09 01:12:32 -05:00
|
|
|
<normaloff>:/logarithmic.png</normaloff>
|
|
|
|
<normalon>:/linear.png</normalon>:/logarithmic.png</iconset>
|
2018-06-30 22:19:50 -04:00
|
|
|
</property>
|
2020-07-05 04:03:41 -04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-06-30 22:19:50 -04:00
|
|
|
</item>
|
2020-07-05 21:20:08 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="ButtonSwitch" name="wsSpectrum">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Left: toggle websocket spectrum - Right: websocket spectrum parameters</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normalon>:/stream.png</normalon>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-07-31 16:57:31 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="markers">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Open spectrum markers dialog</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normalon>:/gridpolar.png</normalon>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
2022-02-10 05:49:56 -05:00
|
|
|
<bool>false</bool>
|
2021-07-31 16:57:31 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-01-30 01:43:50 -05:00
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="calibration">
|
|
|
|
<property name="toolTip">
|
2022-02-04 02:38:04 -05:00
|
|
|
<string>Left: toggle relative / calibrated power - Right: open calibration dialog</string>
|
2022-01-30 01:43:50 -05:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
|
|
|
<normaloff>:/ruler.png</normaloff>:/ruler.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
2020-07-05 21:20:08 -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>
|
2014-05-18 11:52:39 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="Line3Layout">
|
2018-07-07 12:04:56 -04:00
|
|
|
<property name="spacing">
|
2020-07-05 04:03:41 -04:00
|
|
|
<number>3</number>
|
2018-07-07 12:04:56 -04:00
|
|
|
</property>
|
2021-02-13 04:01:55 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="clearSpectrum">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Clear spectrum histogram</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
|
|
|
<normaloff>:/clear.png</normaloff>:/clear.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="histogram">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Display phosphor effect spectrum</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Histogram</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
|
|
|
<normaloff>:/histogram.png</normaloff>:/histogram.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-07-18 11:53:57 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QDial" name="decay">
|
2015-07-18 11:53:57 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
2015-07-18 11:53:57 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Decay:</string>
|
2015-07-18 11:53:57 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="maximum">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
2015-07-18 11:53:57 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QDial" name="decayDivisor">
|
2018-06-30 16:30:42 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
2018-06-30 16:30:42 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2015-07-18 11:53:57 -04:00
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Decay divisor:</string>
|
2015-07-18 11:53:57 -04:00
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
2015-07-18 11:53:57 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QDial" name="stroke">
|
2018-06-30 16:30:42 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
2018-06-30 16:30:42 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2015-07-18 11:53:57 -04:00
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Stroke:</string>
|
2020-06-18 18:54:19 -04:00
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2021-02-09 01:12:32 -05:00
|
|
|
<number>1</number>
|
2020-06-18 18:54:19 -04:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2021-02-09 01:12:32 -05:00
|
|
|
<number>60</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
2015-07-18 11:53:57 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-02-13 04:01:55 -05:00
|
|
|
<widget class="ButtonSwitch" name="maxHold">
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="toolTip">
|
2021-02-13 04:01:55 -05:00
|
|
|
<string>Display max hold</string>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2021-02-13 04:01:55 -05:00
|
|
|
<string>Max Hold</string>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2021-02-13 04:01:55 -05:00
|
|
|
<normaloff>:/maxhold.png</normaloff>:/maxhold.png</iconset>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
2015-07-23 19:09:03 -04:00
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
2015-07-23 19:09:03 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2015-07-23 19:09:03 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-07-18 11:53:57 -04:00
|
|
|
<item>
|
2021-02-13 04:01:55 -05:00
|
|
|
<widget class="ButtonSwitch" name="current">
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="toolTip">
|
2021-02-13 04:01:55 -05:00
|
|
|
<string>Display live spectrum</string>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Max Hold</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2021-02-13 04:01:55 -05:00
|
|
|
<normaloff>:/current.png</normaloff>:/current.png</iconset>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
2018-06-30 16:30:42 -04:00
|
|
|
<size>
|
2021-02-09 01:12:32 -05:00
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
2018-06-30 16:30:42 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-02-13 04:01:55 -05:00
|
|
|
<widget class="QDial" name="traceIntensity">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
2021-02-13 04:01:55 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Trace intensity</string>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
2021-02-13 04:01:55 -05:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
2021-02-13 04:01:55 -05:00
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
2015-07-18 11:53:57 -04:00
|
|
|
</property>
|
2021-02-13 04:01:55 -05:00
|
|
|
<property name="value">
|
|
|
|
<number>50</number>
|
2021-02-09 01:12:32 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="invertWaterfall">
|
2015-07-18 11:53:57 -04:00
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Exchange waterfall and histogram</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Inv</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
|
|
|
<normaloff>:/invertspectrum.png</normaloff>:/invertspectrum.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2015-07-18 11:53:57 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-04 17:11:28 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="ButtonSwitch" name="waterfall">
|
2018-07-04 17:11:28 -04:00
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Display waterfall</string>
|
2018-07-04 17:11:28 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Waterfall</string>
|
2018-07-04 17:11:28 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2021-02-09 01:12:32 -05:00
|
|
|
<normaloff>:/waterfall.png</normaloff>:/waterfall.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
2018-07-04 17:11:28 -04:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2021-02-09 01:12:32 -05:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2018-07-04 17:11:28 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-01 05:06:56 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="ButtonSwitch" name="grid">
|
2020-05-01 05:06:56 -04:00
|
|
|
<property name="toolTip">
|
2021-02-09 01:12:32 -05:00
|
|
|
<string>Toggle the scale grid</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Grid</string>
|
2020-05-01 05:06:56 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2021-02-09 01:12:32 -05:00
|
|
|
<iconset resource="../resources/res.qrc">
|
|
|
|
<normaloff>:/grid.png</normaloff>:/grid.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
2020-05-01 05:06:56 -04:00
|
|
|
</property>
|
2020-05-05 19:38:23 -04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2020-05-01 05:06:56 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-06-30 22:19:50 -04:00
|
|
|
<item>
|
2021-02-09 01:12:32 -05:00
|
|
|
<widget class="QDial" name="gridIntensity">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>ArrowCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Grid intensity</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
2018-06-30 22:19:50 -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-07-18 11:53:57 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2014-05-18 11:52:39 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/buttonswitch.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>maxHold</tabstop>
|
2020-11-10 10:38:12 -05:00
|
|
|
<tabstop>invertWaterfall</tabstop>
|
2014-05-18 11:52:39 -04:00
|
|
|
<tabstop>grid</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="../resources/res.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|