clEditPassword.ui 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>clEditPassword</class>
  4. <widget class="QWidget" name="clEditPassword">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>587</width>
  10. <height>407</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLineEdit" name="edt_oldPassword">
  17. <property name="geometry">
  18. <rect>
  19. <x>70</x>
  20. <y>40</y>
  21. <width>113</width>
  22. <height>20</height>
  23. </rect>
  24. </property>
  25. <property name="echoMode">
  26. <enum>QLineEdit::Password</enum>
  27. </property>
  28. <property name="placeholderText">
  29. <string>请输入旧密码</string>
  30. </property>
  31. </widget>
  32. <widget class="QLineEdit" name="edt_newPassword">
  33. <property name="geometry">
  34. <rect>
  35. <x>70</x>
  36. <y>90</y>
  37. <width>113</width>
  38. <height>20</height>
  39. </rect>
  40. </property>
  41. <property name="echoMode">
  42. <enum>QLineEdit::Password</enum>
  43. </property>
  44. <property name="placeholderText">
  45. <string>请输入新密码(6到18位数字或字母)</string>
  46. </property>
  47. </widget>
  48. <widget class="QLineEdit" name="edt_newPassword1">
  49. <property name="geometry">
  50. <rect>
  51. <x>70</x>
  52. <y>140</y>
  53. <width>113</width>
  54. <height>20</height>
  55. </rect>
  56. </property>
  57. <property name="echoMode">
  58. <enum>QLineEdit::Password</enum>
  59. </property>
  60. <property name="placeholderText">
  61. <string>请再次输入新密码</string>
  62. </property>
  63. </widget>
  64. <widget class="QPushButton" name="btn_savePassword">
  65. <property name="geometry">
  66. <rect>
  67. <x>70</x>
  68. <y>200</y>
  69. <width>75</width>
  70. <height>23</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>保存</string>
  75. </property>
  76. </widget>
  77. </widget>
  78. <resources/>
  79. <connections/>
  80. </ui>