Files
general-system-framework/ui/uiLogin.ui

129 lines
2.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dlgLogin</class>
<widget class="QWidget" name="dlgLogin">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>360</width>
<height>196</height>
</rect>
</property>
<property name="windowTitle">
<string>用户登录</string>
</property>
<widget class="QLabel" name="lblUserID_login">
<property name="geometry">
<rect>
<x>52</x>
<y>30</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>用户名:</string>
</property>
</widget>
<widget class="QComboBox" name="cmbUserID_login">
<property name="geometry">
<rect>
<x>115</x>
<y>30</y>
<width>201</width>
<height>20</height>
</rect>
</property>
<property name="maxCount">
<number>10000</number>
</property>
</widget>
<widget class="QLabel" name="lblUserType_login">
<property name="geometry">
<rect>
<x>37</x>
<y>70</y>
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>用户类别:</string>
</property>
</widget>
<widget class="QLineEdit" name="edtUserType_login">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>115</x>
<y>70</y>
<width>201</width>
<height>20</height>
</rect>
</property>
<property name="maxLength">
<number>5</number>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="lblPassword_login">
<property name="geometry">
<rect>
<x>37</x>
<y>110</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>用户密码:</string>
</property>
</widget>
<widget class="QLineEdit" name="editPasswd_login">
<property name="geometry">
<rect>
<x>115</x>
<y>110</y>
<width>201</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string/>
</property>
<property name="maxLength">
<number>30</number>
</property>
<property name="echoMode">
<enum>QLineEdit::EchoMode::Password</enum>
</property>
<property name="placeholderText">
<string>长度30仅限英文、数字和下划线</string>
</property>
</widget>
<widget class="QPushButton" name="btnDoLogin_login">
<property name="geometry">
<rect>
<x>190</x>
<y>147</y>
<width>70</width>
<height>35</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>