dialogregister.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogRegister</class>
  4. <widget class="QDialog" name="DialogRegister">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>630</width>
  10. <height>400</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>630</width>
  22. <height>400</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>630</width>
  28. <height>400</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>用户注册</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <property name="spacing">
  36. <number>0</number>
  37. </property>
  38. <property name="margin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <widget class="QWidget" name="widget" native="true">
  43. <layout class="QVBoxLayout" name="verticalLayout_2">
  44. <item>
  45. <widget class="QLabel" name="labelTitle">
  46. <property name="sizePolicy">
  47. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  48. <horstretch>0</horstretch>
  49. <verstretch>0</verstretch>
  50. </sizepolicy>
  51. </property>
  52. <property name="minimumSize">
  53. <size>
  54. <width>0</width>
  55. <height>50</height>
  56. </size>
  57. </property>
  58. <property name="maximumSize">
  59. <size>
  60. <width>16777215</width>
  61. <height>50</height>
  62. </size>
  63. </property>
  64. <property name="text">
  65. <string>TextLabel</string>
  66. </property>
  67. <property name="alignment">
  68. <set>Qt::AlignCenter</set>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <spacer name="verticalSpacer_3">
  74. <property name="orientation">
  75. <enum>Qt::Vertical</enum>
  76. </property>
  77. <property name="sizeHint" stdset="0">
  78. <size>
  79. <width>20</width>
  80. <height>80</height>
  81. </size>
  82. </property>
  83. </spacer>
  84. </item>
  85. <item>
  86. <layout class="QHBoxLayout" name="horizontalLayout">
  87. <item>
  88. <widget class="QLabel" name="label1">
  89. <property name="sizePolicy">
  90. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  91. <horstretch>0</horstretch>
  92. <verstretch>0</verstretch>
  93. </sizepolicy>
  94. </property>
  95. <property name="minimumSize">
  96. <size>
  97. <width>100</width>
  98. <height>0</height>
  99. </size>
  100. </property>
  101. <property name="maximumSize">
  102. <size>
  103. <width>100</width>
  104. <height>16777215</height>
  105. </size>
  106. </property>
  107. <property name="text">
  108. <string>用户名:</string>
  109. </property>
  110. <property name="alignment">
  111. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="QLineEdit" name="lineEditUserID">
  117. <property name="sizePolicy">
  118. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  119. <horstretch>0</horstretch>
  120. <verstretch>0</verstretch>
  121. </sizepolicy>
  122. </property>
  123. <property name="minimumSize">
  124. <size>
  125. <width>200</width>
  126. <height>0</height>
  127. </size>
  128. </property>
  129. <property name="maximumSize">
  130. <size>
  131. <width>200</width>
  132. <height>16777215</height>
  133. </size>
  134. </property>
  135. <property name="text">
  136. <string/>
  137. </property>
  138. </widget>
  139. </item>
  140. <item>
  141. <widget class="QLabel" name="labelUserIDTip">
  142. <property name="sizePolicy">
  143. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  144. <horstretch>0</horstretch>
  145. <verstretch>0</verstretch>
  146. </sizepolicy>
  147. </property>
  148. <property name="minimumSize">
  149. <size>
  150. <width>0</width>
  151. <height>25</height>
  152. </size>
  153. </property>
  154. <property name="maximumSize">
  155. <size>
  156. <width>16777215</width>
  157. <height>25</height>
  158. </size>
  159. </property>
  160. <property name="text">
  161. <string>6-20个字符(字母数字下划线,不能以数字开头)</string>
  162. </property>
  163. <property name="wordWrap">
  164. <bool>false</bool>
  165. </property>
  166. </widget>
  167. </item>
  168. </layout>
  169. </item>
  170. <item>
  171. <layout class="QHBoxLayout" name="horizontalLayout_2">
  172. <item>
  173. <widget class="QLabel" name="label2">
  174. <property name="sizePolicy">
  175. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  176. <horstretch>0</horstretch>
  177. <verstretch>0</verstretch>
  178. </sizepolicy>
  179. </property>
  180. <property name="minimumSize">
  181. <size>
  182. <width>100</width>
  183. <height>0</height>
  184. </size>
  185. </property>
  186. <property name="maximumSize">
  187. <size>
  188. <width>100</width>
  189. <height>16777215</height>
  190. </size>
  191. </property>
  192. <property name="text">
  193. <string>密 码:</string>
  194. </property>
  195. <property name="alignment">
  196. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <widget class="QLineEdit" name="lineEditUserPwd">
  202. <property name="sizePolicy">
  203. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  204. <horstretch>0</horstretch>
  205. <verstretch>0</verstretch>
  206. </sizepolicy>
  207. </property>
  208. <property name="minimumSize">
  209. <size>
  210. <width>200</width>
  211. <height>0</height>
  212. </size>
  213. </property>
  214. <property name="maximumSize">
  215. <size>
  216. <width>200</width>
  217. <height>16777215</height>
  218. </size>
  219. </property>
  220. <property name="text">
  221. <string/>
  222. </property>
  223. <property name="echoMode">
  224. <enum>QLineEdit::Password</enum>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QLabel" name="labelPassTip">
  230. <property name="sizePolicy">
  231. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  232. <horstretch>0</horstretch>
  233. <verstretch>0</verstretch>
  234. </sizepolicy>
  235. </property>
  236. <property name="minimumSize">
  237. <size>
  238. <width>0</width>
  239. <height>25</height>
  240. </size>
  241. </property>
  242. <property name="maximumSize">
  243. <size>
  244. <width>16777215</width>
  245. <height>25</height>
  246. </size>
  247. </property>
  248. <property name="text">
  249. <string>7位以上</string>
  250. </property>
  251. </widget>
  252. </item>
  253. <item>
  254. <spacer name="horizontalSpacer">
  255. <property name="orientation">
  256. <enum>Qt::Horizontal</enum>
  257. </property>
  258. <property name="sizeHint" stdset="0">
  259. <size>
  260. <width>40</width>
  261. <height>20</height>
  262. </size>
  263. </property>
  264. </spacer>
  265. </item>
  266. </layout>
  267. </item>
  268. <item>
  269. <layout class="QHBoxLayout" name="horizontalLayout_4">
  270. <item>
  271. <widget class="QLabel" name="label3">
  272. <property name="sizePolicy">
  273. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  274. <horstretch>0</horstretch>
  275. <verstretch>0</verstretch>
  276. </sizepolicy>
  277. </property>
  278. <property name="minimumSize">
  279. <size>
  280. <width>100</width>
  281. <height>0</height>
  282. </size>
  283. </property>
  284. <property name="maximumSize">
  285. <size>
  286. <width>100</width>
  287. <height>16777215</height>
  288. </size>
  289. </property>
  290. <property name="text">
  291. <string>确认密码:</string>
  292. </property>
  293. <property name="alignment">
  294. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  295. </property>
  296. </widget>
  297. </item>
  298. <item>
  299. <widget class="QLineEdit" name="lineEditUserPwd2">
  300. <property name="sizePolicy">
  301. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  302. <horstretch>0</horstretch>
  303. <verstretch>0</verstretch>
  304. </sizepolicy>
  305. </property>
  306. <property name="minimumSize">
  307. <size>
  308. <width>200</width>
  309. <height>0</height>
  310. </size>
  311. </property>
  312. <property name="maximumSize">
  313. <size>
  314. <width>200</width>
  315. <height>16777215</height>
  316. </size>
  317. </property>
  318. <property name="text">
  319. <string/>
  320. </property>
  321. <property name="echoMode">
  322. <enum>QLineEdit::Password</enum>
  323. </property>
  324. </widget>
  325. </item>
  326. <item>
  327. <widget class="QLabel" name="labelPass2Tip">
  328. <property name="sizePolicy">
  329. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  330. <horstretch>0</horstretch>
  331. <verstretch>0</verstretch>
  332. </sizepolicy>
  333. </property>
  334. <property name="minimumSize">
  335. <size>
  336. <width>0</width>
  337. <height>25</height>
  338. </size>
  339. </property>
  340. <property name="maximumSize">
  341. <size>
  342. <width>16777215</width>
  343. <height>25</height>
  344. </size>
  345. </property>
  346. <property name="text">
  347. <string>前后密码输入要一致</string>
  348. </property>
  349. </widget>
  350. </item>
  351. <item>
  352. <spacer name="horizontalSpacer_2">
  353. <property name="orientation">
  354. <enum>Qt::Horizontal</enum>
  355. </property>
  356. <property name="sizeHint" stdset="0">
  357. <size>
  358. <width>40</width>
  359. <height>20</height>
  360. </size>
  361. </property>
  362. </spacer>
  363. </item>
  364. </layout>
  365. </item>
  366. <item>
  367. <layout class="QHBoxLayout" name="horizontalLayout_5">
  368. <item>
  369. <widget class="QLabel" name="label4">
  370. <property name="sizePolicy">
  371. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  372. <horstretch>0</horstretch>
  373. <verstretch>0</verstretch>
  374. </sizepolicy>
  375. </property>
  376. <property name="minimumSize">
  377. <size>
  378. <width>100</width>
  379. <height>0</height>
  380. </size>
  381. </property>
  382. <property name="maximumSize">
  383. <size>
  384. <width>100</width>
  385. <height>16777215</height>
  386. </size>
  387. </property>
  388. <property name="text">
  389. <string>QQ:</string>
  390. </property>
  391. <property name="alignment">
  392. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  393. </property>
  394. </widget>
  395. </item>
  396. <item>
  397. <widget class="QLineEdit" name="lineEditQQ">
  398. <property name="sizePolicy">
  399. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  400. <horstretch>0</horstretch>
  401. <verstretch>0</verstretch>
  402. </sizepolicy>
  403. </property>
  404. <property name="minimumSize">
  405. <size>
  406. <width>200</width>
  407. <height>0</height>
  408. </size>
  409. </property>
  410. <property name="maximumSize">
  411. <size>
  412. <width>200</width>
  413. <height>16777215</height>
  414. </size>
  415. </property>
  416. <property name="text">
  417. <string/>
  418. </property>
  419. </widget>
  420. </item>
  421. <item>
  422. <widget class="QLabel" name="labelQQTip">
  423. <property name="sizePolicy">
  424. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  425. <horstretch>0</horstretch>
  426. <verstretch>0</verstretch>
  427. </sizepolicy>
  428. </property>
  429. <property name="minimumSize">
  430. <size>
  431. <width>0</width>
  432. <height>25</height>
  433. </size>
  434. </property>
  435. <property name="maximumSize">
  436. <size>
  437. <width>16777215</width>
  438. <height>25</height>
  439. </size>
  440. </property>
  441. <property name="text">
  442. <string>用于业务联系,务必输入有效的QQ号码</string>
  443. </property>
  444. </widget>
  445. </item>
  446. <item>
  447. <spacer name="horizontalSpacer_3">
  448. <property name="orientation">
  449. <enum>Qt::Horizontal</enum>
  450. </property>
  451. <property name="sizeHint" stdset="0">
  452. <size>
  453. <width>40</width>
  454. <height>20</height>
  455. </size>
  456. </property>
  457. </spacer>
  458. </item>
  459. </layout>
  460. </item>
  461. <item>
  462. <layout class="QHBoxLayout" name="horizontalLayout_6">
  463. <item>
  464. <widget class="QLabel" name="label5">
  465. <property name="sizePolicy">
  466. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  467. <horstretch>0</horstretch>
  468. <verstretch>0</verstretch>
  469. </sizepolicy>
  470. </property>
  471. <property name="minimumSize">
  472. <size>
  473. <width>100</width>
  474. <height>0</height>
  475. </size>
  476. </property>
  477. <property name="maximumSize">
  478. <size>
  479. <width>100</width>
  480. <height>16777215</height>
  481. </size>
  482. </property>
  483. <property name="text">
  484. <string>电子邮箱:</string>
  485. </property>
  486. <property name="alignment">
  487. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  488. </property>
  489. </widget>
  490. </item>
  491. <item>
  492. <widget class="QLineEdit" name="lineEditEmail">
  493. <property name="sizePolicy">
  494. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  495. <horstretch>0</horstretch>
  496. <verstretch>0</verstretch>
  497. </sizepolicy>
  498. </property>
  499. <property name="minimumSize">
  500. <size>
  501. <width>200</width>
  502. <height>0</height>
  503. </size>
  504. </property>
  505. <property name="maximumSize">
  506. <size>
  507. <width>200</width>
  508. <height>16777215</height>
  509. </size>
  510. </property>
  511. <property name="text">
  512. <string/>
  513. </property>
  514. </widget>
  515. </item>
  516. <item>
  517. <widget class="QLabel" name="labelMailTip">
  518. <property name="sizePolicy">
  519. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  520. <horstretch>0</horstretch>
  521. <verstretch>0</verstretch>
  522. </sizepolicy>
  523. </property>
  524. <property name="minimumSize">
  525. <size>
  526. <width>0</width>
  527. <height>25</height>
  528. </size>
  529. </property>
  530. <property name="maximumSize">
  531. <size>
  532. <width>16777215</width>
  533. <height>25</height>
  534. </size>
  535. </property>
  536. <property name="text">
  537. <string>请输入您常用的邮箱,方便您找回密码</string>
  538. </property>
  539. </widget>
  540. </item>
  541. <item>
  542. <spacer name="horizontalSpacer_4">
  543. <property name="orientation">
  544. <enum>Qt::Horizontal</enum>
  545. </property>
  546. <property name="sizeHint" stdset="0">
  547. <size>
  548. <width>40</width>
  549. <height>20</height>
  550. </size>
  551. </property>
  552. </spacer>
  553. </item>
  554. </layout>
  555. </item>
  556. <item>
  557. <layout class="QHBoxLayout" name="horizontalLayout_7">
  558. <item>
  559. <widget class="QLabel" name="label6">
  560. <property name="sizePolicy">
  561. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  562. <horstretch>0</horstretch>
  563. <verstretch>0</verstretch>
  564. </sizepolicy>
  565. </property>
  566. <property name="minimumSize">
  567. <size>
  568. <width>100</width>
  569. <height>0</height>
  570. </size>
  571. </property>
  572. <property name="maximumSize">
  573. <size>
  574. <width>100</width>
  575. <height>16777215</height>
  576. </size>
  577. </property>
  578. <property name="text">
  579. <string>验证码:</string>
  580. </property>
  581. <property name="alignment">
  582. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  583. </property>
  584. </widget>
  585. </item>
  586. <item>
  587. <widget class="QLineEdit" name="lineEditValidateCode">
  588. <property name="sizePolicy">
  589. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  590. <horstretch>0</horstretch>
  591. <verstretch>0</verstretch>
  592. </sizepolicy>
  593. </property>
  594. <property name="minimumSize">
  595. <size>
  596. <width>95</width>
  597. <height>0</height>
  598. </size>
  599. </property>
  600. <property name="maximumSize">
  601. <size>
  602. <width>95</width>
  603. <height>16777215</height>
  604. </size>
  605. </property>
  606. </widget>
  607. </item>
  608. <item>
  609. <widget class="QWidget" name="widgetValidateCode" native="true">
  610. <property name="minimumSize">
  611. <size>
  612. <width>100</width>
  613. <height>0</height>
  614. </size>
  615. </property>
  616. <property name="maximumSize">
  617. <size>
  618. <width>100</width>
  619. <height>16777215</height>
  620. </size>
  621. </property>
  622. <layout class="QHBoxLayout" name="horizontalLayout_8">
  623. <property name="spacing">
  624. <number>0</number>
  625. </property>
  626. <property name="margin">
  627. <number>0</number>
  628. </property>
  629. </layout>
  630. </widget>
  631. </item>
  632. <item>
  633. <widget class="QPushButton" name="pushButtonRefresh">
  634. <property name="cursor">
  635. <cursorShape>PointingHandCursor</cursorShape>
  636. </property>
  637. <property name="focusPolicy">
  638. <enum>Qt::NoFocus</enum>
  639. </property>
  640. <property name="text">
  641. <string>点击换一张</string>
  642. </property>
  643. </widget>
  644. </item>
  645. <item>
  646. <widget class="QLabel" name="labelCodeTip">
  647. <property name="sizePolicy">
  648. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  649. <horstretch>0</horstretch>
  650. <verstretch>0</verstretch>
  651. </sizepolicy>
  652. </property>
  653. <property name="minimumSize">
  654. <size>
  655. <width>0</width>
  656. <height>25</height>
  657. </size>
  658. </property>
  659. <property name="maximumSize">
  660. <size>
  661. <width>16777215</width>
  662. <height>25</height>
  663. </size>
  664. </property>
  665. <property name="text">
  666. <string/>
  667. </property>
  668. </widget>
  669. </item>
  670. <item>
  671. <spacer name="horizontalSpacer_8">
  672. <property name="orientation">
  673. <enum>Qt::Horizontal</enum>
  674. </property>
  675. <property name="sizeHint" stdset="0">
  676. <size>
  677. <width>40</width>
  678. <height>20</height>
  679. </size>
  680. </property>
  681. </spacer>
  682. </item>
  683. </layout>
  684. </item>
  685. <item>
  686. <spacer name="verticalSpacer_4">
  687. <property name="orientation">
  688. <enum>Qt::Vertical</enum>
  689. </property>
  690. <property name="sizeHint" stdset="0">
  691. <size>
  692. <width>20</width>
  693. <height>40</height>
  694. </size>
  695. </property>
  696. </spacer>
  697. </item>
  698. <item>
  699. <layout class="QHBoxLayout" name="horizontalLayout_3">
  700. <property name="spacing">
  701. <number>10</number>
  702. </property>
  703. <item>
  704. <spacer name="horizontalSpacer_5">
  705. <property name="orientation">
  706. <enum>Qt::Horizontal</enum>
  707. </property>
  708. <property name="sizeType">
  709. <enum>QSizePolicy::Fixed</enum>
  710. </property>
  711. <property name="sizeHint" stdset="0">
  712. <size>
  713. <width>210</width>
  714. <height>20</height>
  715. </size>
  716. </property>
  717. </spacer>
  718. </item>
  719. <item>
  720. <widget class="QPushButton" name="pushButtonRegister">
  721. <property name="minimumSize">
  722. <size>
  723. <width>200</width>
  724. <height>0</height>
  725. </size>
  726. </property>
  727. <property name="maximumSize">
  728. <size>
  729. <width>200</width>
  730. <height>16777215</height>
  731. </size>
  732. </property>
  733. <property name="text">
  734. <string>立即注册</string>
  735. </property>
  736. </widget>
  737. </item>
  738. <item>
  739. <spacer name="horizontalSpacer_6">
  740. <property name="orientation">
  741. <enum>Qt::Horizontal</enum>
  742. </property>
  743. <property name="sizeHint" stdset="0">
  744. <size>
  745. <width>40</width>
  746. <height>20</height>
  747. </size>
  748. </property>
  749. </spacer>
  750. </item>
  751. </layout>
  752. </item>
  753. <item>
  754. <widget class="QFrame" name="frame">
  755. <property name="sizePolicy">
  756. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  757. <horstretch>0</horstretch>
  758. <verstretch>0</verstretch>
  759. </sizepolicy>
  760. </property>
  761. <property name="minimumSize">
  762. <size>
  763. <width>0</width>
  764. <height>10</height>
  765. </size>
  766. </property>
  767. <property name="maximumSize">
  768. <size>
  769. <width>16777215</width>
  770. <height>10</height>
  771. </size>
  772. </property>
  773. <property name="frameShape">
  774. <enum>QFrame::StyledPanel</enum>
  775. </property>
  776. <property name="frameShadow">
  777. <enum>QFrame::Raised</enum>
  778. </property>
  779. <layout class="QVBoxLayout" name="verticalLayout_3">
  780. <property name="spacing">
  781. <number>0</number>
  782. </property>
  783. <property name="margin">
  784. <number>0</number>
  785. </property>
  786. <item>
  787. <widget class="QLabel" name="labelProgress">
  788. <property name="text">
  789. <string>TextLabel</string>
  790. </property>
  791. <property name="alignment">
  792. <set>Qt::AlignCenter</set>
  793. </property>
  794. </widget>
  795. </item>
  796. </layout>
  797. </widget>
  798. </item>
  799. <item>
  800. <spacer name="verticalSpacer">
  801. <property name="orientation">
  802. <enum>Qt::Vertical</enum>
  803. </property>
  804. <property name="sizeHint" stdset="0">
  805. <size>
  806. <width>20</width>
  807. <height>40</height>
  808. </size>
  809. </property>
  810. </spacer>
  811. </item>
  812. </layout>
  813. </widget>
  814. </item>
  815. </layout>
  816. </widget>
  817. <resources/>
  818. <connections/>
  819. </ui>