dialogsetcombofilter.ui 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSetComboFilter</class>
  4. <widget class="QDialog" name="DialogSetComboFilter">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>412</width>
  10. <height>462</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>按照组合特征</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>请设定组合过滤条件</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout_3">
  25. <item>
  26. <widget class="QCheckBox" name="speciCB">
  27. <property name="text">
  28. <string>包含特定数字串</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QLineEdit" name="speciEdit"/>
  34. </item>
  35. </layout>
  36. </item>
  37. <item>
  38. <layout class="QHBoxLayout" name="horizontalLayout_7">
  39. <item>
  40. <widget class="QCheckBox" name="xxxCB">
  41. <property name="text">
  42. <string>至少包含连续号码长度</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QSpinBox" name="howmuchSB">
  48. <property name="minimum">
  49. <number>2</number>
  50. </property>
  51. <property name="maximum">
  52. <number>10</number>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <spacer name="horizontalSpacer_2">
  58. <property name="orientation">
  59. <enum>Qt::Horizontal</enum>
  60. </property>
  61. <property name="sizeHint" stdset="0">
  62. <size>
  63. <width>40</width>
  64. <height>20</height>
  65. </size>
  66. </property>
  67. </spacer>
  68. </item>
  69. </layout>
  70. </item>
  71. <item>
  72. <layout class="QHBoxLayout" name="horizontalLayout_8">
  73. <item>
  74. <widget class="QCheckBox" name="morexCB">
  75. <property name="text">
  76. <string>至少包含多少个某位数</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QSpinBox" name="howmuch1SB">
  82. <property name="minimum">
  83. <number>1</number>
  84. </property>
  85. <property name="maximum">
  86. <number>10</number>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <widget class="QLabel" name="label">
  92. <property name="text">
  93. <string>个</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QSpinBox" name="whichSB">
  99. <property name="maximum">
  100. <number>9</number>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <spacer name="horizontalSpacer">
  106. <property name="orientation">
  107. <enum>Qt::Horizontal</enum>
  108. </property>
  109. <property name="sizeHint" stdset="0">
  110. <size>
  111. <width>40</width>
  112. <height>20</height>
  113. </size>
  114. </property>
  115. </spacer>
  116. </item>
  117. </layout>
  118. </item>
  119. <item>
  120. <layout class="QHBoxLayout" name="horizontalLayout_13">
  121. <item>
  122. <widget class="QCheckBox" name="lastaaaCB">
  123. <property name="text">
  124. <string>末尾三位为AAA形式</string>
  125. </property>
  126. </widget>
  127. </item>
  128. </layout>
  129. </item>
  130. <item>
  131. <layout class="QHBoxLayout" name="horizontalLayout">
  132. <item>
  133. <widget class="QCheckBox" name="lastaaaaCB">
  134. <property name="text">
  135. <string>末尾四位为AAAA形式</string>
  136. </property>
  137. </widget>
  138. </item>
  139. </layout>
  140. </item>
  141. <item>
  142. <layout class="QVBoxLayout" name="verticalLayout_3">
  143. <item>
  144. <widget class="QCheckBox" name="aaaaaCB">
  145. <property name="text">
  146. <string>末尾五位为AAAAA形式</string>
  147. </property>
  148. </widget>
  149. </item>
  150. </layout>
  151. </item>
  152. <item>
  153. <layout class="QHBoxLayout" name="horizontalLayout_9">
  154. <item>
  155. <widget class="QCheckBox" name="aaaaaaCB">
  156. <property name="text">
  157. <string>末尾六位为AAAAAA形式</string>
  158. </property>
  159. </widget>
  160. </item>
  161. </layout>
  162. </item>
  163. <item>
  164. <layout class="QHBoxLayout" name="horizontalLayout_4">
  165. <item>
  166. <widget class="QCheckBox" name="lastababCB">
  167. <property name="text">
  168. <string>末尾四位为ABAB形式</string>
  169. </property>
  170. </widget>
  171. </item>
  172. </layout>
  173. </item>
  174. <item>
  175. <layout class="QHBoxLayout" name="horizontalLayout_5">
  176. <item>
  177. <widget class="QCheckBox" name="lastaabbCB">
  178. <property name="text">
  179. <string>末尾四位为AABB形式</string>
  180. </property>
  181. </widget>
  182. </item>
  183. </layout>
  184. </item>
  185. <item>
  186. <layout class="QHBoxLayout" name="horizontalLayout_6">
  187. <item>
  188. <widget class="QCheckBox" name="lastabcdCB">
  189. <property name="text">
  190. <string>末尾四位为ABCD形式</string>
  191. </property>
  192. </widget>
  193. </item>
  194. </layout>
  195. </item>
  196. <item>
  197. <layout class="QHBoxLayout" name="horizontalLayout_10">
  198. <item>
  199. <widget class="QCheckBox" name="abcdeCB">
  200. <property name="text">
  201. <string>末尾五位为ABCDE形式</string>
  202. </property>
  203. </widget>
  204. </item>
  205. </layout>
  206. </item>
  207. <item>
  208. <layout class="QHBoxLayout" name="horizontalLayout_11">
  209. <item>
  210. <widget class="QCheckBox" name="abcdefCB">
  211. <property name="text">
  212. <string>末尾六位为ABCDEF形式</string>
  213. </property>
  214. </widget>
  215. </item>
  216. </layout>
  217. </item>
  218. <item>
  219. <layout class="QHBoxLayout" name="horizontalLayout_12">
  220. <item>
  221. <widget class="QCheckBox" name="abcdefgCB">
  222. <property name="text">
  223. <string>末尾七位为ABCDEFG形式</string>
  224. </property>
  225. </widget>
  226. </item>
  227. </layout>
  228. </item>
  229. <item>
  230. <layout class="QHBoxLayout" name="horizontalLayout_2">
  231. <item>
  232. <widget class="QCheckBox" name="regCB">
  233. <property name="text">
  234. <string>正则表达式</string>
  235. </property>
  236. </widget>
  237. </item>
  238. <item>
  239. <widget class="QLineEdit" name="regEdit"/>
  240. </item>
  241. </layout>
  242. </item>
  243. </layout>
  244. </widget>
  245. </item>
  246. <item>
  247. <widget class="QDialogButtonBox" name="buttonBox">
  248. <property name="orientation">
  249. <enum>Qt::Horizontal</enum>
  250. </property>
  251. <property name="standardButtons">
  252. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  253. </property>
  254. </widget>
  255. </item>
  256. </layout>
  257. </widget>
  258. <resources/>
  259. <connections>
  260. <connection>
  261. <sender>buttonBox</sender>
  262. <signal>accepted()</signal>
  263. <receiver>DialogSetComboFilter</receiver>
  264. <slot>accept()</slot>
  265. <hints>
  266. <hint type="sourcelabel">
  267. <x>248</x>
  268. <y>254</y>
  269. </hint>
  270. <hint type="destinationlabel">
  271. <x>157</x>
  272. <y>274</y>
  273. </hint>
  274. </hints>
  275. </connection>
  276. <connection>
  277. <sender>buttonBox</sender>
  278. <signal>rejected()</signal>
  279. <receiver>DialogSetComboFilter</receiver>
  280. <slot>reject()</slot>
  281. <hints>
  282. <hint type="sourcelabel">
  283. <x>316</x>
  284. <y>260</y>
  285. </hint>
  286. <hint type="destinationlabel">
  287. <x>286</x>
  288. <y>274</y>
  289. </hint>
  290. </hints>
  291. </connection>
  292. </connections>
  293. </ui>