1 Star 0 Fork 0

qinxude/rk3568ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
networksetting.ui 7.87 KB
一键复制 编辑 原始数据 按行查看 历史
qinxude 提交于 2024-09-03 09:38 . 3568ui base
<?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&quot;Ubuntu&quot;;
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&quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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 &quot;Ubuntu&quot;;
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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qinxude/rk3568ui.git
[email protected]:qinxude/rk3568ui.git
qinxude
rk3568ui
rk3568ui
master

搜索帮助