<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>MainWindow</class>
|
<widget class="QMainWindow" name="MainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1600</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<property name="windowIcon">
|
<iconset resource="Source/resource.qrc">
|
<normaloff>:/new/prefix1/battery_half.png</normaloff>:/new/prefix1/battery_half.png</iconset>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<widget class="QWidget" name="widget_3" native="true">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1600</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<widget class="QWidget" name="widget" native="true">
|
<property name="geometry">
|
<rect>
|
<x>800</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<widget class="QPushButton" name="pushButton_test">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>160</y>
|
<width>130</width>
|
<height>110</height>
|
</rect>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="icon">
|
<iconset resource="Source/resource.qrc">
|
<normaloff>:/new/prefix1/test.png</normaloff>:/new/prefix1/test.png</iconset>
|
</property>
|
<property name="iconSize">
|
<size>
|
<width>100</width>
|
<height>100</height>
|
</size>
|
</property>
|
<property name="autoDefault">
|
<bool>true</bool>
|
</property>
|
<property name="flat">
|
<bool>true</bool>
|
</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_test">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>260</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>电池测试</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_MON">
|
<property name="geometry">
|
<rect>
|
<x>440</x>
|
<y>10</y>
|
<width>40</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_data">
|
<property name="geometry">
|
<rect>
|
<x>342</x>
|
<y>160</y>
|
<width>130</width>
|
<height>110</height>
|
</rect>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="icon">
|
<iconset resource="Source/resource.qrc">
|
<normaloff>:/new/prefix1/data.png</normaloff>:/new/prefix1/data.png</iconset>
|
</property>
|
<property name="iconSize">
|
<size>
|
<width>128</width>
|
<height>128</height>
|
</size>
|
</property>
|
<property name="autoDefault">
|
<bool>true</bool>
|
</property>
|
<property name="flat">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_logo">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>5</y>
|
<width>341</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/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_WIFI">
|
<property name="geometry">
|
<rect>
|
<x>520</x>
|
<y>10</y>
|
<width>40</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<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_USB">
|
<property name="geometry">
|
<rect>
|
<x>480</x>
|
<y>10</y>
|
<width>40</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_data">
|
<property name="geometry">
|
<rect>
|
<x>342</x>
|
<y>260</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>数据管理</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_system">
|
<property name="geometry">
|
<rect>
|
<x>560</x>
|
<y>260</y>
|
<width>130</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>系统设置</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_system">
|
<property name="geometry">
|
<rect>
|
<x>560</x>
|
<y>160</y>
|
<width>130</width>
|
<height>110</height>
|
</rect>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="icon">
|
<iconset resource="Source/resource.qrc">
|
<normaloff>:/new/prefix1/system.png</normaloff>:/new/prefix1/system.png</iconset>
|
</property>
|
<property name="iconSize">
|
<size>
|
<width>100</width>
|
<height>100</height>
|
</size>
|
</property>
|
<property name="autoDefault">
|
<bool>true</bool>
|
</property>
|
<property name="flat">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Time">
|
<property name="geometry">
|
<rect>
|
<x>570</x>
|
<y>10</y>
|
<width>220</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>18</pointsize>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>2017-10-09 12:20:09</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
</property>
|
</widget>
|
<zorder>label_bg</zorder>
|
<zorder>label_test</zorder>
|
<zorder>pushButton_data</zorder>
|
<zorder>label_logo</zorder>
|
<zorder>line</zorder>
|
<zorder>label_data</zorder>
|
<zorder>label_system</zorder>
|
<zorder>pushButton_system</zorder>
|
<zorder>label_Time</zorder>
|
<zorder>pushButton_test</zorder>
|
<zorder>label_MON</zorder>
|
<zorder>label_WIFI</zorder>
|
<zorder>label_USB</zorder>
|
</widget>
|
<widget class="QWidget" name="widget_2" native="true">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="styleSheet">
|
<string notr="true"/>
|
</property>
|
<widget class="QLabel" name="label_BG">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-image: url(:/new/prefix1/bg.png);</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Type">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>159</y>
|
<width>800</width>
|
<height>51</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>32</pointsize>
|
<weight>75</weight>
|
<bold>true</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
</property>
|
<property name="text">
|
<string>IDCE-4851CT</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_LOGO">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>11</y>
|
<width>281</width>
|
<height>61</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>33</pointsize>
|
<weight>75</weight>
|
<italic>true</italic>
|
<bold>true</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string><html><head/><body><p><span style=" font-size:36pt; font-weight:600; font-style:italic; text-decoration: underline; color:#ffff00;">FUGUANG</span><span style=" font-size:36pt; font-weight:600; font-style:italic; color:#ffff00; vertical-align:super;"/><span style=" font-size:36pt; font-weight:600; color:#ff0000; vertical-align:super;">®</span></p></body></html></string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_CName">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>380</y>
|
<width>800</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>福 州 福 光 电 子 有 限 公 司</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_EName">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>420</y>
|
<width>800</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>17</pointsize>
|
<weight>50</weight>
|
<bold>false</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>Fuzhou Fuguang Electronics Co. ,LTD.</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_Name">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>220</y>
|
<width>800</width>
|
<height>71</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>37</pointsize>
|
<weight>75</weight>
|
<italic>false</italic>
|
<bold>true</bold>
|
</font>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>蓄电池组智能放电仪</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_welcome">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>800</width>
|
<height>480</height>
|
</rect>
|
</property>
|
<property name="focusPolicy">
|
<enum>Qt::NoFocus</enum>
|
</property>
|
<property name="autoFillBackground">
|
<bool>false</bool>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: transparent;</string>
|
</property>
|
<property name="text">
|
<string/>
|
</property>
|
<property name="autoDefault">
|
<bool>true</bool>
|
</property>
|
<property name="flat">
|
<bool>true</bool>
|
</property>
|
</widget>
|
<zorder>label_BG</zorder>
|
<zorder>label_LOGO</zorder>
|
<zorder>label_CName</zorder>
|
<zorder>label_EName</zorder>
|
<zorder>label_Name</zorder>
|
<zorder>label_Type</zorder>
|
<zorder>pushButton_welcome</zorder>
|
</widget>
|
</widget>
|
</widget>
|
</widget>
|
<resources>
|
<include location="Source/resource.qrc"/>
|
</resources>
|
<connections/>
|
</ui>
|