2014-05-18 15:52:39 +00: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>
|
2016-01-12 03:38:44 +00:00
|
|
|
<width>331</width>
|
2015-07-18 15:53:57 +00:00
|
|
|
<height>60</height>
|
2014-05-18 15:52:39 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2016-01-12 03:38:44 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Sans Serif</family>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2014-05-18 15:52:39 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Oscilloscope</string>
|
|
|
|
</property>
|
2015-07-18 15:53:57 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="1,0,0">
|
2016-01-12 03:38:44 +00:00
|
|
|
<property name="margin">
|
2014-05-18 15:52:39 +00:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2015-07-18 15:53:57 +00:00
|
|
|
<item row="3" column="0" colspan="3">
|
2015-07-15 06:48:02 +00:00
|
|
|
<layout class="QHBoxLayout" name="controlBtns">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2015-07-15 06:48:02 +00:00
|
|
|
<widget class="QDial" name="decay">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Decay:</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2015-07-16 02:55:14 +00:00
|
|
|
<number>240</number>
|
2015-07-15 06:48:02 +00:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-06-12 01:21:02 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-07-15 06:48:02 +00:00
|
|
|
<widget class="QDial" name="holdoff">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Holdoff:</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
2015-07-16 02:55:14 +00:00
|
|
|
<number>0</number>
|
2015-07-15 06:48:02 +00:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2015-07-16 02:55:14 +00:00
|
|
|
<number>20</number>
|
2015-07-15 06:48:02 +00:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-06-12 01:21:02 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-07-15 06:48:02 +00:00
|
|
|
<widget class="QDial" name="stroke">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Stroke:</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2015-07-16 02:55:14 +00:00
|
|
|
<number>240</number>
|
2015-07-15 06:48:02 +00:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-06-12 01:21:02 +00:00
|
|
|
</item>
|
2014-05-18 15:52:39 +00:00
|
|
|
<item>
|
2015-07-16 23:00:48 +00:00
|
|
|
<widget class="ButtonSwitch" name="histogram">
|
2014-05-18 15:52:39 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Display phosphor effect spectrum</string>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Histogram</string>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2015-07-16 23:00:48 +00:00
|
|
|
<normaloff>:/histogram.png</normaloff>:/histogram.png</iconset>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-07-16 23:00:48 +00:00
|
|
|
<widget class="ButtonSwitch" name="maxHold">
|
2014-05-18 15:52:39 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Display max hold</string>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Max Hold</string>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2015-07-16 23:00:48 +00:00
|
|
|
<normaloff>:/maxhold.png</normaloff>:/maxhold.png</iconset>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-07-16 23:00:48 +00:00
|
|
|
<widget class="ButtonSwitch" name="current">
|
2014-05-18 15:52:39 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Display live spectrum</string>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Max Hold</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2015-07-16 23:00:48 +00:00
|
|
|
<normaloff>:/current.png</normaloff>:/current.png</iconset>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-07-16 02:55:14 +00:00
|
|
|
<item>
|
2015-07-16 23:00:48 +00:00
|
|
|
<widget class="ButtonSwitch" name="invert">
|
2015-07-16 02:55:14 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Exchange waterfall and histogram</string>
|
2015-07-16 02:55:14 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Inv</string>
|
2015-07-16 02:55:14 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2015-07-16 23:00:48 +00:00
|
|
|
<normaloff>:/invertspectrum.png</normaloff>:/invertspectrum.png</iconset>
|
2015-07-16 02:55:14 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-18 15:52:39 +00:00
|
|
|
<item>
|
2015-07-16 23:00:48 +00:00
|
|
|
<widget class="ButtonSwitch" name="waterfall">
|
2014-05-18 15:52:39 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Display waterfall</string>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-07-16 23:00:48 +00:00
|
|
|
<string>Waterfall</string>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
2015-07-16 23:00:48 +00:00
|
|
|
<normaloff>:/waterfall.png</normaloff>:/waterfall.png</iconset>
|
2014-05-18 15:52:39 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-07-23 23:09:03 +00:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2014-05-18 15:52:39 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="grid">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle the scale grid</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Grid</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/res.qrc">
|
|
|
|
<normaloff>:/grid.png</normaloff>:/grid.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-05-12 10:12:13 +00:00
|
|
|
<item>
|
|
|
|
<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">
|
2015-05-12 13:49:03 +00:00
|
|
|
<number>100</number>
|
2015-05-12 10:12:13 +00:00
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
2015-05-12 13:49:03 +00:00
|
|
|
<number>1</number>
|
2015-05-12 10:12:13 +00:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
2015-05-12 13:49:03 +00:00
|
|
|
<number>5</number>
|
2015-05-12 10:12:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-18 15:52:39 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
2015-07-18 15:53:57 +00:00
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="fftWindow">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>30</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>FFT window function</string>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Bartlett</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Blackman-Harris</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Flat Top</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hamming</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hanning</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Rectangle</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="fftSize">
|
|
|
|
<property name="sizePolicy">
|
2015-07-19 20:00:38 +00:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2015-07-18 15:53:57 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>FFT size</string>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<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>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="refLevel">
|
|
|
|
<property name="sizePolicy">
|
2015-07-19 20:00:38 +00:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2015-07-18 15:53:57 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-07-19 20:00:38 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2015-07-18 15:53:57 +00:00
|
|
|
<property name="toolTip">
|
2015-07-19 20:00:38 +00:00
|
|
|
<string>Reference level (dB)</string>
|
2015-07-18 15:53:57 +00:00
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="levelRange">
|
|
|
|
<property name="sizePolicy">
|
2015-07-19 20:00:38 +00:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2015-07-18 15:53:57 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-07-19 20:00:38 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2015-07-18 15:53:57 +00:00
|
|
|
<property name="toolTip">
|
2015-07-19 20:00:38 +00:00
|
|
|
<string>Range (dB)</string>
|
2015-07-18 15:53:57 +00:00
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-07-23 23:09:03 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="clearSpectrum">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<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>
|
2015-07-18 15:53:57 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QDial" name="traceIntensity">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Trace intensity</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-05-18 15:52:39 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/buttonswitch.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>histogram</tabstop>
|
|
|
|
<tabstop>maxHold</tabstop>
|
|
|
|
<tabstop>invert</tabstop>
|
|
|
|
<tabstop>grid</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="../resources/res.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|