<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>Adjust_Page</class>
|
<widget class="QDialog" name="Adjust_Page">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>Dialog</string>
|
</property>
|
<widget class="Line" name="line_h">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>40</y>
|
<width>800</width>
|
<height>4</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_background">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Title">
|
<property name="geometry">
|
<rect>
|
<x>6</x>
|
<y>6</y>
|
<width>200</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>24</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>设备校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_exit">
|
<property name="geometry">
|
<rect>
|
<x>750</x>
|
<y>0</y>
|
<width>45</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/return.png</pixmap>
|
</property>
|
<property name="scaledContents">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_Exit">
|
<property name="geometry">
|
<rect>
|
<x>720</x>
|
<y>1</y>
|
<width>80</width>
|
<height>70</height>
|
</rect>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="iconSize">
|
<size>
|
<width>44</width>
|
<height>44</height>
|
</size>
|
</property>
|
<property name="autoDefault">
|
<bool>true</bool>
|
</property>
|
<property name="flat">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<widget class="QTabWidget" name="adj_tabwidget">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>60</y>
|
<width>781</width>
|
<height>411</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">QTabBar::tab{
|
color:green;
|
min-width:130px;
|
min-height:50px;
|
}
|
QTabBar::tab:selected{
|
color:blue;
|
}</string>
|
</property>
|
<property name="currentIndex">
|
<number>0</number>
|
</property>
|
<widget class="QWidget" name="tab_Vdc">
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<attribute name="title">
|
<string>电压Vdc</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab1_bg">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_vc_vol">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>10</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>当前电压(V):</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_vc_adj1">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>70</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点1(V):</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_vc_adj2">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>130</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点2(V):</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_slope">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>210</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>斜 率:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_offset">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>270</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>偏移量:</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_vc_get1">
|
<property name="geometry">
|
<rect>
|
<x>360</x>
|
<y>75</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>获取1</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_vc_get2">
|
<property name="geometry">
|
<rect>
|
<x>360</x>
|
<y>130</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>获取2</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_vc_cal">
|
<property name="geometry">
|
<rect>
|
<x>360</x>
|
<y>210</y>
|
<width>141</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>计算并校准</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_vc_read">
|
<property name="geometry">
|
<rect>
|
<x>360</x>
|
<y>270</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>读 取</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_vc_vol1">
|
<property name="geometry">
|
<rect>
|
<x>220</x>
|
<y>10</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_vc_adj1" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>220</x>
|
<y>75</y>
|
<width>100</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_vc_adj2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>220</x>
|
<y>130</y>
|
<width>100</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_offset1">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>270</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_slope1">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>210</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_offset2">
|
<property name="geometry">
|
<rect>
|
<x>220</x>
|
<y>270</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_slope2">
|
<property name="geometry">
|
<rect>
|
<x>220</x>
|
<y>210</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_vc_reset">
|
<property name="geometry">
|
<rect>
|
<x>490</x>
|
<y>270</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>复 位</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_Ic">
|
<attribute name="title">
|
<string>电流Idc</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab3_bg">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_chgcurrset">
|
<property name="geometry">
|
<rect>
|
<x>510</x>
|
<y>110</y>
|
<width>120</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>设定电流(A):</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButto_stopchg">
|
<property name="geometry">
|
<rect>
|
<x>670</x>
|
<y>180</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>停 止</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButto_startchg">
|
<property name="geometry">
|
<rect>
|
<x>670</x>
|
<y>240</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>充 电</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_chgvolset">
|
<property name="geometry">
|
<rect>
|
<x>510</x>
|
<y>50</y>
|
<width>120</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>设定电压(V):</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_vol">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>0</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>当前电压(V):</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_vol1">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>0</y>
|
<width>121</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>50</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>当前电流(A):</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic1">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>50</y>
|
<width>121</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_slope2">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>240</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_ic_read">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>295</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>读 取</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_ic_get2">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>170</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>获取2</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_offset2">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>295</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_ic_adj2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>170</y>
|
<width>100</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_offset">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>295</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>偏移量:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_slope">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>240</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>斜 率:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_offset1">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>295</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_ic_cal">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>240</y>
|
<width>141</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>计算并校准</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_ic_get1">
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>110</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>获取1</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_ic_adj1" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>110</y>
|
<width>100</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_adj1">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>110</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点1(A):</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_slope1">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>240</y>
|
<width>91</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ic_adj2">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>170</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点2(A):</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_chgvol" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>660</x>
|
<y>50</y>
|
<width>100</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_chgcurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>660</x>
|
<y>110</y>
|
<width>100</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_ic_reset">
|
<property name="geometry">
|
<rect>
|
<x>450</x>
|
<y>295</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>复 位</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButto_startdis">
|
<property name="geometry">
|
<rect>
|
<x>670</x>
|
<y>295</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>放 电</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_adjworkstate">
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>0</y>
|
<width>221</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_factory">
|
<attribute name="title">
|
<string>工厂设定</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab3_bg_2">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_II_offset">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>70</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>电流偏移量:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_II_slope">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>10</y>
|
<width>141</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>电流斜率 :</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_II_slope" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>10</y>
|
<width>100</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_II_set">
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>30</y>
|
<width>88</width>
|
<height>48</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text">
|
<string>写 入</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_II_offset" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>70</y>
|
<width>100</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
</widget>
|
</widget>
|
<widget class="QLabel" name="label_stateerrorcode">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>0</y>
|
<width>271</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<zorder>label_background</zorder>
|
<zorder>line_h</zorder>
|
<zorder>label_Title</zorder>
|
<zorder>label_exit</zorder>
|
<zorder>pushButton_Exit</zorder>
|
<zorder>adj_tabwidget</zorder>
|
<zorder>label_stateerrorcode</zorder>
|
</widget>
|
<customwidgets>
|
<customwidget>
|
<class>Custom_LineEdit</class>
|
<extends>QWidget</extends>
|
<header>custom_lineedit.h</header>
|
</customwidget>
|
</customwidgets>
|
<resources>
|
<include location="../Source/resource.qrc"/>
|
</resources>
|
<connections/>
|
</ui>
|