CodeLibrary/05_pycharm_python_pyqt5学习/UserWindow.ui

107 lines
2.2 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>467</width>
<height>145</height>
</rect>
</property>
<property name="windowTitle">
<string>登录器</string>
</property>
<widget class="QLabel" name="UserID_Label">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>用户ID</string>
</property>
</widget>
<widget class="QLineEdit" name="UserID_Edit">
<property name="geometry">
<rect>
<x>80</x>
<y>30</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="UserPwd_Edit">
<property name="geometry">
<rect>
<x>80</x>
<y>60</y>
<width>161</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="UserPwd_Label">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>密码:</string>
</property>
</widget>
<widget class="QPushButton" name="BTN_Login">
<property name="geometry">
<rect>
<x>190</x>
<y>90</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe 黑体 Std R</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
<widget class="QTextBrowser" name="Message_Text">
<property name="geometry">
<rect>
<x>250</x>
<y>20</y>
<width>201</width>
<height>111</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>