Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>757</width>
- <height>595</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>EMC Chamber Software</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QTabWidget" name="tabWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>731</width>
- <height>531</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>8</pointsize>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="tabPosition">
- <enum>QTabWidget::North</enum>
- </property>
- <property name="currentIndex">
- <number>3</number>
- </property>
- <widget class="QWidget" name="Equipment">
- <attribute name="title">
- <string>Equipment</string>
- </attribute>
- <widget class="QLabel" name="Siggen_label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>60</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p>Signal Generator</p></body></html></string>
- </property>
- </widget>
- <widget class="QComboBox" name="Siggen_combo">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>60</y>
- <width>341</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="COMRefresh">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>10</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Refresh COM Ports</string>
- </property>
- </widget>
- <widget class="QPushButton" name="OpenPorts">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>200</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Open Ports</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Siggen_status">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>90</y>
- <width>341</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>STATUS: NOT CONNECTED</string>
- </property>
- </widget>
- <widget class="QComboBox" name="FieldProbe_combo">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>130</y>
- <width>341</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="FieldProbe_status">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>160</y>
- <width>341</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>STATUS: NOT CONNECTED</string>
- </property>
- </widget>
- <widget class="QLabel" name="FieldProbe_Label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>130</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p>Field Probe</p></body></html></string>
- </property>
- </widget>
- <widget class="QPushButton" name="Equipment_closeButton">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>200</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Close Ports</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Probetype_combo">
- <property name="geometry">
- <rect>
- <x>590</x>
- <y>130</y>
- <width>69</width>
- <height>22</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>2</number>
- </property>
- <item>
- <property name="text">
- <string>None</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Narda</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>ETS</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="Probetype_label">
- <property name="geometry">
- <rect>
- <x>530</x>
- <y>130</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>ProbeType</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Gentype_combo">
- <property name="geometry">
- <rect>
- <x>590</x>
- <y>60</y>
- <width>69</width>
- <height>22</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <item>
- <property name="text">
- <string>None</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>N5181B</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>SMA100B</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="GenType_label">
- <property name="geometry">
- <rect>
- <x>530</x>
- <y>60</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>GenType</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="DebugOutput">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>360</y>
- <width>661</width>
- <height>121</height>
- </rect>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOn</enum>
- </property>
- <property name="sizeAdjustPolicy">
- <enum>QAbstractScrollArea::AdjustToContents</enum>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- <property name="plainText">
- <string/>
- </property>
- <property name="overwriteMode">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="DebugOutput_label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>330</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Debug Output</string>
- </property>
- </widget>
- <widget class="QPushButton" name="DebugFile_button">
- <property name="geometry">
- <rect>
- <x>480</x>
- <y>280</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Folder Location</string>
- </property>
- </widget>
- <widget class="QLabel" name="DebugLog_Label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>250</y>
- <width>171</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Debug Log Save Location</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="DebugLog_text">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>280</y>
- <width>431</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>C:</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="DebugLogCheck">
- <property name="geometry">
- <rect>
- <x>590</x>
- <y>280</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Enable</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="RF_Calibration">
- <attribute name="title">
- <string>Calibration</string>
- </attribute>
- <widget class="QLabel" name="Cal_Freq_label">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>10</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Current Frequency (MHz)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="CalFile">
- <property name="geometry">
- <rect>
- <x>590</x>
- <y>410</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Folder Location</string>
- </property>
- </widget>
- <widget class="QLabel" name="Cal_Probe_strength_label">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>80</y>
- <width>151</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Measured Field Strength (V/m)</string>
- </property>
- </widget>
- <widget class="QLabel" name="Cal_siggen_label">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>80</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>SigGen Power (dbm)</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="Group_Frequency">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>190</y>
- <width>231</width>
- <height>211</height>
- </rect>
- </property>
- <property name="title">
- <string>Calibration Settings</string>
- </property>
- <widget class="QLabel" name="Cal_Freq_step_label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Step Percentage (%):</string>
- </property>
- </widget>
- <widget class="QDoubleSpinBox" name="Cal_step_box">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>20</y>
- <width>71</width>
- <height>22</height>
- </rect>
- </property>
- <property name="decimals">
- <number>1</number>
- </property>
- <property name="value">
- <double>5.000000000000000</double>
- </property>
- </widget>
- <widget class="QSpinBox" name="Cal_startfreq_box">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>50</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="maximum">
- <number>100000</number>
- </property>
- </widget>
- <widget class="QSpinBox" name="Cal_endfreq_box">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>80</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="maximum">
- <number>200000</number>
- </property>
- </widget>
- <widget class="QLabel" name="Cal_startfreq_label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Starting Fequency (MHz):</string>
- </property>
- </widget>
- <widget class="QLabel" name="Cal_endfreq_label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>80</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>End Frequency (MHz):</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Orientation">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>110</y>
- <width>81</width>
- <height>21</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string>Horizontal</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Vertical</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Other</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="Orientation_box">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>110</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Field Orientation:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Cal_FieldStrength_Label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>140</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Target Field Strengh (V/m)</string>
- </property>
- </widget>
- <widget class="QDoubleSpinBox" name="Cal_FieldStrength_Box">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>140</y>
- <width>62</width>
- <height>22</height>
- </rect>
- </property>
- <property name="decimals">
- <number>1</number>
- </property>
- </widget>
- <widget class="QLabel" name="Tolerance_Label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>160</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Tolerance</string>
- </property>
- </widget>
- <widget class="QDoubleSpinBox" name="Tolerance_box">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>160</y>
- <width>62</width>
- <height>22</height>
- </rect>
- </property>
- <property name="decimals">
- <number>1</number>
- </property>
- <property name="value">
- <double>0.200000000000000</double>
- </property>
- </widget>
- <widget class="QLabel" name="Prox_fields_label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>180</y>
- <width>81</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Proximity Fields</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Prox_fields_box">
- <property name="geometry">
- <rect>
- <x>148</x>
- <y>180</y>
- <width>61</width>
- <height>22</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string>None</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>UHF</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>VHF</string>
- </property>
- </item>
- </widget>
- </widget>
- <widget class="QLineEdit" name="Savelocation_box">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>410</y>
- <width>561</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>C:</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="progressBar">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>160</y>
- <width>691</width>
- <height>20</height>
- </rect>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- </widget>
- <widget class="QLabel" name="DisplayEstimatedTime">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>130</y>
- <width>161</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Estimated Time to Completion</string>
- </property>
- </widget>
- <widget class="QPushButton" name="CalButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>460</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Sweep</string>
- </property>
- </widget>
- <widget class="QPushButton" name="CalPause">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>580</x>
- <y>460</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Pause</string>
- </property>
- </widget>
- <widget class="QPushButton" name="CalResume">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>470</x>
- <y>460</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Resume</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="Group_Probe">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>190</y>
- <width>121</width>
- <height>121</height>
- </rect>
- </property>
- <property name="title">
- <string>Field Probe Info</string>
- </property>
- <widget class="QLabel" name="Display_Model">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>30</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Model:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Text_Model">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>30</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QLabel" name="Display_SN">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>30</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>SN:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Text_SN">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>50</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QLabel" name="Display_CalDate">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>70</y>
- <width>51</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Cal Date:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Text_CalDate">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>70</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QLabel" name="Display_BatV">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Battery:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Text_BatV">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>90</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Volts</string>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="TextEstimatedTime">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>130</y>
- <width>161</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Hours</string>
- </property>
- </widget>
- <widget class="QLabel" name="DisplaySaveLocation">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>390</y>
- <width>171</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Calibration File Save Location</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Status">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>20</y>
- <width>221</width>
- <height>101</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>26</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>true</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>STATUS</string>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupEquipment">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>121</width>
- <height>81</height>
- </rect>
- </property>
- <property name="title">
- <string>Connected Equipment</string>
- </property>
- <widget class="QRadioButton" name="SigGenActive">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>61</width>
- <height>13</height>
- </rect>
- </property>
- <property name="text">
- <string>Sig Gen</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- <property name="autoExclusive">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QRadioButton" name="FieldProbeActive">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Field Probe</string>
- </property>
- <property name="autoExclusive">
- <bool>false</bool>
- </property>
- </widget>
- </widget>
- <widget class="QLineEdit" name="Cal_Freq_Box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>30</y>
- <width>301</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLineEdit" name="Cal_Probe_strength_box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>100</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLineEdit" name="Cal_siggen_box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>100</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>480</x>
- <y>190</y>
- <width>211</width>
- <height>141</height>
- </rect>
- </property>
- <property name="title">
- <string>Modulation</string>
- </property>
- <widget class="QComboBox" name="Mod_box">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>191</width>
- <height>21</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>2</number>
- </property>
- <item>
- <property name="text">
- <string>Sine wave 1000Hz 80% depth</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Custom</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Off/ CW only</string>
- </property>
- </item>
- </widget>
- <widget class="QComboBox" name="Mod_shape_box">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>50</y>
- <width>69</width>
- <height>21</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <item>
- <property name="text">
- <string>Sine</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Square</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="Mod_shape_label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>50</y>
- <width>61</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Mod Shape:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Mod_freq_Label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Mod Freq (Hz)</string>
- </property>
- </widget>
- <widget class="QSpinBox" name="Mod_freq_box">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>80</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="maximum">
- <number>100000</number>
- </property>
- </widget>
- <widget class="QLabel" name="Mod_depth_label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>110</y>
- <width>61</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Mod Depth:</string>
- </property>
- </widget>
- <widget class="QDoubleSpinBox" name="Mod_depth_box">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>110</y>
- <width>61</width>
- <height>21</height>
- </rect>
- </property>
- <property name="decimals">
- <number>1</number>
- </property>
- </widget>
- </widget>
- <widget class="QPushButton" name="QuitCalButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>460</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Quit Sweep</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>190</y>
- <width>121</width>
- <height>191</height>
- </rect>
- </property>
- <property name="title">
- <string>Calibration Info</string>
- </property>
- <widget class="QLabel" name="Cal_Position_label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>61</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Cal Position</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Cal_Position_Box">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>40</y>
- <width>69</width>
- <height>22</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <item>
- <property name="text">
- <string>A</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>B</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>C</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Other</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="Comments_label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>80</y>
- <width>61</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Comments:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Comments_box">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>100</y>
- <width>101</width>
- <height>71</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="Amp_Gain_lbl">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>330</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Amp Gain (%)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Amp_Gain_box">
- <property name="geometry">
- <rect>
- <x>570</x>
- <y>330</y>
- <width>41</width>
- <height>21</height>
- </rect>
- </property>
- <property name="toolTip">
- <string>1-100%</string>
- </property>
- <property name="toolTipDuration">
- <number>3</number>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Sweeper</string>
- </attribute>
- <widget class="QGroupBox" name="groupEquipment_2">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>121</width>
- <height>81</height>
- </rect>
- </property>
- <property name="title">
- <string>Connected Equipment</string>
- </property>
- <widget class="QRadioButton" name="SigGenActive_2">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>61</width>
- <height>13</height>
- </rect>
- </property>
- <property name="text">
- <string>Sig Gen</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- <property name="autoExclusive">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QRadioButton" name="FieldProbeActive_2">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Field Probe</string>
- </property>
- <property name="autoExclusive">
- <bool>false</bool>
- </property>
- </widget>
- </widget>
- <widget class="QLineEdit" name="Sweep_status">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>20</y>
- <width>221</width>
- <height>101</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>26</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>true</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>STATUS</string>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="Sweep_freq_label">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>10</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Current Frequency (MHz)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Sweep_freq_box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>30</y>
- <width>301</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QGroupBox" name="SweepParams">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>380</y>
- <width>231</width>
- <height>111</height>
- </rect>
- </property>
- <property name="title">
- <string>Sweep Parameters</string>
- </property>
- <widget class="QDoubleSpinBox" name="Dwell_box">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>20</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="decimals">
- <number>1</number>
- </property>
- <property name="maximum">
- <double>999.000000000000000</double>
- </property>
- <property name="value">
- <double>1.000000000000000</double>
- </property>
- </widget>
- <widget class="QLabel" name="Dwell_label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Dwell Time (seconds)</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="Modenable_box">
- <property name="geometry">
- <rect>
- <x>-10</x>
- <y>80</y>
- <width>161</width>
- <height>21</height>
- </rect>
- </property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
- <property name="text">
- <string>Enable Modulation </string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>211</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Warning: Dwell times less than 1.5 seconds can cause measurement inaccuracies</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="Sweepfile_label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>260</y>
- <width>171</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Input Calibration File Location</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Sweepfile_box">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>280</y>
- <width>561</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>C:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Sweepfile_button">
- <property name="geometry">
- <rect>
- <x>600</x>
- <y>280</y>
- <width>75</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>File Browse</string>
- </property>
- </widget>
- <widget class="QLabel" name="SweepEstimatedTime_label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>200</y>
- <width>161</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Estimated Time to Completion</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="Sweep_progressbar">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>230</y>
- <width>681</width>
- <height>20</height>
- </rect>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- </widget>
- <widget class="QLabel" name="SweepEstimatedTime_text">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>200</y>
- <width>161</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Hours</string>
- </property>
- </widget>
- <widget class="QPushButton" name="SweepButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>410</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Sweep</string>
- </property>
- </widget>
- <widget class="QPushButton" name="SweepResume">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>410</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Resume</string>
- </property>
- </widget>
- <widget class="QPushButton" name="SweepPause">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>440</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Pause</string>
- </property>
- </widget>
- <widget class="QLabel" name="Sweep_siggen_label">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>80</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>SigGen Power (dbm)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Sweep_siggen_box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>100</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="Sweep_modshape_label">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>130</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Modulation Shape</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Sweep_modshape_box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>150</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="Sweep_modfreq_label">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>130</y>
- <width>131</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Modulation Frequency (Hz)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Sweep_modfreq_box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>150</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLineEdit" name="Sweep_moddepth_box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>150</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="Sweep_moddepth_label">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>130</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Modulation Depth (%)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="QuitSweep">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>440</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Quit Sweep</string>
- </property>
- </widget>
- <widget class="QPushButton" name="SweepLog_Button">
- <property name="geometry">
- <rect>
- <x>600</x>
- <y>340</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Folder Location</string>
- </property>
- </widget>
- <widget class="QLabel" name="SweepLog_Label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>320</y>
- <width>171</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Output Sweep Log Save Location</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="SweepLog_Box">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>340</y>
- <width>561</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>C:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Sweep_FieldProbe_box">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>100</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="Sweep_Fieldprobe_label">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>80</y>
- <width>151</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Measured Field Strength (V/m)</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Field Probe</string>
- </attribute>
- <widget class="QGroupBox" name="Group_Probe_2">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>170</y>
- <width>121</width>
- <height>121</height>
- </rect>
- </property>
- <property name="title">
- <string>Field Probe Info</string>
- </property>
- <widget class="QLabel" name="Display_Model_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>30</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Model:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Text_Model_2">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>30</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QLabel" name="Display_SN_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>30</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>SN:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Text_SN_2">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>50</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QLabel" name="Display_CalDate_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>70</y>
- <width>51</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Cal Date:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Text_CalDate_2">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>70</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QLabel" name="Display_BatV_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Battery:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Text_BatV_2">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>90</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Volts</string>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="Cal_Probe_strength_label_2">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>170</y>
- <width>151</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Measured Field Strength (V/m)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Cal_Probe_strength_box_2">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>190</y>
- <width>151</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- <underline>false</underline>
- <kerning>true</kerning>
- </font>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="frame">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QPushButton" name="StartFB_Button_2">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>250</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Start FP</string>
- </property>
- </widget>
- <widget class="QLabel" name="Field_Probe_Message1_label_2">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>30</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Field Probe Usage:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Field_Probe_Message2_label_2">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>50</y>
- <width>151</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Equipment Tab -> Close Ports</string>
- </property>
- </widget>
- <widget class="QLabel" name="Field_Probe_Message3_label_2">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>70</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Sigal Generator -> Local</string>
- </property>
- </widget>
- <widget class="QLabel" name="Field_Probe_Message4_label_2">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>90</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Selected Amp -> Local</string>
- </property>
- </widget>
- <widget class="QPushButton" name="CloseFB_Button_2">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>250</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Close FP</string>
- </property>
- </widget>
- <widget class="QLabel" name="Field_Probe_Message5_label_2">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>30</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>When test is complete:</string>
- </property>
- </widget>
- <widget class="QLabel" name="Field_Probe_Message6_label_2">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>50</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Field Probe Tab-> Close FP</string>
- </property>
- </widget>
- <widget class="QLabel" name="Field_Probe_Message7_label_2">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>70</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Selected Amp -> Remote</string>
- </property>
- </widget>
- <widget class="QLabel" name="Field_Probe_Message8_label_2">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>90</y>
- <width>171</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Signal Generator -> Nothing to do</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Probetype_combo_2">
- <property name="geometry">
- <rect>
- <x>410</x>
- <y>130</y>
- <width>69</width>
- <height>22</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>2</number>
- </property>
- <item>
- <property name="text">
- <string>None</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Narda</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>ETS</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="Probetype_label_2">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>130</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>ProbeType</string>
- </property>
- </widget>
- <widget class="QPushButton" name="COMRefresh_2">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>130</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Refresh COM Ports</string>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QLabel" name="swver">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>0</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>SW Ver: 1.8</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>757</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement