dialogselectsegment2.ui 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSelectSegment2</class>
  4. <widget class="QDialog" name="DialogSelectSegment2">
  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="0" column="1" colspan="4">
  55. <layout class="QVBoxLayout" name="verticalLayout_2">
  56. <item>
  57. <layout class="QHBoxLayout" name="horizontalLayout_2">
  58. <item>
  59. <widget class="QRadioButton" name="allRB">
  60. <property name="text">
  61. <string>全部号码</string>
  62. </property>
  63. <property name="checked">
  64. <bool>true</bool>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QRadioButton" name="cmccRB">
  70. <property name="text">
  71. <string>中国移动</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QRadioButton" name="cutcRB">
  77. <property name="text">
  78. <string>联通号码</string>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QRadioButton" name="ctccRB">
  84. <property name="text">
  85. <string>电信号码</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QRadioButton" name="selfRB">
  91. <property name="minimumSize">
  92. <size>
  93. <width>0</width>
  94. <height>50</height>
  95. </size>
  96. </property>
  97. <property name="maximumSize">
  98. <size>
  99. <width>16777215</width>
  100. <height>50</height>
  101. </size>
  102. </property>
  103. <property name="layoutDirection">
  104. <enum>Qt::LeftToRight</enum>
  105. </property>
  106. <property name="text">
  107. <string>自定义号段</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QWidget" name="widget" native="true">
  113. <layout class="QHBoxLayout" name="horizontalLayout_3">
  114. <item>
  115. <spacer name="horizontalSpacer_5">
  116. <property name="orientation">
  117. <enum>Qt::Horizontal</enum>
  118. </property>
  119. <property name="sizeHint" stdset="0">
  120. <size>
  121. <width>40</width>
  122. <height>20</height>
  123. </size>
  124. </property>
  125. </spacer>
  126. </item>
  127. <item>
  128. <widget class="QLineEdit" name="startEdit">
  129. <property name="sizePolicy">
  130. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  131. <horstretch>0</horstretch>
  132. <verstretch>0</verstretch>
  133. </sizepolicy>
  134. </property>
  135. <property name="minimumSize">
  136. <size>
  137. <width>80</width>
  138. <height>0</height>
  139. </size>
  140. </property>
  141. <property name="maximumSize">
  142. <size>
  143. <width>80</width>
  144. <height>16777215</height>
  145. </size>
  146. </property>
  147. <property name="text">
  148. <string>1344567</string>
  149. </property>
  150. </widget>
  151. </item>
  152. <item>
  153. <widget class="QPushButton" name="pushButtonPosition">
  154. <property name="text">
  155. <string>号段快速定位</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item>
  160. <widget class="QLineEdit" name="endEdit">
  161. <property name="sizePolicy">
  162. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  163. <horstretch>0</horstretch>
  164. <verstretch>0</verstretch>
  165. </sizepolicy>
  166. </property>
  167. <property name="maximumSize">
  168. <size>
  169. <width>50</width>
  170. <height>16777215</height>
  171. </size>
  172. </property>
  173. </widget>
  174. </item>
  175. </layout>
  176. </widget>
  177. </item>
  178. </layout>
  179. </item>
  180. </layout>
  181. </item>
  182. <item row="1" column="1" colspan="4">
  183. <layout class="QVBoxLayout" name="verticalLayout_3">
  184. <item>
  185. <widget class="QTableWidget" name="tableWidget">
  186. <property name="mouseTracking">
  187. <bool>true</bool>
  188. </property>
  189. <property name="alternatingRowColors">
  190. <bool>false</bool>
  191. </property>
  192. <property name="selectionMode">
  193. <enum>QAbstractItemView::ExtendedSelection</enum>
  194. </property>
  195. </widget>
  196. </item>
  197. </layout>
  198. </item>
  199. <item row="3" column="1" colspan="4">
  200. <layout class="QHBoxLayout" name="horizontalLayout">
  201. <item>
  202. <widget class="QLabel" name="lblCount">
  203. <property name="sizePolicy">
  204. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  205. <horstretch>0</horstretch>
  206. <verstretch>0</verstretch>
  207. </sizepolicy>
  208. </property>
  209. <property name="minimumSize">
  210. <size>
  211. <width>200</width>
  212. <height>0</height>
  213. </size>
  214. </property>
  215. <property name="maximumSize">
  216. <size>
  217. <width>200</width>
  218. <height>16777215</height>
  219. </size>
  220. </property>
  221. <property name="text">
  222. <string>已选中0个号段</string>
  223. </property>
  224. </widget>
  225. </item>
  226. <item>
  227. <widget class="QPushButton" name="pushButtonClear">
  228. <property name="text">
  229. <string>取消选中</string>
  230. </property>
  231. </widget>
  232. </item>
  233. <item>
  234. <spacer name="horizontalSpacer_2">
  235. <property name="orientation">
  236. <enum>Qt::Horizontal</enum>
  237. </property>
  238. <property name="sizeHint" stdset="0">
  239. <size>
  240. <width>40</width>
  241. <height>20</height>
  242. </size>
  243. </property>
  244. </spacer>
  245. </item>
  246. <item>
  247. <spacer name="horizontalSpacer_4">
  248. <property name="orientation">
  249. <enum>Qt::Horizontal</enum>
  250. </property>
  251. <property name="sizeHint" stdset="0">
  252. <size>
  253. <width>40</width>
  254. <height>20</height>
  255. </size>
  256. </property>
  257. </spacer>
  258. </item>
  259. <item>
  260. <widget class="QPushButton" name="pushButtonAppend">
  261. <property name="text">
  262. <string>确定</string>
  263. </property>
  264. </widget>
  265. </item>
  266. <item>
  267. <widget class="QPushButton" name="pushButtonClose">
  268. <property name="text">
  269. <string>取消</string>
  270. </property>
  271. </widget>
  272. </item>
  273. </layout>
  274. </item>
  275. <item row="3" column="0">
  276. <widget class="QLabel" name="labelCount">
  277. <property name="text">
  278. <string>TextLabel</string>
  279. </property>
  280. </widget>
  281. </item>
  282. </layout>
  283. </widget>
  284. <resources/>
  285. <connections/>
  286. </ui>