InitDevAccountUI.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>InitDevAccount</class>
  4. <widget class="QDialog" name="InitDevAccount">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>407</width>
  10. <height>275</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>初始化(Initialization)</string>
  15. </property>
  16. <widget class="QLineEdit" name="username_lineEdit">
  17. <property name="geometry">
  18. <rect>
  19. <x>260</x>
  20. <y>40</y>
  21. <width>113</width>
  22. <height>20</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLabel" name="username_label">
  27. <property name="geometry">
  28. <rect>
  29. <x>150</x>
  30. <y>40</y>
  31. <width>101</width>
  32. <height>20</height>
  33. </rect>
  34. </property>
  35. <property name="text">
  36. <string>用户名(Username)</string>
  37. </property>
  38. </widget>
  39. <widget class="QLabel" name="confirm_password_label">
  40. <property name="geometry">
  41. <rect>
  42. <x>90</x>
  43. <y>130</y>
  44. <width>161</width>
  45. <height>20</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>确认密码(Confirm Password)</string>
  50. </property>
  51. </widget>
  52. <widget class="QLineEdit" name="way_lineEdit">
  53. <property name="enabled">
  54. <bool>false</bool>
  55. </property>
  56. <property name="geometry">
  57. <rect>
  58. <x>160</x>
  59. <y>170</y>
  60. <width>91</width>
  61. <height>20</height>
  62. </rect>
  63. </property>
  64. </widget>
  65. <widget class="QLineEdit" name="confirm_password_lineEdit">
  66. <property name="geometry">
  67. <rect>
  68. <x>260</x>
  69. <y>130</y>
  70. <width>113</width>
  71. <height>20</height>
  72. </rect>
  73. </property>
  74. <property name="echoMode">
  75. <enum>QLineEdit::Password</enum>
  76. </property>
  77. </widget>
  78. <widget class="QLineEdit" name="reset_way_lineEdit">
  79. <property name="geometry">
  80. <rect>
  81. <x>260</x>
  82. <y>170</y>
  83. <width>113</width>
  84. <height>20</height>
  85. </rect>
  86. </property>
  87. </widget>
  88. <widget class="QLabel" name="reser_way_label">
  89. <property name="geometry">
  90. <rect>
  91. <x>40</x>
  92. <y>170</y>
  93. <width>121</width>
  94. <height>20</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string>重置方式(Reset Way)</string>
  99. </property>
  100. </widget>
  101. <widget class="QLineEdit" name="password_lineEdit">
  102. <property name="geometry">
  103. <rect>
  104. <x>260</x>
  105. <y>80</y>
  106. <width>113</width>
  107. <height>20</height>
  108. </rect>
  109. </property>
  110. <property name="echoMode">
  111. <enum>QLineEdit::Password</enum>
  112. </property>
  113. </widget>
  114. <widget class="QLabel" name="password_label">
  115. <property name="geometry">
  116. <rect>
  117. <x>160</x>
  118. <y>80</y>
  119. <width>91</width>
  120. <height>20</height>
  121. </rect>
  122. </property>
  123. <property name="text">
  124. <string>密码(Password)</string>
  125. </property>
  126. </widget>
  127. <widget class="QPushButton" name="pushButton">
  128. <property name="geometry">
  129. <rect>
  130. <x>150</x>
  131. <y>210</y>
  132. <width>121</width>
  133. <height>31</height>
  134. </rect>
  135. </property>
  136. <property name="text">
  137. <string>确定(OK)</string>
  138. </property>
  139. </widget>
  140. </widget>
  141. <resources/>
  142. <connections>
  143. <connection>
  144. <sender>pushButton</sender>
  145. <signal>clicked()</signal>
  146. <receiver>InitDevAccount</receiver>
  147. <slot>accept()</slot>
  148. <hints>
  149. <hint type="sourcelabel">
  150. <x>137</x>
  151. <y>221</y>
  152. </hint>
  153. <hint type="destinationlabel">
  154. <x>139</x>
  155. <y>124</y>
  156. </hint>
  157. </hints>
  158. </connection>
  159. </connections>
  160. </ui>