<?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="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>10</x>
|
<y>5</y>
|
<width>200</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>24</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>校 准</string>
|
</property>
|
</widget>
|
<widget class="QTabWidget" name="tabWidget">
|
<property name="geometry">
|
<rect>
|
<x>1</x>
|
<y>48</y>
|
<width>800</width>
|
<height>432</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:100px;
|
min-height:50px;
|
}
|
QTabBar::tab:selected{
|
color:blue;
|
}</string>
|
</property>
|
<property name="currentIndex">
|
<number>0</number>
|
</property>
|
<widget class="QWidget" name="tab_2">
|
<attribute name="title">
|
<string>校准</string>
|
</attribute>
|
<widget class="QLabel" name="label_background_3">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>-90</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="QPushButton" name="pushButton_Exit_2">
|
<property name="geometry">
|
<rect>
|
<x>685</x>
|
<y>330</y>
|
<width>105</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">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string>退 出</string>
|
</property>
|
</widget>
|
<widget class="QTabWidget" name="tabWidget_2">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>10</y>
|
<width>780</width>
|
<height>311</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:100px;
|
min-height:50px;
|
}
|
QTabBar::tab:selected{
|
color:blue;
|
}
|
QTabWidget::pane{
|
border:1px solid white;
|
}</string>
|
</property>
|
<property name="currentIndex">
|
<number>0</number>
|
</property>
|
<widget class="QWidget" name="tab_3">
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<attribute name="title">
|
<string>电压</string>
|
</attribute>
|
<widget class="QPushButton" name="btn_adjust_vol">
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>110</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_10">
|
<property name="geometry">
|
<rect>
|
<x>250</x>
|
<y>10</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="Custom_LineEdit" name="ledit_zeroVol" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>60</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_vol" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>110</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_2">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>10</y>
|
<width>131</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_disCurr_3">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>110</y>
|
<width>131</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点2</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_11">
|
<property name="geometry">
|
<rect>
|
<x>250</x>
|
<y>60</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="QPushButton" name="btn_zeroVol">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>60</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_4">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>60</y>
|
<width>131</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_16">
|
<property name="geometry">
|
<rect>
|
<x>250</x>
|
<y>110</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="volvalue">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>10</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">border:1px solid white;color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_12">
|
<property name="geometry">
|
<rect>
|
<x>400</x>
|
<y>60</y>
|
<width>131</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_9">
|
<property name="geometry">
|
<rect>
|
<x>400</x>
|
<y>110</y>
|
<width>131</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点2</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_18">
|
<property name="geometry">
|
<rect>
|
<x>400</x>
|
<y>10</y>
|
<width>131</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_disCurr_25">
|
<property name="geometry">
|
<rect>
|
<x>650</x>
|
<y>110</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_disCurr_19">
|
<property name="geometry">
|
<rect>
|
<x>650</x>
|
<y>10</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="Custom_LineEdit" name="ledit_vol2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>530</x>
|
<y>110</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_zeroVol_2">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>670</x>
|
<y>60</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_adjust_vol2">
|
<property name="geometry">
|
<rect>
|
<x>670</x>
|
<y>110</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_zeroVol_2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>530</x>
|
<y>60</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_17">
|
<property name="geometry">
|
<rect>
|
<x>650</x>
|
<y>60</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="volvalue_2">
|
<property name="geometry">
|
<rect>
|
<x>530</x>
|
<y>10</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">border:1px solid white;color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_GpVolOffset" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>530</x>
|
<y>180</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_38">
|
<property name="geometry">
|
<rect>
|
<x>650</x>
|
<y>180</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="QPushButton" name="btn_GpVolAdjOffset">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>670</x>
|
<y>180</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_39">
|
<property name="geometry">
|
<rect>
|
<x>400</x>
|
<y>180</y>
|
<width>131</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="btn_clearGRAdj">
|
<property name="geometry">
|
<rect>
|
<x>670</x>
|
<y>10</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="text">
|
<string>清零</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_OnLinVolOffset" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>180</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_41">
|
<property name="geometry">
|
<rect>
|
<x>250</x>
|
<y>180</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="QPushButton" name="btn_clearONAdj">
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>10</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="text">
|
<string>清零</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_OnLinVolOffset">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>180</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_40">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>180</y>
|
<width>131</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>实际值</string>
|
</property>
|
</widget>
|
<zorder>btn_adjust_vol</zorder>
|
<zorder>label_disCurr_10</zorder>
|
<zorder>label_disCurr_2</zorder>
|
<zorder>label_disCurr_3</zorder>
|
<zorder>label_disCurr_11</zorder>
|
<zorder>btn_zeroVol</zorder>
|
<zorder>label_disCurr_4</zorder>
|
<zorder>label_disCurr_16</zorder>
|
<zorder>ledit_zeroVol</zorder>
|
<zorder>volvalue</zorder>
|
<zorder>label_disCurr_12</zorder>
|
<zorder>label_disCurr_9</zorder>
|
<zorder>label_disCurr_18</zorder>
|
<zorder>label_disCurr_25</zorder>
|
<zorder>label_disCurr_19</zorder>
|
<zorder>ledit_vol2</zorder>
|
<zorder>btn_zeroVol_2</zorder>
|
<zorder>btn_adjust_vol2</zorder>
|
<zorder>ledit_zeroVol_2</zorder>
|
<zorder>label_disCurr_17</zorder>
|
<zorder>volvalue_2</zorder>
|
<zorder>ledit_vol</zorder>
|
<zorder>ledit_GpVolOffset</zorder>
|
<zorder>label_disCurr_38</zorder>
|
<zorder>btn_GpVolAdjOffset</zorder>
|
<zorder>label_disCurr_39</zorder>
|
<zorder>btn_clearGRAdj</zorder>
|
<zorder>ledit_OnLinVolOffset</zorder>
|
<zorder>label_disCurr_41</zorder>
|
<zorder>btn_clearONAdj</zorder>
|
<zorder>btn_OnLinVolOffset</zorder>
|
<zorder>label_disCurr_40</zorder>
|
</widget>
|
<widget class="QWidget" name="tab_5">
|
<attribute name="title">
|
<string>放电电流</string>
|
</attribute>
|
<widget class="QLabel" name="label_disCurr_7">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>60</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="btn_startDis">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>60</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>放 电</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_trueCurr">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>160</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点2</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>10</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_disCurr_5">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>110</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_8">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>110</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="Custom_LineEdit" name="ledit_trueCurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>160</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_setDisCurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>60</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_zeroCurr">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>110</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_adjustCurr">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>160</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_setDisCurr">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>60</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_disCurr_6">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>10</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="Custom_LineEdit" name="ledit_zeroCurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>110</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_stopDis">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>510</x>
|
<y>60</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>停 止</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_26">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>160</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="ledit_disCurr">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>10</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">border:1px solid white;color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<zorder>label_disCurr_7</zorder>
|
<zorder>btn_startDis</zorder>
|
<zorder>label_trueCurr</zorder>
|
<zorder>label_disCurr</zorder>
|
<zorder>label_disCurr_5</zorder>
|
<zorder>label_disCurr_8</zorder>
|
<zorder>ledit_trueCurr</zorder>
|
<zorder>btn_zeroCurr</zorder>
|
<zorder>btn_adjustCurr</zorder>
|
<zorder>label_setDisCurr</zorder>
|
<zorder>label_disCurr_6</zorder>
|
<zorder>ledit_zeroCurr</zorder>
|
<zorder>btn_stopDis</zorder>
|
<zorder>label_disCurr_26</zorder>
|
<zorder>ledit_setDisCurr</zorder>
|
<zorder>ledit_disCurr</zorder>
|
</widget>
|
<widget class="QWidget" name="tab_6">
|
<attribute name="title">
|
<string>充电电流</string>
|
</attribute>
|
<widget class="QLabel" name="label_disCurr_20">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>60</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_disCurr_21">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>10</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="btn_stopDis_2">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>510</x>
|
<y>60</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>停 止</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_startDis_2">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>60</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>充 电</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_23">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>10</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="btn_adjustCurr_2">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>160</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_setDisCurr_2">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>60</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_setDisCurr_2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>60</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_trueCurr_2">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>160</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点2</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_trueCurr_2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>160</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_27">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>160</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_disCurr_22">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>110</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="Custom_LineEdit" name="ledit_zeroCurr_2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>110</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_zeroCurr_2">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>110</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_24">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>110</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="ledit_ChrCur">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>10</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">border:1px solid white;color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<zorder>label_disCurr_20</zorder>
|
<zorder>label_disCurr_21</zorder>
|
<zorder>btn_stopDis_2</zorder>
|
<zorder>btn_startDis_2</zorder>
|
<zorder>label_disCurr_23</zorder>
|
<zorder>btn_adjustCurr_2</zorder>
|
<zorder>label_setDisCurr_2</zorder>
|
<zorder>label_trueCurr_2</zorder>
|
<zorder>ledit_trueCurr_2</zorder>
|
<zorder>label_disCurr_27</zorder>
|
<zorder>label_disCurr_22</zorder>
|
<zorder>btn_zeroCurr_2</zorder>
|
<zorder>label_disCurr_24</zorder>
|
<zorder>ledit_setDisCurr_2</zorder>
|
<zorder>ledit_zeroCurr_2</zorder>
|
<zorder>ledit_ChrCur</zorder>
|
</widget>
|
<widget class="QWidget" name="tab_7">
|
<attribute name="title">
|
<string>外部电流</string>
|
</attribute>
|
<widget class="QLabel" name="label_disCurr_13">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>60</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_28">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>110</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="btn_adjustCurr_3">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>110</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_14">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>10</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_disCurr_15">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>10</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_trueCurr_3" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>110</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_29">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>60</y>
|
<width>21</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="btn_zeroCurr_3">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>390</x>
|
<y>60</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_zeroCurr_3" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>60</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_trueCurr_3">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>110</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点2</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="ledit_Cur">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>10</y>
|
<width>111</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">border:1px solid white;color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_4">
|
<attribute name="title">
|
<string>单体</string>
|
</attribute>
|
<widget class="QLabel" name="label_disCurr_34">
|
<property name="geometry">
|
<rect>
|
<x>260</x>
|
<y>10</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</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_monvol3">
|
<property name="geometry">
|
<rect>
|
<x>610</x>
|
<y>75</y>
|
<width>170</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>003#:0.000V</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_35">
|
<property name="geometry">
|
<rect>
|
<x>260</x>
|
<y>60</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>目标频段</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line_2">
|
<property name="geometry">
|
<rect>
|
<x>595</x>
|
<y>0</y>
|
<width>21</width>
|
<height>161</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="Btn_fre">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>490</x>
|
<y>60</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>设置</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_monvol1">
|
<property name="geometry">
|
<rect>
|
<x>610</x>
|
<y>10</y>
|
<width>170</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>001#:0.000V</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_NowFre" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>150</x>
|
<y>60</y>
|
<width>80</width>
|
<height>40</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>1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_31">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>10</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</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_disCurr_32">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>60</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>当前频段</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>140</y>
|
<width>781</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_monvol4">
|
<property name="geometry">
|
<rect>
|
<x>610</x>
|
<y>110</y>
|
<width>170</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>004#:0.000V</string>
|
</property>
|
</widget>
|
<widget class="QTextEdit" name="textEdit">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>170</y>
|
<width>501</width>
|
<height>81</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;
|
color: rgb(255, 255, 255);
|
border:0px;</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="Btn_clear">
|
<property name="geometry">
|
<rect>
|
<x>600</x>
|
<y>190</y>
|
<width>105</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">
|
<string>清 空</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_AdjFre" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>400</x>
|
<y>60</y>
|
<width>80</width>
|
<height>40</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>1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_monvol2">
|
<property name="geometry">
|
<rect>
|
<x>610</x>
|
<y>40</y>
|
<width>170</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>002#:0.000V</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_AdjAddr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>400</x>
|
<y>10</y>
|
<width>80</width>
|
<height>40</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>1</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="Btn_Addr">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>490</x>
|
<y>10</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>设置</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_NowAddr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>150</x>
|
<y>10</y>
|
<width>80</width>
|
<height>40</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>1</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_33">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>110</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</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_monid_2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>110</y>
|
<width>50</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_monvol_2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>320</x>
|
<y>110</y>
|
<width>80</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_to_3">
|
<property name="geometry">
|
<rect>
|
<x>300</x>
|
<y>110</y>
|
<width>20</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>#</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ol_V_2">
|
<property name="geometry">
|
<rect>
|
<x>410</x>
|
<y>110</y>
|
<width>30</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="QPushButton" name="btn_adjust_monvol_2">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>490</x>
|
<y>110</y>
|
<width>105</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_8">
|
<attribute name="title">
|
<string>单体校准</string>
|
</attribute>
|
<widget class="QLabel" name="label_version">
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>10</y>
|
<width>441</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QWidget" name="layoutWidget">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>200</y>
|
<width>761</width>
|
<height>52</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="QLabel" name="label_monvol1_2">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>001#:0.000V</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_monvol2_2">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>002#:0.000V</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_monvol3_2">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>003#:0.000V</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_monvol4_2">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>004#:0.000V</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="layoutWidget_2">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>10</y>
|
<width>306</width>
|
<height>52</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
<item>
|
<widget class="QLabel" name="label_disCurr_36">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>当前地址</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="Custom_LineEdit" name="edit_monaddr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</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>
|
</item>
|
<item>
|
<widget class="QPushButton" name="btn_clearmonadj">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="text">
|
<string>清零</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="layoutWidget_3">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>130</y>
|
<width>761</width>
|
<height>52</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0,0,0,0,0,1">
|
<property name="spacing">
|
<number>10</number>
|
</property>
|
<item>
|
<widget class="QLabel" name="label_disCurr_43">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点2 显示值</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="Custom_LineEdit" name="ledit_mon_slopeshow" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_disCurr_45">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>V 实际值</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="Custom_LineEdit" name="ledit_mon_slope" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_disCurr_37">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>V</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="btn_monslope">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<spacer name="horizontalSpacer_2">
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>40</width>
|
<height>20</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="layoutWidget_4">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>70</y>
|
<width>784</width>
|
<height>52</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0,0,0,0,1">
|
<property name="spacing">
|
<number>10</number>
|
</property>
|
<item>
|
<widget class="QLabel" name="label_disCurr_44">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>校准点1 显示值</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="Custom_LineEdit" name="ledit_mon_offsetshow" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_disCurr_46">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>V 实际值</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="Custom_LineEdit" name="ledit_mon_offset" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>100</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_disCurr_42">
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>V</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="btn_monoffset">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<spacer name="horizontalSpacer">
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>40</width>
|
<height>20</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
</layout>
|
</widget>
|
</widget>
|
</widget>
|
<widget class="QLabel" name="label_disCurr_30">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>330</y>
|
<width>661</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>两个校准点值需不同</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab">
|
<attribute name="title">
|
<string>校准</string>
|
</attribute>
|
<widget class="QLabel" name="label_olvol">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>5</y>
|
<width>180</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_ol_V">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>5</y>
|
<width>30</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="QPushButton" name="btn_stop">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>320</y>
|
<width>110</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>停止</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_clear_dischage">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>380</x>
|
<y>95</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>清零</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_reset_onlinevol">
|
<property name="geometry">
|
<rect>
|
<x>500</x>
|
<y>5</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>重置</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_incurr">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>95</y>
|
<width>180</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_olvol" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>5</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_start_discharge">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>320</y>
|
<width>110</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>放电</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_adjust_online">
|
<property name="geometry">
|
<rect>
|
<x>380</x>
|
<y>5</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_incurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>95</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_ext_A">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>140</y>
|
<width>30</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_extcurr">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>140</y>
|
<width>180</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="btn_adjust_temp">
|
<property name="geometry">
|
<rect>
|
<x>380</x>
|
<y>185</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_gvol" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>50</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_clear_clamp">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>380</x>
|
<y>140</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="text">
|
<string>清零</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_temp">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>185</y>
|
<width>180</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_int_A">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>95</y>
|
<width>30</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="Custom_LineEdit" name="ledit_temp" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>185</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_gvol">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>50</y>
|
<width>180</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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_g_V">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>50</y>
|
<width>30</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="QPushButton" name="btn_reset_dischage">
|
<property name="geometry">
|
<rect>
|
<x>620</x>
|
<y>95</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>重置</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_extcurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>140</y>
|
<width>140</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="text" stdset="0">
|
<string>0.0</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_reset_groupvol">
|
<property name="geometry">
|
<rect>
|
<x>500</x>
|
<y>50</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>重置</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_start_charge">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>320</y>
|
<width>110</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>充电</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_adjust_inner">
|
<property name="geometry">
|
<rect>
|
<x>500</x>
|
<y>95</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_adjust_group">
|
<property name="geometry">
|
<rect>
|
<x>380</x>
|
<y>50</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btn_adjust_exter">
|
<property name="geometry">
|
<rect>
|
<x>500</x>
|
<y>140</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>校准</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_T">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>185</y>
|
<width>30</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</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="btn_reset_clamp">
|
<property name="geometry">
|
<rect>
|
<x>620</x>
|
<y>140</y>
|
<width>100</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>重置</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_Exit">
|
<property name="geometry">
|
<rect>
|
<x>680</x>
|
<y>320</y>
|
<width>110</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);
|
background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>退出</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_background_2">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>-90</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>
|
<zorder>label_background_2</zorder>
|
<zorder>label_olvol</zorder>
|
<zorder>label_ol_V</zorder>
|
<zorder>btn_stop</zorder>
|
<zorder>btn_clear_dischage</zorder>
|
<zorder>btn_reset_onlinevol</zorder>
|
<zorder>label_incurr</zorder>
|
<zorder>ledit_olvol</zorder>
|
<zorder>btn_start_discharge</zorder>
|
<zorder>btn_adjust_online</zorder>
|
<zorder>ledit_incurr</zorder>
|
<zorder>label_ext_A</zorder>
|
<zorder>label_extcurr</zorder>
|
<zorder>btn_adjust_temp</zorder>
|
<zorder>ledit_gvol</zorder>
|
<zorder>btn_clear_clamp</zorder>
|
<zorder>label_temp</zorder>
|
<zorder>label_int_A</zorder>
|
<zorder>ledit_temp</zorder>
|
<zorder>label_gvol</zorder>
|
<zorder>label_g_V</zorder>
|
<zorder>btn_reset_dischage</zorder>
|
<zorder>ledit_extcurr</zorder>
|
<zorder>btn_reset_groupvol</zorder>
|
<zorder>btn_start_charge</zorder>
|
<zorder>btn_adjust_inner</zorder>
|
<zorder>btn_adjust_group</zorder>
|
<zorder>btn_adjust_exter</zorder>
|
<zorder>label_T</zorder>
|
<zorder>btn_reset_clamp</zorder>
|
<zorder>pushButton_Exit</zorder>
|
</widget>
|
</widget>
|
<widget class="QLabel" name="label_MON">
|
<property name="geometry">
|
<rect>
|
<x>470</x>
|
<y>10</y>
|
<width>40</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</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>
|