dialogsetextractmethod.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSetExtractMethod</class>
  4. <widget class="QDialog" name="DialogSetExtractMethod">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>366</width>
  10. <height>200</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>366</width>
  22. <height>200</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>366</width>
  28. <height>200</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>提取号码</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <item>
  36. <widget class="QGroupBox" name="groupBox">
  37. <property name="title">
  38. <string>选择提取来源</string>
  39. </property>
  40. <layout class="QVBoxLayout" name="verticalLayout">
  41. <item>
  42. <widget class="QRadioButton" name="fromFileRB">
  43. <property name="text">
  44. <string>从指定的文件中提取</string>
  45. </property>
  46. <property name="checked">
  47. <bool>true</bool>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QRadioButton" name="fromPasteRB">
  53. <property name="text">
  54. <string>从剪贴板直接粘贴</string>
  55. </property>
  56. </widget>
  57. </item>
  58. </layout>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QLabel" name="label">
  63. <property name="text">
  64. <string>备注:提取号码将进行号码规则校验,耗时较长,请您耐心等待。
  65. 如果您指定的文件是一个标准号码文件,请使用导入文件。
  66. 导入文件操作比提取号码处理速度快。</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QDialogButtonBox" name="buttonBox">
  72. <property name="orientation">
  73. <enum>Qt::Horizontal</enum>
  74. </property>
  75. <property name="standardButtons">
  76. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </widget>
  82. <resources/>
  83. <connections>
  84. <connection>
  85. <sender>buttonBox</sender>
  86. <signal>accepted()</signal>
  87. <receiver>DialogSetExtractMethod</receiver>
  88. <slot>accept()</slot>
  89. <hints>
  90. <hint type="sourcelabel">
  91. <x>248</x>
  92. <y>254</y>
  93. </hint>
  94. <hint type="destinationlabel">
  95. <x>157</x>
  96. <y>274</y>
  97. </hint>
  98. </hints>
  99. </connection>
  100. <connection>
  101. <sender>buttonBox</sender>
  102. <signal>rejected()</signal>
  103. <receiver>DialogSetExtractMethod</receiver>
  104. <slot>reject()</slot>
  105. <hints>
  106. <hint type="sourcelabel">
  107. <x>316</x>
  108. <y>260</y>
  109. </hint>
  110. <hint type="destinationlabel">
  111. <x>286</x>
  112. <y>274</y>
  113. </hint>
  114. </hints>
  115. </connection>
  116. </connections>
  117. </ui>