1 Star 0 Fork 20

MumiWHN/24041智能安防_3

forked from 刘军/24041智能安防 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
admin.ui 2.66 KB
一键复制 编辑 原始数据 按行查看 历史
刘军 提交于 2024-09-17 15:54 . admin chmod mes and data
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>admin</class>
<widget class="QWidget" name="admin">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>504</width>
<height>385</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="btn_login">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
<widget class="QLabel" name="lab_user">
<property name="geometry">
<rect>
<x>60</x>
<y>110</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Noto Sans CJK SC</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>用户名</string>
</property>
</widget>
<widget class="QLabel" name="label_pwd">
<property name="geometry">
<rect>
<x>60</x>
<y>180</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Noto Sans CJK SC</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>密码</string>
</property>
</widget>
<widget class="QLabel" name="label_show_user">
<property name="geometry">
<rect>
<x>190</x>
<y>120</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Noto Sans CJK SC</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
<widget class="QLabel" name="label_show_pwd">
<property name="geometry">
<rect>
<x>190</x>
<y>190</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Noto Sans CJK SC</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
<widget class="QPushButton" name="btn_return">
<property name="geometry">
<rect>
<x>30</x>
<y>300</y>
<width>80</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mumiwhn/24041-intelligent-security_3.git
git@gitee.com:mumiwhn/24041-intelligent-security_3.git
mumiwhn
24041-intelligent-security_3
24041智能安防_3
master

搜索帮助