formshkjfinished.ui 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormShkjFinished</class>
  4. <widget class="QWidget" name="FormShkjFinished">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>741</width>
  10. <height>470</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_8">
  19. <property name="leftMargin">
  20. <number>3</number>
  21. </property>
  22. <item>
  23. <widget class="QCheckBox" name="checkBox">
  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="radioButtonUndownoad">
  41. <property name="text">
  42. <string>未下载</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QRadioButton" name="radioButtonDownload">
  48. <property name="text">
  49. <string>已下载</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QRadioButton" name="radioButtonOther">
  55. <property name="text">
  56. <string>其他</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <spacer name="horizontalSpacer_3">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="sizeHint" stdset="0">
  66. <size>
  67. <width>40</width>
  68. <height>20</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. <item>
  74. <widget class="QPushButton" name="pushButtonUpload">
  75. <property name="text">
  76. <string>上传...</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QPushButton" name="pushButtonDel">
  82. <property name="text">
  83. <string>删 除</string>
  84. </property>
  85. </widget>
  86. </item>
  87. </layout>
  88. </item>
  89. <item>
  90. <widget class="QTableWidget" name="tableWidget"/>
  91. </item>
  92. <item>
  93. <widget class="QGroupBox" name="groupBox_5">
  94. <property name="sizePolicy">
  95. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  96. <horstretch>0</horstretch>
  97. <verstretch>0</verstretch>
  98. </sizepolicy>
  99. </property>
  100. <property name="minimumSize">
  101. <size>
  102. <width>0</width>
  103. <height>150</height>
  104. </size>
  105. </property>
  106. <property name="maximumSize">
  107. <size>
  108. <width>16777215</width>
  109. <height>150</height>
  110. </size>
  111. </property>
  112. <property name="title">
  113. <string>检测对比</string>
  114. </property>
  115. <layout class="QVBoxLayout" name="verticalLayout_7">
  116. <property name="spacing">
  117. <number>0</number>
  118. </property>
  119. <property name="margin">
  120. <number>0</number>
  121. </property>
  122. <item>
  123. <layout class="QHBoxLayout" name="horizontalLayout_40">
  124. <property name="margin">
  125. <number>6</number>
  126. </property>
  127. <item>
  128. <layout class="QVBoxLayout" name="verticalLayout_11" stretch="0,0">
  129. <property name="leftMargin">
  130. <number>0</number>
  131. </property>
  132. <property name="topMargin">
  133. <number>6</number>
  134. </property>
  135. <property name="rightMargin">
  136. <number>6</number>
  137. </property>
  138. <property name="bottomMargin">
  139. <number>6</number>
  140. </property>
  141. <item>
  142. <layout class="QHBoxLayout" name="horizontalLayout_27">
  143. <item>
  144. <widget class="QLabel" name="label_3">
  145. <property name="sizePolicy">
  146. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  147. <horstretch>0</horstretch>
  148. <verstretch>0</verstretch>
  149. </sizepolicy>
  150. </property>
  151. <property name="minimumSize">
  152. <size>
  153. <width>60</width>
  154. <height>0</height>
  155. </size>
  156. </property>
  157. <property name="maximumSize">
  158. <size>
  159. <width>60</width>
  160. <height>16777215</height>
  161. </size>
  162. </property>
  163. <property name="text">
  164. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  165. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  166. p, li { white-space: pre-wrap; }
  167. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:12px; font-weight:400; font-style:normal;&quot;&gt;
  168. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;实号快检:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item>
  173. <widget class="QWidget" name="widgetQuicikCheck" native="true">
  174. <property name="sizePolicy">
  175. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  176. <horstretch>0</horstretch>
  177. <verstretch>0</verstretch>
  178. </sizepolicy>
  179. </property>
  180. <property name="minimumSize">
  181. <size>
  182. <width>500</width>
  183. <height>20</height>
  184. </size>
  185. </property>
  186. <property name="maximumSize">
  187. <size>
  188. <width>500</width>
  189. <height>20</height>
  190. </size>
  191. </property>
  192. <layout class="QHBoxLayout" name="horizontalLayout_28">
  193. <property name="spacing">
  194. <number>0</number>
  195. </property>
  196. <property name="margin">
  197. <number>0</number>
  198. </property>
  199. <item>
  200. <widget class="QLabel" name="labelBarShiHao">
  201. <property name="sizePolicy">
  202. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  203. <horstretch>0</horstretch>
  204. <verstretch>0</verstretch>
  205. </sizepolicy>
  206. </property>
  207. <property name="text">
  208. <string>实号比例</string>
  209. </property>
  210. </widget>
  211. </item>
  212. <item>
  213. <widget class="QLabel" name="labelBarWeizhi">
  214. <property name="sizePolicy">
  215. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  216. <horstretch>0</horstretch>
  217. <verstretch>0</verstretch>
  218. </sizepolicy>
  219. </property>
  220. <property name="text">
  221. <string>未知比例</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <spacer name="horizontalSpacer_14">
  227. <property name="orientation">
  228. <enum>Qt::Horizontal</enum>
  229. </property>
  230. <property name="sizeHint" stdset="0">
  231. <size>
  232. <width>40</width>
  233. <height>20</height>
  234. </size>
  235. </property>
  236. </spacer>
  237. </item>
  238. </layout>
  239. </widget>
  240. </item>
  241. </layout>
  242. </item>
  243. <item>
  244. <layout class="QHBoxLayout" name="horizontalLayout_33">
  245. <property name="spacing">
  246. <number>0</number>
  247. </property>
  248. <item>
  249. <widget class="QLabel" name="label_6">
  250. <property name="sizePolicy">
  251. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  252. <horstretch>0</horstretch>
  253. <verstretch>0</verstretch>
  254. </sizepolicy>
  255. </property>
  256. <property name="minimumSize">
  257. <size>
  258. <width>60</width>
  259. <height>0</height>
  260. </size>
  261. </property>
  262. <property name="maximumSize">
  263. <size>
  264. <width>60</width>
  265. <height>16777215</height>
  266. </size>
  267. </property>
  268. <property name="text">
  269. <string/>
  270. </property>
  271. </widget>
  272. </item>
  273. <item>
  274. <widget class="QWidget" name="widget_2" native="true">
  275. <layout class="QHBoxLayout" name="horizontalLayout_34">
  276. <property name="spacing">
  277. <number>6</number>
  278. </property>
  279. <property name="margin">
  280. <number>0</number>
  281. </property>
  282. <item>
  283. <widget class="QLabel" name="labelSampleShiHao">
  284. <property name="sizePolicy">
  285. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  286. <horstretch>0</horstretch>
  287. <verstretch>0</verstretch>
  288. </sizepolicy>
  289. </property>
  290. <property name="minimumSize">
  291. <size>
  292. <width>10</width>
  293. <height>20</height>
  294. </size>
  295. </property>
  296. <property name="maximumSize">
  297. <size>
  298. <width>10</width>
  299. <height>20</height>
  300. </size>
  301. </property>
  302. <property name="text">
  303. <string>实号</string>
  304. </property>
  305. </widget>
  306. </item>
  307. <item>
  308. <widget class="QLabel" name="labelValidNum">
  309. <property name="sizePolicy">
  310. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  311. <horstretch>0</horstretch>
  312. <verstretch>0</verstretch>
  313. </sizepolicy>
  314. </property>
  315. <property name="minimumSize">
  316. <size>
  317. <width>120</width>
  318. <height>0</height>
  319. </size>
  320. </property>
  321. <property name="maximumSize">
  322. <size>
  323. <width>120</width>
  324. <height>16777215</height>
  325. </size>
  326. </property>
  327. <property name="text">
  328. <string>实号</string>
  329. </property>
  330. </widget>
  331. </item>
  332. <item>
  333. <widget class="QLabel" name="labelSampleWeizhi">
  334. <property name="sizePolicy">
  335. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  336. <horstretch>0</horstretch>
  337. <verstretch>0</verstretch>
  338. </sizepolicy>
  339. </property>
  340. <property name="minimumSize">
  341. <size>
  342. <width>10</width>
  343. <height>20</height>
  344. </size>
  345. </property>
  346. <property name="maximumSize">
  347. <size>
  348. <width>10</width>
  349. <height>20</height>
  350. </size>
  351. </property>
  352. <property name="text">
  353. <string>未知</string>
  354. </property>
  355. </widget>
  356. </item>
  357. <item>
  358. <widget class="QLabel" name="labelInvalidNum">
  359. <property name="text">
  360. <string>未知</string>
  361. </property>
  362. </widget>
  363. </item>
  364. <item>
  365. <spacer name="horizontalSpacer_18">
  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. </layout>
  378. </widget>
  379. </item>
  380. </layout>
  381. </item>
  382. </layout>
  383. </item>
  384. <item>
  385. <spacer name="horizontalSpacer_11">
  386. <property name="orientation">
  387. <enum>Qt::Horizontal</enum>
  388. </property>
  389. <property name="sizeHint" stdset="0">
  390. <size>
  391. <width>40</width>
  392. <height>20</height>
  393. </size>
  394. </property>
  395. </spacer>
  396. </item>
  397. <item>
  398. <layout class="QVBoxLayout" name="verticalLayout_12" stretch="0,0">
  399. <property name="margin">
  400. <number>6</number>
  401. </property>
  402. <item>
  403. <widget class="QPushButton" name="pushButtonDownload">
  404. <property name="sizePolicy">
  405. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  406. <horstretch>0</horstretch>
  407. <verstretch>0</verstretch>
  408. </sizepolicy>
  409. </property>
  410. <property name="minimumSize">
  411. <size>
  412. <width>100</width>
  413. <height>50</height>
  414. </size>
  415. </property>
  416. <property name="maximumSize">
  417. <size>
  418. <width>100</width>
  419. <height>50</height>
  420. </size>
  421. </property>
  422. <property name="text">
  423. <string>下载实号
  424. 快检结果</string>
  425. </property>
  426. </widget>
  427. </item>
  428. <item>
  429. <spacer name="verticalSpacer">
  430. <property name="orientation">
  431. <enum>Qt::Vertical</enum>
  432. </property>
  433. <property name="sizeHint" stdset="0">
  434. <size>
  435. <width>20</width>
  436. <height>40</height>
  437. </size>
  438. </property>
  439. </spacer>
  440. </item>
  441. </layout>
  442. </item>
  443. </layout>
  444. </item>
  445. <item>
  446. <widget class="QLabel" name="labelSplitLine">
  447. <property name="sizePolicy">
  448. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  449. <horstretch>0</horstretch>
  450. <verstretch>0</verstretch>
  451. </sizepolicy>
  452. </property>
  453. <property name="text">
  454. <string/>
  455. </property>
  456. </widget>
  457. </item>
  458. <item>
  459. <layout class="QHBoxLayout" name="horizontalLayout_41" stretch="0,0,0">
  460. <property name="margin">
  461. <number>6</number>
  462. </property>
  463. <item>
  464. <layout class="QVBoxLayout" name="verticalLayout_10">
  465. <property name="leftMargin">
  466. <number>0</number>
  467. </property>
  468. <property name="topMargin">
  469. <number>6</number>
  470. </property>
  471. <property name="rightMargin">
  472. <number>6</number>
  473. </property>
  474. <property name="bottomMargin">
  475. <number>6</number>
  476. </property>
  477. <item>
  478. <layout class="QHBoxLayout" name="horizontalLayout_29">
  479. <property name="rightMargin">
  480. <number>0</number>
  481. </property>
  482. <item>
  483. <widget class="QLabel" name="label_4">
  484. <property name="sizePolicy">
  485. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  486. <horstretch>0</horstretch>
  487. <verstretch>0</verstretch>
  488. </sizepolicy>
  489. </property>
  490. <property name="minimumSize">
  491. <size>
  492. <width>60</width>
  493. <height>0</height>
  494. </size>
  495. </property>
  496. <property name="maximumSize">
  497. <size>
  498. <width>60</width>
  499. <height>16777215</height>
  500. </size>
  501. </property>
  502. <property name="text">
  503. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  504. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  505. p, li { white-space: pre-wrap; }
  506. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:12px; font-weight:400; font-style:normal;&quot;&gt;
  507. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;标准检测:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  508. </property>
  509. </widget>
  510. </item>
  511. <item>
  512. <widget class="QWidget" name="widgetExactCheck" native="true">
  513. <property name="sizePolicy">
  514. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  515. <horstretch>0</horstretch>
  516. <verstretch>0</verstretch>
  517. </sizepolicy>
  518. </property>
  519. <property name="minimumSize">
  520. <size>
  521. <width>500</width>
  522. <height>14</height>
  523. </size>
  524. </property>
  525. <property name="maximumSize">
  526. <size>
  527. <width>500</width>
  528. <height>14</height>
  529. </size>
  530. </property>
  531. <layout class="QHBoxLayout" name="horizontalLayout_30">
  532. <property name="spacing">
  533. <number>0</number>
  534. </property>
  535. <property name="margin">
  536. <number>0</number>
  537. </property>
  538. <item>
  539. <widget class="QLabel" name="labelBarShiHao2">
  540. <property name="sizePolicy">
  541. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  542. <horstretch>0</horstretch>
  543. <verstretch>0</verstretch>
  544. </sizepolicy>
  545. </property>
  546. <property name="text">
  547. <string/>
  548. </property>
  549. </widget>
  550. </item>
  551. <item>
  552. <widget class="QLabel" name="labelBarKong">
  553. <property name="sizePolicy">
  554. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  555. <horstretch>0</horstretch>
  556. <verstretch>0</verstretch>
  557. </sizepolicy>
  558. </property>
  559. <property name="text">
  560. <string/>
  561. </property>
  562. </widget>
  563. </item>
  564. <item>
  565. <widget class="QLabel" name="labelBarTing">
  566. <property name="sizePolicy">
  567. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  568. <horstretch>0</horstretch>
  569. <verstretch>0</verstretch>
  570. </sizepolicy>
  571. </property>
  572. <property name="text">
  573. <string/>
  574. </property>
  575. </widget>
  576. </item>
  577. <item>
  578. <widget class="QLabel" name="labelBarGuan">
  579. <property name="sizePolicy">
  580. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  581. <horstretch>0</horstretch>
  582. <verstretch>0</verstretch>
  583. </sizepolicy>
  584. </property>
  585. <property name="text">
  586. <string/>
  587. </property>
  588. </widget>
  589. </item>
  590. <item>
  591. <spacer name="horizontalSpacer_16">
  592. <property name="orientation">
  593. <enum>Qt::Horizontal</enum>
  594. </property>
  595. <property name="sizeHint" stdset="0">
  596. <size>
  597. <width>40</width>
  598. <height>20</height>
  599. </size>
  600. </property>
  601. </spacer>
  602. </item>
  603. </layout>
  604. </widget>
  605. </item>
  606. </layout>
  607. </item>
  608. <item>
  609. <layout class="QHBoxLayout" name="horizontalLayout_31">
  610. <property name="spacing">
  611. <number>0</number>
  612. </property>
  613. <item>
  614. <widget class="QLabel" name="label_5">
  615. <property name="sizePolicy">
  616. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  617. <horstretch>0</horstretch>
  618. <verstretch>0</verstretch>
  619. </sizepolicy>
  620. </property>
  621. <property name="minimumSize">
  622. <size>
  623. <width>60</width>
  624. <height>0</height>
  625. </size>
  626. </property>
  627. <property name="maximumSize">
  628. <size>
  629. <width>60</width>
  630. <height>16777215</height>
  631. </size>
  632. </property>
  633. <property name="text">
  634. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  635. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  636. p, li { white-space: pre-wrap; }
  637. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:12px; font-weight:400; font-style:normal;&quot;&gt;
  638. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#818181;&quot;&gt;(预测)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  639. </property>
  640. <property name="alignment">
  641. <set>Qt::AlignCenter</set>
  642. </property>
  643. </widget>
  644. </item>
  645. <item>
  646. <widget class="QWidget" name="widget" native="true">
  647. <property name="sizePolicy">
  648. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  649. <horstretch>0</horstretch>
  650. <verstretch>0</verstretch>
  651. </sizepolicy>
  652. </property>
  653. <property name="minimumSize">
  654. <size>
  655. <width>500</width>
  656. <height>0</height>
  657. </size>
  658. </property>
  659. <property name="maximumSize">
  660. <size>
  661. <width>500</width>
  662. <height>16777215</height>
  663. </size>
  664. </property>
  665. <layout class="QHBoxLayout" name="horizontalLayout_32">
  666. <property name="spacing">
  667. <number>6</number>
  668. </property>
  669. <property name="margin">
  670. <number>0</number>
  671. </property>
  672. <item>
  673. <widget class="QLabel" name="labelSampleShiHao2">
  674. <property name="sizePolicy">
  675. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  676. <horstretch>0</horstretch>
  677. <verstretch>0</verstretch>
  678. </sizepolicy>
  679. </property>
  680. <property name="minimumSize">
  681. <size>
  682. <width>10</width>
  683. <height>20</height>
  684. </size>
  685. </property>
  686. <property name="maximumSize">
  687. <size>
  688. <width>10</width>
  689. <height>20</height>
  690. </size>
  691. </property>
  692. <property name="text">
  693. <string>实号</string>
  694. </property>
  695. <property name="alignment">
  696. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  697. </property>
  698. </widget>
  699. </item>
  700. <item>
  701. <widget class="QLabel" name="labelShiHao">
  702. <property name="sizePolicy">
  703. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  704. <horstretch>0</horstretch>
  705. <verstretch>0</verstretch>
  706. </sizepolicy>
  707. </property>
  708. <property name="minimumSize">
  709. <size>
  710. <width>120</width>
  711. <height>0</height>
  712. </size>
  713. </property>
  714. <property name="maximumSize">
  715. <size>
  716. <width>120</width>
  717. <height>16777215</height>
  718. </size>
  719. </property>
  720. <property name="text">
  721. <string>实号</string>
  722. </property>
  723. </widget>
  724. </item>
  725. <item>
  726. <widget class="QLabel" name="labelSampleKong">
  727. <property name="sizePolicy">
  728. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  729. <horstretch>0</horstretch>
  730. <verstretch>0</verstretch>
  731. </sizepolicy>
  732. </property>
  733. <property name="minimumSize">
  734. <size>
  735. <width>10</width>
  736. <height>20</height>
  737. </size>
  738. </property>
  739. <property name="maximumSize">
  740. <size>
  741. <width>10</width>
  742. <height>20</height>
  743. </size>
  744. </property>
  745. <property name="text">
  746. <string>空号</string>
  747. </property>
  748. <property name="alignment">
  749. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  750. </property>
  751. </widget>
  752. </item>
  753. <item>
  754. <widget class="QLabel" name="labelKong">
  755. <property name="text">
  756. <string>空号</string>
  757. </property>
  758. </widget>
  759. </item>
  760. <item>
  761. <widget class="QLabel" name="labelSampleTing">
  762. <property name="sizePolicy">
  763. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  764. <horstretch>0</horstretch>
  765. <verstretch>0</verstretch>
  766. </sizepolicy>
  767. </property>
  768. <property name="minimumSize">
  769. <size>
  770. <width>10</width>
  771. <height>20</height>
  772. </size>
  773. </property>
  774. <property name="maximumSize">
  775. <size>
  776. <width>10</width>
  777. <height>20</height>
  778. </size>
  779. </property>
  780. <property name="text">
  781. <string>停机</string>
  782. </property>
  783. <property name="alignment">
  784. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  785. </property>
  786. </widget>
  787. </item>
  788. <item>
  789. <widget class="QLabel" name="labelTing">
  790. <property name="text">
  791. <string>停机</string>
  792. </property>
  793. </widget>
  794. </item>
  795. <item>
  796. <widget class="QLabel" name="labelSampleGuan">
  797. <property name="sizePolicy">
  798. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  799. <horstretch>0</horstretch>
  800. <verstretch>0</verstretch>
  801. </sizepolicy>
  802. </property>
  803. <property name="minimumSize">
  804. <size>
  805. <width>10</width>
  806. <height>20</height>
  807. </size>
  808. </property>
  809. <property name="maximumSize">
  810. <size>
  811. <width>10</width>
  812. <height>20</height>
  813. </size>
  814. </property>
  815. <property name="text">
  816. <string>关机</string>
  817. </property>
  818. <property name="alignment">
  819. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  820. </property>
  821. </widget>
  822. </item>
  823. <item>
  824. <widget class="QLabel" name="labelGuan">
  825. <property name="text">
  826. <string>关机</string>
  827. </property>
  828. </widget>
  829. </item>
  830. <item>
  831. <spacer name="horizontalSpacer_19">
  832. <property name="orientation">
  833. <enum>Qt::Horizontal</enum>
  834. </property>
  835. <property name="sizeHint" stdset="0">
  836. <size>
  837. <width>40</width>
  838. <height>20</height>
  839. </size>
  840. </property>
  841. </spacer>
  842. </item>
  843. </layout>
  844. </widget>
  845. </item>
  846. <item>
  847. <widget class="QLabel" name="labelTip">
  848. <property name="text">
  849. <string/>
  850. </property>
  851. </widget>
  852. </item>
  853. </layout>
  854. </item>
  855. </layout>
  856. </item>
  857. <item>
  858. <spacer name="horizontalSpacer_15">
  859. <property name="orientation">
  860. <enum>Qt::Horizontal</enum>
  861. </property>
  862. <property name="sizeHint" stdset="0">
  863. <size>
  864. <width>40</width>
  865. <height>20</height>
  866. </size>
  867. </property>
  868. </spacer>
  869. </item>
  870. <item>
  871. <layout class="QVBoxLayout" name="verticalLayout_13">
  872. <property name="leftMargin">
  873. <number>6</number>
  874. </property>
  875. <property name="topMargin">
  876. <number>0</number>
  877. </property>
  878. <property name="rightMargin">
  879. <number>6</number>
  880. </property>
  881. <property name="bottomMargin">
  882. <number>0</number>
  883. </property>
  884. <item>
  885. <widget class="QLabel" name="label_11">
  886. <property name="sizePolicy">
  887. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  888. <horstretch>0</horstretch>
  889. <verstretch>0</verstretch>
  890. </sizepolicy>
  891. </property>
  892. <property name="text">
  893. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  894. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  895. p, li { white-space: pre-wrap; }
  896. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:12px; font-weight:400; font-style:normal;&quot;&gt;
  897. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#878787;&quot;&gt;此结果为预测信息&lt;/span&gt;&lt;/p&gt;
  898. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#878787;&quot;&gt;仅供参考,最终结&lt;/span&gt;&lt;/p&gt;
  899. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#878787;&quot;&gt;果以实际检测为准&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  900. </property>
  901. <property name="alignment">
  902. <set>Qt::AlignCenter</set>
  903. </property>
  904. </widget>
  905. </item>
  906. </layout>
  907. </item>
  908. </layout>
  909. </item>
  910. </layout>
  911. </widget>
  912. </item>
  913. </layout>
  914. </widget>
  915. <resources/>
  916. <connections/>
  917. </ui>