dialogselectsegment.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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>650</width>
  10. <height>490</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>650</width>
  16. <height>490</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>650</width>
  22. <height>490</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>导入号段</string>
  27. </property>
  28. <widget class="QDialogButtonBox" name="buttonBox">
  29. <property name="geometry">
  30. <rect>
  31. <x>300</x>
  32. <y>420</y>
  33. <width>341</width>
  34. <height>32</height>
  35. </rect>
  36. </property>
  37. <property name="orientation">
  38. <enum>Qt::Horizontal</enum>
  39. </property>
  40. <property name="standardButtons">
  41. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  42. </property>
  43. </widget>
  44. <widget class="QTreeView" name="treeView">
  45. <property name="geometry">
  46. <rect>
  47. <x>10</x>
  48. <y>10</y>
  49. <width>131</width>
  50. <height>401</height>
  51. </rect>
  52. </property>
  53. <property name="editTriggers">
  54. <set>QAbstractItemView::NoEditTriggers</set>
  55. </property>
  56. </widget>
  57. <widget class="QWidget" name="verticalLayoutWidget_2">
  58. <property name="geometry">
  59. <rect>
  60. <x>150</x>
  61. <y>10</y>
  62. <width>471</width>
  63. <height>61</height>
  64. </rect>
  65. </property>
  66. <layout class="QVBoxLayout" name="verticalLayout_2">
  67. <item>
  68. <layout class="QHBoxLayout" name="horizontalLayout_2">
  69. <item>
  70. <widget class="QRadioButton" name="allRB">
  71. <property name="text">
  72. <string>全部号码</string>
  73. </property>
  74. <property name="checked">
  75. <bool>true</bool>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QRadioButton" name="cmccRB">
  81. <property name="text">
  82. <string>中国移动</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <widget class="QRadioButton" name="cutcRB">
  88. <property name="text">
  89. <string>联通号码</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QRadioButton" name="ctccRB">
  95. <property name="text">
  96. <string>电信号码</string>
  97. </property>
  98. </widget>
  99. </item>
  100. </layout>
  101. </item>
  102. <item>
  103. <layout class="QHBoxLayout" name="horizontalLayout">
  104. <item>
  105. <widget class="QRadioButton" name="selfRB">
  106. <property name="text">
  107. <string>自定义号段</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QLineEdit" name="startEdit"/>
  113. </item>
  114. <item>
  115. <widget class="QLabel" name="label">
  116. <property name="text">
  117. <string>0000-</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QLineEdit" name="endEdit"/>
  123. </item>
  124. <item>
  125. <widget class="QLabel" name="label_2">
  126. <property name="text">
  127. <string>9999</string>
  128. </property>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="QLabel" name="label_3">
  133. <property name="text">
  134. <string>(输入号码前7位)</string>
  135. </property>
  136. </widget>
  137. </item>
  138. </layout>
  139. </item>
  140. </layout>
  141. </widget>
  142. <widget class="QWidget" name="verticalLayoutWidget">
  143. <property name="geometry">
  144. <rect>
  145. <x>150</x>
  146. <y>420</y>
  147. <width>271</width>
  148. <height>51</height>
  149. </rect>
  150. </property>
  151. <layout class="QVBoxLayout" name="verticalLayout">
  152. <item>
  153. <widget class="QLabel" name="selectLabel">
  154. <property name="text">
  155. <string>选中:[0]个号段,[0]个号码</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item>
  160. <widget class="QLabel" name="totalLabel">
  161. <property name="text">
  162. <string>当前:[0]个号段,[0]个号码</string>
  163. </property>
  164. </widget>
  165. </item>
  166. </layout>
  167. </widget>
  168. <widget class="QWidget" name="verticalLayoutWidget_3">
  169. <property name="geometry">
  170. <rect>
  171. <x>150</x>
  172. <y>80</y>
  173. <width>491</width>
  174. <height>331</height>
  175. </rect>
  176. </property>
  177. <layout class="QVBoxLayout" name="verticalLayout_3"/>
  178. </widget>
  179. <widget class="QLabel" name="labelCount">
  180. <property name="geometry">
  181. <rect>
  182. <x>10</x>
  183. <y>420</y>
  184. <width>121</width>
  185. <height>16</height>
  186. </rect>
  187. </property>
  188. <property name="text">
  189. <string>TextLabel</string>
  190. </property>
  191. </widget>
  192. </widget>
  193. <resources/>
  194. <connections>
  195. <connection>
  196. <sender>buttonBox</sender>
  197. <signal>accepted()</signal>
  198. <receiver>DialogSelectSegment</receiver>
  199. <slot>accept()</slot>
  200. <hints>
  201. <hint type="sourcelabel">
  202. <x>248</x>
  203. <y>254</y>
  204. </hint>
  205. <hint type="destinationlabel">
  206. <x>157</x>
  207. <y>274</y>
  208. </hint>
  209. </hints>
  210. </connection>
  211. <connection>
  212. <sender>buttonBox</sender>
  213. <signal>rejected()</signal>
  214. <receiver>DialogSelectSegment</receiver>
  215. <slot>reject()</slot>
  216. <hints>
  217. <hint type="sourcelabel">
  218. <x>316</x>
  219. <y>260</y>
  220. </hint>
  221. <hint type="destinationlabel">
  222. <x>286</x>
  223. <y>274</y>
  224. </hint>
  225. </hints>
  226. </connection>
  227. </connections>
  228. </ui>