<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ReName_Page</class>
|
<widget class="QDialog" name="ReName_Page">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>Dialog</string>
|
</property>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>40</y>
|
<width>800</width>
|
<height>4</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_logo">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>5</y>
|
<width>200</width>
|
<height>35</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>24</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>重命名</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_BG">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="pixmap">
|
<pixmap resource="../Source/resource.qrc">:/new/prefix1/bg.png</pixmap>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_01">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>60</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>原电池组名</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_OK">
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>420</y>
|
<width>120</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>确 认</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_oldName">
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>60</y>
|
<width>510</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_02">
|
<property name="geometry">
|
<rect>
|
<x>40</x>
|
<y>110</y>
|
<width>230</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>新电池组名</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_Exit">
|
<property name="geometry">
|
<rect>
|
<x>650</x>
|
<y>420</y>
|
<width>120</width>
|
<height>50</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);
|
background-color:rgb(231,231,231);</string>
|
</property>
|
<property name="text">
|
<string>取 消</string>
|
</property>
|
</widget>
|
<widget class="Custom_LineEdit" name="edit_newName" native="true">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>110</y>
|
<width>510</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
</font>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::ClickFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<property name="text" stdset="0">
|
<string/>
|
</property>
|
</widget>
|
<zorder>label_BG</zorder>
|
<zorder>line</zorder>
|
<zorder>label_logo</zorder>
|
<zorder>label_01</zorder>
|
<zorder>pushButton_OK</zorder>
|
<zorder>label_oldName</zorder>
|
<zorder>label_02</zorder>
|
<zorder>pushButton_Exit</zorder>
|
<zorder>edit_newName</zorder>
|
</widget>
|
<customwidgets>
|
<customwidget>
|
<class>Custom_LineEdit</class>
|
<extends>QWidget</extends>
|
<header>custom_lineedit.h</header>
|
</customwidget>
|
</customwidgets>
|
<resources>
|
<include location="../Source/resource.qrc"/>
|
</resources>
|
<connections/>
|
</ui>
|