dialogsetpassword.ui 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSetPassWord</class>
  4. <widget class="QDialog" name="DialogSetPassWord">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>504</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLineEdit" name="lineEdit_NewPass">
  17. <property name="geometry">
  18. <rect>
  19. <x>180</x>
  20. <y>103</y>
  21. <width>221</width>
  22. <height>40</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLineEdit" name="lineEdit_OldPass">
  27. <property name="geometry">
  28. <rect>
  29. <x>180</x>
  30. <y>44</y>
  31. <width>221</width>
  32. <height>41</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. <widget class="QLabel" name="label_2">
  37. <property name="geometry">
  38. <rect>
  39. <x>60</x>
  40. <y>100</y>
  41. <width>101</width>
  42. <height>41</height>
  43. </rect>
  44. </property>
  45. <property name="text">
  46. <string>新密码</string>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="label">
  50. <property name="geometry">
  51. <rect>
  52. <x>60</x>
  53. <y>40</y>
  54. <width>101</width>
  55. <height>41</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>原密码</string>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="pushButton_Set">
  63. <property name="geometry">
  64. <rect>
  65. <x>60</x>
  66. <y>200</y>
  67. <width>151</width>
  68. <height>51</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>设置</string>
  73. </property>
  74. </widget>
  75. <widget class="QPushButton" name="pushButton_Close">
  76. <property name="geometry">
  77. <rect>
  78. <x>300</x>
  79. <y>200</y>
  80. <width>151</width>
  81. <height>51</height>
  82. </rect>
  83. </property>
  84. <property name="text">
  85. <string>关闭</string>
  86. </property>
  87. </widget>
  88. </widget>
  89. <tabstops>
  90. <tabstop>lineEdit_OldPass</tabstop>
  91. <tabstop>lineEdit_NewPass</tabstop>
  92. <tabstop>pushButton_Set</tabstop>
  93. <tabstop>pushButton_Close</tabstop>
  94. </tabstops>
  95. <resources/>
  96. <connections/>
  97. </ui>