代码拉取完成,页面将自动刷新
<?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>1212</width>
<height>945</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1000</width>
<height>945</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1280</width>
<height>1024</height>
</size>
</property>
<property name="windowTitle">
<string>NETGEAR EORT Test Platform</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>8</x>
<y>270</y>
<width>1241</width>
<height>661</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>745</height>
</size>
</property>
<widget class="QTabWidget" name="tabWidget_log">
<property name="geometry">
<rect>
<x>-10</x>
<y>40</y>
<width>1211</width>
<height>615</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="tab_chart">
<attribute name="title">
<string>Chart</string>
</attribute>
<widget class="QCustomPlot" name="chart_show" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1201</width>
<height>590</height>
</rect>
</property>
<property name="cursor">
<cursorShape>OpenHandCursor</cursorShape>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_log">
<attribute name="title">
<string>Log</string>
</attribute>
<widget class="QTableWidget" name="table_log">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>1201</width>
<height>590</height>
</rect>
</property>
<property name="columnCount">
<number>17</number>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>80</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>21</number>
</attribute>
<column>
<property name="text">
<string>测试日期</string>
</property>
</column>
<column>
<property name="text">
<string>SN</string>
</property>
</column>
<column>
<property name="text">
<string>Mode</string>
</property>
</column>
<column>
<property name="text">
<string>结果</string>
</property>
</column>
<column>
<property name="text">
<string>Tx/Rx Type</string>
</property>
</column>
<column>
<property name="text">
<string>Test Time</string>
</property>
</column>
<column>
<property name="text">
<string>VFD1</string>
</property>
</column>
<column>
<property name="text">
<string>VFD2</string>
</property>
</column>
<column>
<property name="text">
<string>Loss</string>
</property>
</column>
<column>
<property name="text">
<string>CRC</string>
</property>
</column>
<column>
<property name="text">
<string>BurstCount</string>
</property>
</column>
<column>
<property name="text">
<string>GapLength</string>
</property>
</column>
<column>
<property name="text">
<string>DataLength</string>
</property>
</column>
<column>
<property name="text">
<string>Measure Temperature</string>
</property>
</column>
<column>
<property name="text">
<string>Set Temperature</string>
</property>
</column>
<column>
<property name="text">
<string>Measure Humidity</string>
</property>
</column>
<column>
<property name="text">
<string>Set Humidity</string>
</property>
</column>
</widget>
</widget>
<widget class="QWidget" name="tab_testinginfo">
<attribute name="title">
<string>Testing info</string>
</attribute>
<widget class="QTextEdit" name="textEdit_testinginfo">
<property name="geometry">
<rect>
<x>12</x>
<y>0</y>
<width>1201</width>
<height>590</height>
</rect>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Test profile</string>
</attribute>
<widget class="QTableWidget" name="tableWidget_profile_result">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>1198</width>
<height>581</height>
</rect>
</property>
<property name="rowCount">
<number>10</number>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>105</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Section</string>
</property>
</column>
<column>
<property name="text">
<string>Time</string>
</property>
</column>
<column>
<property name="text">
<string>Temperature</string>
</property>
</column>
<column>
<property name="text">
<string>Humidity</string>
</property>
</column>
<column>
<property name="text">
<string>Shake</string>
</property>
</column>
<column>
<property name="text">
<string>Power</string>
</property>
</column>
<column>
<property name="text">
<string>IsTest</string>
</property>
</column>
<column>
<property name="text">
<string>Description</string>
</property>
</column>
<column>
<property name="text">
<string>Pass</string>
</property>
</column>
<column>
<property name="text">
<string>Fail</string>
</property>
</column>
<column>
<property name="text">
<string>FPY</string>
</property>
</column>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Performance Summary Report</string>
</attribute>
<widget class="QTableWidget" name="tableWidget_sumary_report">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>1191</width>
<height>581</height>
</rect>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<property name="rowCount">
<number>0</number>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>120</number>
</attribute>
<attribute name="horizontalHeaderHighlightSections">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Test Date</string>
</property>
</column>
<column>
<property name="text">
<string>Model Name</string>
</property>
</column>
<column>
<property name="text">
<string>Serial Number</string>
</property>
</column>
<column>
<property name="text">
<string>Peak Operation Temp</string>
</property>
</column>
<column>
<property name="text">
<string>Lowest Operation Temp</string>
</property>
</column>
<column>
<property name="text">
<string>EORT Result</string>
</property>
</column>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="widget_2" native="true">
<property name="geometry">
<rect>
<x>-1</x>
<y>70</y>
<width>1211</width>
<height>231</height>
</rect>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>520</x>
<y>10</y>
<width>691</width>
<height>221</height>
</rect>
</property>
<property name="title">
<string>real time info</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>240</x>
<y>60</y>
<width>107</width>
<height>121</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Step:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_step">
<property name="enabled">
<bool>true</bool>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Pattern:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_pattern">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>now_hour:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_now_hour">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>now_min:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_now_min">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>480</x>
<y>10</y>
<width>211</width>
<height>191</height>
</rect>
</property>
<property name="title">
<string>FPY</string>
</property>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 255);</string>
</property>
<property name="text">
<string>Step Description:</string>
</property>
</widget>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 255);</string>
</property>
<property name="text">
<string>First Pass Yield:</string>
</property>
</widget>
<widget class="QLabel" name="lineEdit_step_desc">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>201</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 255);</string>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="lineEdit_fpy">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>201</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>36</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 127);</string>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="text">
<string>0.3333%</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>360</x>
<y>20</y>
<width>111</width>
<height>201</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>SetTimeH:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_settimeh">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>SetTimeM:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_settimem">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>SetHum:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_sethum">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>SetTem:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_settem">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Shark:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_shark">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Power:</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lineEdit_power">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Defrost:</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="lineEdit_defrost">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>211</width>
<height>191</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLCDNumber" name="lineEdit_gold_hum">
<property name="geometry">
<rect>
<x>140</x>
<y>158</y>
<width>64</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>9</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 255);
font: 75 9pt "微软雅黑";</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>22</x>
<y>61</y>
<width>102</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 127);</string>
</property>
<property name="text">
<string>Set Temperature:</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>22</x>
<y>12</y>
<width>126</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 127);</string>
</property>
<property name="text">
<string>Measure Temperature:</string>
</property>
</widget>
<widget class="QLCDNumber" name="lineEdit_now_temp">
<property name="geometry">
<rect>
<x>140</x>
<y>12</y>
<width>64</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>9</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 255);
font: 75 9pt "微软雅黑";</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>22</x>
<y>158</y>
<width>90</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 127);</string>
</property>
<property name="text">
<string>Set Humidity:</string>
</property>
</widget>
<widget class="QLCDNumber" name="lineEdit_gold_temp">
<property name="geometry">
<rect>
<x>140</x>
<y>61</y>
<width>64</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>9</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 255);
font: 75 9pt "微软雅黑";</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
<widget class="QLCDNumber" name="lineEdit_now_hum">
<property name="geometry">
<rect>
<x>140</x>
<y>110</y>
<width>64</width>
<height>23</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>9</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 255);
font: 75 9pt "微软雅黑";</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>22</x>
<y>110</y>
<width>108</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 85, 127);</string>
</property>
<property name="text">
<string>Measure Humidity:</string>
</property>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>501</width>
<height>211</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLCDNumber" name="lcdNumber_TestTime">
<property name="geometry">
<rect>
<x>220</x>
<y>70</y>
<width>181</width>
<height>51</height>
</rect>
</property>
<property name="digitCount">
<number>8</number>
</property>
</widget>
<widget class="QLabel" name="label_states">
<property name="geometry">
<rect>
<x>130</x>
<y>10</y>
<width>371</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Aharoni</family>
<pointsize>28</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0);</string>
</property>
<property name="text">
<string>测试设备未链接</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QCommandLinkButton" name="commandLinkButton_Start">
<property name="geometry">
<rect>
<x>21</x>
<y>21</y>
<width>109</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Start Test</string>
</property>
<property name="icon">
<iconset resource="res/res.qrc">
<normaloff>:/res/b_start.png</normaloff>:/res/b_start.png</iconset>
</property>
</widget>
<widget class="QCommandLinkButton" name="commandLinkButton_Stop">
<property name="geometry">
<rect>
<x>21</x>
<y>79</y>
<width>109</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Stop Test</string>
</property>
<property name="icon">
<iconset resource="res/res.qrc">
<normaloff>:/res/b_pause.png</normaloff>:/res/b_pause.png</iconset>
</property>
</widget>
<widget class="QCommandLinkButton" name="commandLinkButton_Setting">
<property name="geometry">
<rect>
<x>21</x>
<y>138</y>
<width>109</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Setup</string>
</property>
<property name="icon">
<iconset resource="res/res.qrc">
<normaloff>:/res/b_setting.png</normaloff>:/res/b_setting.png</iconset>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>351</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string>DUT info</string>
</property>
<widget class="QLabel" name="label_21">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 255);</string>
</property>
<property name="text">
<string>Model Name:</string>
</property>
</widget>
<widget class="QLabel" name="label_22">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 255);</string>
</property>
<property name="text">
<string>Serial Number:</string>
</property>
</widget>
<widget class="QLabel" name="label_model_name">
<property name="geometry">
<rect>
<x>140</x>
<y>20</y>
<width>201</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 255);</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_sn">
<property name="geometry">
<rect>
<x>140</x>
<y>50</y>
<width>201</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 255);</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="widget_4" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1061</width>
<height>71</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(35, 47, 132);</string>
</property>
<widget class="QWidget" name="widget_3" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>201</width>
<height>71</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/res/netgear.png);</string>
</property>
</widget>
<widget class="QLabel" name="label_18">
<property name="geometry">
<rect>
<x>210</x>
<y>10</y>
<width>331</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>仿宋</family>
</font>
</property>
<property name="styleSheet">
<string notr="true">alternate-background-color: rgb(0, 0, 127);</string>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:26pt; font-weight:600; font-style:italic; color:#0caa7f;">EORT Test System</span></p></body></html></string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_5" native="true">
<property name="geometry">
<rect>
<x>1060</x>
<y>10</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/res/logo.jpg);</string>
</property>
</widget>
<widget class="QWidget" name="widget_6" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>925</y>
<width>1211</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/res/background.jpg);</string>
</property>
<widget class="QLabel" name="label_19">
<property name="geometry">
<rect>
<x>820</x>
<y>0</y>
<width>381</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:10pt; font-weight:600; color:#ffffff;">Copyright @2014-2050 T&amp;W. ALL Rights Reserved</span></p></body></html></string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton_Exit">
<property name="geometry">
<rect>
<x>1160</x>
<y>0</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/res/exit.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_sv_version">
<property name="geometry">
<rect>
<x>1070</x>
<y>50</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(170, 0, 255);</string>
</property>
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:10pt; color:#aa00ff;">SV:2.0.6</span></p></body></html></string>
</property>
</widget>
</widget>
<action name="action_Update">
<property name="text">
<string>Update</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QCustomPlot</class>
<extends>QWidget</extends>
<header location="global">../Mini_LTT/3rd/qcustomplot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="res/res.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。