<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>New_Page</class>
|
<widget class="QDialog" name="New_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>
|
<layout class="QGridLayout" name="gridLayout_3">
|
<property name="margin">
|
<number>0</number>
|
</property>
|
<property name="spacing">
|
<number>0</number>
|
</property>
|
<item row="0" column="0">
|
<widget class="QWidget" name="widget" native="true">
|
<property name="styleSheet">
|
<string notr="true">#widget
|
{
|
|
border-image: url(:/new/prefix1/bg.png);
|
}</string>
|
</property>
|
<layout class="QGridLayout" name="gridLayout_2" rowstretch="1,0,10,0">
|
<property name="leftMargin">
|
<number>5</number>
|
</property>
|
<property name="topMargin">
|
<number>5</number>
|
</property>
|
<property name="rightMargin">
|
<number>5</number>
|
</property>
|
<property name="bottomMargin">
|
<number>15</number>
|
</property>
|
<property name="spacing">
|
<number>0</number>
|
</property>
|
<item row="0" column="0">
|
<widget class="QLabel" name="label_Title">
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>16777215</height>
|
</size>
|
</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>
|
</item>
|
<item row="1" column="0">
|
<widget class="Line" name="line_01">
|
<property name="maximumSize">
|
<size>
|
<width>16777215</width>
|
<height>16777215</height>
|
</size>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="0">
|
<layout class="QGridLayout" name="gridLayout" rowstretch="1,0,1,1,1,1,1,1,1" columnstretch="1,1,0,0,0,0,1,1,1,0,0">
|
<property name="leftMargin">
|
<number>50</number>
|
</property>
|
<property name="rightMargin">
|
<number>50</number>
|
</property>
|
<property name="spacing">
|
<number>5</number>
|
</property>
|
<item row="0" column="0">
|
<widget class="QLabel" name="label_BatteryName">
|
<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>
|
</item>
|
<item row="1" column="0" colspan="11">
|
<widget class="Line" name="line_2">
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="0">
|
<widget class="QLabel" name="label_MonVol">
|
<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>
|
</item>
|
<item row="2" column="5">
|
<widget class="QLabel" name="label_001">
|
<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>
|
</item>
|
<item row="2" column="6" rowspan="6">
|
<spacer name="horizontalSpacer_5">
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>13</width>
|
<height>226</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
<item row="2" column="7">
|
<widget class="QLabel" name="label_PresetCap">
|
<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>
|
</item>
|
<item row="2" column="8" colspan="2">
|
<widget class="Custom_LineEdit" name="edit_PresetCap" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>1000</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="10">
|
<widget class="QLabel" name="label_010">
|
<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> AH </string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="0">
|
<widget class="QLabel" name="label_NominalCap">
|
<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>
|
</item>
|
<item row="3" column="7">
|
<widget class="QLabel" name="label_GroupLow">
|
<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>
|
</item>
|
<item row="4" column="0">
|
<widget class="QLabel" name="label_GroupNum">
|
<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>
|
</item>
|
<item row="4" column="7">
|
<widget class="QLabel" name="label_MonLow">
|
<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>
|
</item>
|
<item row="5" column="0">
|
<widget class="QLabel" name="label_MonNum">
|
<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>
|
</item>
|
<item row="5" column="7">
|
<widget class="QLabel" name="label_LowNum">
|
<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>
|
</item>
|
<item row="5" column="8" colspan="2">
|
<widget class="Custom_LineEdit" name="edit_LowNum" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>1</string>
|
</property>
|
</widget>
|
</item>
|
<item row="6" column="0">
|
<widget class="QLabel" name="label_HourRate">
|
<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>
|
</item>
|
<item row="6" column="7">
|
<widget class="QLabel" name="label_PresetTime">
|
<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>
|
</item>
|
<item row="7" column="0">
|
<widget class="QLabel" name="label_PresetCur">
|
<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>预放电流</string>
|
</property>
|
</widget>
|
</item>
|
<item row="7" column="7">
|
<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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="8" column="0">
|
<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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</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" colspan="4">
|
<widget class="Custom_LineEdit" name="edit_MonVol" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>2</string>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="1" colspan="4">
|
<widget class="Custom_LineEdit" name="edit_GroupNum" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>1</string>
|
</property>
|
</widget>
|
</item>
|
<item row="5" column="1" colspan="4">
|
<widget class="Custom_LineEdit" name="edit_MonNum" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>24</string>
|
</property>
|
</widget>
|
</item>
|
<item row="6" column="1" colspan="4">
|
<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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>10</string>
|
</property>
|
</widget>
|
</item>
|
<item row="8" column="5">
|
<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="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</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="7" column="5">
|
<widget class="QLabel" name="label_005">
|
<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> A </string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="5">
|
<widget class="QLabel" name="label_002">
|
<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> AH </string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="1" colspan="4">
|
<widget class="Custom_LineEdit" name="edit_NominalCap" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>1000</string>
|
</property>
|
</widget>
|
</item>
|
<item row="7" column="1" colspan="4">
|
<widget class="Custom_LineEdit" name="edit_PresetCur" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>100</string>
|
</property>
|
</widget>
|
</item>
|
<item row="8" column="1" colspan="4">
|
<widget class="Custom_LineEdit" name="edit_reserve_2" native="true">
|
<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>
|
</widget>
|
</item>
|
<item row="3" column="10">
|
<widget class="QLabel" name="label_006">
|
<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>
|
</item>
|
<item row="4" column="10">
|
<widget class="QLabel" name="label_007">
|
<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>
|
</item>
|
<item row="6" column="10">
|
<widget class="QLabel" name="label_009">
|
<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="7" column="10">
|
<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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</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="6" column="8" colspan="2">
|
<widget class="Custom_LineEdit" name="edit_PresetTime" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>10:00</string>
|
</property>
|
</widget>
|
</item>
|
<item row="7" column="8" colspan="2">
|
<widget class="Custom_LineEdit" name="edit_reserve_1" native="true">
|
<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>
|
</widget>
|
</item>
|
<item row="4" column="8" colspan="2">
|
<widget class="Custom_LineEdit" name="edit_MonLow" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>1.80</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="8" colspan="2">
|
<widget class="Custom_LineEdit" name="edit_GroupLow" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>195</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="1" colspan="10">
|
<widget class="Custom_LineEdit" name="edit_BatteryName" 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>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string>新建</string>
|
</property>
|
</widget>
|
</item>
|
<item row="8" column="7">
|
<widget class="QLabel" name="label_reserve_5">
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
</item>
|
<item row="8" column="8">
|
<widget class="Custom_LineEdit" name="edit_reserve_3" native="true">
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
</widget>
|
</item>
|
<item row="8" column="10">
|
<widget class="QLabel" name="label_reserve_6">
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>A</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item row="3" column="0">
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="2,2">
|
<property name="spacing">
|
<number>100</number>
|
</property>
|
<property name="leftMargin">
|
<number>150</number>
|
</property>
|
<property name="topMargin">
|
<number>5</number>
|
</property>
|
<property name="rightMargin">
|
<number>150</number>
|
</property>
|
<property name="bottomMargin">
|
<number>0</number>
|
</property>
|
<item>
|
<widget class="QPushButton" name="pushButton_OK">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>45</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</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="QPushButton" name="pushButton_Return">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>0</width>
|
<height>45</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>16777215</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">color: rgb(255, 0, 0);
|
background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>取 消</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<customwidgets>
|
<customwidget>
|
<class>Custom_LineEdit</class>
|
<extends>QWidget</extends>
|
<header>custom_lineedit.h</header>
|
</customwidget>
|
</customwidgets>
|
<resources/>
|
<connections/>
|
</ui>
|