<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>Working_Page_FBI</class>
|
<widget class="QDialog" name="Working_Page_FBI">
|
<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="QWidget" name="widget" native="true">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<widget class="QLabel" name="label_MON">
|
<property name="geometry">
|
<rect>
|
<x>460</x>
|
<y>5</y>
|
<width>30</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QTabWidget" name="tabWidget">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>40</y>
|
<width>790</width>
|
<height>390</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</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;
|
}
|
|
#tab_6,#tab_7,#tab_8,#tab_9,#tab_10,#tab
|
{
|
border-image: url(:/new/prefix1/bg.png);
|
}</string>
|
</property>
|
<property name="currentIndex">
|
<number>0</number>
|
</property>
|
<property name="documentMode">
|
<bool>false</bool>
|
</property>
|
<property name="tabsClosable">
|
<bool>false</bool>
|
</property>
|
<widget class="QWidget" name="tab_6">
|
<attribute name="title">
|
<string>参数/测试</string>
|
</attribute>
|
<layout class="QGridLayout" name="gridLayout_5" rowstretch="1,2">
|
<property name="margin">
|
<number>5</number>
|
</property>
|
<property name="spacing">
|
<number>5</number>
|
</property>
|
<item row="0" column="0">
|
<layout class="QGridLayout" name="gridLayout_4" rowstretch="1,2,0" columnstretch="1,5">
|
<property name="horizontalSpacing">
|
<number>5</number>
|
</property>
|
<property name="verticalSpacing">
|
<number>0</number>
|
</property>
|
<item row="0" column="0">
|
<widget class="QComboBox" name="comboBox_Type">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</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>
|
<property name="currentIndex">
|
<number>-1</number>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="1" rowspan="2">
|
<layout class="QGridLayout" name="gridLayout_2" rowstretch="1,1,1" columnstretch="2,3">
|
<property name="horizontalSpacing">
|
<number>5</number>
|
</property>
|
<property name="verticalSpacing">
|
<number>0</number>
|
</property>
|
<item row="1" column="1">
|
<widget class="QLabel" name="label_TestTime">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>已测时间: 00:00:00</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="1">
|
<widget class="QLabel" name="label_TestCur">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>放电电流:0.0A</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="1">
|
<widget class="QLabel" name="label_TestLowNum">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>已到下限个数:0</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="0">
|
<widget class="QLabel" name="label_TestCap">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>已放容量:0AH</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QLabel" name="label_TestGroupVol">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>组端电压:0.0V</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="0">
|
<widget class="QLabel" name="label_OnlineVol">
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>50</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>21</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>在线电压:0.0V</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item row="1" column="0">
|
<spacer name="verticalSpacer_2">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>20</width>
|
<height>85</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
<item row="2" column="0" colspan="2">
|
<widget class="Line" name="line_2">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>1</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>1</height>
|
</size>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item row="1" column="0">
|
<layout class="QGridLayout" name="gridLayout_3" rowstretch="1,1,1,1,1" columnstretch="1,1,0,1,1,1,0,1,1,1,0">
|
<property name="spacing">
|
<number>5</number>
|
</property>
|
<item row="0" column="0">
|
<widget class="QLabel" name="label_testmode">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>测试模式</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="1">
|
<widget class="Custom_LineEdit" name="edit_Setmode" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="contextMenuPolicy">
|
<enum>Qt::DefaultContextMenu</enum>
|
</property>
|
<property name="accessibleDescription">
|
<string/>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="4">
|
<widget class="QLabel" name="label_SetGroupLow">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>组端下限</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="5">
|
<widget class="Custom_LineEdit" name="edit_SetGroupLow" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="6">
|
<widget class="QLabel" name="label_04">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</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 row="0" column="8">
|
<widget class="QLabel" name="label_onlinevol_lowlimit">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>在线阈值</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="9">
|
<widget class="Custom_LineEdit" name="edit_onlinevol_lowlimit" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="10">
|
<widget class="QLabel" name="label_2">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</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 row="1" column="0">
|
<widget class="QLabel" name="label_SetCur">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>预放电流</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="1">
|
<widget class="Custom_LineEdit" name="edit_SetCur" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="2">
|
<widget class="QLabel" name="label_001">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>A</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="4">
|
<widget class="QLabel" name="label_SetMonLow">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>单体下限</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="5">
|
<widget class="Custom_LineEdit" name="edit_SetMonLow" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="6">
|
<widget class="QLabel" name="label_05">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</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 row="1" column="8">
|
<widget class="QLabel" name="label_reserve_1">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>充电限流</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="9">
|
<widget class="Custom_LineEdit" name="edit_reserve_1" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="10">
|
<widget class="QLabel" name="label_reserve_3">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>A</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="0">
|
<widget class="QLabel" name="label_HourRate">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>小时率</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="1">
|
<widget class="Custom_LineEdit" name="edit_HourRate" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>10</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="4">
|
<widget class="QLabel" name="label_SetLowNum">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>下限个数</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="5">
|
<widget class="Custom_LineEdit" name="edit_SetLowNum" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="8">
|
<widget class="QLabel" name="label_reserve_2">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>预放时间</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="9">
|
<widget class="Custom_LineEdit" name="edit_reserve_2" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="10">
|
<widget class="QLabel" name="label_reserve_4">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>H:M</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="0">
|
<widget class="QLabel" name="label_SetCap">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>预放容量</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="1">
|
<widget class="Custom_LineEdit" name="edit_SetCap" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="2">
|
<widget class="QLabel" name="label_02">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>AH</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="3">
|
<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>
|
<item row="3" column="4">
|
<widget class="QLabel" name="label_SetBoosterCeiling">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>升压上限</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="5">
|
<widget class="Custom_LineEdit" name="edit_SetBoosterCeiling" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="6">
|
<widget class="QLabel" name="label_07">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</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 row="3" column="7">
|
<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>
|
<item row="3" column="8" rowspan="2" colspan="3">
|
<layout class="QGridLayout" name="gridLayout" rowstretch="1,1" columnstretch="1,1">
|
<item row="0" column="0">
|
<widget class="QPushButton" name="pushButton_zch">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</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>
|
</item>
|
<item row="1" column="0">
|
<widget class="QPushButton" name="pushButton_Start">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</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>
|
</item>
|
<item row="1" column="1">
|
<widget class="QPushButton" name="pushButton_Stop">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</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>
|
</item>
|
</layout>
|
</item>
|
<item row="4" column="0">
|
<widget class="QLabel" name="label_SetTime">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>预放时间</string>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="1">
|
<widget class="Custom_LineEdit" name="edit_SetTime" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="2">
|
<widget class="QLabel" name="label_03">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>H:M</string>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="4">
|
<widget class="QLabel" name="label_acstop_2">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>停电处理</string>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="5">
|
<widget class="Custom_LineEdit" name="edit_acstop" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="contextMenuPolicy">
|
<enum>Qt::DefaultContextMenu</enum>
|
</property>
|
<property name="accessibleDescription">
|
<string/>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="tab_7">
|
<attribute name="title">
|
<string>单体数据</string>
|
</attribute>
|
<widget class="QTableWidget" name="tableWidget">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>5</y>
|
<width>775</width>
|
<height>264</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="cursor" stdset="0">
|
<cursorShape>ArrowCursor</cursorShape>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="layoutDirection">
|
<enum>Qt::LeftToRight</enum>
|
</property>
|
<property name="autoFillBackground">
|
<bool>false</bool>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="lineWidth">
|
<number>0</number>
|
</property>
|
<property name="autoScroll">
|
<bool>true</bool>
|
</property>
|
<property name="autoScrollMargin">
|
<number>16</number>
|
</property>
|
<property name="editTriggers">
|
<set>QAbstractItemView::NoEditTriggers</set>
|
</property>
|
<property name="tabKeyNavigation">
|
<bool>false</bool>
|
</property>
|
<property name="showDropIndicator" stdset="0">
|
<bool>false</bool>
|
</property>
|
<property name="dragDropOverwriteMode">
|
<bool>false</bool>
|
</property>
|
<property name="textElideMode">
|
<enum>Qt::ElideNone</enum>
|
</property>
|
<property name="showGrid">
|
<bool>true</bool>
|
</property>
|
<property name="gridStyle">
|
<enum>Qt::SolidLine</enum>
|
</property>
|
<property name="sortingEnabled">
|
<bool>false</bool>
|
</property>
|
<property name="wordWrap">
|
<bool>true</bool>
|
</property>
|
<property name="cornerButtonEnabled">
|
<bool>false</bool>
|
</property>
|
<property name="rowCount">
|
<number>6</number>
|
</property>
|
<property name="columnCount">
|
<number>4</number>
|
</property>
|
<attribute name="horizontalHeaderVisible">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
<number>190</number>
|
</attribute>
|
<attribute name="horizontalHeaderHighlightSections">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
<number>150</number>
|
</attribute>
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="horizontalHeaderStretchLastSection">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="verticalHeaderVisible">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="verticalHeaderDefaultSectionSize">
|
<number>44</number>
|
</attribute>
|
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="verticalHeaderStretchLastSection">
|
<bool>true</bool>
|
</attribute>
|
<row/>
|
<row/>
|
<row/>
|
<row/>
|
<row/>
|
<row/>
|
<column/>
|
<column/>
|
<column/>
|
<column/>
|
<item row="0" column="0">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
</widget>
|
<widget class="QLabel" name="label_MaxMon">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>280</y>
|
<width>210</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(0, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>最高:#001-02.000(1组)</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_MinMon">
|
<property name="geometry">
|
<rect>
|
<x>345</x>
|
<y>280</y>
|
<width>210</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 56, 49);</string>
|
</property>
|
<property name="text">
|
<string>最低:#006-01.900(1组)</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_MonLast">
|
<property name="geometry">
|
<rect>
|
<x>560</x>
|
<y>275</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">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>上一页</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_MonNext">
|
<property name="geometry">
|
<rect>
|
<x>675</x>
|
<y>275</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">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>下一页</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Group">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>280</y>
|
<width>115</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>组:1/1</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_8">
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<attribute name="title">
|
<string>单体图表</string>
|
</attribute>
|
<widget class="QCustomPlot" name="chartWidget1" native="true">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>5</y>
|
<width>775</width>
|
<height>265</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_MonChartLast">
|
<property name="geometry">
|
<rect>
|
<x>560</x>
|
<y>275</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">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>上一页</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_MonChartNext">
|
<property name="geometry">
|
<rect>
|
<x>675</x>
|
<y>275</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">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>下一页</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_MinMonChart">
|
<property name="geometry">
|
<rect>
|
<x>345</x>
|
<y>280</y>
|
<width>210</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 56, 49);</string>
|
</property>
|
<property name="text">
|
<string>最低:#006-01.900</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_MaxMonChart">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>280</y>
|
<width>210</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(0, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>最高:#001-02.000</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_GroupChart">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>280</y>
|
<width>120</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>组:1/1</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab_9">
|
<attribute name="title">
|
<string>实时曲线</string>
|
</attribute>
|
<widget class="QCustomPlot" name="chartWidget2" native="true">
|
<property name="geometry">
|
<rect>
|
<x>35</x>
|
<y>55</y>
|
<width>745</width>
|
<height>270</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_SetLabel">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>150</y>
|
<width>30</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>V</string>
|
</property>
|
</widget>
|
<widget class="QWidget" name="layoutWidget">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>5</y>
|
<width>771</width>
|
<height>46</height>
|
</rect>
|
</property>
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,1,1,1">
|
<property name="spacing">
|
<number>12</number>
|
</property>
|
<item>
|
<widget class="QComboBox" name="comboBox_ChartType">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>106</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>160</width>
|
<height>16777215</height>
|
</size>
|
</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>
|
</item>
|
<item>
|
<widget class="QComboBox" name="comboBox_GroupM">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>56</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>110</width>
|
<height>16777215</height>
|
</size>
|
</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: 50px;
|
}
|
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>
|
<property name="iconSize">
|
<size>
|
<width>16</width>
|
<height>16</height>
|
</size>
|
</property>
|
<property name="frame">
|
<bool>true</bool>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_MonLast_Test">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>110</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>110</width>
|
<height>16777215</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">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>上一节</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="Custom_LineEdit" name="edit_mon_id" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>110</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>110</width>
|
<height>16777215</height>
|
</size>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="layoutDirection">
|
<enum>Qt::LeftToRight</enum>
|
</property>
|
<property name="inputMethodHints">
|
<set>Qt::ImhNone</set>
|
</property>
|
<property name="text" stdset="0">
|
<string>1/24</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton_MonNext_Test">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>110</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>110</width>
|
<height>16777215</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">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>下一节</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<spacer name="horizontalSpacer_3">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>110</width>
|
<height>0</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>110</width>
|
<height>16777215</height>
|
</size>
|
</property>
|
<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 class="QWidget" name="tab_10">
|
<attribute name="title">
|
<string>分组信息</string>
|
</attribute>
|
<widget class="QLabel" name="label_TestGroupNum">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>5</y>
|
<width>281</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>测试组数:</string>
|
</property>
|
</widget>
|
<widget class="QTableWidget" name="tableWidget_2">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>50</y>
|
<width>775</width>
|
<height>250</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>19</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="lineWidth">
|
<number>0</number>
|
</property>
|
<property name="editTriggers">
|
<set>QAbstractItemView::NoEditTriggers</set>
|
</property>
|
<property name="textElideMode">
|
<enum>Qt::ElideLeft</enum>
|
</property>
|
<property name="rowCount">
|
<number>5</number>
|
</property>
|
<property name="columnCount">
|
<number>5</number>
|
</property>
|
<attribute name="horizontalHeaderVisible">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
<number>142</number>
|
</attribute>
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="horizontalHeaderStretchLastSection">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="verticalHeaderVisible">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="verticalHeaderDefaultSectionSize">
|
<number>50</number>
|
</attribute>
|
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="verticalHeaderStretchLastSection">
|
<bool>true</bool>
|
</attribute>
|
<row/>
|
<row/>
|
<row/>
|
<row/>
|
<row/>
|
<column/>
|
<column/>
|
<column/>
|
<column/>
|
<column/>
|
<item row="0" column="0">
|
<property name="text">
|
<string>组号</string>
|
</property>
|
<property name="font">
|
<font>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="4">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="0">
|
<property name="text">
|
<string>电流(A)</string>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="4">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="0">
|
<property name="text">
|
<string>容量(AH)</string>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="4">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="3" column="0">
|
<property name="text">
|
<string>最高单体(V)</string>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="background">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>0</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>255</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="3" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>255</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="3" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>255</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="3" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>255</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="3" column="4">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>255</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="4" column="0">
|
<property name="text">
|
<string>最低单体(V)</string>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="background">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>0</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>255</red>
|
<green>56</green>
|
<blue>49</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="4" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>255</red>
|
<green>56</green>
|
<blue>49</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="4" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>255</red>
|
<green>56</green>
|
<blue>49</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="4" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>255</red>
|
<green>56</green>
|
<blue>49</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="4" column="4">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>255</red>
|
<green>56</green>
|
<blue>49</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
</widget>
|
</widget>
|
<widget class="QWidget" name="tab">
|
<attribute name="title">
|
<string>模块信息</string>
|
</attribute>
|
<widget class="QTableWidget" name="tableWidget_3">
|
<property name="enabled">
|
<bool>false</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>60</y>
|
<width>711</width>
|
<height>211</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>15</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="lineWidth">
|
<number>0</number>
|
</property>
|
<property name="editTriggers">
|
<set>QAbstractItemView::NoEditTriggers</set>
|
</property>
|
<property name="textElideMode">
|
<enum>Qt::ElideLeft</enum>
|
</property>
|
<property name="rowCount">
|
<number>4</number>
|
</property>
|
<property name="columnCount">
|
<number>5</number>
|
</property>
|
<attribute name="horizontalHeaderVisible">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
<number>142</number>
|
</attribute>
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="horizontalHeaderStretchLastSection">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="verticalHeaderVisible">
|
<bool>false</bool>
|
</attribute>
|
<attribute name="verticalHeaderDefaultSectionSize">
|
<number>53</number>
|
</attribute>
|
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
|
<bool>true</bool>
|
</attribute>
|
<attribute name="verticalHeaderStretchLastSection">
|
<bool>true</bool>
|
</attribute>
|
<row/>
|
<row/>
|
<row/>
|
<row/>
|
<column/>
|
<column/>
|
<column/>
|
<column/>
|
<column/>
|
<item row="0" column="0">
|
<property name="text">
|
<string>编号</string>
|
</property>
|
<property name="font">
|
<font>
|
<kerning>true</kerning>
|
</font>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="0" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="0">
|
<property name="text">
|
<string>电压(V)</string>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="1" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="0">
|
<property name="text">
|
<string>电流(A)</string>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="2" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
</item>
|
<item row="3" column="0">
|
<property name="text">
|
<string>告警</string>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="background">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>0</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="3" column="1">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>0</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="3" column="2">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>0</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
<item row="3" column="3">
|
<property name="text">
|
<string/>
|
</property>
|
<property name="textAlignment">
|
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
|
</property>
|
<property name="foreground">
|
<brush brushstyle="NoBrush">
|
<color alpha="255">
|
<red>0</red>
|
<green>0</green>
|
<blue>0</blue>
|
</color>
|
</brush>
|
</property>
|
</item>
|
</widget>
|
</widget>
|
</widget>
|
<widget class="QLabel" name="label_Title">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>5</y>
|
<width>200</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>电池测试</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_AlarmState">
|
<property name="geometry">
|
<rect>
|
<x>5</x>
|
<y>435</y>
|
<width>365</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>当前状态:手动停止!</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>35</y>
|
<width>800</width>
|
<height>4</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Time">
|
<property name="geometry">
|
<rect>
|
<x>570</x>
|
<y>5</y>
|
<width>221</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</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>
|
<property name="alignment">
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Background">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</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_DropIndex">
|
<property name="geometry">
|
<rect>
|
<x>370</x>
|
<y>435</y>
|
<width>310</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_Exit">
|
<property name="geometry">
|
<rect>
|
<x>685</x>
|
<y>432</y>
|
<width>110</width>
|
<height>45</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</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);
|
background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>退 出</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_WIFI">
|
<property name="geometry">
|
<rect>
|
<x>520</x>
|
<y>5</y>
|
<width>30</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_USB">
|
<property name="geometry">
|
<rect>
|
<x>490</x>
|
<y>5</y>
|
<width>30</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<zorder>label_Background</zorder>
|
<zorder>label_MON</zorder>
|
<zorder>tabWidget</zorder>
|
<zorder>label_Title</zorder>
|
<zorder>label_AlarmState</zorder>
|
<zorder>line</zorder>
|
<zorder>label_Time</zorder>
|
<zorder>label_DropIndex</zorder>
|
<zorder>pushButton_Exit</zorder>
|
<zorder>label_WIFI</zorder>
|
<zorder>label_USB</zorder>
|
</widget>
|
</widget>
|
<customwidgets>
|
<customwidget>
|
<class>Custom_LineEdit</class>
|
<extends>QWidget</extends>
|
<header>custom_lineedit.h</header>
|
</customwidget>
|
<customwidget>
|
<class>QCustomPlot</class>
|
<extends>QWidget</extends>
|
<header>qcustomplot.h</header>
|
<container>1</container>
|
</customwidget>
|
</customwidgets>
|
<resources>
|
<include location="../Source/resource.qrc"/>
|
</resources>
|
<connections/>
|
</ui>
|