InitializeDevDlg.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CInitializeDevDlg</class>
  4. <widget class="QDialog" name="CInitializeDevDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>350</width>
  10. <height>230</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>350</width>
  16. <height>230</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>350</width>
  22. <height>230</height>
  23. </size>
  24. </property>
  25. <property name="baseSize">
  26. <size>
  27. <width>350</width>
  28. <height>230</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Initialize Device</string>
  33. </property>
  34. <widget class="QLabel" name="UserName">
  35. <property name="geometry">
  36. <rect>
  37. <x>20</x>
  38. <y>30</y>
  39. <width>101</width>
  40. <height>21</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>UserName</string>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="Password">
  48. <property name="geometry">
  49. <rect>
  50. <x>20</x>
  51. <y>70</y>
  52. <width>101</width>
  53. <height>21</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string>Password</string>
  58. </property>
  59. </widget>
  60. <widget class="QLabel" name="ConfirmPassword">
  61. <property name="geometry">
  62. <rect>
  63. <x>20</x>
  64. <y>110</y>
  65. <width>141</width>
  66. <height>21</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>Confirm Password</string>
  71. </property>
  72. </widget>
  73. <widget class="QLabel" name="ResetWay">
  74. <property name="geometry">
  75. <rect>
  76. <x>20</x>
  77. <y>150</y>
  78. <width>71</width>
  79. <height>21</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string>Reset Way</string>
  84. </property>
  85. </widget>
  86. <widget class="QLineEdit" name="UserName_Edit">
  87. <property name="geometry">
  88. <rect>
  89. <x>190</x>
  90. <y>30</y>
  91. <width>113</width>
  92. <height>20</height>
  93. </rect>
  94. </property>
  95. </widget>
  96. <widget class="QLineEdit" name="Password_Edit">
  97. <property name="geometry">
  98. <rect>
  99. <x>190</x>
  100. <y>70</y>
  101. <width>113</width>
  102. <height>20</height>
  103. </rect>
  104. </property>
  105. </widget>
  106. <widget class="QLineEdit" name="ConfirmPassword_Edit">
  107. <property name="geometry">
  108. <rect>
  109. <x>190</x>
  110. <y>110</y>
  111. <width>113</width>
  112. <height>20</height>
  113. </rect>
  114. </property>
  115. </widget>
  116. <widget class="QLineEdit" name="ResetWay_Edit">
  117. <property name="geometry">
  118. <rect>
  119. <x>190</x>
  120. <y>150</y>
  121. <width>113</width>
  122. <height>20</height>
  123. </rect>
  124. </property>
  125. </widget>
  126. <widget class="QPushButton" name="OKButton">
  127. <property name="geometry">
  128. <rect>
  129. <x>170</x>
  130. <y>200</y>
  131. <width>75</width>
  132. <height>23</height>
  133. </rect>
  134. </property>
  135. <property name="text">
  136. <string>OK</string>
  137. </property>
  138. </widget>
  139. <widget class="QPushButton" name="CancelButton">
  140. <property name="geometry">
  141. <rect>
  142. <x>260</x>
  143. <y>200</y>
  144. <width>75</width>
  145. <height>23</height>
  146. </rect>
  147. </property>
  148. <property name="text">
  149. <string>Cancel</string>
  150. </property>
  151. </widget>
  152. <widget class="QLineEdit" name="RetWay_Edit">
  153. <property name="geometry">
  154. <rect>
  155. <x>100</x>
  156. <y>150</y>
  157. <width>91</width>
  158. <height>20</height>
  159. </rect>
  160. </property>
  161. </widget>
  162. </widget>
  163. <layoutdefault spacing="6" margin="11"/>
  164. <resources/>
  165. <connections/>
  166. </ui>