117 lines
2.4 KiB
Plaintext
117 lines
2.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<ui version="4.0">
|
|||
|
<class>MqttConfig</class>
|
|||
|
<widget class="QWidget" name="MqttConfig">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>0</y>
|
|||
|
<width>412</width>
|
|||
|
<height>314</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="windowTitle">
|
|||
|
<string>MQTT 配置</string>
|
|||
|
</property>
|
|||
|
<widget class="QLabel" name="label">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>30</y>
|
|||
|
<width>111</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>MQTT 服务器配置</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="label_2">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>60</x>
|
|||
|
<y>90</y>
|
|||
|
<width>54</width>
|
|||
|
<height>12</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>IP:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEdit_ip">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>130</x>
|
|||
|
<y>80</y>
|
|||
|
<width>151</width>
|
|||
|
<height>25</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>25</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="label_3">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>60</x>
|
|||
|
<y>130</y>
|
|||
|
<width>54</width>
|
|||
|
<height>12</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>端口:</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEdit_port">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>130</x>
|
|||
|
<y>120</y>
|
|||
|
<width>151</width>
|
|||
|
<height>25</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>25</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButton_confirm">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>90</x>
|
|||
|
<y>230</y>
|
|||
|
<width>75</width>
|
|||
|
<height>23</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>确定</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButton_cancel">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>210</x>
|
|||
|
<y>230</y>
|
|||
|
<width>75</width>
|
|||
|
<height>23</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>取消</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<resources/>
|
|||
|
<connections/>
|
|||
|
</ui>
|