<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ConnectDialog</class>
|
<widget class="QDialog" name="ConnectDialog">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>300</width>
|
<height>160</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>系统信息</string>
|
</property>
|
<property name="windowIcon">
|
<iconset resource="../Source/resource.qrc">
|
<normaloff>:/new/prefix1/battery_half.png</normaloff>:/new/prefix1/battery_half.png</iconset>
|
</property>
|
<widget class="QPushButton" name="pushButton">
|
<property name="geometry">
|
<rect>
|
<x>105</x>
|
<y>100</y>
|
<width>90</width>
|
<height>40</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>20</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>取 消</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>80</x>
|
<y>15</y>
|
<width>140</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
</font>
|
</property>
|
<property name="text">
|
<string>正在连接中...</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>55</y>
|
<width>60</width>
|
<height>30</height>
|
</rect>
|
</property>
|
<property name="font">
|
<font>
|
<pointsize>22</pointsize>
|
</font>
|
</property>
|
<property name="layoutDirection">
|
<enum>Qt::LeftToRight</enum>
|
</property>
|
<property name="text">
|
<string>1秒</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
</widget>
|
<resources>
|
<include location="../Source/resource.qrc"/>
|
</resources>
|
<connections/>
|
</ui>
|