formdefaultuserreg.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormDefaultUserReg</class>
  4. <widget class="QWidget" name="FormDefaultUserReg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>529</width>
  10. <height>582</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QWidget" name="widgetMust" native="true">
  19. <layout class="QGridLayout" name="gridLayout">
  20. <property name="sizeConstraint">
  21. <enum>QLayout::SetDefaultConstraint</enum>
  22. </property>
  23. <property name="verticalSpacing">
  24. <number>15</number>
  25. </property>
  26. <item row="0" column="0">
  27. <widget class="QLabel" name="label_4">
  28. <property name="text">
  29. <string>登录名:</string>
  30. </property>
  31. <property name="alignment">
  32. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="0" column="1">
  37. <widget class="QLineEdit" name="lineEditUserID">
  38. <property name="sizePolicy">
  39. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  40. <horstretch>0</horstretch>
  41. <verstretch>0</verstretch>
  42. </sizepolicy>
  43. </property>
  44. <property name="text">
  45. <string/>
  46. </property>
  47. </widget>
  48. </item>
  49. <item row="0" column="2">
  50. <widget class="QLabel" name="labelUserIDTip">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="minimumSize">
  58. <size>
  59. <width>0</width>
  60. <height>25</height>
  61. </size>
  62. </property>
  63. <property name="maximumSize">
  64. <size>
  65. <width>16777215</width>
  66. <height>25</height>
  67. </size>
  68. </property>
  69. <property name="text">
  70. <string/>
  71. </property>
  72. </widget>
  73. </item>
  74. <item row="1" column="0">
  75. <widget class="QLabel" name="label">
  76. <property name="text">
  77. <string>密 码:</string>
  78. </property>
  79. <property name="alignment">
  80. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="1" column="1">
  85. <widget class="QLineEdit" name="lineEditUserPwd">
  86. <property name="sizePolicy">
  87. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  88. <horstretch>0</horstretch>
  89. <verstretch>0</verstretch>
  90. </sizepolicy>
  91. </property>
  92. <property name="text">
  93. <string/>
  94. </property>
  95. <property name="echoMode">
  96. <enum>QLineEdit::Password</enum>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="1" column="2">
  101. <widget class="QLabel" name="labelPassTip">
  102. <property name="sizePolicy">
  103. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  104. <horstretch>0</horstretch>
  105. <verstretch>0</verstretch>
  106. </sizepolicy>
  107. </property>
  108. <property name="minimumSize">
  109. <size>
  110. <width>0</width>
  111. <height>25</height>
  112. </size>
  113. </property>
  114. <property name="maximumSize">
  115. <size>
  116. <width>16777215</width>
  117. <height>25</height>
  118. </size>
  119. </property>
  120. <property name="text">
  121. <string/>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="2" column="0">
  126. <widget class="QLabel" name="label_5">
  127. <property name="text">
  128. <string>再输入一遍密码:</string>
  129. </property>
  130. <property name="alignment">
  131. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="2" column="1">
  136. <widget class="QLineEdit" name="lineEditUserPwd2">
  137. <property name="sizePolicy">
  138. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  139. <horstretch>0</horstretch>
  140. <verstretch>0</verstretch>
  141. </sizepolicy>
  142. </property>
  143. <property name="text">
  144. <string/>
  145. </property>
  146. <property name="echoMode">
  147. <enum>QLineEdit::Password</enum>
  148. </property>
  149. </widget>
  150. </item>
  151. <item row="2" column="2">
  152. <widget class="QLabel" name="labelPass2Tip">
  153. <property name="sizePolicy">
  154. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  155. <horstretch>0</horstretch>
  156. <verstretch>0</verstretch>
  157. </sizepolicy>
  158. </property>
  159. <property name="minimumSize">
  160. <size>
  161. <width>0</width>
  162. <height>25</height>
  163. </size>
  164. </property>
  165. <property name="maximumSize">
  166. <size>
  167. <width>16777215</width>
  168. <height>25</height>
  169. </size>
  170. </property>
  171. <property name="text">
  172. <string/>
  173. </property>
  174. </widget>
  175. </item>
  176. <item row="3" column="0">
  177. <widget class="QLabel" name="label_2">
  178. <property name="text">
  179. <string>QQ:</string>
  180. </property>
  181. <property name="alignment">
  182. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  183. </property>
  184. </widget>
  185. </item>
  186. <item row="3" column="1">
  187. <widget class="QLineEdit" name="lineEditQQ">
  188. <property name="sizePolicy">
  189. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  190. <horstretch>0</horstretch>
  191. <verstretch>0</verstretch>
  192. </sizepolicy>
  193. </property>
  194. <property name="text">
  195. <string/>
  196. </property>
  197. </widget>
  198. </item>
  199. <item row="3" column="2">
  200. <widget class="QLabel" name="labelQQTip">
  201. <property name="sizePolicy">
  202. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  203. <horstretch>0</horstretch>
  204. <verstretch>0</verstretch>
  205. </sizepolicy>
  206. </property>
  207. <property name="minimumSize">
  208. <size>
  209. <width>0</width>
  210. <height>25</height>
  211. </size>
  212. </property>
  213. <property name="maximumSize">
  214. <size>
  215. <width>16777215</width>
  216. <height>25</height>
  217. </size>
  218. </property>
  219. <property name="text">
  220. <string/>
  221. </property>
  222. </widget>
  223. </item>
  224. <item row="4" column="0">
  225. <widget class="QLabel" name="label_7">
  226. <property name="text">
  227. <string>电子邮箱:</string>
  228. </property>
  229. <property name="alignment">
  230. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  231. </property>
  232. </widget>
  233. </item>
  234. <item row="4" column="1">
  235. <widget class="QLineEdit" name="lineEditEmail">
  236. <property name="sizePolicy">
  237. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  238. <horstretch>0</horstretch>
  239. <verstretch>0</verstretch>
  240. </sizepolicy>
  241. </property>
  242. <property name="text">
  243. <string/>
  244. </property>
  245. </widget>
  246. </item>
  247. <item row="4" column="2">
  248. <widget class="QLabel" name="labelMailTip">
  249. <property name="sizePolicy">
  250. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  251. <horstretch>0</horstretch>
  252. <verstretch>0</verstretch>
  253. </sizepolicy>
  254. </property>
  255. <property name="minimumSize">
  256. <size>
  257. <width>0</width>
  258. <height>25</height>
  259. </size>
  260. </property>
  261. <property name="maximumSize">
  262. <size>
  263. <width>16777215</width>
  264. <height>25</height>
  265. </size>
  266. </property>
  267. <property name="text">
  268. <string/>
  269. </property>
  270. </widget>
  271. </item>
  272. <item row="6" column="0">
  273. <widget class="QLabel" name="label_8">
  274. <property name="text">
  275. <string>验证码:</string>
  276. </property>
  277. <property name="alignment">
  278. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  279. </property>
  280. </widget>
  281. </item>
  282. <item row="6" column="1">
  283. <layout class="QHBoxLayout" name="horizontalLayout_3">
  284. <item>
  285. <widget class="QLineEdit" name="lineEditValidateCode">
  286. <property name="sizePolicy">
  287. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  288. <horstretch>0</horstretch>
  289. <verstretch>0</verstretch>
  290. </sizepolicy>
  291. </property>
  292. </widget>
  293. </item>
  294. <item>
  295. <widget class="QLabel" name="labelCode">
  296. <property name="font">
  297. <font>
  298. <family>Arial Black</family>
  299. <pointsize>12</pointsize>
  300. <weight>75</weight>
  301. <bold>true</bold>
  302. </font>
  303. </property>
  304. <property name="text">
  305. <string/>
  306. </property>
  307. </widget>
  308. </item>
  309. </layout>
  310. </item>
  311. <item row="6" column="2">
  312. <widget class="QLabel" name="labelCodeTip">
  313. <property name="sizePolicy">
  314. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  315. <horstretch>0</horstretch>
  316. <verstretch>0</verstretch>
  317. </sizepolicy>
  318. </property>
  319. <property name="minimumSize">
  320. <size>
  321. <width>0</width>
  322. <height>25</height>
  323. </size>
  324. </property>
  325. <property name="maximumSize">
  326. <size>
  327. <width>16777215</width>
  328. <height>25</height>
  329. </size>
  330. </property>
  331. <property name="text">
  332. <string/>
  333. </property>
  334. </widget>
  335. </item>
  336. <item row="7" column="1">
  337. <spacer name="verticalSpacer_2">
  338. <property name="orientation">
  339. <enum>Qt::Vertical</enum>
  340. </property>
  341. <property name="sizeHint" stdset="0">
  342. <size>
  343. <width>20</width>
  344. <height>40</height>
  345. </size>
  346. </property>
  347. </spacer>
  348. </item>
  349. <item row="8" column="1">
  350. <widget class="QPushButton" name="pushButtonRegister">
  351. <property name="text">
  352. <string>立即注册</string>
  353. </property>
  354. </widget>
  355. </item>
  356. </layout>
  357. </widget>
  358. </item>
  359. <item>
  360. <widget class="QWidget" name="widgetOpitonal" native="true">
  361. <layout class="QVBoxLayout" name="verticalLayout_3">
  362. <item>
  363. <layout class="QHBoxLayout" name="horizontalLayout">
  364. <item>
  365. <spacer name="horizontalSpacer_2">
  366. <property name="orientation">
  367. <enum>Qt::Horizontal</enum>
  368. </property>
  369. <property name="sizeHint" stdset="0">
  370. <size>
  371. <width>40</width>
  372. <height>20</height>
  373. </size>
  374. </property>
  375. </spacer>
  376. </item>
  377. <item>
  378. <widget class="QPushButton" name="pushButtonMore">
  379. <property name="sizePolicy">
  380. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  381. <horstretch>0</horstretch>
  382. <verstretch>0</verstretch>
  383. </sizepolicy>
  384. </property>
  385. <property name="minimumSize">
  386. <size>
  387. <width>20</width>
  388. <height>0</height>
  389. </size>
  390. </property>
  391. <property name="maximumSize">
  392. <size>
  393. <width>20</width>
  394. <height>16777215</height>
  395. </size>
  396. </property>
  397. <property name="text">
  398. <string>+</string>
  399. </property>
  400. </widget>
  401. </item>
  402. </layout>
  403. </item>
  404. <item>
  405. <widget class="QLabel" name="label_12">
  406. <property name="font">
  407. <font>
  408. <weight>75</weight>
  409. <bold>true</bold>
  410. </font>
  411. </property>
  412. <property name="text">
  413. <string>下列信息不是必输项</string>
  414. </property>
  415. <property name="alignment">
  416. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  417. </property>
  418. </widget>
  419. </item>
  420. <item>
  421. <widget class="QLabel" name="label_9">
  422. <property name="text">
  423. <string>真实姓名:</string>
  424. </property>
  425. </widget>
  426. </item>
  427. <item>
  428. <widget class="QLineEdit" name="lineEditUserName">
  429. <property name="text">
  430. <string/>
  431. </property>
  432. </widget>
  433. </item>
  434. <item>
  435. <widget class="QLabel" name="label_3">
  436. <property name="text">
  437. <string>电话:</string>
  438. </property>
  439. </widget>
  440. </item>
  441. <item>
  442. <widget class="QLineEdit" name="lineEditPhone">
  443. <property name="text">
  444. <string/>
  445. </property>
  446. </widget>
  447. </item>
  448. <item>
  449. <widget class="QLabel" name="label_6">
  450. <property name="text">
  451. <string>旺旺:</string>
  452. </property>
  453. </widget>
  454. </item>
  455. <item>
  456. <widget class="QLineEdit" name="lineEditWW">
  457. <property name="text">
  458. <string/>
  459. </property>
  460. </widget>
  461. </item>
  462. <item>
  463. <widget class="QLabel" name="label_11">
  464. <property name="text">
  465. <string>公司名称:</string>
  466. </property>
  467. </widget>
  468. </item>
  469. <item>
  470. <widget class="QLineEdit" name="lineEditCorpName"/>
  471. </item>
  472. <item>
  473. <widget class="QLabel" name="label_10">
  474. <property name="text">
  475. <string>所在城市:</string>
  476. </property>
  477. </widget>
  478. </item>
  479. <item>
  480. <widget class="QLineEdit" name="lineEditCity">
  481. <property name="text">
  482. <string/>
  483. </property>
  484. </widget>
  485. </item>
  486. </layout>
  487. </widget>
  488. </item>
  489. <item>
  490. <spacer name="verticalSpacer">
  491. <property name="orientation">
  492. <enum>Qt::Vertical</enum>
  493. </property>
  494. <property name="sizeHint" stdset="0">
  495. <size>
  496. <width>20</width>
  497. <height>40</height>
  498. </size>
  499. </property>
  500. </spacer>
  501. </item>
  502. </layout>
  503. </widget>
  504. <tabstops>
  505. <tabstop>lineEditCity</tabstop>
  506. <tabstop>lineEditPhone</tabstop>
  507. <tabstop>lineEditWW</tabstop>
  508. <tabstop>lineEditCorpName</tabstop>
  509. <tabstop>lineEditUserName</tabstop>
  510. <tabstop>lineEditUserID</tabstop>
  511. <tabstop>lineEditUserPwd</tabstop>
  512. <tabstop>lineEditUserPwd2</tabstop>
  513. <tabstop>lineEditQQ</tabstop>
  514. <tabstop>lineEditEmail</tabstop>
  515. <tabstop>lineEditValidateCode</tabstop>
  516. <tabstop>pushButtonRegister</tabstop>
  517. <tabstop>pushButtonMore</tabstop>
  518. </tabstops>
  519. <resources/>
  520. <connections/>
  521. </ui>