formwoolfinished.ui 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormWoolFinished</class>
  4. <widget class="QWidget" name="FormWoolFinished">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>816</width>
  10. <height>571</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_7">
  19. <property name="leftMargin">
  20. <number>3</number>
  21. </property>
  22. <item>
  23. <widget class="QCheckBox" name="checkBoxAll">
  24. <property name="text">
  25. <string>全选</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QRadioButton" name="radioButtonAll">
  31. <property name="text">
  32. <string>全部</string>
  33. </property>
  34. <property name="checked">
  35. <bool>true</bool>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QRadioButton" name="radioButtonUndown">
  41. <property name="text">
  42. <string>未下载</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QRadioButton" name="radioButtonDown">
  48. <property name="text">
  49. <string>已下载</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <spacer name="horizontalSpacer_5">
  55. <property name="orientation">
  56. <enum>Qt::Horizontal</enum>
  57. </property>
  58. <property name="sizeHint" stdset="0">
  59. <size>
  60. <width>40</width>
  61. <height>20</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. <item>
  67. <widget class="QPushButton" name="pushButtonDownload">
  68. <property name="text">
  69. <string>批量下载</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QPushButton" name="pushButtonDel">
  75. <property name="text">
  76. <string>删除</string>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. <item>
  83. <widget class="QTableWidget" name="tableWidget"/>
  84. </item>
  85. <item>
  86. <widget class="QGroupBox" name="groupBox">
  87. <property name="sizePolicy">
  88. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  89. <horstretch>0</horstretch>
  90. <verstretch>150</verstretch>
  91. </sizepolicy>
  92. </property>
  93. <property name="minimumSize">
  94. <size>
  95. <width>0</width>
  96. <height>150</height>
  97. </size>
  98. </property>
  99. <property name="maximumSize">
  100. <size>
  101. <width>16777215</width>
  102. <height>200</height>
  103. </size>
  104. </property>
  105. <property name="title">
  106. <string>检测结果</string>
  107. </property>
  108. <layout class="QVBoxLayout" name="verticalLayout">
  109. <item>
  110. <layout class="QVBoxLayout" name="verticalLayout_11">
  111. <property name="leftMargin">
  112. <number>0</number>
  113. </property>
  114. <property name="topMargin">
  115. <number>6</number>
  116. </property>
  117. <property name="rightMargin">
  118. <number>6</number>
  119. </property>
  120. <property name="bottomMargin">
  121. <number>6</number>
  122. </property>
  123. <item>
  124. <layout class="QHBoxLayout" name="horizontalLayout_29">
  125. <property name="rightMargin">
  126. <number>0</number>
  127. </property>
  128. <item>
  129. <widget class="QWidget" name="widgetExactCheck" native="true">
  130. <property name="sizePolicy">
  131. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  132. <horstretch>0</horstretch>
  133. <verstretch>0</verstretch>
  134. </sizepolicy>
  135. </property>
  136. <property name="minimumSize">
  137. <size>
  138. <width>650</width>
  139. <height>14</height>
  140. </size>
  141. </property>
  142. <property name="maximumSize">
  143. <size>
  144. <width>650</width>
  145. <height>14</height>
  146. </size>
  147. </property>
  148. <layout class="QHBoxLayout" name="horizontalLayout_30">
  149. <property name="spacing">
  150. <number>0</number>
  151. </property>
  152. <property name="margin">
  153. <number>0</number>
  154. </property>
  155. <item>
  156. <widget class="QLabel" name="labelBarKong">
  157. <property name="sizePolicy">
  158. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  159. <horstretch>0</horstretch>
  160. <verstretch>0</verstretch>
  161. </sizepolicy>
  162. </property>
  163. <property name="text">
  164. <string>kong</string>
  165. </property>
  166. </widget>
  167. </item>
  168. <item>
  169. <widget class="QLabel" name="labelBarTing">
  170. <property name="sizePolicy">
  171. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  172. <horstretch>0</horstretch>
  173. <verstretch>0</verstretch>
  174. </sizepolicy>
  175. </property>
  176. <property name="text">
  177. <string>ting</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QLabel" name="labelBarGuan">
  183. <property name="sizePolicy">
  184. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  185. <horstretch>0</horstretch>
  186. <verstretch>0</verstretch>
  187. </sizepolicy>
  188. </property>
  189. <property name="text">
  190. <string>guan</string>
  191. </property>
  192. </widget>
  193. </item>
  194. <item>
  195. <widget class="QLabel" name="labelBarHrxz">
  196. <property name="sizePolicy">
  197. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  198. <horstretch>0</horstretch>
  199. <verstretch>0</verstretch>
  200. </sizepolicy>
  201. </property>
  202. <property name="text">
  203. <string>hrxz</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item>
  208. <widget class="QLabel" name="labelBarWfjt">
  209. <property name="text">
  210. <string>wfjt</string>
  211. </property>
  212. </widget>
  213. </item>
  214. <item>
  215. <widget class="QLabel" name="labelBarLdtx">
  216. <property name="sizePolicy">
  217. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  218. <horstretch>0</horstretch>
  219. <verstretch>0</verstretch>
  220. </sizepolicy>
  221. </property>
  222. <property name="text">
  223. <string>ldtx</string>
  224. </property>
  225. </widget>
  226. </item>
  227. <item>
  228. <widget class="QLabel" name="labelBarShiHao">
  229. <property name="sizePolicy">
  230. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  231. <horstretch>0</horstretch>
  232. <verstretch>0</verstretch>
  233. </sizepolicy>
  234. </property>
  235. <property name="text">
  236. <string>shihao</string>
  237. </property>
  238. </widget>
  239. </item>
  240. <item>
  241. <widget class="QLabel" name="labelBarQwld">
  242. <property name="text">
  243. <string>qwld</string>
  244. </property>
  245. </widget>
  246. </item>
  247. <item>
  248. <widget class="QLabel" name="labelBarLaji">
  249. <property name="text">
  250. <string>laji</string>
  251. </property>
  252. </widget>
  253. </item>
  254. <item>
  255. <widget class="QLabel" name="labelBarOther">
  256. <property name="sizePolicy">
  257. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  258. <horstretch>0</horstretch>
  259. <verstretch>0</verstretch>
  260. </sizepolicy>
  261. </property>
  262. <property name="text">
  263. <string>qita</string>
  264. </property>
  265. </widget>
  266. </item>
  267. <item>
  268. <spacer name="horizontalSpacer_16">
  269. <property name="orientation">
  270. <enum>Qt::Horizontal</enum>
  271. </property>
  272. <property name="sizeHint" stdset="0">
  273. <size>
  274. <width>40</width>
  275. <height>20</height>
  276. </size>
  277. </property>
  278. </spacer>
  279. </item>
  280. </layout>
  281. </widget>
  282. </item>
  283. <item>
  284. <spacer name="horizontalSpacer_3">
  285. <property name="orientation">
  286. <enum>Qt::Horizontal</enum>
  287. </property>
  288. <property name="sizeHint" stdset="0">
  289. <size>
  290. <width>40</width>
  291. <height>20</height>
  292. </size>
  293. </property>
  294. </spacer>
  295. </item>
  296. </layout>
  297. </item>
  298. <item>
  299. <layout class="QHBoxLayout" name="horizontalLayout_31">
  300. <property name="spacing">
  301. <number>0</number>
  302. </property>
  303. <item>
  304. <widget class="QWidget" name="widget" native="true">
  305. <property name="sizePolicy">
  306. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  307. <horstretch>0</horstretch>
  308. <verstretch>0</verstretch>
  309. </sizepolicy>
  310. </property>
  311. <layout class="QHBoxLayout" name="horizontalLayout_32">
  312. <property name="spacing">
  313. <number>6</number>
  314. </property>
  315. <property name="margin">
  316. <number>0</number>
  317. </property>
  318. <item>
  319. <widget class="QLabel" name="labelSampleKong">
  320. <property name="sizePolicy">
  321. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  322. <horstretch>0</horstretch>
  323. <verstretch>0</verstretch>
  324. </sizepolicy>
  325. </property>
  326. <property name="minimumSize">
  327. <size>
  328. <width>10</width>
  329. <height>20</height>
  330. </size>
  331. </property>
  332. <property name="maximumSize">
  333. <size>
  334. <width>10</width>
  335. <height>20</height>
  336. </size>
  337. </property>
  338. <property name="text">
  339. <string>空号</string>
  340. </property>
  341. <property name="alignment">
  342. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  343. </property>
  344. </widget>
  345. </item>
  346. <item>
  347. <widget class="QLabel" name="labelKong">
  348. <property name="sizePolicy">
  349. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  350. <horstretch>0</horstretch>
  351. <verstretch>0</verstretch>
  352. </sizepolicy>
  353. </property>
  354. <property name="minimumSize">
  355. <size>
  356. <width>150</width>
  357. <height>0</height>
  358. </size>
  359. </property>
  360. <property name="maximumSize">
  361. <size>
  362. <width>150</width>
  363. <height>16777215</height>
  364. </size>
  365. </property>
  366. <property name="text">
  367. <string>空号</string>
  368. </property>
  369. </widget>
  370. </item>
  371. <item>
  372. <widget class="QLabel" name="labelSampleTing">
  373. <property name="sizePolicy">
  374. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  375. <horstretch>0</horstretch>
  376. <verstretch>0</verstretch>
  377. </sizepolicy>
  378. </property>
  379. <property name="minimumSize">
  380. <size>
  381. <width>10</width>
  382. <height>20</height>
  383. </size>
  384. </property>
  385. <property name="maximumSize">
  386. <size>
  387. <width>10</width>
  388. <height>20</height>
  389. </size>
  390. </property>
  391. <property name="text">
  392. <string>停机</string>
  393. </property>
  394. <property name="alignment">
  395. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  396. </property>
  397. </widget>
  398. </item>
  399. <item>
  400. <widget class="QLabel" name="labelTing">
  401. <property name="minimumSize">
  402. <size>
  403. <width>150</width>
  404. <height>0</height>
  405. </size>
  406. </property>
  407. <property name="maximumSize">
  408. <size>
  409. <width>150</width>
  410. <height>16777215</height>
  411. </size>
  412. </property>
  413. <property name="text">
  414. <string>停机</string>
  415. </property>
  416. </widget>
  417. </item>
  418. <item>
  419. <widget class="QLabel" name="labelSampleGuan">
  420. <property name="sizePolicy">
  421. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  422. <horstretch>0</horstretch>
  423. <verstretch>0</verstretch>
  424. </sizepolicy>
  425. </property>
  426. <property name="minimumSize">
  427. <size>
  428. <width>10</width>
  429. <height>20</height>
  430. </size>
  431. </property>
  432. <property name="maximumSize">
  433. <size>
  434. <width>10</width>
  435. <height>20</height>
  436. </size>
  437. </property>
  438. <property name="text">
  439. <string>关机</string>
  440. </property>
  441. <property name="alignment">
  442. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  443. </property>
  444. </widget>
  445. </item>
  446. <item>
  447. <widget class="QLabel" name="labelGuan">
  448. <property name="minimumSize">
  449. <size>
  450. <width>150</width>
  451. <height>0</height>
  452. </size>
  453. </property>
  454. <property name="maximumSize">
  455. <size>
  456. <width>150</width>
  457. <height>16777215</height>
  458. </size>
  459. </property>
  460. <property name="text">
  461. <string>关机</string>
  462. </property>
  463. </widget>
  464. </item>
  465. <item>
  466. <spacer name="horizontalSpacer_19">
  467. <property name="orientation">
  468. <enum>Qt::Horizontal</enum>
  469. </property>
  470. <property name="sizeHint" stdset="0">
  471. <size>
  472. <width>40</width>
  473. <height>20</height>
  474. </size>
  475. </property>
  476. </spacer>
  477. </item>
  478. </layout>
  479. </widget>
  480. </item>
  481. </layout>
  482. </item>
  483. <item>
  484. <layout class="QHBoxLayout" name="horizontalLayout_33">
  485. <property name="spacing">
  486. <number>0</number>
  487. </property>
  488. <item>
  489. <widget class="QWidget" name="widget_2" native="true">
  490. <property name="sizePolicy">
  491. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  492. <horstretch>0</horstretch>
  493. <verstretch>0</verstretch>
  494. </sizepolicy>
  495. </property>
  496. <layout class="QHBoxLayout" name="horizontalLayout_34">
  497. <property name="spacing">
  498. <number>6</number>
  499. </property>
  500. <property name="margin">
  501. <number>0</number>
  502. </property>
  503. <item>
  504. <widget class="QLabel" name="labelSampleHrxz">
  505. <property name="sizePolicy">
  506. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  507. <horstretch>0</horstretch>
  508. <verstretch>0</verstretch>
  509. </sizepolicy>
  510. </property>
  511. <property name="minimumSize">
  512. <size>
  513. <width>10</width>
  514. <height>20</height>
  515. </size>
  516. </property>
  517. <property name="maximumSize">
  518. <size>
  519. <width>10</width>
  520. <height>20</height>
  521. </size>
  522. </property>
  523. <property name="text">
  524. <string>实号</string>
  525. </property>
  526. <property name="alignment">
  527. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  528. </property>
  529. </widget>
  530. </item>
  531. <item>
  532. <widget class="QLabel" name="labelHrxz">
  533. <property name="sizePolicy">
  534. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  535. <horstretch>0</horstretch>
  536. <verstretch>0</verstretch>
  537. </sizepolicy>
  538. </property>
  539. <property name="minimumSize">
  540. <size>
  541. <width>150</width>
  542. <height>0</height>
  543. </size>
  544. </property>
  545. <property name="maximumSize">
  546. <size>
  547. <width>150</width>
  548. <height>16777215</height>
  549. </size>
  550. </property>
  551. <property name="text">
  552. <string>呼入限制</string>
  553. </property>
  554. </widget>
  555. </item>
  556. <item>
  557. <widget class="QLabel" name="labelSampleWfjt">
  558. <property name="sizePolicy">
  559. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  560. <horstretch>0</horstretch>
  561. <verstretch>0</verstretch>
  562. </sizepolicy>
  563. </property>
  564. <property name="minimumSize">
  565. <size>
  566. <width>10</width>
  567. <height>20</height>
  568. </size>
  569. </property>
  570. <property name="maximumSize">
  571. <size>
  572. <width>10</width>
  573. <height>20</height>
  574. </size>
  575. </property>
  576. <property name="text">
  577. <string>空号</string>
  578. </property>
  579. <property name="alignment">
  580. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  581. </property>
  582. </widget>
  583. </item>
  584. <item>
  585. <widget class="QLabel" name="labelWfjt">
  586. <property name="minimumSize">
  587. <size>
  588. <width>150</width>
  589. <height>0</height>
  590. </size>
  591. </property>
  592. <property name="maximumSize">
  593. <size>
  594. <width>150</width>
  595. <height>16777215</height>
  596. </size>
  597. </property>
  598. <property name="text">
  599. <string>无法接通</string>
  600. </property>
  601. </widget>
  602. </item>
  603. <item>
  604. <widget class="QLabel" name="labelSampleLdtx">
  605. <property name="sizePolicy">
  606. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  607. <horstretch>0</horstretch>
  608. <verstretch>0</verstretch>
  609. </sizepolicy>
  610. </property>
  611. <property name="minimumSize">
  612. <size>
  613. <width>10</width>
  614. <height>20</height>
  615. </size>
  616. </property>
  617. <property name="maximumSize">
  618. <size>
  619. <width>10</width>
  620. <height>20</height>
  621. </size>
  622. </property>
  623. <property name="text">
  624. <string>提醒</string>
  625. </property>
  626. <property name="alignment">
  627. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  628. </property>
  629. </widget>
  630. </item>
  631. <item>
  632. <widget class="QLabel" name="labelLdtx">
  633. <property name="minimumSize">
  634. <size>
  635. <width>150</width>
  636. <height>0</height>
  637. </size>
  638. </property>
  639. <property name="maximumSize">
  640. <size>
  641. <width>150</width>
  642. <height>16777215</height>
  643. </size>
  644. </property>
  645. <property name="text">
  646. <string>来电提醒</string>
  647. </property>
  648. </widget>
  649. </item>
  650. <item>
  651. <spacer name="horizontalSpacer_20">
  652. <property name="orientation">
  653. <enum>Qt::Horizontal</enum>
  654. </property>
  655. <property name="sizeHint" stdset="0">
  656. <size>
  657. <width>40</width>
  658. <height>20</height>
  659. </size>
  660. </property>
  661. </spacer>
  662. </item>
  663. </layout>
  664. </widget>
  665. </item>
  666. </layout>
  667. </item>
  668. <item>
  669. <layout class="QHBoxLayout" name="horizontalLayout">
  670. <item>
  671. <widget class="QWidget" name="widget_3" native="true">
  672. <layout class="QHBoxLayout" name="horizontalLayout_2">
  673. <property name="margin">
  674. <number>0</number>
  675. </property>
  676. <item>
  677. <widget class="QLabel" name="labelSampleShiHao">
  678. <property name="sizePolicy">
  679. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  680. <horstretch>0</horstretch>
  681. <verstretch>0</verstretch>
  682. </sizepolicy>
  683. </property>
  684. <property name="minimumSize">
  685. <size>
  686. <width>10</width>
  687. <height>20</height>
  688. </size>
  689. </property>
  690. <property name="maximumSize">
  691. <size>
  692. <width>10</width>
  693. <height>20</height>
  694. </size>
  695. </property>
  696. <property name="text">
  697. <string>实号</string>
  698. </property>
  699. <property name="alignment">
  700. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  701. </property>
  702. </widget>
  703. </item>
  704. <item>
  705. <widget class="QLabel" name="labelShiHao">
  706. <property name="minimumSize">
  707. <size>
  708. <width>150</width>
  709. <height>0</height>
  710. </size>
  711. </property>
  712. <property name="maximumSize">
  713. <size>
  714. <width>150</width>
  715. <height>16777215</height>
  716. </size>
  717. </property>
  718. <property name="text">
  719. <string>实号</string>
  720. </property>
  721. </widget>
  722. </item>
  723. <item>
  724. <widget class="QLabel" name="labelSampleQwdr">
  725. <property name="minimumSize">
  726. <size>
  727. <width>10</width>
  728. <height>0</height>
  729. </size>
  730. </property>
  731. <property name="maximumSize">
  732. <size>
  733. <width>10</width>
  734. <height>16777215</height>
  735. </size>
  736. </property>
  737. <property name="text">
  738. <string>勿</string>
  739. </property>
  740. </widget>
  741. </item>
  742. <item>
  743. <widget class="QLabel" name="labelQwld">
  744. <property name="minimumSize">
  745. <size>
  746. <width>150</width>
  747. <height>0</height>
  748. </size>
  749. </property>
  750. <property name="maximumSize">
  751. <size>
  752. <width>150</width>
  753. <height>16777215</height>
  754. </size>
  755. </property>
  756. <property name="text">
  757. <string>请勿来单</string>
  758. </property>
  759. </widget>
  760. </item>
  761. <item>
  762. <widget class="QLabel" name="labelSampleLaji">
  763. <property name="minimumSize">
  764. <size>
  765. <width>10</width>
  766. <height>0</height>
  767. </size>
  768. </property>
  769. <property name="maximumSize">
  770. <size>
  771. <width>10</width>
  772. <height>16777215</height>
  773. </size>
  774. </property>
  775. <property name="text">
  776. <string>垃圾</string>
  777. </property>
  778. </widget>
  779. </item>
  780. <item>
  781. <widget class="QLabel" name="labelLaji">
  782. <property name="minimumSize">
  783. <size>
  784. <width>150</width>
  785. <height>0</height>
  786. </size>
  787. </property>
  788. <property name="maximumSize">
  789. <size>
  790. <width>150</width>
  791. <height>16777215</height>
  792. </size>
  793. </property>
  794. <property name="text">
  795. <string>垃圾</string>
  796. </property>
  797. </widget>
  798. </item>
  799. <item>
  800. <widget class="QLabel" name="labelSampleOther">
  801. <property name="sizePolicy">
  802. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  803. <horstretch>0</horstretch>
  804. <verstretch>0</verstretch>
  805. </sizepolicy>
  806. </property>
  807. <property name="minimumSize">
  808. <size>
  809. <width>10</width>
  810. <height>20</height>
  811. </size>
  812. </property>
  813. <property name="maximumSize">
  814. <size>
  815. <width>10</width>
  816. <height>20</height>
  817. </size>
  818. </property>
  819. <property name="text">
  820. <string>它</string>
  821. </property>
  822. <property name="alignment">
  823. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  824. </property>
  825. </widget>
  826. </item>
  827. <item>
  828. <widget class="QLabel" name="labelOther">
  829. <property name="minimumSize">
  830. <size>
  831. <width>120</width>
  832. <height>0</height>
  833. </size>
  834. </property>
  835. <property name="maximumSize">
  836. <size>
  837. <width>120</width>
  838. <height>16777215</height>
  839. </size>
  840. </property>
  841. <property name="text">
  842. <string>其他</string>
  843. </property>
  844. </widget>
  845. </item>
  846. <item>
  847. <spacer name="horizontalSpacer">
  848. <property name="orientation">
  849. <enum>Qt::Horizontal</enum>
  850. </property>
  851. <property name="sizeHint" stdset="0">
  852. <size>
  853. <width>40</width>
  854. <height>20</height>
  855. </size>
  856. </property>
  857. </spacer>
  858. </item>
  859. </layout>
  860. </widget>
  861. </item>
  862. </layout>
  863. </item>
  864. </layout>
  865. </item>
  866. </layout>
  867. </widget>
  868. </item>
  869. </layout>
  870. </widget>
  871. <resources/>
  872. <connections/>
  873. </ui>