2023-09-04 19:06:44 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>QtSoundModemClass</class>
|
|
|
|
<widget class="QMainWindow" name="QtSoundModemClass">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>962</width>
|
|
|
|
<height>721</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>1024</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>QtSoundModem</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="QtSoundModem.qrc">
|
|
|
|
<normaloff>:/QtSoundModem/soundmodem.ico</normaloff>:/QtSoundModem/soundmodem.ico</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<widget class="QSpinBox" name="centerA">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>174</x>
|
|
|
|
<y>6</y>
|
|
|
|
<width>56</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>3000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1500</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="modeB">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>316</x>
|
|
|
|
<y>6</y>
|
|
|
|
<width>145</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="WaterfallB">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>586</y>
|
|
|
|
<width>959</width>
|
|
|
|
<height>80</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>600</width>
|
|
|
|
<height>80</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>5000</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Waterfall</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>6</x>
|
|
|
|
<y>7</y>
|
|
|
|
<width>16</width>
|
|
|
|
<height>18</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>A:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" name="centerB">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>468</x>
|
|
|
|
<y>6</y>
|
|
|
|
<width>56</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>3000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1500</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="WaterfallA">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2023-09-12 21:38:15 +01:00
|
|
|
<x>80</x>
|
2023-09-04 19:06:44 +01:00
|
|
|
<y>488</y>
|
2023-09-12 21:38:15 +01:00
|
|
|
<width>881</width>
|
2023-09-04 19:06:44 +01:00
|
|
|
<height>80</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>600</width>
|
|
|
|
<height>80</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>5000</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Waterfall</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="modeA">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>22</x>
|
|
|
|
<y>6</y>
|
|
|
|
<width>145</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>690</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>73</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>DCD Level</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="labelB">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>300</x>
|
|
|
|
<y>9</y>
|
|
|
|
<width>16</width>
|
|
|
|
<height>14</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>B:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSlider" name="DCDSlider">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>690</x>
|
|
|
|
<y>18</y>
|
|
|
|
<width>73</width>
|
|
|
|
<height>14</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::NoTicks</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="holdPointers">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>782</x>
|
|
|
|
<y>6</y>
|
|
|
|
<width>93</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hold Pointers</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="HeaderA">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>25</x>
|
|
|
|
<y>460</y>
|
|
|
|
<width>1076</width>
|
|
|
|
<height>30</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>600</width>
|
|
|
|
<height>10</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>5000</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Waterfall</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="HeaderB">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>560</y>
|
|
|
|
<width>1076</width>
|
|
|
|
<height>30</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>600</width>
|
|
|
|
<height>10</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>5000</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Waterfall</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QTextEdit" name="monWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>-6</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>971</width>
|
|
|
|
<height>201</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="labelC">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>5</x>
|
|
|
|
<y>32</y>
|
|
|
|
<width>16</width>
|
|
|
|
<height>18</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>C:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="modeC">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>22</x>
|
|
|
|
<y>31</y>
|
|
|
|
<width>145</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" name="centerD">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>468</x>
|
|
|
|
<y>31</y>
|
|
|
|
<width>56</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>3000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1500</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="modeD">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>316</x>
|
|
|
|
<y>31</y>
|
|
|
|
<width>145</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="labelD">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>298</x>
|
|
|
|
<y>33</y>
|
|
|
|
<width>16</width>
|
|
|
|
<height>14</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>D:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" name="centerC">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>174</x>
|
|
|
|
<y>31</y>
|
|
|
|
<width>56</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>3000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1500</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSlider" name="RXOffset">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>600</x>
|
|
|
|
<y>18</y>
|
|
|
|
<width>63</width>
|
|
|
|
<height>14</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-200</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>200</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::NoTicks</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="RXOffsetLabel">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>600</x>
|
|
|
|
<y>2</y>
|
|
|
|
<width>87</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>RX Offset 0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="RXOffsetA">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>238</x>
|
|
|
|
<y>6</y>
|
|
|
|
<width>37</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="RXOffsetB">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>532</x>
|
|
|
|
<y>6</y>
|
|
|
|
<width>37</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="RXOffsetC">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>238</x>
|
|
|
|
<y>31</y>
|
|
|
|
<width>37</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="RXOffsetD">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>532</x>
|
|
|
|
<y>31</y>
|
|
|
|
<width>37</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>962</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources>
|
|
|
|
<include location="QtSoundModem.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|