2113 lines
54 KiB
XML
2113 lines
54 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>MainWindow</class>
|
||
<widget class="QMainWindow" name="MainWindow">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1280</width>
|
||
<height>1024</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>电阻检测软件</string>
|
||
</property>
|
||
<property name="windowIcon">
|
||
<iconset resource="res.qrc">
|
||
<normaloff>:/res/tnn_icon.png</normaloff>:/res/tnn_icon.png</iconset>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<widget class="QWidget" name="centralwidget">
|
||
<widget class="QLabel" name="label_7">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>20</y>
|
||
<width>101</width>
|
||
<height>101</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/res/tnn_icon.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcdNumber">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>820</x>
|
||
<y>20</y>
|
||
<width>451</width>
|
||
<height>101</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>0.000000000000000</double>
|
||
</property>
|
||
<property name="intValue" stdset="0">
|
||
<number>0</number>
|
||
</property>
|
||
</widget>
|
||
<widget class="QTabWidget" name="tabWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>150</y>
|
||
<width>1280</width>
|
||
<height>900</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>100</horstretch>
|
||
<verstretch>100</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>400</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>10</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QTabWidget::pane{
|
||
background: rgba(14,73,122,0.4);
|
||
border:none;
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>1</number>
|
||
</property>
|
||
<widget class="QWidget" name="tab_1">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>100</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>700</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(26, 20, 69);</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>总览</string>
|
||
</attribute>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_2">
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(255, 255, 255);</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>历史记录</string>
|
||
</attribute>
|
||
<widget class="QTableWidget" name="tableWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>10</y>
|
||
<width>1280</width>
|
||
<height>710</height>
|
||
</rect>
|
||
</property>
|
||
<property name="contextMenuPolicy">
|
||
<enum>Qt::DefaultContextMenu</enum>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::LeftToRight</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/*
|
||
tabelwidget*/
|
||
QTableWidget{
|
||
color:#DCDCDC;
|
||
background:#444444;
|
||
border:1px solid #242424;
|
||
alternate-background-color:#525252;/*交错颜色*/
|
||
gridline-color:#242424;
|
||
}
|
||
|
||
/*选中item*/
|
||
QTableWidget::item:selected{
|
||
color:#DCDCDC;
|
||
background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838);
|
||
}
|
||
|
||
/*
|
||
悬浮item*/
|
||
QTableWidget::item:hover{
|
||
background:#5B5B5B;
|
||
}
|
||
/*表头*/
|
||
QHeaderView::section{
|
||
text-align:center;
|
||
background:#5E5E5E;
|
||
padding:3px;
|
||
margin:0px;
|
||
color:#DCDCDC;
|
||
border:1px solid #242424;
|
||
border-left-width:0;
|
||
}
|
||
|
||
|
||
|
||
/*表右侧的滑条*/
|
||
QScrollBar:vertical{
|
||
background:#484848;
|
||
padding:0px;
|
||
border-radius:6px;
|
||
max-width:12px;
|
||
}
|
||
|
||
/*滑块*/
|
||
QScrollBar::handle:vertical{
|
||
background:#CCCCCC;
|
||
}
|
||
/*
|
||
滑块悬浮,按下*/
|
||
QScrollBar::handle:hover:vertical,QScrollBar::handle:pressed:vertical{
|
||
background:#A7A7A7;
|
||
}
|
||
/*
|
||
滑块已经划过的区域*/
|
||
QScrollBar::sub-page:vertical{
|
||
background:444444;
|
||
}
|
||
|
||
/*
|
||
滑块还没有划过的区域*/
|
||
QScrollBar::add-page:vertical{
|
||
background:5B5B5B;
|
||
}
|
||
|
||
/*页面下移的按钮*/
|
||
QScrollBar::add-line:vertical{
|
||
background:none;
|
||
}
|
||
/*页面上移的按钮*/
|
||
QScrollBar::sub-line:vertical{
|
||
background:none;
|
||
}</string>
|
||
</property>
|
||
<property name="lineWidth">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="midLineWidth">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="selectionBehavior">
|
||
<enum>QAbstractItemView::SelectItems</enum>
|
||
</property>
|
||
<property name="textElideMode">
|
||
<enum>Qt::ElideMiddle</enum>
|
||
</property>
|
||
<row>
|
||
<property name="text">
|
||
<string>1</string>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>9</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>2</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>3</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>4</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>5</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>6</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>7</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>8</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>9</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>10</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>11</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>12</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>13</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>14</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>15</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>16</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>17</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>18</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>19</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>20</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<row>
|
||
<property name="text">
|
||
<string>21</string>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</row>
|
||
<column>
|
||
<property name="text">
|
||
<string>序号</string>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>9</pointsize>
|
||
</font>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>车型</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>护面扫码编号</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>加热垫扫码编号</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>实测阻值</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>标准阻值范围</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>检测结果</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>手/自</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>检测员</string>
|
||
</property>
|
||
</column>
|
||
<column>
|
||
<property name="text">
|
||
<string>检测时间</string>
|
||
</property>
|
||
</column>
|
||
<item row="0" column="0">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
<property name="flags">
|
||
<set>NoItemFlags</set>
|
||
</property>
|
||
</item>
|
||
<item row="10" column="0">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</item>
|
||
<item row="10" column="3">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="textAlignment">
|
||
<set>AlignCenter</set>
|
||
</property>
|
||
</item>
|
||
</widget>
|
||
<widget class="QPushButton" name="nextPageButton">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>41</x>
|
||
<y>10</y>
|
||
<width>21</width>
|
||
<height>35</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>16</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(94, 94, 94);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>></string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="prevPageButton">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>10</y>
|
||
<width>21</width>
|
||
<height>35</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>16</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(94, 94, 94);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string><</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QWidget" name="tab">
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(255, 255, 255);</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>参数修改</string>
|
||
</attribute>
|
||
<widget class="QPushButton" name="res_max_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>440</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid black;border-radius: 5px;
|
||
background-color: rgb(96, 186, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>保存</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="user_data_lineEdit_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>120</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_hot_num">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>60</x>
|
||
<y>200</y>
|
||
<width>131</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>加热垫编号</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="user_data_lineEdit_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>200</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_34">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>350</y>
|
||
<width>161</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>标准阻值范围</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_35">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>470</y>
|
||
<width>81</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>误差范围</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_36">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>130</x>
|
||
<y>410</y>
|
||
<width>41</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>阻值</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_38">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>120</y>
|
||
<width>151</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>护面扫码编号</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="user_data_lineEdit_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>40</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_39">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>40</y>
|
||
<width>61</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>车型</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_40">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1010</x>
|
||
<y>40</y>
|
||
<width>81</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>波特率</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="set_tx_lineEdit_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>880</x>
|
||
<y>40</y>
|
||
<width>121</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_42">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>740</x>
|
||
<y>40</y>
|
||
<width>121</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>从机地址</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="set_tx_lineEdit_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1100</x>
|
||
<y>40</y>
|
||
<width>121</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="user_data_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>45</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid black;border-radius: 5px;
|
||
background-color: rgb(96, 186, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>保存</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="delete_res_lineEdit_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>880</x>
|
||
<y>360</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_46">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>700</x>
|
||
<y>300</y>
|
||
<width>201</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>指定ID范围删除</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_47">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>730</x>
|
||
<y>220</y>
|
||
<width>141</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>单个ID删除</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="xc_lineEdit">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>880</x>
|
||
<y>120</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_49">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>740</x>
|
||
<y>545</y>
|
||
<width>111</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>密码更改</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="delete_res_lineEdit_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>880</x>
|
||
<y>430</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="lineEdit_16">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1421</x>
|
||
<y>1039</y>
|
||
<width>111</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
</font>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="auto_value_lineEdit_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>550</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_74">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>540</y>
|
||
<width>161</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>自动检测时间</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_8">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>393</x>
|
||
<y>550</y>
|
||
<width>21</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>秒</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_51">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>740</x>
|
||
<y>115</y>
|
||
<width>121</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>线材阻值</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="delete_res_lineEdit_0">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>880</x>
|
||
<y>220</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="auto_value_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>555</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid black;border-radius: 5px;
|
||
background-color: rgb(96, 186, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>保存</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="xc_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1110</x>
|
||
<y>125</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid black;border-radius: 5px;
|
||
background-color: rgb(96, 186, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>保存</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="delete_1_button">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1110</x>
|
||
<y>225</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid black;border-radius: 5px;
|
||
background-color: rgb(96, 186, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>保存</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="res_max_lineEdit_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>400</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="res_max_lineEdit_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>460</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>390</x>
|
||
<y>410</y>
|
||
<width>31</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>Ω</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>390</x>
|
||
<y>470</y>
|
||
<width>21</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>%</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>170</x>
|
||
<y>470</y>
|
||
<width>21</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>±</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_13">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>280</y>
|
||
<width>91</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>检验员</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="name_lineEdit">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>280</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="name_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>285</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid black;border-radius: 5px;
|
||
background-color: rgb(96, 186, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>保存</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="delete_2_button">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1110</x>
|
||
<y>400</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid black;border-radius: 5px;
|
||
background-color: rgb(96, 186, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>保存</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="pwd_lineEdit">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>880</x>
|
||
<y>550</y>
|
||
<width>181</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pwd_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1110</x>
|
||
<y>555</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid black;border-radius: 5px;
|
||
background-color: rgb(96, 186, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>保存</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>820</x>
|
||
<y>365</y>
|
||
<width>41</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>起点</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>820</x>
|
||
<y>435</y>
|
||
<width>41</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>终点</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_9">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1075</x>
|
||
<y>125</y>
|
||
<width>31</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>13</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string>Ω</string>
|
||
</property>
|
||
</widget>
|
||
<zorder>label_hot_num</zorder>
|
||
<zorder>user_data_lineEdit_3</zorder>
|
||
<zorder>label_42</zorder>
|
||
<zorder>set_tx_lineEdit_2</zorder>
|
||
<zorder>label_40</zorder>
|
||
<zorder>res_max_button</zorder>
|
||
<zorder>user_data_lineEdit_2</zorder>
|
||
<zorder>label_34</zorder>
|
||
<zorder>label_35</zorder>
|
||
<zorder>label_36</zorder>
|
||
<zorder>label_38</zorder>
|
||
<zorder>user_data_lineEdit_1</zorder>
|
||
<zorder>label_39</zorder>
|
||
<zorder>set_tx_lineEdit_1</zorder>
|
||
<zorder>user_data_button</zorder>
|
||
<zorder>delete_res_lineEdit_1</zorder>
|
||
<zorder>label_46</zorder>
|
||
<zorder>label_47</zorder>
|
||
<zorder>xc_lineEdit</zorder>
|
||
<zorder>label_49</zorder>
|
||
<zorder>delete_res_lineEdit_2</zorder>
|
||
<zorder>lineEdit_16</zorder>
|
||
<zorder>auto_value_lineEdit_1</zorder>
|
||
<zorder>label_74</zorder>
|
||
<zorder>label_8</zorder>
|
||
<zorder>label_51</zorder>
|
||
<zorder>delete_res_lineEdit_0</zorder>
|
||
<zorder>auto_value_button</zorder>
|
||
<zorder>xc_button</zorder>
|
||
<zorder>delete_1_button</zorder>
|
||
<zorder>res_max_lineEdit_1</zorder>
|
||
<zorder>res_max_lineEdit_2</zorder>
|
||
<zorder>label_2</zorder>
|
||
<zorder>label_3</zorder>
|
||
<zorder>label_4</zorder>
|
||
<zorder>label_13</zorder>
|
||
<zorder>name_lineEdit</zorder>
|
||
<zorder>name_button</zorder>
|
||
<zorder>delete_2_button</zorder>
|
||
<zorder>pwd_lineEdit</zorder>
|
||
<zorder>pwd_button</zorder>
|
||
<zorder>label</zorder>
|
||
<zorder>label_6</zorder>
|
||
<zorder>label_9</zorder>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_3">
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(255, 255, 255);</string>
|
||
</property>
|
||
<attribute name="title">
|
||
<string>帮助</string>
|
||
</attribute>
|
||
<widget class="QLabel" name="label_16">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>850</x>
|
||
<y>690</y>
|
||
<width>271</width>
|
||
<height>71</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>25</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>GetonAgain</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QTextBrowser" name="textBrowser">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>150</y>
|
||
<width>541</width>
|
||
<height>351</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 0px solid</string>
|
||
</property>
|
||
<property name="html">
|
||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
|
||
p, li { white-space: pre-wrap; }
|
||
hr { height: 1px; border-width: 0; }
|
||
li.unchecked::marker { content: "\2610"; }
|
||
li.checked::marker { content: "\2612"; }
|
||
</style></head><body style=" font-family:'Microsoft YaHei UI'; font-size:15pt; font-weight:400; font-style:normal;">
|
||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'SimSun'; font-size:20pt;"> 电阻检测软件具备图表预览界面,实时更新测试数据,自动连接电阻测试仪,支持手动和自动检测模式,用户可修改检测参数。软件生成详细的Excel表格,支持在界面中预览并可导出保存,方便数据分析和记录。</span></p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>540</x>
|
||
<y>540</y>
|
||
<width>141</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 1px solid black;border-radius: 5px;
|
||
</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>获取软件手册</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="log_label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>25</y>
|
||
<width>551</width>
|
||
<height>101</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QLabel" name="label_img">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1530</x>
|
||
<y>0</y>
|
||
<width>281</width>
|
||
<height>141</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
||
<horstretch>100</horstretch>
|
||
<verstretch>100</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>100</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">
|
||
image: url(:/res/tnn_icon.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="link_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>30</y>
|
||
<width>65</width>
|
||
<height>65</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="baseSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 3px solid #8f8f91;
|
||
border-radius: 20px;
|
||
background-color: #f0f0f0;
|
||
padding: 10px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="res.qrc">
|
||
<normaloff>:/res/link_b.svg</normaloff>:/res/link_b.svg</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>40</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="link_label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>170</x>
|
||
<y>100</y>
|
||
<width>101</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>连接</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="auto_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>30</y>
|
||
<width>65</width>
|
||
<height>65</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="baseSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 3px solid #8f8f91;
|
||
border-radius: 20px;
|
||
background-color: #f0f0f0;
|
||
padding: 10px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="res.qrc">
|
||
<normaloff>:/res/auto.svg</normaloff>:/res/auto.svg</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>40</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="auto_label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>280</x>
|
||
<y>100</y>
|
||
<width>161</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>自动模式</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="manual_label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>440</x>
|
||
<y>100</y>
|
||
<width>141</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>手动获取</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="manual_button">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>480</x>
|
||
<y>30</y>
|
||
<width>65</width>
|
||
<height>65</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="baseSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 3px solid #8f8f91;
|
||
border-radius: 20px;
|
||
background-color: #f0f0f0;
|
||
padding: 10px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="res.qrc">
|
||
<normaloff>:/res/one.svg</normaloff>:/res/one.svg</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>40</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="excel_b">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>630</x>
|
||
<y>30</y>
|
||
<width>65</width>
|
||
<height>65</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="baseSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border: 3px solid #8f8f91;
|
||
border-radius: 20px;
|
||
background-color: #f0f0f0;
|
||
padding: 10px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="res.qrc">
|
||
<normaloff>:/res/excel.svg</normaloff>:/res/excel.svg</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>40</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>610</x>
|
||
<y>100</y>
|
||
<width>101</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>11</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>导出表格</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="info_label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1300</x>
|
||
<y>70</y>
|
||
<width>171</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>15</pointsize>
|
||
<bold>true</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>请获取阻值</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="tishi_label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1300</x>
|
||
<y>30</y>
|
||
<width>201</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>思源宋体</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<zorder>tabWidget</zorder>
|
||
<zorder>label_img</zorder>
|
||
<zorder>link_button</zorder>
|
||
<zorder>link_label</zorder>
|
||
<zorder>auto_button</zorder>
|
||
<zorder>auto_label</zorder>
|
||
<zorder>manual_label</zorder>
|
||
<zorder>manual_button</zorder>
|
||
<zorder>excel_b</zorder>
|
||
<zorder>label_5</zorder>
|
||
<zorder>label_7</zorder>
|
||
<zorder>lcdNumber</zorder>
|
||
<zorder>info_label</zorder>
|
||
<zorder>tishi_label</zorder>
|
||
</widget>
|
||
<widget class="QStatusBar" name="statusbar"/>
|
||
</widget>
|
||
<resources>
|
||
<include location="res.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|