dialogsetsegment.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSetSegment</class>
  4. <widget class="QDialog" name="DialogSetSegment">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>265</width>
  10. <height>121</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="windowTitle">
  20. <string>设定号段位数</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <property name="sizeConstraint">
  24. <enum>QLayout::SetFixedSize</enum>
  25. </property>
  26. <item>
  27. <layout class="QHBoxLayout" name="horizontalLayout">
  28. <item>
  29. <widget class="QLabel" name="label">
  30. <property name="text">
  31. <string>按照号段前</string>
  32. </property>
  33. <property name="alignment">
  34. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  35. </property>
  36. </widget>
  37. </item>
  38. <item>
  39. <widget class="QSpinBox" name="spinBox">
  40. <property name="minimum">
  41. <number>2</number>
  42. </property>
  43. <property name="maximum">
  44. <number>7</number>
  45. </property>
  46. <property name="value">
  47. <number>7</number>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QLabel" name="label_2">
  53. <property name="text">
  54. <string>位进行导出</string>
  55. </property>
  56. </widget>
  57. </item>
  58. </layout>
  59. </item>
  60. <item>
  61. <widget class="QDialogButtonBox" name="buttonBox">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="standardButtons">
  66. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </widget>
  72. <resources/>
  73. <connections>
  74. <connection>
  75. <sender>buttonBox</sender>
  76. <signal>accepted()</signal>
  77. <receiver>DialogSetSegment</receiver>
  78. <slot>accept()</slot>
  79. <hints>
  80. <hint type="sourcelabel">
  81. <x>248</x>
  82. <y>254</y>
  83. </hint>
  84. <hint type="destinationlabel">
  85. <x>157</x>
  86. <y>274</y>
  87. </hint>
  88. </hints>
  89. </connection>
  90. <connection>
  91. <sender>buttonBox</sender>
  92. <signal>rejected()</signal>
  93. <receiver>DialogSetSegment</receiver>
  94. <slot>reject()</slot>
  95. <hints>
  96. <hint type="sourcelabel">
  97. <x>316</x>
  98. <y>260</y>
  99. </hint>
  100. <hint type="destinationlabel">
  101. <x>286</x>
  102. <y>274</y>
  103. </hint>
  104. </hints>
  105. </connection>
  106. </connections>
  107. </ui>