155 lines
3.4 KiB
Plaintext
155 lines
3.4 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>dlgChangePasswd</class>
|
||
|
|
<widget class="QWidget" name="dlgChangePasswd">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>375</width>
|
||
|
|
<height>293</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>登录密码修改</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QPushButton" name="btnDecide_PasswdChg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>170</x>
|
||
|
|
<y>220</y>
|
||
|
|
<width>100</width>
|
||
|
|
<height>41</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="cursor">
|
||
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>确 定</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLineEdit" name="edtOrigin_PasswdChg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>131</x>
|
||
|
|
<y>79</y>
|
||
|
|
<width>200</width>
|
||
|
|
<height>21</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="maxLength">
|
||
|
|
<number>30</number>
|
||
|
|
</property>
|
||
|
|
<property name="echoMode">
|
||
|
|
<enum>QLineEdit::EchoMode::Password</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLineEdit" name="edtConf_PasswdChg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>131</x>
|
||
|
|
<y>178</y>
|
||
|
|
<width>200</width>
|
||
|
|
<height>21</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="maxLength">
|
||
|
|
<number>30</number>
|
||
|
|
</property>
|
||
|
|
<property name="echoMode">
|
||
|
|
<enum>QLineEdit::EchoMode::Password</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="lblConf_PasswdChg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>50</x>
|
||
|
|
<y>180</y>
|
||
|
|
<width>60</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>密码确认:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="lblCurrentUser_PasswdChg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>50</x>
|
||
|
|
<y>35</y>
|
||
|
|
<width>60</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>当前用户:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLineEdit" name="edtNew_PasswdChg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>131</x>
|
||
|
|
<y>128</y>
|
||
|
|
<width>200</width>
|
||
|
|
<height>21</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="maxLength">
|
||
|
|
<number>30</number>
|
||
|
|
</property>
|
||
|
|
<property name="echoMode">
|
||
|
|
<enum>QLineEdit::EchoMode::Password</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLineEdit" name="edtCurrentUser_PasswdChg">
|
||
|
|
<property name="enabled">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>131</x>
|
||
|
|
<y>33</y>
|
||
|
|
<width>200</width>
|
||
|
|
<height>21</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="maxLength">
|
||
|
|
<number>30</number>
|
||
|
|
</property>
|
||
|
|
<property name="readOnly">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="lblNew_PasswdChg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>62</x>
|
||
|
|
<y>131</y>
|
||
|
|
<width>51</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>新密码:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="lblOrigin_PasswdChg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>62</x>
|
||
|
|
<y>82</y>
|
||
|
|
<width>51</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>原密码:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|