CodeLibrary/05_QtCreator_Cplus_TCPServer_20240423/widget.ui
2024-04-24 23:08:17 +08:00

115 lines
2.4 KiB
XML

<?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>440</width>
<height>440</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>421</width>
<height>411</height>
</rect>
</property>
<property name="title">
<string>Server</string>
</property>
<widget class="QTextBrowser" name="Message_Edit">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>391</width>
<height>301</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="ClearButton">
<property name="geometry">
<rect>
<x>300</x>
<y>380</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Clear</string>
</property>
</widget>
<widget class="QPushButton" name="SendButton">
<property name="geometry">
<rect>
<x>300</x>
<y>340</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Send</string>
</property>
</widget>
<widget class="QLineEdit" name="IP_Edit">
<property name="geometry">
<rect>
<x>70</x>
<y>340</y>
<width>211</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="Port_Edit">
<property name="geometry">
<rect>
<x>230</x>
<y>380</y>
<width>51</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>340</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>IP</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>180</x>
<y>380</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Prot</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>