<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>Param_Page</class>
|
<widget class="QDialog" name="Param_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_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_Title">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>2</y>
|
<width>211</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="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_Time">
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>10</y>
|
<width>220</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>2017-10-09 12:20:09</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="tabWidget">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>190</y>
|
<width>686</width>
|
<height>285</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_disparam">
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<attribute name="title">
|
<string>放电参数</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab1_bg">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>780</width>
|
<height>380</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="Custom_LineEdit" name="ledit_discurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>20</y>
|
<width>110</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>10.5</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_discurr">
|
<property name="geometry">
|
<rect>
|
<x>16</x>
|
<y>20</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</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_distime" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>20</y>
|
<width>110</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>10:00</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disctime">
|
<property name="geometry">
|
<rect>
|
<x>366</x>
|
<y>20</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>放电时长(H:M):</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_disvollow" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>80</y>
|
<width>110</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>10.5</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_disvollow">
|
<property name="geometry">
|
<rect>
|
<x>16</x>
|
<y>80</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</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_cellvollow" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>140</y>
|
<width>110</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>3.500</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_discellvollow">
|
<property name="geometry">
|
<rect>
|
<x>16</x>
|
<y>140</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</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_discap" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>80</y>
|
<width>110</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>10.5</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_discap">
|
<property name="geometry">
|
<rect>
|
<x>366</x>
|
<y>80</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>测试容量(AH):</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_dissoc" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>140</y>
|
<width>110</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>10.5</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_dissoc">
|
<property name="geometry">
|
<rect>
|
<x>366</x>
|
<y>140</y>
|
<width>241</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>放电目标SOC(%):</string>
|
</property>
|
</widget>
|
<zorder>label_tab1_bg</zorder>
|
<zorder>label_discurr</zorder>
|
<zorder>label_disctime</zorder>
|
<zorder>label_disvollow</zorder>
|
<zorder>label_discellvollow</zorder>
|
<zorder>label_discap</zorder>
|
<zorder>label_dissoc</zorder>
|
<zorder>ledit_discurr</zorder>
|
<zorder>ledit_cellvollow</zorder>
|
<zorder>ledit_distime</zorder>
|
<zorder>ledit_disvollow</zorder>
|
<zorder>ledit_dissoc</zorder>
|
<zorder>ledit_discap</zorder>
|
</widget>
|
<widget class="QWidget" name="tab_chgparam">
|
<attribute name="title">
|
<string>充电参数</string>
|
</attribute>
|
<widget class="QLabel" name="label_tab2_bg">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>760</width>
|
<height>380</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="Custom_LineEdit" name="ledit_chgcurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>20</y>
|
<width>110</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>10.5</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_chgcap" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>80</y>
|
<width>110</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>10.5</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_cellvolhigh" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>140</y>
|
<width>110</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>3.500</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_chgsoc">
|
<property name="geometry">
|
<rect>
|
<x>366</x>
|
<y>140</y>
|
<width>231</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>充电目标SOC(%):</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_chgvolhigh" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>80</y>
|
<width>110</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>10.5</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_chgvolhigh">
|
<property name="geometry">
|
<rect>
|
<x>16</x>
|
<y>80</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</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_chgcurr">
|
<property name="geometry">
|
<rect>
|
<x>16</x>
|
<y>20</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</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_chgsoc" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>140</y>
|
<width>110</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>10.5</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_chgctime">
|
<property name="geometry">
|
<rect>
|
<x>366</x>
|
<y>20</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>充电时长(H:M):</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_chgtime" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>20</y>
|
<width>110</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>10:00</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_chgcap">
|
<property name="geometry">
|
<rect>
|
<x>366</x>
|
<y>80</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>测试容量(AH):</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_cellvolhigh">
|
<property name="geometry">
|
<rect>
|
<x>16</x>
|
<y>140</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>单体上限(V):</string>
|
</property>
|
</widget>
|
<zorder>label_tab2_bg</zorder>
|
<zorder>label_chgsoc</zorder>
|
<zorder>label_chgvolhigh</zorder>
|
<zorder>label_chgcurr</zorder>
|
<zorder>label_chgctime</zorder>
|
<zorder>label_chgcap</zorder>
|
<zorder>label_cellvolhigh</zorder>
|
<zorder>ledit_chgtime</zorder>
|
<zorder>ledit_chgcurr</zorder>
|
<zorder>ledit_cellvolhigh</zorder>
|
<zorder>ledit_chgvolhigh</zorder>
|
<zorder>ledit_chgcap</zorder>
|
<zorder>ledit_chgsoc</zorder>
|
</widget>
|
</widget>
|
<widget class="QPushButton" name="pushButton_save">
|
<property name="geometry">
|
<rect>
|
<x>700</x>
|
<y>290</y>
|
<width>91</width>
|
<height>51</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>保 存</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_cancel">
|
<property name="geometry">
|
<rect>
|
<x>700</x>
|
<y>370</y>
|
<width>91</width>
|
<height>51</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>取 消</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBox_testtype">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>50</y>
|
<width>125</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">QComboBox {
|
border: 1px solid gray;
|
border-radius: 3px;
|
padding: 1px 2px 1px 2px;
|
min-width: 100px;
|
}
|
QComboBox::down-arrow {
|
image: url(:/new/prefix1/combox.png);
|
}
|
QComboBox::drop-down {
|
subcontrol-origin: padding;
|
subcontrol-position: top right;
|
width: 20px;
|
|
border-left-width: 1px;
|
border-left-color: darkgray;
|
border-left-style: solid; /* just a single line */
|
border-top-right-radius: 3px; /* same radius as the QComboBox */
|
border-bottom-right-radius: 3px;
|
}
|
|
QComboBox QAbstractItemView
|
{
|
|
}
|
QComboBox QAbstractItemView::item {
|
|
}
|
|
QListView::item {
|
background: white;
|
}
|
|
QListView::item:hover {
|
background: #BDD7FD;
|
}</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_celldiffvol">
|
<property name="geometry">
|
<rect>
|
<x>148</x>
|
<y>50</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>电芯压差(mV):</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_celldiffvol" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>302</x>
|
<y>50</y>
|
<width>110</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>111</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_temphigh" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>608</x>
|
<y>50</y>
|
<width>110</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>55.5</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_temphigh">
|
<property name="geometry">
|
<rect>
|
<x>450</x>
|
<y>50</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>温度上限(℃):</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBox_constvol">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>110</y>
|
<width>125</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">QComboBox {
|
border: 1px solid gray;
|
border-radius: 3px;
|
padding: 1px 2px 1px 2px;
|
min-width: 100px;
|
}
|
QComboBox::down-arrow {
|
image: url(:/new/prefix1/combox.png);
|
}
|
QComboBox::drop-down {
|
subcontrol-origin: padding;
|
subcontrol-position: top right;
|
width: 20px;
|
|
border-left-width: 1px;
|
border-left-color: darkgray;
|
border-left-style: solid; /* just a single line */
|
border-top-right-radius: 3px; /* same radius as the QComboBox */
|
border-bottom-right-radius: 3px;
|
}
|
|
QComboBox QAbstractItemView
|
{
|
|
}
|
QComboBox QAbstractItemView::item {
|
|
}
|
|
QListView::item {
|
background: white;
|
}
|
|
QListView::item:hover {
|
background: #BDD7FD;
|
}</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="ledit_stopcurr" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>302</x>
|
<y>110</y>
|
<width>110</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>1.0</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_stopcurr">
|
<property name="geometry">
|
<rect>
|
<x>148</x>
|
<y>110</y>
|
<width>191</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<family>Ubuntu</family>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<italic>false</italic>
|
<bold>false</bold>
|
<underline>false</underline>
|
<kerning>true</kerning>
|
</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_USB">
|
<property name="geometry">
|
<rect>
|
<x>490</x>
|
<y>10</y>
|
<width>40</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<zorder>label_bg</zorder>
|
<zorder>label_Title</zorder>
|
<zorder>line_h</zorder>
|
<zorder>label_Time</zorder>
|
<zorder>label_exit</zorder>
|
<zorder>pushButton_Exit</zorder>
|
<zorder>tabWidget</zorder>
|
<zorder>pushButton_save</zorder>
|
<zorder>pushButton_cancel</zorder>
|
<zorder>label_celldiffvol</zorder>
|
<zorder>label_temphigh</zorder>
|
<zorder>comboBox_constvol</zorder>
|
<zorder>label_stopcurr</zorder>
|
<zorder>comboBox_testtype</zorder>
|
<zorder>ledit_stopcurr</zorder>
|
<zorder>ledit_celldiffvol</zorder>
|
<zorder>ledit_temphigh</zorder>
|
<zorder>label_USB</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>
|