TSI_Config/connect.ui

59 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-04-17 14:06:21 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Connect</class>
<widget class="QWidget" name="Connect">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>550</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>连接</string>
</property>
<widget class="QPushButton" name="pushButton_connect">
<property name="geometry">
<rect>
<x>130</x>
<y>190</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>连接</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>221</width>
<height>22</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>CPU IP:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_IP">
<property name="text">
2025-05-14 23:14:50 +08:00
<string>192.168.0.101</string>
2025-04-17 14:06:21 +08:00
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>