2012-05-22 10:28:39 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DialogSndCard</class>
|
|
|
|
<widget class="QDialog" name="DialogSndCard">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-07-08 09:17:22 -04:00
|
|
|
<width>569</width>
|
2013-06-06 13:40:09 -04:00
|
|
|
<height>493</height>
|
2012-05-22 10:28:39 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-06-06 13:40:09 -04:00
|
|
|
<width>569</width>
|
|
|
|
<height>493</height>
|
2013-03-25 16:42:25 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-05-22 10:28:39 -04:00
|
|
|
<property name="windowTitle">
|
2013-05-03 19:28:39 -04:00
|
|
|
<string>Configuration</string>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="ioTabWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
2013-03-26 11:38:10 -04:00
|
|
|
<number>0</number>
|
2013-03-25 16:42:25 -04:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Station</string>
|
|
|
|
</attribute>
|
2013-04-23 16:46:04 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2013-03-25 11:18:46 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
2013-03-25 15:13:49 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>My Call:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="myCallEntry">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Station callsign</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>My Grid:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="myGridEntry">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-06-04 08:24:32 -04:00
|
|
|
<width>100</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-05-20 14:33:06 -04:00
|
|
|
<width>60</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Maidenhead locator</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>PTT method:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="pttMethodComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select method for T/R switching</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>CAT</string>
|
|
|
|
</property>
|
2013-04-15 16:20:06 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>DTR</string>
|
|
|
|
</property>
|
2013-04-15 16:20:06 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>RTS</string>
|
|
|
|
</property>
|
2013-04-15 16:20:06 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>VOX</string>
|
|
|
|
</property>
|
2013-04-15 16:20:06 -04:00
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>PTT Port:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-05-20 14:33:06 -04:00
|
|
|
<widget class="QComboBox" name="pttComboBox">
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-06-04 08:24:32 -04:00
|
|
|
<width>100</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-06-04 08:24:32 -04:00
|
|
|
<width>100</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select port for hardware T/R switching</string>
|
|
|
|
</property>
|
2013-05-20 14:33:06 -04:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>None</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
2013-06-06 13:40:09 -04:00
|
|
|
<widget class="QCheckBox" name="cbPSKReporter">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-06-06 13:40:09 -04:00
|
|
|
<width>146</width>
|
|
|
|
<height>0</height>
|
2013-04-23 16:46:04 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-06-06 13:40:09 -04:00
|
|
|
<width>146</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
2013-06-06 13:40:09 -04:00
|
|
|
<string>Send spots to PSK Reporter web site</string>
|
2013-04-23 16:46:04 -04:00
|
|
|
</property>
|
2013-06-06 13:40:09 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable PSK Reporter</string>
|
2013-04-23 16:46:04 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_7">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbID73">
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Send CW ID after a message with 73 or free text</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>ID after 73</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-06-06 13:40:09 -04:00
|
|
|
<widget class="QLabel" name="label_3">
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-06-06 13:40:09 -04:00
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
2013-04-23 16:46:04 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-06-06 13:40:09 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>ID Interval (min):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="idIntSpinBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-06-06 13:40:09 -04:00
|
|
|
<width>60</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
2013-06-06 13:40:09 -04:00
|
|
|
<string>Select CW ID interval (0 for none)</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>10</number>
|
2013-05-24 11:41:33 -04:00
|
|
|
</property>
|
2013-06-06 13:40:09 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_8">
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
2013-06-06 13:40:09 -04:00
|
|
|
<string>Antenna for PSK Reporter:</string>
|
2013-04-23 16:46:04 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-06 13:40:09 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="pskReporterAntenna"/>
|
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>13</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbEnableCAT">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-04-29 08:59:27 -04:00
|
|
|
<width>110</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Enable computer control of transceiver</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable CAT</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Rig:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="rigComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select radio type</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_1">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-04-29 08:59:27 -04:00
|
|
|
<width>110</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>CAT port:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="catPortComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-06-04 08:24:32 -04:00
|
|
|
<width>100</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select port for CAT control</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>None</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbDTRoff">
|
|
|
|
<property name="text">
|
|
|
|
<string>RTS/DTR OFF</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_14">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_24">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Data bits:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="dataBitsComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>7</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-04-15 17:13:31 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>8</string>
|
|
|
|
</property>
|
2013-04-15 17:13:31 -04:00
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_22">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-04-29 08:59:27 -04:00
|
|
|
<width>110</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Serial rate:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-03-25 16:42:25 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<widget class="QComboBox" name="serialRateComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-06-04 08:24:32 -04:00
|
|
|
<width>100</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>1200</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>4800</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>9600</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>19200</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>38400</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>57600</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</widget>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-04-24 15:41:58 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_13">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
2013-04-24 15:41:58 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<widget class="QRadioButton" name="rbData">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Use special Tx command for "data"</string>
|
|
|
|
</property>
|
2013-04-24 15:41:58 -04:00
|
|
|
<property name="text">
|
2013-07-08 09:17:22 -04:00
|
|
|
<string>Data</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="rbMic">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Use normal Tx command</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Mic</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2013-04-24 15:41:58 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 15:13:49 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<spacer name="horizontalSpacer_5">
|
2013-03-25 15:13:49 -04:00
|
|
|
<property name="orientation">
|
2013-04-23 16:46:04 -04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2013-03-25 15:13:49 -04:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-04-23 16:46:04 -04:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2013-03-25 15:13:49 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<widget class="QLabel" name="label_25">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop bits:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="stopBitsComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>2</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_23">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-04-29 08:59:27 -04:00
|
|
|
<width>110</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Handshake:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-03-25 16:42:25 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<widget class="QComboBox" name="handshakeComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-06-04 08:24:32 -04:00
|
|
|
<width>100</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>None</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>XonXoff</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Hardware</string>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-04-25 18:57:08 -04:00
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<spacer name="horizontalSpacer_16">
|
2013-04-25 18:57:08 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<widget class="QCheckBox" name="cbSplit">
|
2013-04-25 18:57:08 -04:00
|
|
|
<property name="text">
|
2013-07-08 09:17:22 -04:00
|
|
|
<string>Split Tx</string>
|
2013-04-25 18:57:08 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="testCATButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-04-29 08:59:27 -04:00
|
|
|
<width>110</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Check to see if CAT control is working</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Test CAT Control</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="testPTTButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-06-04 08:24:32 -04:00
|
|
|
<width>100</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Test to see if T/R switching is working</string>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Test PTT</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-07-08 09:17:22 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_17">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbXIT">
|
|
|
|
<property name="text">
|
|
|
|
<string>XIT</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_12">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-04-30 10:34:45 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_47">
|
|
|
|
<property name="sizePolicy">
|
2013-04-30 14:54:11 -04:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2013-04-30 10:34:45 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-04-30 14:54:11 -04:00
|
|
|
<string>Polling interval (s):</string>
|
2013-04-30 10:34:45 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="pollSpinBox">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select interval for reading dial frequency</string>
|
|
|
|
</property>
|
2013-04-30 10:34:45 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>60</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_1">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>13</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
2013-05-03 19:28:39 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_15">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>96</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_26">
|
2013-05-03 19:28:39 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-04-23 16:46:04 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-05-03 19:28:39 -04:00
|
|
|
<width>16777215</width>
|
2013-04-23 16:46:04 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-05-03 19:28:39 -04:00
|
|
|
<string>Dev Ch API Name</string>
|
2013-04-23 16:46:04 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2013-03-25 15:13:49 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<widget class="QLabel" name="label_6">
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-04-23 16:46:04 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-05-03 19:28:39 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-04-23 16:46:04 -04:00
|
|
|
<string>Audio In:</string>
|
2013-03-25 16:42:25 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<widget class="QComboBox" name="comboBoxSndIn">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
2013-04-15 17:13:31 -04:00
|
|
|
</property>
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select audio input device and driver API</string>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
</widget>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
2013-03-25 15:13:49 -04:00
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<widget class="QLabel" name="label_7">
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="sizePolicy">
|
2013-04-23 16:46:04 -04:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2013-03-25 16:42:25 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-04-23 16:46:04 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-05-03 19:28:39 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-04-23 16:46:04 -04:00
|
|
|
<string>Audio Out:</string>
|
2013-03-25 16:42:25 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-05-24 11:41:33 -04:00
|
|
|
<widget class="QComboBox" name="comboBoxSndOut">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>select audio output device and driver API</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-04-23 16:46:04 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_10">
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="sizePolicy">
|
2013-04-23 16:46:04 -04:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
2013-03-25 16:42:25 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-04-23 16:46:04 -04:00
|
|
|
<string>Save Directory:</string>
|
2013-03-25 16:42:25 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-23 16:46:04 -04:00
|
|
|
<widget class="QLineEdit" name="saveDirEntry">
|
2013-05-24 11:41:33 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Directory for saved audio files</string>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="text">
|
2013-04-23 16:46:04 -04:00
|
|
|
<string>C:\Users\joe\wsjt\map65\save</string>
|
2013-03-25 16:42:25 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Tx Macros</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLabel" name="label_17">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="sizePolicy">
|
2013-03-25 15:13:49 -04:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
2013-03-25 11:18:46 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
<property name="text">
|
2013-03-25 16:42:25 -04:00
|
|
|
<string>7</string>
|
2013-03-25 15:13:49 -04:00
|
|
|
</property>
|
2013-03-25 11:18:46 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="5" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro6">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="sizePolicy">
|
2013-03-25 15:13:49 -04:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2013-03-25 11:18:46 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>200</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>200</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro1">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="sizePolicy">
|
2013-03-25 16:42:25 -04:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2013-03-25 11:18:46 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>200</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>200</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="text">
|
2013-07-09 11:44:33 -04:00
|
|
|
<string/>
|
2013-07-08 09:17:22 -04:00
|
|
|
</property>
|
2013-03-25 11:18:46 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="label_13">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="sizePolicy">
|
2013-03-25 16:42:25 -04:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
2013-03-25 11:18:46 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>3</string>
|
2013-03-25 15:13:49 -04:00
|
|
|
</property>
|
2013-03-25 11:18:46 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro3">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2013-03-25 15:13:49 -04:00
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="minimumSize">
|
2013-03-25 15:13:49 -04:00
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
2013-03-25 15:13:49 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="text">
|
2013-07-09 11:44:33 -04:00
|
|
|
<string>10W DPL 73 GL</string>
|
2013-07-08 09:17:22 -04:00
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
</widget>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLabel" name="label_15">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-03-25 16:42:25 -04:00
|
|
|
<string>5</string>
|
2013-03-25 11:18:46 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="7" column="1">
|
|
|
|
<widget class="QLabel" name="label_18">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="sizePolicy">
|
2013-03-25 16:42:25 -04:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
2013-03-25 11:18:46 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>8</string>
|
2013-03-25 15:13:49 -04:00
|
|
|
</property>
|
2013-03-25 11:18:46 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="8" column="1">
|
|
|
|
<widget class="QLabel" name="label_19">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-03-25 16:42:25 -04:00
|
|
|
<string>9</string>
|
2013-03-25 11:18:46 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="9" column="1">
|
|
|
|
<widget class="QLabel" name="label_20">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="sizePolicy">
|
2013-03-25 16:42:25 -04:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
2013-03-25 11:18:46 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>10</string>
|
2013-03-25 11:18:46 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2013-03-25 11:18:46 -04:00
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="minimumSize">
|
2013-03-25 11:18:46 -04:00
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>6</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>4</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="9" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro10">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro5">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro4">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="text">
|
2013-07-09 11:44:33 -04:00
|
|
|
<string/>
|
2013-07-08 09:17:22 -04:00
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-07-08 09:17:22 -04:00
|
|
|
<property name="text">
|
2013-07-09 11:44:33 -04:00
|
|
|
<string>5W DPL 73 GL</string>
|
2013-07-08 09:17:22 -04:00
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro9">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="3">
|
|
|
|
<spacer name="horizontalSpacer_8">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2013-03-25 11:18:46 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
</spacer>
|
2013-03-25 11:18:46 -04:00
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
2013-03-25 11:18:46 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-03-25 16:42:25 -04:00
|
|
|
<string>1</string>
|
2013-03-25 15:13:49 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="6" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro7">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 15:13:49 -04:00
|
|
|
<property name="text">
|
2013-03-25 16:42:25 -04:00
|
|
|
<string>2</string>
|
2013-03-25 15:13:49 -04:00
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="2">
|
|
|
|
<widget class="QLineEdit" name="macro8">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2013-03-25 11:18:46 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item row="5" column="0">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-03-25 15:13:49 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2013-03-25 15:13:49 -04:00
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2013-03-25 15:13:49 -04:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>40</height>
|
2013-03-25 15:13:49 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
</spacer>
|
2013-03-25 15:13:49 -04:00
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Default Frequencies</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_6">
|
2013-03-25 11:18:46 -04:00
|
|
|
<property name="orientation">
|
2013-03-25 16:42:25 -04:00
|
|
|
<enum>Qt::Vertical</enum>
|
2013-03-25 11:18:46 -04:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2013-03-25 16:42:25 -04:00
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
2013-03-25 11:18:46 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-03-25 16:42:25 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="5" column="4">
|
|
|
|
<widget class="QLabel" name="label_39">
|
|
|
|
<property name="text">
|
|
|
|
<string>6 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="5">
|
|
|
|
<widget class="QLineEdit" name="f13">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>50.293</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="label_43">
|
|
|
|
<property name="text">
|
|
|
|
<string>Band</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label_44">
|
|
|
|
<property name="text">
|
|
|
|
<string>Freq (MHz)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="5">
|
|
|
|
<widget class="QLineEdit" name="f11">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>24.9246</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLabel" name="label_30">
|
|
|
|
<property name="text">
|
|
|
|
<string>80 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="4">
|
|
|
|
<widget class="QLabel" name="label_36">
|
|
|
|
<property name="text">
|
|
|
|
<string>15 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="5">
|
|
|
|
<widget class="QLineEdit" name="f10">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>21.078</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="4">
|
|
|
|
<widget class="QLabel" name="label_38">
|
|
|
|
<property name="text">
|
|
|
|
<string>10 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="label_27">
|
|
|
|
<property name="text">
|
|
|
|
<string>2200 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="4">
|
|
|
|
<widget class="QLabel" name="label_37">
|
|
|
|
<property name="text">
|
|
|
|
<string>12 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="5">
|
|
|
|
<widget class="QLineEdit" name="f12">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>28.078</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="5">
|
|
|
|
<widget class="QLineEdit" name="f14">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>70.091</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLabel" name="label_31">
|
|
|
|
<property name="text">
|
|
|
|
<string>60 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLabel" name="label_32">
|
|
|
|
<property name="text">
|
|
|
|
<string>40 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="4">
|
|
|
|
<widget class="QLabel" name="label_40">
|
|
|
|
<property name="text">
|
|
|
|
<string>4 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QLabel" name="label_35">
|
|
|
|
<property name="text">
|
|
|
|
<string>17 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QLabel" name="label_45">
|
|
|
|
<property name="text">
|
|
|
|
<string>Band</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QLabel" name="label_46">
|
|
|
|
<property name="text">
|
|
|
|
<string>Freq (MHz)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="1">
|
|
|
|
<widget class="QLabel" name="label_33">
|
|
|
|
<property name="text">
|
|
|
|
<string>30 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="5">
|
|
|
|
<widget class="QLineEdit" name="f16">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>432.178</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLabel" name="label_29">
|
|
|
|
<property name="text">
|
|
|
|
<string>160 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="label_28">
|
|
|
|
<property name="text">
|
|
|
|
<string>630 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="1">
|
|
|
|
<widget class="QLabel" name="label_34">
|
|
|
|
<property name="text">
|
|
|
|
<string>20 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="4">
|
|
|
|
<widget class="QLabel" name="label_42">
|
|
|
|
<property name="text">
|
|
|
|
<string>Other</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="5">
|
|
|
|
<widget class="QLineEdit" name="f9">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>18.1046</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLineEdit" name="f2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0.4742</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="4">
|
|
|
|
<widget class="QLabel" name="label_41">
|
|
|
|
<property name="text">
|
|
|
|
<string>2 m</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="5">
|
|
|
|
<widget class="QLineEdit" name="f15">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>144.489</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLineEdit" name="f1">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0.136</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLineEdit" name="f3">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>1.838</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="2">
|
|
|
|
<widget class="QLineEdit" name="f5">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>5.2872</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="QLineEdit" name="f4">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>3.578</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="3">
|
|
|
|
<spacer name="horizontalSpacer_9">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="2">
|
|
|
|
<widget class="QLineEdit" name="f7">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>10.130</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="2">
|
|
|
|
<widget class="QLineEdit" name="f6">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>7.078</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="2">
|
|
|
|
<widget class="QLineEdit" name="f8">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-03-26 11:31:42 -04:00
|
|
|
<width>90</width>
|
2013-03-25 16:42:25 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>14.078</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<spacer name="horizontalSpacer_10">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="6">
|
|
|
|
<spacer name="horizontalSpacer_11">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
2013-03-26 13:16:47 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>469</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-25 16:42:25 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2012-05-22 10:28:39 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2013-03-25 16:42:25 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
2012-05-22 10:28:39 -04:00
|
|
|
</widget>
|
2013-04-25 19:49:39 -04:00
|
|
|
<tabstops>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>myCallEntry</tabstop>
|
2013-04-25 19:49:39 -04:00
|
|
|
<tabstop>myGridEntry</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>pttMethodComboBox</tabstop>
|
2013-05-20 14:33:06 -04:00
|
|
|
<tabstop>pttComboBox</tabstop>
|
2013-06-06 13:46:27 -04:00
|
|
|
<tabstop>cbPSKReporter</tabstop>
|
|
|
|
<tabstop>cbID73</tabstop>
|
2013-04-25 19:49:39 -04:00
|
|
|
<tabstop>idIntSpinBox</tabstop>
|
2013-06-06 13:46:27 -04:00
|
|
|
<tabstop>pskReporterAntenna</tabstop>
|
2013-04-25 19:49:39 -04:00
|
|
|
<tabstop>cbEnableCAT</tabstop>
|
|
|
|
<tabstop>rigComboBox</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>catPortComboBox</tabstop>
|
2013-04-25 19:49:39 -04:00
|
|
|
<tabstop>dataBitsComboBox</tabstop>
|
|
|
|
<tabstop>serialRateComboBox</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>stopBitsComboBox</tabstop>
|
|
|
|
<tabstop>handshakeComboBox</tabstop>
|
|
|
|
<tabstop>testCATButton</tabstop>
|
|
|
|
<tabstop>testPTTButton</tabstop>
|
2013-05-29 11:09:04 -04:00
|
|
|
<tabstop>pollSpinBox</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>comboBoxSndIn</tabstop>
|
|
|
|
<tabstop>comboBoxSndOut</tabstop>
|
|
|
|
<tabstop>saveDirEntry</tabstop>
|
2013-05-29 11:09:04 -04:00
|
|
|
<tabstop>macro1</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>macro2</tabstop>
|
2013-05-29 11:09:04 -04:00
|
|
|
<tabstop>macro3</tabstop>
|
|
|
|
<tabstop>macro4</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>macro5</tabstop>
|
|
|
|
<tabstop>macro6</tabstop>
|
2013-05-29 11:09:04 -04:00
|
|
|
<tabstop>macro7</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>macro8</tabstop>
|
|
|
|
<tabstop>macro9</tabstop>
|
2013-05-29 11:09:04 -04:00
|
|
|
<tabstop>macro10</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>f1</tabstop>
|
|
|
|
<tabstop>f2</tabstop>
|
|
|
|
<tabstop>f3</tabstop>
|
2013-05-29 11:09:04 -04:00
|
|
|
<tabstop>f4</tabstop>
|
|
|
|
<tabstop>f5</tabstop>
|
2013-04-26 15:38:43 -04:00
|
|
|
<tabstop>f6</tabstop>
|
|
|
|
<tabstop>f7</tabstop>
|
2013-05-29 11:09:04 -04:00
|
|
|
<tabstop>f8</tabstop>
|
|
|
|
<tabstop>f9</tabstop>
|
|
|
|
<tabstop>f10</tabstop>
|
|
|
|
<tabstop>f11</tabstop>
|
|
|
|
<tabstop>f12</tabstop>
|
|
|
|
<tabstop>f13</tabstop>
|
|
|
|
<tabstop>f14</tabstop>
|
|
|
|
<tabstop>f15</tabstop>
|
|
|
|
<tabstop>f16</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
<tabstop>ioTabWidget</tabstop>
|
2013-04-25 19:49:39 -04:00
|
|
|
</tabstops>
|
2012-05-22 10:28:39 -04:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>DialogSndCard</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>DialogSndCard</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|