<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Widget</class> <widget class="QWidget" name="Widget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>852</width> <height>427</height> </rect> </property> <property name="windowTitle"> <string>Widget</string> </property> <widget class="QPushButton" name="btnConn"> <property name="geometry"> <rect> <x>380</x> <y>60</y> <width>93</width> <height>28</height> </rect> </property> <property name="text"> <string>连接</string> </property> </widget> <widget class="QPushButton" name="btnDis"> <property name="geometry"> <rect> <x>520</x> <y>60</y> <width>93</width> <height>28</height> </rect> </property> <property name="text"> <string>断开</string> </property> </widget> <widget class="QLineEdit" name="editIp"> <property name="geometry"> <rect> <x>80</x> <y>60</y> <width>113</width> <height>21</height> </rect> </property> </widget> <widget class="QSpinBox" name="spnPort"> <property name="geometry"> <rect> <x>220</x> <y>60</y> <width>131</width> <height>22</height> </rect> </property> </widget> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui>