dialogsetvaluefilter.ui 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSetValueFilter</class>
  4. <widget class="QDialog" name="DialogSetValueFilter">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>407</width>
  10. <height>181</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>按照号码数值</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="sizeConstraint">
  18. <enum>QLayout::SetDefaultConstraint</enum>
  19. </property>
  20. <item>
  21. <widget class="QGroupBox" name="groupBox">
  22. <property name="title">
  23. <string>移动符合下列条件的号码</string>
  24. </property>
  25. <widget class="QWidget" name="layoutWidget">
  26. <property name="geometry">
  27. <rect>
  28. <x>20</x>
  29. <y>20</y>
  30. <width>321</width>
  31. <height>22</height>
  32. </rect>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <item>
  36. <spacer name="horizontalSpacer_3">
  37. <property name="orientation">
  38. <enum>Qt::Horizontal</enum>
  39. </property>
  40. <property name="sizeType">
  41. <enum>QSizePolicy::Minimum</enum>
  42. </property>
  43. <property name="sizeHint" stdset="0">
  44. <size>
  45. <width>40</width>
  46. <height>20</height>
  47. </size>
  48. </property>
  49. </spacer>
  50. </item>
  51. <item>
  52. <widget class="QLabel" name="digi1Label">
  53. <property name="text">
  54. <string>1</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QLineEdit" name="digi2Edit"/>
  60. </item>
  61. <item>
  62. <widget class="QLineEdit" name="digi3Edit"/>
  63. </item>
  64. <item>
  65. <spacer name="horizontalSpacer">
  66. <property name="orientation">
  67. <enum>Qt::Horizontal</enum>
  68. </property>
  69. <property name="sizeType">
  70. <enum>QSizePolicy::Minimum</enum>
  71. </property>
  72. <property name="sizeHint" stdset="0">
  73. <size>
  74. <width>40</width>
  75. <height>20</height>
  76. </size>
  77. </property>
  78. </spacer>
  79. </item>
  80. <item>
  81. <widget class="QLineEdit" name="digi4Edit"/>
  82. </item>
  83. <item>
  84. <widget class="QLineEdit" name="digi5Edit"/>
  85. </item>
  86. <item>
  87. <widget class="QLineEdit" name="digi6Edit"/>
  88. </item>
  89. <item>
  90. <widget class="QLineEdit" name="digi7Edit"/>
  91. </item>
  92. <item>
  93. <spacer name="horizontalSpacer_2">
  94. <property name="orientation">
  95. <enum>Qt::Horizontal</enum>
  96. </property>
  97. <property name="sizeType">
  98. <enum>QSizePolicy::Minimum</enum>
  99. </property>
  100. <property name="sizeHint" stdset="0">
  101. <size>
  102. <width>40</width>
  103. <height>20</height>
  104. </size>
  105. </property>
  106. </spacer>
  107. </item>
  108. <item>
  109. <widget class="QLineEdit" name="digi8Edit"/>
  110. </item>
  111. <item>
  112. <widget class="QLineEdit" name="digi9Edit"/>
  113. </item>
  114. <item>
  115. <widget class="QLineEdit" name="digi10Edit"/>
  116. </item>
  117. <item>
  118. <widget class="QLineEdit" name="digi11Edit"/>
  119. </item>
  120. <item>
  121. <spacer name="horizontalSpacer_4">
  122. <property name="orientation">
  123. <enum>Qt::Horizontal</enum>
  124. </property>
  125. <property name="sizeType">
  126. <enum>QSizePolicy::Minimum</enum>
  127. </property>
  128. <property name="sizeHint" stdset="0">
  129. <size>
  130. <width>40</width>
  131. <height>20</height>
  132. </size>
  133. </property>
  134. </spacer>
  135. </item>
  136. </layout>
  137. </widget>
  138. <widget class="QLabel" name="label_2">
  139. <property name="geometry">
  140. <rect>
  141. <x>20</x>
  142. <y>50</y>
  143. <width>361</width>
  144. <height>54</height>
  145. </rect>
  146. </property>
  147. <property name="text">
  148. <string>注意:在需要控制的位上设定号码数值,如果位不控制请留空。
  149. 如果某位为空,表示该位不做限制,可以为任意值。
  150. 请不要在每位上都填入数字,这样可能没有符合条件的号码。
  151. 如果全部为空,可能是所有的号码都要移动。</string>
  152. </property>
  153. <property name="wordWrap">
  154. <bool>true</bool>
  155. </property>
  156. </widget>
  157. </widget>
  158. </item>
  159. <item>
  160. <widget class="QDialogButtonBox" name="buttonBox">
  161. <property name="orientation">
  162. <enum>Qt::Horizontal</enum>
  163. </property>
  164. <property name="standardButtons">
  165. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  166. </property>
  167. </widget>
  168. </item>
  169. </layout>
  170. </widget>
  171. <resources/>
  172. <connections>
  173. <connection>
  174. <sender>buttonBox</sender>
  175. <signal>accepted()</signal>
  176. <receiver>DialogSetValueFilter</receiver>
  177. <slot>accept()</slot>
  178. <hints>
  179. <hint type="sourcelabel">
  180. <x>248</x>
  181. <y>254</y>
  182. </hint>
  183. <hint type="destinationlabel">
  184. <x>157</x>
  185. <y>274</y>
  186. </hint>
  187. </hints>
  188. </connection>
  189. <connection>
  190. <sender>buttonBox</sender>
  191. <signal>rejected()</signal>
  192. <receiver>DialogSetValueFilter</receiver>
  193. <slot>reject()</slot>
  194. <hints>
  195. <hint type="sourcelabel">
  196. <x>316</x>
  197. <y>260</y>
  198. </hint>
  199. <hint type="destinationlabel">
  200. <x>286</x>
  201. <y>274</y>
  202. </hint>
  203. </hints>
  204. </connection>
  205. </connections>
  206. </ui>