formcube.ui 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormCube</class>
  4. <widget class="QWidget" name="FormCube">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1173</width>
  10. <height>646</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>646</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>646</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Form</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <item>
  36. <widget class="QGroupBox" name="groupBox">
  37. <property name="sizePolicy">
  38. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  39. <horstretch>0</horstretch>
  40. <verstretch>0</verstretch>
  41. </sizepolicy>
  42. </property>
  43. <property name="minimumSize">
  44. <size>
  45. <width>0</width>
  46. <height>206</height>
  47. </size>
  48. </property>
  49. <property name="maximumSize">
  50. <size>
  51. <width>16777215</width>
  52. <height>206</height>
  53. </size>
  54. </property>
  55. <property name="title">
  56. <string>原始号码</string>
  57. </property>
  58. <layout class="QVBoxLayout" name="verticalLayout_2">
  59. <property name="topMargin">
  60. <number>5</number>
  61. </property>
  62. <property name="bottomMargin">
  63. <number>9</number>
  64. </property>
  65. <item>
  66. <layout class="QHBoxLayout" name="horizontalLayout_5">
  67. <item>
  68. <widget class="QPushButton" name="importFilePB">
  69. <property name="minimumSize">
  70. <size>
  71. <width>0</width>
  72. <height>23</height>
  73. </size>
  74. </property>
  75. <property name="maximumSize">
  76. <size>
  77. <width>16777215</width>
  78. <height>23</height>
  79. </size>
  80. </property>
  81. <property name="text">
  82. <string>导入文件</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <widget class="QPushButton" name="pushButtonHelpme">
  88. <property name="minimumSize">
  89. <size>
  90. <width>0</width>
  91. <height>23</height>
  92. </size>
  93. </property>
  94. <property name="maximumSize">
  95. <size>
  96. <width>16777215</width>
  97. <height>23</height>
  98. </size>
  99. </property>
  100. <property name="text">
  101. <string>帮我选号码</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item>
  106. <widget class="QPushButton" name="inputnumsegPB">
  107. <property name="minimumSize">
  108. <size>
  109. <width>0</width>
  110. <height>23</height>
  111. </size>
  112. </property>
  113. <property name="maximumSize">
  114. <size>
  115. <width>16777215</width>
  116. <height>23</height>
  117. </size>
  118. </property>
  119. <property name="text">
  120. <string>输入号段</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QPushButton" name="importSegmentsPB">
  126. <property name="minimumSize">
  127. <size>
  128. <width>0</width>
  129. <height>23</height>
  130. </size>
  131. </property>
  132. <property name="maximumSize">
  133. <size>
  134. <width>16777215</width>
  135. <height>23</height>
  136. </size>
  137. </property>
  138. <property name="text">
  139. <string>导入号段</string>
  140. </property>
  141. </widget>
  142. </item>
  143. <item>
  144. <widget class="QPushButton" name="extractPB">
  145. <property name="minimumSize">
  146. <size>
  147. <width>0</width>
  148. <height>23</height>
  149. </size>
  150. </property>
  151. <property name="maximumSize">
  152. <size>
  153. <width>16777215</width>
  154. <height>23</height>
  155. </size>
  156. </property>
  157. <property name="text">
  158. <string>提取号码</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <widget class="QPushButton" name="sortPB">
  164. <property name="minimumSize">
  165. <size>
  166. <width>0</width>
  167. <height>23</height>
  168. </size>
  169. </property>
  170. <property name="maximumSize">
  171. <size>
  172. <width>16777215</width>
  173. <height>23</height>
  174. </size>
  175. </property>
  176. <property name="text">
  177. <string>号码排序</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QPushButton" name="noorderPB">
  183. <property name="minimumSize">
  184. <size>
  185. <width>0</width>
  186. <height>23</height>
  187. </size>
  188. </property>
  189. <property name="maximumSize">
  190. <size>
  191. <width>16777215</width>
  192. <height>23</height>
  193. </size>
  194. </property>
  195. <property name="text">
  196. <string>号码乱序</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <widget class="QPushButton" name="removeDuplicatesPB">
  202. <property name="minimumSize">
  203. <size>
  204. <width>0</width>
  205. <height>23</height>
  206. </size>
  207. </property>
  208. <property name="maximumSize">
  209. <size>
  210. <width>16777215</width>
  211. <height>23</height>
  212. </size>
  213. </property>
  214. <property name="text">
  215. <string>清除重号</string>
  216. </property>
  217. </widget>
  218. </item>
  219. <item>
  220. <widget class="QPushButton" name="blacklistPB">
  221. <property name="minimumSize">
  222. <size>
  223. <width>0</width>
  224. <height>23</height>
  225. </size>
  226. </property>
  227. <property name="maximumSize">
  228. <size>
  229. <width>16777215</width>
  230. <height>23</height>
  231. </size>
  232. </property>
  233. <property name="text">
  234. <string>过滤黑名单</string>
  235. </property>
  236. </widget>
  237. </item>
  238. <item>
  239. <widget class="QPushButton" name="removeNotPhonePB">
  240. <property name="minimumSize">
  241. <size>
  242. <width>0</width>
  243. <height>23</height>
  244. </size>
  245. </property>
  246. <property name="maximumSize">
  247. <size>
  248. <width>16777215</width>
  249. <height>23</height>
  250. </size>
  251. </property>
  252. <property name="text">
  253. <string>清除非手机号</string>
  254. </property>
  255. </widget>
  256. </item>
  257. <item>
  258. <widget class="QPushButton" name="copyPB">
  259. <property name="minimumSize">
  260. <size>
  261. <width>0</width>
  262. <height>23</height>
  263. </size>
  264. </property>
  265. <property name="maximumSize">
  266. <size>
  267. <width>16777215</width>
  268. <height>23</height>
  269. </size>
  270. </property>
  271. <property name="text">
  272. <string>复制</string>
  273. </property>
  274. </widget>
  275. </item>
  276. <item>
  277. <widget class="QPushButton" name="pastePB">
  278. <property name="minimumSize">
  279. <size>
  280. <width>0</width>
  281. <height>23</height>
  282. </size>
  283. </property>
  284. <property name="maximumSize">
  285. <size>
  286. <width>16777215</width>
  287. <height>23</height>
  288. </size>
  289. </property>
  290. <property name="text">
  291. <string>粘贴</string>
  292. </property>
  293. </widget>
  294. </item>
  295. <item>
  296. <widget class="QPushButton" name="clearoriPB">
  297. <property name="minimumSize">
  298. <size>
  299. <width>0</width>
  300. <height>23</height>
  301. </size>
  302. </property>
  303. <property name="maximumSize">
  304. <size>
  305. <width>16777215</width>
  306. <height>23</height>
  307. </size>
  308. </property>
  309. <property name="text">
  310. <string>清空号码</string>
  311. </property>
  312. </widget>
  313. </item>
  314. <item>
  315. <widget class="QPushButton" name="comparePB">
  316. <property name="enabled">
  317. <bool>true</bool>
  318. </property>
  319. <property name="minimumSize">
  320. <size>
  321. <width>0</width>
  322. <height>23</height>
  323. </size>
  324. </property>
  325. <property name="maximumSize">
  326. <size>
  327. <width>16777215</width>
  328. <height>23</height>
  329. </size>
  330. </property>
  331. <property name="text">
  332. <string>文件处理</string>
  333. </property>
  334. </widget>
  335. </item>
  336. </layout>
  337. </item>
  338. <item>
  339. <layout class="QHBoxLayout" name="horizontalLayoutSource">
  340. <item>
  341. <widget class="QListView" name="sourceListView">
  342. <property name="sizePolicy">
  343. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  344. <horstretch>0</horstretch>
  345. <verstretch>0</verstretch>
  346. </sizepolicy>
  347. </property>
  348. <property name="minimumSize">
  349. <size>
  350. <width>0</width>
  351. <height>131</height>
  352. </size>
  353. </property>
  354. <property name="maximumSize">
  355. <size>
  356. <width>16777215</width>
  357. <height>131</height>
  358. </size>
  359. </property>
  360. <property name="editTriggers">
  361. <set>QAbstractItemView::NoEditTriggers</set>
  362. </property>
  363. <property name="dragDropMode">
  364. <enum>QAbstractItemView::NoDragDrop</enum>
  365. </property>
  366. <property name="selectionMode">
  367. <enum>QAbstractItemView::ContiguousSelection</enum>
  368. </property>
  369. <property name="selectionBehavior">
  370. <enum>QAbstractItemView::SelectRows</enum>
  371. </property>
  372. <property name="movement">
  373. <enum>QListView::Static</enum>
  374. </property>
  375. <property name="flow">
  376. <enum>QListView::TopToBottom</enum>
  377. </property>
  378. <property name="layoutMode">
  379. <enum>QListView::SinglePass</enum>
  380. </property>
  381. <property name="viewMode">
  382. <enum>QListView::IconMode</enum>
  383. </property>
  384. </widget>
  385. </item>
  386. </layout>
  387. </item>
  388. <item>
  389. <widget class="QLabel" name="sourcecounterLabel">
  390. <property name="text">
  391. <string>当前原始号码:0个</string>
  392. </property>
  393. </widget>
  394. </item>
  395. </layout>
  396. </widget>
  397. </item>
  398. <item>
  399. <layout class="QHBoxLayout" name="horizontalLayout_7">
  400. <property name="spacing">
  401. <number>6</number>
  402. </property>
  403. <item>
  404. <spacer name="horizontalSpacer">
  405. <property name="orientation">
  406. <enum>Qt::Horizontal</enum>
  407. </property>
  408. <property name="sizeType">
  409. <enum>QSizePolicy::Fixed</enum>
  410. </property>
  411. <property name="sizeHint" stdset="0">
  412. <size>
  413. <width>100</width>
  414. <height>20</height>
  415. </size>
  416. </property>
  417. </spacer>
  418. </item>
  419. <item>
  420. <layout class="QHBoxLayout" name="horizontalLayout11">
  421. <item>
  422. <widget class="QLabel" name="label_2">
  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>23</height>
  433. </size>
  434. </property>
  435. <property name="maximumSize">
  436. <size>
  437. <width>16777215</width>
  438. <height>23</height>
  439. </size>
  440. </property>
  441. <property name="text">
  442. <string>按号码数值</string>
  443. </property>
  444. <property name="alignment">
  445. <set>Qt::AlignCenter</set>
  446. </property>
  447. </widget>
  448. </item>
  449. </layout>
  450. </item>
  451. <item>
  452. <spacer name="horizontalSpacer_3">
  453. <property name="orientation">
  454. <enum>Qt::Horizontal</enum>
  455. </property>
  456. <property name="sizeHint" stdset="0">
  457. <size>
  458. <width>40</width>
  459. <height>20</height>
  460. </size>
  461. </property>
  462. </spacer>
  463. </item>
  464. <item>
  465. <layout class="QHBoxLayout" name="horizontalLayout22">
  466. <item>
  467. <widget class="QLabel" name="label_3">
  468. <property name="sizePolicy">
  469. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  470. <horstretch>0</horstretch>
  471. <verstretch>0</verstretch>
  472. </sizepolicy>
  473. </property>
  474. <property name="minimumSize">
  475. <size>
  476. <width>0</width>
  477. <height>23</height>
  478. </size>
  479. </property>
  480. <property name="maximumSize">
  481. <size>
  482. <width>16777215</width>
  483. <height>23</height>
  484. </size>
  485. </property>
  486. <property name="text">
  487. <string>按照组合特征</string>
  488. </property>
  489. <property name="alignment">
  490. <set>Qt::AlignCenter</set>
  491. </property>
  492. </widget>
  493. </item>
  494. </layout>
  495. </item>
  496. <item>
  497. <spacer name="horizontalSpacer_5">
  498. <property name="orientation">
  499. <enum>Qt::Horizontal</enum>
  500. </property>
  501. <property name="sizeHint" stdset="0">
  502. <size>
  503. <width>40</width>
  504. <height>20</height>
  505. </size>
  506. </property>
  507. </spacer>
  508. </item>
  509. <item>
  510. <layout class="QHBoxLayout" name="horizontalLayout33">
  511. <item>
  512. <widget class="QLabel" name="label_5">
  513. <property name="sizePolicy">
  514. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  515. <horstretch>0</horstretch>
  516. <verstretch>0</verstretch>
  517. </sizepolicy>
  518. </property>
  519. <property name="minimumSize">
  520. <size>
  521. <width>0</width>
  522. <height>23</height>
  523. </size>
  524. </property>
  525. <property name="maximumSize">
  526. <size>
  527. <width>16777215</width>
  528. <height>23</height>
  529. </size>
  530. </property>
  531. <property name="text">
  532. <string>按照号码类型</string>
  533. </property>
  534. <property name="alignment">
  535. <set>Qt::AlignCenter</set>
  536. </property>
  537. </widget>
  538. </item>
  539. </layout>
  540. </item>
  541. <item>
  542. <spacer name="horizontalSpacer_6">
  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. <item>
  555. <layout class="QHBoxLayout" name="horizontalLayout44">
  556. <item>
  557. <widget class="QLabel" name="label_4">
  558. <property name="sizePolicy">
  559. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  560. <horstretch>0</horstretch>
  561. <verstretch>0</verstretch>
  562. </sizepolicy>
  563. </property>
  564. <property name="minimumSize">
  565. <size>
  566. <width>0</width>
  567. <height>23</height>
  568. </size>
  569. </property>
  570. <property name="maximumSize">
  571. <size>
  572. <width>16777215</width>
  573. <height>23</height>
  574. </size>
  575. </property>
  576. <property name="text">
  577. <string>全部号码</string>
  578. </property>
  579. <property name="alignment">
  580. <set>Qt::AlignCenter</set>
  581. </property>
  582. </widget>
  583. </item>
  584. </layout>
  585. </item>
  586. <item>
  587. <spacer name="horizontalSpacer_2">
  588. <property name="orientation">
  589. <enum>Qt::Horizontal</enum>
  590. </property>
  591. <property name="sizeType">
  592. <enum>QSizePolicy::Fixed</enum>
  593. </property>
  594. <property name="sizeHint" stdset="0">
  595. <size>
  596. <width>100</width>
  597. <height>20</height>
  598. </size>
  599. </property>
  600. </spacer>
  601. </item>
  602. </layout>
  603. </item>
  604. <item>
  605. <widget class="QGroupBox" name="groupBox_2">
  606. <property name="sizePolicy">
  607. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  608. <horstretch>0</horstretch>
  609. <verstretch>0</verstretch>
  610. </sizepolicy>
  611. </property>
  612. <property name="minimumSize">
  613. <size>
  614. <width>0</width>
  615. <height>291</height>
  616. </size>
  617. </property>
  618. <property name="maximumSize">
  619. <size>
  620. <width>16777215</width>
  621. <height>291</height>
  622. </size>
  623. </property>
  624. <property name="title">
  625. <string>目标号码</string>
  626. </property>
  627. <layout class="QVBoxLayout" name="verticalLayout_8">
  628. <property name="topMargin">
  629. <number>9</number>
  630. </property>
  631. <item>
  632. <layout class="QVBoxLayout" name="verticalLayoutWebview">
  633. <item>
  634. <widget class="QListView" name="destListView">
  635. <property name="sizePolicy">
  636. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  637. <horstretch>0</horstretch>
  638. <verstretch>0</verstretch>
  639. </sizepolicy>
  640. </property>
  641. <property name="minimumSize">
  642. <size>
  643. <width>0</width>
  644. <height>230</height>
  645. </size>
  646. </property>
  647. <property name="maximumSize">
  648. <size>
  649. <width>16777215</width>
  650. <height>230</height>
  651. </size>
  652. </property>
  653. <property name="editTriggers">
  654. <set>QAbstractItemView::NoEditTriggers</set>
  655. </property>
  656. <property name="dragDropMode">
  657. <enum>QAbstractItemView::DragDrop</enum>
  658. </property>
  659. <property name="selectionMode">
  660. <enum>QAbstractItemView::MultiSelection</enum>
  661. </property>
  662. <property name="flow">
  663. <enum>QListView::TopToBottom</enum>
  664. </property>
  665. <property name="viewMode">
  666. <enum>QListView::IconMode</enum>
  667. </property>
  668. </widget>
  669. </item>
  670. </layout>
  671. </item>
  672. <item>
  673. <layout class="QHBoxLayout" name="horizontalLayout_8">
  674. <item>
  675. <widget class="QLabel" name="destcounterLabel">
  676. <property name="text">
  677. <string>当前目标号码:0个</string>
  678. </property>
  679. </widget>
  680. </item>
  681. <item>
  682. <spacer name="horizontalSpacer_4">
  683. <property name="orientation">
  684. <enum>Qt::Horizontal</enum>
  685. </property>
  686. <property name="sizeHint" stdset="0">
  687. <size>
  688. <width>40</width>
  689. <height>20</height>
  690. </size>
  691. </property>
  692. </spacer>
  693. </item>
  694. <item>
  695. <widget class="QPushButton" name="sort2PB">
  696. <property name="minimumSize">
  697. <size>
  698. <width>0</width>
  699. <height>23</height>
  700. </size>
  701. </property>
  702. <property name="maximumSize">
  703. <size>
  704. <width>16777215</width>
  705. <height>23</height>
  706. </size>
  707. </property>
  708. <property name="text">
  709. <string>号码排序</string>
  710. </property>
  711. </widget>
  712. </item>
  713. <item>
  714. <widget class="QPushButton" name="dissort2PB">
  715. <property name="minimumSize">
  716. <size>
  717. <width>0</width>
  718. <height>23</height>
  719. </size>
  720. </property>
  721. <property name="maximumSize">
  722. <size>
  723. <width>16777215</width>
  724. <height>23</height>
  725. </size>
  726. </property>
  727. <property name="text">
  728. <string>号码乱序</string>
  729. </property>
  730. </widget>
  731. </item>
  732. <item>
  733. <widget class="QPushButton" name="blacklist2PB">
  734. <property name="minimumSize">
  735. <size>
  736. <width>0</width>
  737. <height>23</height>
  738. </size>
  739. </property>
  740. <property name="maximumSize">
  741. <size>
  742. <width>16777215</width>
  743. <height>23</height>
  744. </size>
  745. </property>
  746. <property name="text">
  747. <string>过滤黑名单</string>
  748. </property>
  749. </widget>
  750. </item>
  751. <item>
  752. <widget class="QPushButton" name="removeDuplicate2PB">
  753. <property name="minimumSize">
  754. <size>
  755. <width>0</width>
  756. <height>23</height>
  757. </size>
  758. </property>
  759. <property name="maximumSize">
  760. <size>
  761. <width>16777215</width>
  762. <height>23</height>
  763. </size>
  764. </property>
  765. <property name="text">
  766. <string>清除重号</string>
  767. </property>
  768. </widget>
  769. </item>
  770. <item>
  771. <widget class="QPushButton" name="pushButtonCopy2">
  772. <property name="minimumSize">
  773. <size>
  774. <width>0</width>
  775. <height>23</height>
  776. </size>
  777. </property>
  778. <property name="maximumSize">
  779. <size>
  780. <width>16777215</width>
  781. <height>23</height>
  782. </size>
  783. </property>
  784. <property name="text">
  785. <string>复制号码</string>
  786. </property>
  787. </widget>
  788. </item>
  789. <item>
  790. <widget class="QPushButton" name="cleardestPB">
  791. <property name="minimumSize">
  792. <size>
  793. <width>0</width>
  794. <height>23</height>
  795. </size>
  796. </property>
  797. <property name="maximumSize">
  798. <size>
  799. <width>16777215</width>
  800. <height>23</height>
  801. </size>
  802. </property>
  803. <property name="text">
  804. <string>清空号码</string>
  805. </property>
  806. </widget>
  807. </item>
  808. </layout>
  809. </item>
  810. </layout>
  811. </widget>
  812. </item>
  813. <item>
  814. <widget class="QGroupBox" name="groupBox_3">
  815. <property name="sizePolicy">
  816. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  817. <horstretch>0</horstretch>
  818. <verstretch>0</verstretch>
  819. </sizepolicy>
  820. </property>
  821. <property name="minimumSize">
  822. <size>
  823. <width>0</width>
  824. <height>45</height>
  825. </size>
  826. </property>
  827. <property name="maximumSize">
  828. <size>
  829. <width>16777215</width>
  830. <height>45</height>
  831. </size>
  832. </property>
  833. <property name="title">
  834. <string>导出号码</string>
  835. </property>
  836. <layout class="QHBoxLayout" name="horizontalLayout_9">
  837. <property name="topMargin">
  838. <number>0</number>
  839. </property>
  840. <property name="rightMargin">
  841. <number>9</number>
  842. </property>
  843. <item>
  844. <widget class="QRadioButton" name="destRB">
  845. <property name="minimumSize">
  846. <size>
  847. <width>0</width>
  848. <height>16</height>
  849. </size>
  850. </property>
  851. <property name="maximumSize">
  852. <size>
  853. <width>16777215</width>
  854. <height>16</height>
  855. </size>
  856. </property>
  857. <property name="text">
  858. <string>目标号码</string>
  859. </property>
  860. <property name="checkable">
  861. <bool>true</bool>
  862. </property>
  863. <property name="checked">
  864. <bool>true</bool>
  865. </property>
  866. </widget>
  867. </item>
  868. <item>
  869. <widget class="QRadioButton" name="sourceRb">
  870. <property name="minimumSize">
  871. <size>
  872. <width>0</width>
  873. <height>16</height>
  874. </size>
  875. </property>
  876. <property name="maximumSize">
  877. <size>
  878. <width>16777215</width>
  879. <height>16</height>
  880. </size>
  881. </property>
  882. <property name="text">
  883. <string>原始号码</string>
  884. </property>
  885. <property name="checked">
  886. <bool>false</bool>
  887. </property>
  888. </widget>
  889. </item>
  890. <item>
  891. <widget class="QPushButton" name="exportBySegmentPB">
  892. <property name="enabled">
  893. <bool>true</bool>
  894. </property>
  895. <property name="minimumSize">
  896. <size>
  897. <width>0</width>
  898. <height>23</height>
  899. </size>
  900. </property>
  901. <property name="maximumSize">
  902. <size>
  903. <width>16777215</width>
  904. <height>23</height>
  905. </size>
  906. </property>
  907. <property name="text">
  908. <string>按号段导出</string>
  909. </property>
  910. </widget>
  911. </item>
  912. <item>
  913. <widget class="QPushButton" name="exportByTimesPB">
  914. <property name="minimumSize">
  915. <size>
  916. <width>0</width>
  917. <height>23</height>
  918. </size>
  919. </property>
  920. <property name="maximumSize">
  921. <size>
  922. <width>16777215</width>
  923. <height>23</height>
  924. </size>
  925. </property>
  926. <property name="text">
  927. <string>按照重复次数导出</string>
  928. </property>
  929. </widget>
  930. </item>
  931. <item>
  932. <widget class="QPushButton" name="exportByRegionPB">
  933. <property name="minimumSize">
  934. <size>
  935. <width>0</width>
  936. <height>23</height>
  937. </size>
  938. </property>
  939. <property name="maximumSize">
  940. <size>
  941. <width>16777215</width>
  942. <height>23</height>
  943. </size>
  944. </property>
  945. <property name="text">
  946. <string>按照地区导出</string>
  947. </property>
  948. </widget>
  949. </item>
  950. <item>
  951. <widget class="QPushButton" name="exportByCorpPB">
  952. <property name="minimumSize">
  953. <size>
  954. <width>0</width>
  955. <height>23</height>
  956. </size>
  957. </property>
  958. <property name="maximumSize">
  959. <size>
  960. <width>16777215</width>
  961. <height>23</height>
  962. </size>
  963. </property>
  964. <property name="text">
  965. <string>按运营商导出</string>
  966. </property>
  967. </widget>
  968. </item>
  969. <item>
  970. <widget class="QPushButton" name="exportByBatchPB">
  971. <property name="minimumSize">
  972. <size>
  973. <width>0</width>
  974. <height>23</height>
  975. </size>
  976. </property>
  977. <property name="maximumSize">
  978. <size>
  979. <width>16777215</width>
  980. <height>23</height>
  981. </size>
  982. </property>
  983. <property name="text">
  984. <string>分批导出</string>
  985. </property>
  986. </widget>
  987. </item>
  988. <item>
  989. <widget class="QPushButton" name="exportByALLPB">
  990. <property name="minimumSize">
  991. <size>
  992. <width>0</width>
  993. <height>23</height>
  994. </size>
  995. </property>
  996. <property name="maximumSize">
  997. <size>
  998. <width>16777215</width>
  999. <height>23</height>
  1000. </size>
  1001. </property>
  1002. <property name="text">
  1003. <string>全部导出</string>
  1004. </property>
  1005. </widget>
  1006. </item>
  1007. </layout>
  1008. </widget>
  1009. </item>
  1010. <item>
  1011. <layout class="QHBoxLayout" name="horizontalLayout_10">
  1012. <item>
  1013. <widget class="QLabel" name="lblProgress">
  1014. <property name="minimumSize">
  1015. <size>
  1016. <width>16</width>
  1017. <height>16</height>
  1018. </size>
  1019. </property>
  1020. <property name="maximumSize">
  1021. <size>
  1022. <width>16</width>
  1023. <height>16</height>
  1024. </size>
  1025. </property>
  1026. <property name="text">
  1027. <string/>
  1028. </property>
  1029. <property name="pixmap">
  1030. <pixmap>../../../QT/NewHMMF-build-desktop-Qt_4_8_0_for_Desktop_-_MinGW__Qt_SDK____/1.gif</pixmap>
  1031. </property>
  1032. </widget>
  1033. </item>
  1034. <item>
  1035. <widget class="QProgressBar" name="progressBar">
  1036. <property name="sizePolicy">
  1037. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1038. <horstretch>0</horstretch>
  1039. <verstretch>0</verstretch>
  1040. </sizepolicy>
  1041. </property>
  1042. <property name="minimumSize">
  1043. <size>
  1044. <width>0</width>
  1045. <height>20</height>
  1046. </size>
  1047. </property>
  1048. <property name="maximumSize">
  1049. <size>
  1050. <width>16777215</width>
  1051. <height>20</height>
  1052. </size>
  1053. </property>
  1054. <property name="value">
  1055. <number>0</number>
  1056. </property>
  1057. </widget>
  1058. </item>
  1059. <item>
  1060. <widget class="QLabel" name="adLabel">
  1061. <property name="sizePolicy">
  1062. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  1063. <horstretch>0</horstretch>
  1064. <verstretch>0</verstretch>
  1065. </sizepolicy>
  1066. </property>
  1067. <property name="minimumSize">
  1068. <size>
  1069. <width>400</width>
  1070. <height>0</height>
  1071. </size>
  1072. </property>
  1073. <property name="maximumSize">
  1074. <size>
  1075. <width>400</width>
  1076. <height>16777215</height>
  1077. </size>
  1078. </property>
  1079. <property name="text">
  1080. <string/>
  1081. </property>
  1082. </widget>
  1083. </item>
  1084. </layout>
  1085. </item>
  1086. </layout>
  1087. </widget>
  1088. <resources/>
  1089. <connections/>
  1090. </ui>