2011-01-21 13:05:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PipXtremeWidget</class>
|
|
|
|
<widget class="QWidget" name="PipXtremeWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>570</width>
|
2011-01-30 13:28:22 +00:00
|
|
|
<height>407</height>
|
2011-01-21 13:05:38 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2011-01-30 13:28:22 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
<property name="text">
|
|
|
|
<string>Serial Baudrate</string>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QComboBox" name="comboBox_SerialBaudrate">
|
|
|
|
<property name="minimumSize">
|
2011-01-21 13:05:38 +00:00
|
|
|
<size>
|
2011-01-30 13:28:22 +00:00
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
2011-01-21 13:05:38 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-31 10:16:06 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The PC port serial baud rate</string>
|
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
</widget>
|
2011-01-21 13:05:38 +00:00
|
|
|
</item>
|
2011-01-30 13:28:22 +00:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QComboBox" name="comboBox_Ports">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set the PC port the modem is connected too</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2011-01-21 13:05:38 +00:00
|
|
|
<widget class="QPushButton" name="connectButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="mouseTracking">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2011-01-30 13:28:22 +00:00
|
|
|
<string>Connect to the modem (when normal telemetry is not used)</string>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string> Connect </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-30 13:28:22 +00:00
|
|
|
<item row="1" column="3">
|
2011-01-21 13:05:38 +00:00
|
|
|
<widget class="QToolButton" name="refreshPorts">
|
|
|
|
<property name="toolTip">
|
2011-01-30 13:28:22 +00:00
|
|
|
<string>Refresh the list of serial and USB ports available</string>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-30 13:28:22 +00:00
|
|
|
<item row="1" 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>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<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>
|
2011-01-21 13:05:38 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-01-30 13:28:22 +00:00
|
|
|
<widget class="Line" name="line">
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="orientation">
|
2011-01-30 13:28:22 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
</widget>
|
2011-01-21 13:05:38 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Serial Number</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_SerialNumber">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2011-01-31 10:16:06 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The modems serial number</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLineEdit {
|
|
|
|
border: none;
|
|
|
|
border-radius: 1px;
|
|
|
|
padding: 0 8px;
|
|
|
|
background: rgba(0, 0, 0, 16);
|
|
|
|
/* background: transparent; */
|
|
|
|
/* selection-background-color: darkgray;*/
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frame">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Paired Serial Number</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_PairedSerialNumber">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Serial number of the remote modem you want to pair with</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2011-01-21 16:52:20 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
|
|
|
<string>Frequency Band</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_FrequencyBand">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2011-01-31 10:16:06 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The modems frequency band</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLineEdit {
|
|
|
|
border: none;
|
|
|
|
border-radius: 1px;
|
|
|
|
padding: 0 8px;
|
|
|
|
background: rgba(0, 0, 0, 16);
|
|
|
|
/* background: transparent; */
|
|
|
|
/* selection-background-color: darkgray;*/
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Min Frequency (MHz)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_MinFrequency">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2011-01-31 10:16:06 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The modems minimum allowed frequency</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLineEdit {
|
|
|
|
border: none;
|
|
|
|
border-radius: 1px;
|
|
|
|
padding: 0 8px;
|
|
|
|
background: rgba(0, 0, 0, 16);
|
|
|
|
/* background: transparent; */
|
|
|
|
/* selection-background-color: darkgray;*/
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Max Frequency (MHz)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_MaxFrequency">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2011-01-31 10:16:06 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The modems maximum allowed frequency</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLineEdit {
|
|
|
|
border: none;
|
|
|
|
border-radius: 1px;
|
|
|
|
padding: 0 8px;
|
|
|
|
background: rgba(0, 0, 0, 16);
|
|
|
|
/* background: transparent; */
|
|
|
|
/* selection-background-color: darkgray;*/
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="text">
|
|
|
|
<string>Frequency Step Size (Hz)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_FrequencyStepSize">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2011-01-31 10:16:06 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The modems minimum frequency step size</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLineEdit {
|
|
|
|
border: none;
|
|
|
|
border-radius: 1px;
|
|
|
|
padding: 0 8px;
|
|
|
|
background: rgba(0, 0, 0, 16);
|
|
|
|
/* background: transparent; */
|
|
|
|
/* selection-background-color: darkgray;*/
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="text">
|
|
|
|
<string>State</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_State">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2011-01-31 10:16:06 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>The modems current state</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QLineEdit {
|
|
|
|
border: none;
|
|
|
|
border-radius: 1px;
|
|
|
|
padding: 0 8px;
|
|
|
|
background: rgba(0, 0, 0, 16);
|
|
|
|
/* background: transparent; */
|
|
|
|
/* selection-background-color: darkgray;*/
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBox_SerialPortSpeed">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set the modems serial port speed</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBox_MaxRFTxPower">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set the maximum TX output power the modem will use</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="modelColumn">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBox_MaxRFBandwidth">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set the maximum RF datarate/channel bandwidth the modem will use</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBox_Frequency">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set the modems RF carrier frequency</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="alignment">
|
2011-01-21 16:52:20 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
|
|
|
<property name="accelerated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<double>0.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>1000.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.000001000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QSpinBox" name="spinBox_FrequencyCalibration">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Calibrate the modems RF carrier frequency</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="accelerated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>255</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="2">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
|
|
|
<string>Serial Port Speed</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="2">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>Max RF Tx Power</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Max RF Datarate (bits/s)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Frequency (MHz)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="text">
|
|
|
|
<string>Frequency Calibration</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
<property name="text">
|
|
|
|
<string>Mode</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QComboBox" name="comboBox_Mode">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set the modems operating mode</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-31 10:16:06 +00:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
<property name="text">
|
|
|
|
<string>RSSI (dBm)</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QProgressBar" name="progressBar_RSSI">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-120</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>-20</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>-60</number>
|
|
|
|
</property>
|
|
|
|
<property name="textVisible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="format">
|
|
|
|
<string>%v</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-01-21 13:05:38 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
|
|
|
<string>AES Encryption Key</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="lineEdit_AESKey">
|
|
|
|
<property name="toolTip">
|
2011-01-30 13:28:22 +00:00
|
|
|
<string>The AES encryption key - has to be the same key on the remote modem as well)</string>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="frame">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2011-01-21 16:52:20 +00:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_AESKeyRandom">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Radomise the AES encryption key</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string> Rand</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBox_AESEnable">
|
2011-01-30 13:28:22 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Enable/Disable AES encryption</string>
|
|
|
|
</property>
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::RightToLeft</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-01-30 13:28:22 +00:00
|
|
|
<widget class="Line" name="line_2">
|
2011-01-21 13:05:38 +00:00
|
|
|
<property name="orientation">
|
2011-01-30 13:28:22 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
2011-01-30 13:28:22 +00:00
|
|
|
</widget>
|
2011-01-21 13:05:38 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_ScanSpectrum">
|
|
|
|
<property name="toolTip">
|
2011-01-30 13:28:22 +00:00
|
|
|
<string>Scan whole band to see where their is interference and/or used channels</string>
|
2011-01-21 13:05:38 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string> Scan Spectrum </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_8">
|
|
|
|
<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_12">
|
|
|
|
<item>
|
|
|
|
<widget class="QGraphicsView" name="graphicsView_Spectrum">
|
|
|
|
<property name="backgroundBrush">
|
|
|
|
<brush brushstyle="NoBrush">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</property>
|
|
|
|
<property name="foregroundBrush">
|
|
|
|
<brush brushstyle="NoBrush">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>0</red>
|
|
|
|
<green>0</green>
|
|
|
|
<blue>0</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</property>
|
|
|
|
<property name="interactive">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|