changePassword.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormAdduser</class>
  4. <widget class="QWidget" name="FormAdduser">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>360</width>
  10. <height>160</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>360</width>
  16. <height>140</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>360</width>
  22. <height>160</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="0" column="0">
  30. <layout class="QVBoxLayout" name="verticalLayout">
  31. <item>
  32. <layout class="QHBoxLayout" name="horizontalLayout_2">
  33. <item>
  34. <widget class="QLabel" name="label_2">
  35. <property name="text">
  36. <string>原 密 码</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QLineEdit" name="lineEditold"/>
  42. </item>
  43. </layout>
  44. </item>
  45. <item>
  46. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0">
  47. <item>
  48. <widget class="QLabel" name="label_3">
  49. <property name="text">
  50. <string>新 密 码</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QLineEdit" name="lineEditnew">
  56. <property name="text">
  57. <string/>
  58. </property>
  59. <property name="alignment">
  60. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  61. </property>
  62. </widget>
  63. </item>
  64. </layout>
  65. </item>
  66. <item>
  67. <layout class="QHBoxLayout" name="horizontalLayout_4">
  68. <item>
  69. <widget class="QLabel" name="label_4">
  70. <property name="text">
  71. <string>确认密码</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QLineEdit" name="lineEditnew2"/>
  77. </item>
  78. </layout>
  79. </item>
  80. </layout>
  81. </item>
  82. <item row="1" column="0">
  83. <widget class="QPushButton" name="pushButton">
  84. <property name="text">
  85. <string>提交</string>
  86. </property>
  87. </widget>
  88. </item>
  89. </layout>
  90. </widget>
  91. <resources/>
  92. <connections/>
  93. </ui>