166 lines
4.0 KiB
XML
166 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>EthConfig</class>
|
||
<widget class="QWidget" name="EthConfig">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>361</width>
|
||
<height>300</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>以太网配置</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<widget class="QWidget" name="widget" native="true">
|
||
<widget class="QLabel" name="label">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>60</x>
|
||
<y>40</y>
|
||
<width>54</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>以太网:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QComboBox" name="comboBox_eth">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>130</x>
|
||
<y>40</y>
|
||
<width>111</width>
|
||
<height>22</height>
|
||
</rect>
|
||
</property>
|
||
<item>
|
||
<property name="text">
|
||
<string>eth1</string>
|
||
</property>
|
||
</item>
|
||
<item>
|
||
<property name="text">
|
||
<string>eth2</string>
|
||
</property>
|
||
</item>
|
||
</widget>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>60</x>
|
||
<y>90</y>
|
||
<width>54</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>IP:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>33</x>
|
||
<y>120</y>
|
||
<width>81</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>子网掩码:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>60</x>
|
||
<y>150</y>
|
||
<width>54</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>网关:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="lineEdit_IP">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>130</x>
|
||
<y>90</y>
|
||
<width>113</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="lineEdit_netmask">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>130</x>
|
||
<y>120</y>
|
||
<width>113</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="lineEdit_gw">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>130</x>
|
||
<y>150</y>
|
||
<width>113</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_confirm">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>60</x>
|
||
<y>222</y>
|
||
<width>71</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>确定</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_cancel">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>170</x>
|
||
<y>222</y>
|
||
<width>81</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>取消</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|