提交 0e864040 编写于 作者: 疾风铸境's avatar 疾风铸境

上传新文件

上级 3b44afa9
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LoginForm</class>
<widget class="QMainWindow" name="LoginForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>438</width>
<height>249</height>
</rect>
</property>
<property name="windowTitle">
<string>LoginForm</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>170</x>
<y>140</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>60</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>用户名</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>170</x>
<y>50</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>999904</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>170</x>
<y>90</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>123456</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</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>密码</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>438</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册