dialogselectsegment.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSelectSegment</class>
  4. <widget class="QDialog" name="DialogSelectSegment">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>783</width>
  10. <height>530</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>783</width>
  22. <height>530</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>783</width>
  28. <height>530</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>自选实号</string>
  33. </property>
  34. <layout class="QGridLayout" name="gridLayout">
  35. <item row="0" column="0" rowspan="2">
  36. <widget class="QTreeView" name="treeView">
  37. <property name="sizePolicy">
  38. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  39. <horstretch>0</horstretch>
  40. <verstretch>0</verstretch>
  41. </sizepolicy>
  42. </property>
  43. <property name="maximumSize">
  44. <size>
  45. <width>150</width>
  46. <height>16777215</height>
  47. </size>
  48. </property>
  49. <property name="editTriggers">
  50. <set>QAbstractItemView::NoEditTriggers</set>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="1" column="1" colspan="2">
  55. <layout class="QVBoxLayout" name="verticalLayout_3">
  56. <item>
  57. <widget class="QWidget" name="widget_2" native="true">
  58. <property name="minimumSize">
  59. <size>
  60. <width>0</width>
  61. <height>20</height>
  62. </size>
  63. </property>
  64. <layout class="QHBoxLayout" name="horizontalLayout_7">
  65. <property name="margin">
  66. <number>0</number>
  67. </property>
  68. <item>
  69. <widget class="QLabel" name="label_2">
  70. <property name="font">
  71. <font>
  72. <weight>75</weight>
  73. <bold>true</bold>
  74. </font>
  75. </property>
  76. <property name="text">
  77. <string>选择数据更新时间</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QLabel" name="labelTip">
  83. <property name="font">
  84. <font>
  85. <weight>50</weight>
  86. <bold>false</bold>
  87. </font>
  88. </property>
  89. <property name="text">
  90. <string/>
  91. </property>
  92. <property name="alignment">
  93. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <spacer name="horizontalSpacer_6">
  99. <property name="orientation">
  100. <enum>Qt::Horizontal</enum>
  101. </property>
  102. <property name="sizeHint" stdset="0">
  103. <size>
  104. <width>40</width>
  105. <height>20</height>
  106. </size>
  107. </property>
  108. </spacer>
  109. </item>
  110. <item>
  111. <widget class="QLabel" name="label_6">
  112. <property name="text">
  113. <string> [</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QPushButton" name="pushButtonDetail">
  119. <property name="cursor">
  120. <cursorShape>PointingHandCursor</cursorShape>
  121. </property>
  122. <property name="text">
  123. <string>详情</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item>
  128. <widget class="QLabel" name="label_7">
  129. <property name="text">
  130. <string>]</string>
  131. </property>
  132. </widget>
  133. </item>
  134. </layout>
  135. </widget>
  136. </item>
  137. <item>
  138. <widget class="QWidget" name="widget1" native="true">
  139. <property name="minimumSize">
  140. <size>
  141. <width>0</width>
  142. <height>40</height>
  143. </size>
  144. </property>
  145. <layout class="QHBoxLayout" name="horizontalLayout_6">
  146. <item>
  147. <widget class="QRadioButton" name="radioButton1">
  148. <property name="text">
  149. <string>一天内</string>
  150. </property>
  151. <property name="checked">
  152. <bool>false</bool>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <widget class="QRadioButton" name="radioButton2">
  158. <property name="text">
  159. <string>二天内</string>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QRadioButton" name="radioButton3">
  165. <property name="text">
  166. <string>三天内</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <widget class="QRadioButton" name="radioButton4">
  172. <property name="text">
  173. <string>四天内</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QRadioButton" name="radioButton5">
  179. <property name="text">
  180. <string>五天内</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item>
  185. <widget class="QRadioButton" name="radioButton6">
  186. <property name="text">
  187. <string>六天内</string>
  188. </property>
  189. </widget>
  190. </item>
  191. <item>
  192. <widget class="QRadioButton" name="radioButton7">
  193. <property name="minimumSize">
  194. <size>
  195. <width>0</width>
  196. <height>16</height>
  197. </size>
  198. </property>
  199. <property name="maximumSize">
  200. <size>
  201. <width>16777215</width>
  202. <height>16</height>
  203. </size>
  204. </property>
  205. <property name="text">
  206. <string>7天内更新</string>
  207. </property>
  208. <property name="checked">
  209. <bool>true</bool>
  210. </property>
  211. </widget>
  212. </item>
  213. <item>
  214. <widget class="QRadioButton" name="radioButton30">
  215. <property name="minimumSize">
  216. <size>
  217. <width>0</width>
  218. <height>16</height>
  219. </size>
  220. </property>
  221. <property name="maximumSize">
  222. <size>
  223. <width>16777215</width>
  224. <height>16</height>
  225. </size>
  226. </property>
  227. <property name="text">
  228. <string>7天-1个月更新</string>
  229. </property>
  230. </widget>
  231. </item>
  232. <item>
  233. <widget class="QRadioButton" name="radioButton90">
  234. <property name="minimumSize">
  235. <size>
  236. <width>0</width>
  237. <height>16</height>
  238. </size>
  239. </property>
  240. <property name="maximumSize">
  241. <size>
  242. <width>16777215</width>
  243. <height>16</height>
  244. </size>
  245. </property>
  246. <property name="text">
  247. <string>1个月-3个月更新</string>
  248. </property>
  249. </widget>
  250. </item>
  251. <item>
  252. <widget class="QRadioButton" name="radioButton180">
  253. <property name="minimumSize">
  254. <size>
  255. <width>0</width>
  256. <height>16</height>
  257. </size>
  258. </property>
  259. <property name="maximumSize">
  260. <size>
  261. <width>16777215</width>
  262. <height>16</height>
  263. </size>
  264. </property>
  265. <property name="text">
  266. <string>3个月以后更新</string>
  267. </property>
  268. <property name="checked">
  269. <bool>false</bool>
  270. </property>
  271. </widget>
  272. </item>
  273. </layout>
  274. </widget>
  275. </item>
  276. <item>
  277. <widget class="QLabel" name="label">
  278. <property name="font">
  279. <font>
  280. <family>Aharoni</family>
  281. <weight>75</weight>
  282. <bold>true</bold>
  283. </font>
  284. </property>
  285. <property name="text">
  286. <string>选择运营商</string>
  287. </property>
  288. </widget>
  289. </item>
  290. <item>
  291. <widget class="QWidget" name="widget2" native="true">
  292. <property name="maximumSize">
  293. <size>
  294. <width>16777215</width>
  295. <height>40</height>
  296. </size>
  297. </property>
  298. <layout class="QHBoxLayout" name="horizontalLayout_4">
  299. <item>
  300. <widget class="QRadioButton" name="allRB">
  301. <property name="minimumSize">
  302. <size>
  303. <width>0</width>
  304. <height>16</height>
  305. </size>
  306. </property>
  307. <property name="maximumSize">
  308. <size>
  309. <width>16777215</width>
  310. <height>16</height>
  311. </size>
  312. </property>
  313. <property name="text">
  314. <string>全部运营商</string>
  315. </property>
  316. <property name="checked">
  317. <bool>true</bool>
  318. </property>
  319. </widget>
  320. </item>
  321. <item>
  322. <widget class="QRadioButton" name="cmccRB">
  323. <property name="minimumSize">
  324. <size>
  325. <width>0</width>
  326. <height>16</height>
  327. </size>
  328. </property>
  329. <property name="maximumSize">
  330. <size>
  331. <width>16777215</width>
  332. <height>16</height>
  333. </size>
  334. </property>
  335. <property name="text">
  336. <string>移动</string>
  337. </property>
  338. </widget>
  339. </item>
  340. <item>
  341. <widget class="QRadioButton" name="cutcRB">
  342. <property name="minimumSize">
  343. <size>
  344. <width>0</width>
  345. <height>16</height>
  346. </size>
  347. </property>
  348. <property name="maximumSize">
  349. <size>
  350. <width>16777215</width>
  351. <height>16</height>
  352. </size>
  353. </property>
  354. <property name="text">
  355. <string>联通</string>
  356. </property>
  357. </widget>
  358. </item>
  359. <item>
  360. <widget class="QRadioButton" name="ctccRB">
  361. <property name="minimumSize">
  362. <size>
  363. <width>0</width>
  364. <height>16</height>
  365. </size>
  366. </property>
  367. <property name="maximumSize">
  368. <size>
  369. <width>16777215</width>
  370. <height>16</height>
  371. </size>
  372. </property>
  373. <property name="text">
  374. <string>电信</string>
  375. </property>
  376. </widget>
  377. </item>
  378. <item>
  379. <widget class="QRadioButton" name="xnRB">
  380. <property name="minimumSize">
  381. <size>
  382. <width>0</width>
  383. <height>16</height>
  384. </size>
  385. </property>
  386. <property name="maximumSize">
  387. <size>
  388. <width>16777215</width>
  389. <height>16</height>
  390. </size>
  391. </property>
  392. <property name="text">
  393. <string>虚拟运营商</string>
  394. </property>
  395. </widget>
  396. </item>
  397. </layout>
  398. </widget>
  399. </item>
  400. <item>
  401. <widget class="QWidget" name="widget" native="true">
  402. <property name="minimumSize">
  403. <size>
  404. <width>40</width>
  405. <height>40</height>
  406. </size>
  407. </property>
  408. <layout class="QHBoxLayout" name="horizontalLayout_2">
  409. <property name="leftMargin">
  410. <number>0</number>
  411. </property>
  412. <item>
  413. <widget class="QLabel" name="label_3">
  414. <property name="font">
  415. <font>
  416. <family>Aharoni</family>
  417. <weight>75</weight>
  418. <bold>true</bold>
  419. </font>
  420. </property>
  421. <property name="text">
  422. <string>选择实号包</string>
  423. </property>
  424. </widget>
  425. </item>
  426. <item>
  427. <widget class="QLabel" name="label_4">
  428. <property name="text">
  429. <string>(红色数字是实号数)</string>
  430. </property>
  431. </widget>
  432. </item>
  433. <item>
  434. <spacer name="horizontalSpacer">
  435. <property name="orientation">
  436. <enum>Qt::Horizontal</enum>
  437. </property>
  438. <property name="sizeHint" stdset="0">
  439. <size>
  440. <width>40</width>
  441. <height>20</height>
  442. </size>
  443. </property>
  444. </spacer>
  445. </item>
  446. <item>
  447. <widget class="QRadioButton" name="radioButtonAll">
  448. <property name="minimumSize">
  449. <size>
  450. <width>0</width>
  451. <height>16</height>
  452. </size>
  453. </property>
  454. <property name="maximumSize">
  455. <size>
  456. <width>16777215</width>
  457. <height>16</height>
  458. </size>
  459. </property>
  460. <property name="text">
  461. <string>全部</string>
  462. </property>
  463. <property name="checked">
  464. <bool>true</bool>
  465. </property>
  466. </widget>
  467. </item>
  468. <item>
  469. <widget class="QRadioButton" name="radioButtonDown">
  470. <property name="minimumSize">
  471. <size>
  472. <width>0</width>
  473. <height>16</height>
  474. </size>
  475. </property>
  476. <property name="maximumSize">
  477. <size>
  478. <width>16777215</width>
  479. <height>16</height>
  480. </size>
  481. </property>
  482. <property name="text">
  483. <string>已下载</string>
  484. </property>
  485. </widget>
  486. </item>
  487. <item>
  488. <widget class="QRadioButton" name="radioButtonNoDown">
  489. <property name="minimumSize">
  490. <size>
  491. <width>0</width>
  492. <height>16</height>
  493. </size>
  494. </property>
  495. <property name="maximumSize">
  496. <size>
  497. <width>16777215</width>
  498. <height>16</height>
  499. </size>
  500. </property>
  501. <property name="text">
  502. <string>未下载</string>
  503. </property>
  504. </widget>
  505. </item>
  506. </layout>
  507. </widget>
  508. </item>
  509. <item>
  510. <widget class="QTableWidget" name="tableWidget">
  511. <property name="selectionMode">
  512. <enum>QAbstractItemView::ExtendedSelection</enum>
  513. </property>
  514. </widget>
  515. </item>
  516. <item>
  517. <widget class="QWidget" name="widget3" native="true">
  518. <property name="minimumSize">
  519. <size>
  520. <width>0</width>
  521. <height>50</height>
  522. </size>
  523. </property>
  524. <property name="maximumSize">
  525. <size>
  526. <width>16777215</width>
  527. <height>80</height>
  528. </size>
  529. </property>
  530. <layout class="QVBoxLayout" name="verticalLayout">
  531. <item>
  532. <layout class="QHBoxLayout" name="horizontalLayout_3">
  533. <item>
  534. <widget class="QLabel" name="labelRealCount">
  535. <property name="sizePolicy">
  536. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  537. <horstretch>0</horstretch>
  538. <verstretch>0</verstretch>
  539. </sizepolicy>
  540. </property>
  541. <property name="minimumSize">
  542. <size>
  543. <width>0</width>
  544. <height>23</height>
  545. </size>
  546. </property>
  547. <property name="maximumSize">
  548. <size>
  549. <width>16777215</width>
  550. <height>23</height>
  551. </size>
  552. </property>
  553. <property name="text">
  554. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;共0个实号包&lt;span style=&quot; color:#ff0000;&quot;&gt;0&lt;/span&gt;个实号&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  555. </property>
  556. </widget>
  557. </item>
  558. <item>
  559. <spacer name="horizontalSpacer_3">
  560. <property name="orientation">
  561. <enum>Qt::Horizontal</enum>
  562. </property>
  563. <property name="sizeHint" stdset="0">
  564. <size>
  565. <width>40</width>
  566. <height>20</height>
  567. </size>
  568. </property>
  569. </spacer>
  570. </item>
  571. <item>
  572. <widget class="QPushButton" name="pushButtonClearSelect">
  573. <property name="minimumSize">
  574. <size>
  575. <width>0</width>
  576. <height>23</height>
  577. </size>
  578. </property>
  579. <property name="maximumSize">
  580. <size>
  581. <width>16777215</width>
  582. <height>23</height>
  583. </size>
  584. </property>
  585. <property name="text">
  586. <string>取消选中</string>
  587. </property>
  588. </widget>
  589. </item>
  590. <item>
  591. <widget class="QPushButton" name="pushButtonToDown">
  592. <property name="minimumSize">
  593. <size>
  594. <width>0</width>
  595. <height>23</height>
  596. </size>
  597. </property>
  598. <property name="maximumSize">
  599. <size>
  600. <width>16777215</width>
  601. <height>23</height>
  602. </size>
  603. </property>
  604. <property name="text">
  605. <string>放入下载列表</string>
  606. </property>
  607. </widget>
  608. </item>
  609. </layout>
  610. </item>
  611. <item>
  612. <layout class="QHBoxLayout" name="horizontalLayout_5">
  613. <item>
  614. <widget class="QLabel" name="labelSelect">
  615. <property name="sizePolicy">
  616. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  617. <horstretch>0</horstretch>
  618. <verstretch>0</verstretch>
  619. </sizepolicy>
  620. </property>
  621. <property name="minimumSize">
  622. <size>
  623. <width>0</width>
  624. <height>23</height>
  625. </size>
  626. </property>
  627. <property name="maximumSize">
  628. <size>
  629. <width>16777215</width>
  630. <height>23</height>
  631. </size>
  632. </property>
  633. <property name="text">
  634. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;已选择0个实号包&lt;span style=&quot; color:#ff0000;&quot;&gt;0&lt;/span&gt;个实号&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  635. </property>
  636. </widget>
  637. </item>
  638. <item>
  639. <spacer name="horizontalSpacer_2">
  640. <property name="orientation">
  641. <enum>Qt::Horizontal</enum>
  642. </property>
  643. <property name="sizeHint" stdset="0">
  644. <size>
  645. <width>40</width>
  646. <height>20</height>
  647. </size>
  648. </property>
  649. </spacer>
  650. </item>
  651. <item>
  652. <widget class="QLabel" name="label_5">
  653. <property name="sizePolicy">
  654. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  655. <horstretch>0</horstretch>
  656. <verstretch>0</verstretch>
  657. </sizepolicy>
  658. </property>
  659. <property name="minimumSize">
  660. <size>
  661. <width>0</width>
  662. <height>23</height>
  663. </size>
  664. </property>
  665. <property name="maximumSize">
  666. <size>
  667. <width>16777215</width>
  668. <height>23</height>
  669. </size>
  670. </property>
  671. <property name="text">
  672. <string>号码太少?请点击</string>
  673. </property>
  674. </widget>
  675. </item>
  676. <item>
  677. <widget class="QPushButton" name="pushButtonOrder">
  678. <property name="minimumSize">
  679. <size>
  680. <width>0</width>
  681. <height>23</height>
  682. </size>
  683. </property>
  684. <property name="maximumSize">
  685. <size>
  686. <width>16777215</width>
  687. <height>23</height>
  688. </size>
  689. </property>
  690. <property name="text">
  691. <string>号码预约</string>
  692. </property>
  693. </widget>
  694. </item>
  695. </layout>
  696. </item>
  697. </layout>
  698. </widget>
  699. </item>
  700. </layout>
  701. </item>
  702. <item row="3" column="0">
  703. <widget class="QLabel" name="labelCount">
  704. <property name="text">
  705. <string>TextLabel</string>
  706. </property>
  707. </widget>
  708. </item>
  709. <item row="3" column="1" colspan="2">
  710. <layout class="QHBoxLayout" name="horizontalLayout">
  711. <item>
  712. <widget class="QPushButton" name="pushButtonSync">
  713. <property name="text">
  714. <string>手工同步</string>
  715. </property>
  716. </widget>
  717. </item>
  718. <item>
  719. <spacer name="horizontalSpacer_4">
  720. <property name="orientation">
  721. <enum>Qt::Horizontal</enum>
  722. </property>
  723. <property name="sizeHint" stdset="0">
  724. <size>
  725. <width>40</width>
  726. <height>20</height>
  727. </size>
  728. </property>
  729. </spacer>
  730. </item>
  731. <item>
  732. <widget class="QPushButton" name="pushButtonClose">
  733. <property name="text">
  734. <string>取消</string>
  735. </property>
  736. </widget>
  737. </item>
  738. </layout>
  739. </item>
  740. </layout>
  741. </widget>
  742. <resources/>
  743. <connections/>
  744. </ui>