代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NetworkSetting</class>
<widget class="QWidget" name="NetworkSetting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1010</width>
<height>800</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>90</x>
<y>40</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 24px"Ubuntu";
font:bold;
color: rgb(255, 255, 255);
border:0px solid;</string>
</property>
<property name="text">
<string>设备名称</string>
</property>
</widget>
<widget class="QComboBox" name="DeviceName">
<property name="geometry">
<rect>
<x>230</x>
<y>40</y>
<width>231</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(251, 160, 57);
border:2px solid rgb(251, 160, 57);
font: 24px"Ubuntu";
font:bold;
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLabel" name="label_48">
<property name="geometry">
<rect>
<x>100</x>
<y>100</y>
<width>101</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px "Ubuntu";
font:bold;</string>
</property>
<property name="text">
<string>Type</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QRadioButton" name="DhcpBt">
<property name="geometry">
<rect>
<x>350</x>
<y>100</y>
<width>121</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px "Ubuntu";
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>Dhcp</string>
</property>
</widget>
<widget class="QRadioButton" name="StaticBt">
<property name="geometry">
<rect>
<x>230</x>
<y>100</y>
<width>111</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px "Ubuntu";
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>Static</string>
</property>
</widget>
<widget class="QLineEdit" name="IpLine">
<property name="geometry">
<rect>
<x>230</x>
<y>160</y>
<width>261</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67,67,67);
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLabel" name="label_45">
<property name="geometry">
<rect>
<x>80</x>
<y>160</y>
<width>121</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px "Ubuntu";
font:bold;</string>
</property>
<property name="text">
<string>IP地址</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="IpTestButton">
<property name="geometry">
<rect>
<x>520</x>
<y>160</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(251, 160, 57);
font: 24px "Ubuntu";
font:bold;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>IP测试</string>
</property>
</widget>
<widget class="QLineEdit" name="NetMask">
<property name="geometry">
<rect>
<x>230</x>
<y>230</y>
<width>261</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67,67,67);
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLabel" name="label_46">
<property name="geometry">
<rect>
<x>70</x>
<y>230</y>
<width>121</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px "Ubuntu";
font:bold;</string>
</property>
<property name="text">
<string>子网掩码</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="GateWay">
<property name="geometry">
<rect>
<x>230</x>
<y>300</y>
<width>261</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67,67,67);
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QLabel" name="label_47">
<property name="geometry">
<rect>
<x>110</x>
<y>300</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px "Ubuntu";
font:bold;</string>
</property>
<property name="text">
<string>网关</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_49">
<property name="geometry">
<rect>
<x>110</x>
<y>370</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px "Ubuntu";
font:bold;</string>
</property>
<property name="text">
<string>DNS</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="DNS">
<property name="geometry">
<rect>
<x>230</x>
<y>370</y>
<width>261</width>
<height>50</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67,67,67);
color: rgb(255, 255, 255);</string>
</property>
</widget>
<widget class="QPushButton" name="ok">
<property name="geometry">
<rect>
<x>230</x>
<y>470</y>
<width>101</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(251, 160, 57);
font: 24px "Ubuntu";
font:bold;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
<widget class="QLabel" name="IPInfo">
<property name="geometry">
<rect>
<x>680</x>
<y>176</y>
<width>311</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(239, 41, 41);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。