dialogexportbatchset.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogExportBatchSet</class>
  4. <widget class="QDialog" name="DialogExportBatchSet">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>244</width>
  10. <height>107</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>设定分组</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <property name="sizeConstraint">
  18. <enum>QLayout::SetFixedSize</enum>
  19. </property>
  20. <item>
  21. <layout class="QVBoxLayout" name="verticalLayout">
  22. <item>
  23. <layout class="QHBoxLayout" name="horizontalLayout">
  24. <item>
  25. <widget class="QLabel" name="label">
  26. <property name="text">
  27. <string>每个文件包含号码</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QLineEdit" name="quatityEdit"/>
  33. </item>
  34. <item>
  35. <widget class="QLabel" name="label_2">
  36. <property name="text">
  37. <string>个</string>
  38. </property>
  39. </widget>
  40. </item>
  41. </layout>
  42. </item>
  43. </layout>
  44. </item>
  45. <item>
  46. <widget class="QCheckBox" name="allCB">
  47. <property name="text">
  48. <string>全部号码自动分组保存</string>
  49. </property>
  50. <property name="checked">
  51. <bool>true</bool>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QDialogButtonBox" name="buttonBox">
  57. <property name="orientation">
  58. <enum>Qt::Horizontal</enum>
  59. </property>
  60. <property name="standardButtons">
  61. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  62. </property>
  63. </widget>
  64. </item>
  65. </layout>
  66. </widget>
  67. <resources/>
  68. <connections>
  69. <connection>
  70. <sender>buttonBox</sender>
  71. <signal>accepted()</signal>
  72. <receiver>DialogExportBatchSet</receiver>
  73. <slot>accept()</slot>
  74. <hints>
  75. <hint type="sourcelabel">
  76. <x>248</x>
  77. <y>254</y>
  78. </hint>
  79. <hint type="destinationlabel">
  80. <x>157</x>
  81. <y>274</y>
  82. </hint>
  83. </hints>
  84. </connection>
  85. <connection>
  86. <sender>buttonBox</sender>
  87. <signal>rejected()</signal>
  88. <receiver>DialogExportBatchSet</receiver>
  89. <slot>reject()</slot>
  90. <hints>
  91. <hint type="sourcelabel">
  92. <x>316</x>
  93. <y>260</y>
  94. </hint>
  95. <hint type="destinationlabel">
  96. <x>286</x>
  97. <y>274</y>
  98. </hint>
  99. </hints>
  100. </connection>
  101. </connections>
  102. </ui>