AddUserAccountWnd.ui 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AddUserAccountWnd</class>
  4. <widget class="QDialog" name="AddUserAccountWnd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>747</width>
  10. <height>580</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string extracomment="添加修改用户名称">Add or modify user name</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>40</y>
  21. <width>151</width>
  22. <height>41</height>
  23. </rect>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <pointsize>14</pointsize>
  28. </font>
  29. </property>
  30. <property name="text">
  31. <string extracomment="用户名称:">user ID:</string>
  32. </property>
  33. </widget>
  34. <widget class="QLineEdit" name="userIDLineEdit">
  35. <property name="geometry">
  36. <rect>
  37. <x>210</x>
  38. <y>40</y>
  39. <width>311</width>
  40. <height>41</height>
  41. </rect>
  42. </property>
  43. <property name="font">
  44. <font>
  45. <pointsize>14</pointsize>
  46. </font>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="label_2">
  50. <property name="geometry">
  51. <rect>
  52. <x>30</x>
  53. <y>100</y>
  54. <width>151</width>
  55. <height>41</height>
  56. </rect>
  57. </property>
  58. <property name="font">
  59. <font>
  60. <pointsize>14</pointsize>
  61. </font>
  62. </property>
  63. <property name="text">
  64. <string extracomment="全名:">full name:</string>
  65. </property>
  66. </widget>
  67. <widget class="QLineEdit" name="fullNameLineEdit">
  68. <property name="geometry">
  69. <rect>
  70. <x>210</x>
  71. <y>100</y>
  72. <width>311</width>
  73. <height>41</height>
  74. </rect>
  75. </property>
  76. <property name="font">
  77. <font>
  78. <pointsize>14</pointsize>
  79. </font>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="label_3">
  83. <property name="geometry">
  84. <rect>
  85. <x>30</x>
  86. <y>240</y>
  87. <width>171</width>
  88. <height>41</height>
  89. </rect>
  90. </property>
  91. <property name="font">
  92. <font>
  93. <pointsize>14</pointsize>
  94. </font>
  95. </property>
  96. <property name="text">
  97. <string extracomment="确认密码:">Confirm Password:</string>
  98. </property>
  99. </widget>
  100. <widget class="QLineEdit" name="confirmPasswordLineEdit">
  101. <property name="geometry">
  102. <rect>
  103. <x>210</x>
  104. <y>240</y>
  105. <width>311</width>
  106. <height>41</height>
  107. </rect>
  108. </property>
  109. <property name="font">
  110. <font>
  111. <pointsize>14</pointsize>
  112. </font>
  113. </property>
  114. <property name="echoMode">
  115. <enum>QLineEdit::Password</enum>
  116. </property>
  117. </widget>
  118. <widget class="QLabel" name="label_4">
  119. <property name="geometry">
  120. <rect>
  121. <x>30</x>
  122. <y>180</y>
  123. <width>151</width>
  124. <height>41</height>
  125. </rect>
  126. </property>
  127. <property name="font">
  128. <font>
  129. <pointsize>14</pointsize>
  130. </font>
  131. </property>
  132. <property name="text">
  133. <string extracomment="密码:">Password:</string>
  134. </property>
  135. </widget>
  136. <widget class="QLineEdit" name="passwordLineEdit">
  137. <property name="geometry">
  138. <rect>
  139. <x>210</x>
  140. <y>180</y>
  141. <width>311</width>
  142. <height>41</height>
  143. </rect>
  144. </property>
  145. <property name="font">
  146. <font>
  147. <pointsize>14</pointsize>
  148. </font>
  149. </property>
  150. <property name="echoMode">
  151. <enum>QLineEdit::Password</enum>
  152. </property>
  153. </widget>
  154. <widget class="QPushButton" name="finishBut">
  155. <property name="geometry">
  156. <rect>
  157. <x>580</x>
  158. <y>30</y>
  159. <width>111</width>
  160. <height>51</height>
  161. </rect>
  162. </property>
  163. <property name="font">
  164. <font>
  165. <pointsize>14</pointsize>
  166. </font>
  167. </property>
  168. <property name="text">
  169. <string extracomment="完成">Finish</string>
  170. </property>
  171. </widget>
  172. <widget class="QPushButton" name="cancelBut">
  173. <property name="geometry">
  174. <rect>
  175. <x>580</x>
  176. <y>100</y>
  177. <width>111</width>
  178. <height>51</height>
  179. </rect>
  180. </property>
  181. <property name="font">
  182. <font>
  183. <pointsize>14</pointsize>
  184. </font>
  185. </property>
  186. <property name="text">
  187. <string extracomment="取消">Cancel</string>
  188. </property>
  189. </widget>
  190. <widget class="QGroupBox" name="groupBox">
  191. <property name="geometry">
  192. <rect>
  193. <x>210</x>
  194. <y>310</y>
  195. <width>311</width>
  196. <height>241</height>
  197. </rect>
  198. </property>
  199. <property name="font">
  200. <font>
  201. <pointsize>14</pointsize>
  202. </font>
  203. </property>
  204. <property name="title">
  205. <string extracomment="权限">Privilege</string>
  206. </property>
  207. <widget class="QRadioButton" name="adminRadioButton">
  208. <property name="geometry">
  209. <rect>
  210. <x>40</x>
  211. <y>30</y>
  212. <width>151</width>
  213. <height>41</height>
  214. </rect>
  215. </property>
  216. <property name="font">
  217. <font>
  218. <pointsize>14</pointsize>
  219. </font>
  220. </property>
  221. <property name="text">
  222. <string extracomment="管理员">Administrator</string>
  223. </property>
  224. </widget>
  225. <widget class="QRadioButton" name="engineerRadioButton">
  226. <property name="geometry">
  227. <rect>
  228. <x>40</x>
  229. <y>70</y>
  230. <width>151</width>
  231. <height>41</height>
  232. </rect>
  233. </property>
  234. <property name="font">
  235. <font>
  236. <pointsize>14</pointsize>
  237. </font>
  238. </property>
  239. <property name="text">
  240. <string extracomment="工程师">Engineer</string>
  241. </property>
  242. </widget>
  243. <widget class="QRadioButton" name="seniorOperatorRadioButton">
  244. <property name="geometry">
  245. <rect>
  246. <x>40</x>
  247. <y>150</y>
  248. <width>201</width>
  249. <height>41</height>
  250. </rect>
  251. </property>
  252. <property name="font">
  253. <font>
  254. <pointsize>14</pointsize>
  255. </font>
  256. </property>
  257. <property name="text">
  258. <string extracomment="高级操作员">Senior Operator</string>
  259. </property>
  260. </widget>
  261. <widget class="QRadioButton" name="technicianRadioButton">
  262. <property name="geometry">
  263. <rect>
  264. <x>40</x>
  265. <y>110</y>
  266. <width>151</width>
  267. <height>41</height>
  268. </rect>
  269. </property>
  270. <property name="font">
  271. <font>
  272. <pointsize>14</pointsize>
  273. </font>
  274. </property>
  275. <property name="text">
  276. <string extracomment="技术员">Technician</string>
  277. </property>
  278. </widget>
  279. <widget class="QRadioButton" name="operatorRadioButton">
  280. <property name="geometry">
  281. <rect>
  282. <x>40</x>
  283. <y>190</y>
  284. <width>151</width>
  285. <height>41</height>
  286. </rect>
  287. </property>
  288. <property name="font">
  289. <font>
  290. <pointsize>14</pointsize>
  291. </font>
  292. </property>
  293. <property name="text">
  294. <string extracomment="操作员">Operator</string>
  295. </property>
  296. <property name="checked">
  297. <bool>true</bool>
  298. </property>
  299. </widget>
  300. </widget>
  301. <widget class="QWidget" name="centralwidget" native="true">
  302. <property name="geometry">
  303. <rect>
  304. <x>0</x>
  305. <y>0</y>
  306. <width>747</width>
  307. <height>562</height>
  308. </rect>
  309. </property>
  310. </widget>
  311. <zorder>centralwidget</zorder>
  312. <zorder>label</zorder>
  313. <zorder>userIDLineEdit</zorder>
  314. <zorder>label_2</zorder>
  315. <zorder>fullNameLineEdit</zorder>
  316. <zorder>label_3</zorder>
  317. <zorder>confirmPasswordLineEdit</zorder>
  318. <zorder>label_4</zorder>
  319. <zorder>passwordLineEdit</zorder>
  320. <zorder>finishBut</zorder>
  321. <zorder>cancelBut</zorder>
  322. <zorder>groupBox</zorder>
  323. </widget>
  324. <resources/>
  325. <connections/>
  326. </ui>