blobpartitiondynamic.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BlobPartitionDynamic</class>
  4. <widget class="QDialog" name="BlobPartitionDynamic">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>278</width>
  10. <height>269</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="1">
  18. <widget class="QComboBox" name="comboBox_index">
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true"/>
  27. </property>
  28. <item>
  29. <property name="text">
  30. <string>上一个区域</string>
  31. </property>
  32. </item>
  33. </widget>
  34. </item>
  35. <item row="1" column="0" colspan="2">
  36. <layout class="QGridLayout" name="gridLayout">
  37. <item row="1" column="1">
  38. <widget class="QLineEdit" name="lineEdit_height">
  39. <property name="minimumSize">
  40. <size>
  41. <width>0</width>
  42. <height>0</height>
  43. </size>
  44. </property>
  45. <property name="maximumSize">
  46. <size>
  47. <width>16777215</width>
  48. <height>35</height>
  49. </size>
  50. </property>
  51. <property name="styleSheet">
  52. <string notr="true"/>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="0" column="2">
  57. <widget class="QPushButton" name="BTN_Add1">
  58. <property name="minimumSize">
  59. <size>
  60. <width>32</width>
  61. <height>32</height>
  62. </size>
  63. </property>
  64. <property name="maximumSize">
  65. <size>
  66. <width>32</width>
  67. <height>32</height>
  68. </size>
  69. </property>
  70. <property name="text">
  71. <string>+</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item row="0" column="3">
  76. <widget class="QPushButton" name="BTN_Sub1">
  77. <property name="minimumSize">
  78. <size>
  79. <width>32</width>
  80. <height>32</height>
  81. </size>
  82. </property>
  83. <property name="maximumSize">
  84. <size>
  85. <width>32</width>
  86. <height>32</height>
  87. </size>
  88. </property>
  89. <property name="text">
  90. <string>-</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item row="1" column="2">
  95. <widget class="QPushButton" name="BTN_Add2">
  96. <property name="minimumSize">
  97. <size>
  98. <width>32</width>
  99. <height>32</height>
  100. </size>
  101. </property>
  102. <property name="maximumSize">
  103. <size>
  104. <width>32</width>
  105. <height>32</height>
  106. </size>
  107. </property>
  108. <property name="text">
  109. <string>+</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="1" column="3">
  114. <widget class="QPushButton" name="BTN_Sub2">
  115. <property name="minimumSize">
  116. <size>
  117. <width>32</width>
  118. <height>32</height>
  119. </size>
  120. </property>
  121. <property name="maximumSize">
  122. <size>
  123. <width>32</width>
  124. <height>32</height>
  125. </size>
  126. </property>
  127. <property name="text">
  128. <string>-</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="1" column="0">
  133. <widget class="QLabel" name="label2">
  134. <property name="minimumSize">
  135. <size>
  136. <width>60</width>
  137. <height>0</height>
  138. </size>
  139. </property>
  140. <property name="text">
  141. <string>百分比:</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item row="0" column="0">
  146. <widget class="QLabel" name="label1">
  147. <property name="minimumSize">
  148. <size>
  149. <width>60</width>
  150. <height>0</height>
  151. </size>
  152. </property>
  153. <property name="text">
  154. <string>近似宽度:</string>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="0" column="1">
  159. <widget class="QLineEdit" name="lineEdit_width">
  160. <property name="minimumSize">
  161. <size>
  162. <width>0</width>
  163. <height>0</height>
  164. </size>
  165. </property>
  166. <property name="maximumSize">
  167. <size>
  168. <width>16777215</width>
  169. <height>35</height>
  170. </size>
  171. </property>
  172. <property name="styleSheet">
  173. <string notr="true"/>
  174. </property>
  175. </widget>
  176. </item>
  177. </layout>
  178. </item>
  179. <item row="0" column="0">
  180. <widget class="QLabel" name="label_index">
  181. <property name="minimumSize">
  182. <size>
  183. <width>80</width>
  184. <height>0</height>
  185. </size>
  186. </property>
  187. <property name="text">
  188. <string>使用索引:</string>
  189. </property>
  190. </widget>
  191. </item>
  192. </layout>
  193. </widget>
  194. <resources/>
  195. <connections/>
  196. </ui>