blobdilation.ui 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BlobDilation</class>
  4. <widget class="QDialog" name="BlobDilation">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>278</width>
  10. <height>300</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="0">
  18. <widget class="QLabel" name="label_index">
  19. <property name="minimumSize">
  20. <size>
  21. <width>80</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="text">
  26. <string>使用索引:</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="1" column="0">
  31. <widget class="QLabel" name="label1">
  32. <property name="minimumSize">
  33. <size>
  34. <width>80</width>
  35. <height>0</height>
  36. </size>
  37. </property>
  38. <property name="text">
  39. <string>结构元素:</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="1" column="1">
  44. <widget class="QComboBox" name="comboBox">
  45. <property name="minimumSize">
  46. <size>
  47. <width>0</width>
  48. <height>0</height>
  49. </size>
  50. </property>
  51. <property name="styleSheet">
  52. <string notr="true"/>
  53. </property>
  54. <item>
  55. <property name="text">
  56. <string>圆形</string>
  57. </property>
  58. </item>
  59. <item>
  60. <property name="text">
  61. <string>矩形</string>
  62. </property>
  63. </item>
  64. </widget>
  65. </item>
  66. <item row="2" column="0" colspan="2">
  67. <widget class="QWidget" name="widget1" native="true">
  68. <property name="maximumSize">
  69. <size>
  70. <width>16777215</width>
  71. <height>60</height>
  72. </size>
  73. </property>
  74. <layout class="QGridLayout" name="gridLayout_3">
  75. <property name="leftMargin">
  76. <number>0</number>
  77. </property>
  78. <property name="topMargin">
  79. <number>0</number>
  80. </property>
  81. <property name="rightMargin">
  82. <number>0</number>
  83. </property>
  84. <property name="bottomMargin">
  85. <number>0</number>
  86. </property>
  87. <property name="spacing">
  88. <number>2</number>
  89. </property>
  90. <item row="0" column="0">
  91. <widget class="QLabel" name="label2">
  92. <property name="minimumSize">
  93. <size>
  94. <width>80</width>
  95. <height>0</height>
  96. </size>
  97. </property>
  98. <property name="text">
  99. <string>直径:</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="0" column="1">
  104. <widget class="QLineEdit" name="lineEdit_Size">
  105. <property name="minimumSize">
  106. <size>
  107. <width>0</width>
  108. <height>0</height>
  109. </size>
  110. </property>
  111. <property name="styleSheet">
  112. <string notr="true"/>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="0" column="2">
  117. <widget class="QPushButton" name="BTN_Add1">
  118. <property name="minimumSize">
  119. <size>
  120. <width>32</width>
  121. <height>32</height>
  122. </size>
  123. </property>
  124. <property name="maximumSize">
  125. <size>
  126. <width>32</width>
  127. <height>32</height>
  128. </size>
  129. </property>
  130. <property name="text">
  131. <string>+</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="0" column="3">
  136. <widget class="QPushButton" name="BTN_Sub1">
  137. <property name="minimumSize">
  138. <size>
  139. <width>32</width>
  140. <height>32</height>
  141. </size>
  142. </property>
  143. <property name="maximumSize">
  144. <size>
  145. <width>32</width>
  146. <height>32</height>
  147. </size>
  148. </property>
  149. <property name="text">
  150. <string>-</string>
  151. </property>
  152. </widget>
  153. </item>
  154. </layout>
  155. </widget>
  156. </item>
  157. <item row="3" column="0" colspan="3">
  158. <widget class="QWidget" name="widget2" native="true">
  159. <property name="maximumSize">
  160. <size>
  161. <width>16777215</width>
  162. <height>120</height>
  163. </size>
  164. </property>
  165. <layout class="QGridLayout" name="gridLayout">
  166. <property name="leftMargin">
  167. <number>0</number>
  168. </property>
  169. <property name="topMargin">
  170. <number>0</number>
  171. </property>
  172. <property name="rightMargin">
  173. <number>0</number>
  174. </property>
  175. <property name="bottomMargin">
  176. <number>0</number>
  177. </property>
  178. <property name="spacing">
  179. <number>2</number>
  180. </property>
  181. <item row="0" column="0">
  182. <widget class="QLabel" name="label3">
  183. <property name="minimumSize">
  184. <size>
  185. <width>80</width>
  186. <height>0</height>
  187. </size>
  188. </property>
  189. <property name="text">
  190. <string>宽度:</string>
  191. </property>
  192. </widget>
  193. </item>
  194. <item row="0" column="1">
  195. <widget class="QLineEdit" name="lineEdit_Width">
  196. <property name="minimumSize">
  197. <size>
  198. <width>0</width>
  199. <height>0</height>
  200. </size>
  201. </property>
  202. <property name="styleSheet">
  203. <string notr="true"/>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="0" column="2">
  208. <widget class="QPushButton" name="BTN_Add2">
  209. <property name="minimumSize">
  210. <size>
  211. <width>32</width>
  212. <height>32</height>
  213. </size>
  214. </property>
  215. <property name="maximumSize">
  216. <size>
  217. <width>32</width>
  218. <height>32</height>
  219. </size>
  220. </property>
  221. <property name="text">
  222. <string>+</string>
  223. </property>
  224. </widget>
  225. </item>
  226. <item row="0" column="3">
  227. <widget class="QPushButton" name="BTN_Sub2">
  228. <property name="minimumSize">
  229. <size>
  230. <width>32</width>
  231. <height>32</height>
  232. </size>
  233. </property>
  234. <property name="maximumSize">
  235. <size>
  236. <width>32</width>
  237. <height>32</height>
  238. </size>
  239. </property>
  240. <property name="text">
  241. <string>-</string>
  242. </property>
  243. </widget>
  244. </item>
  245. <item row="1" column="0">
  246. <widget class="QLabel" name="label4">
  247. <property name="minimumSize">
  248. <size>
  249. <width>80</width>
  250. <height>0</height>
  251. </size>
  252. </property>
  253. <property name="text">
  254. <string>高度:</string>
  255. </property>
  256. </widget>
  257. </item>
  258. <item row="1" column="1">
  259. <widget class="QLineEdit" name="lineEdit_Height">
  260. <property name="minimumSize">
  261. <size>
  262. <width>0</width>
  263. <height>0</height>
  264. </size>
  265. </property>
  266. <property name="styleSheet">
  267. <string notr="true"/>
  268. </property>
  269. </widget>
  270. </item>
  271. <item row="1" column="2">
  272. <widget class="QPushButton" name="BTN_Add3">
  273. <property name="minimumSize">
  274. <size>
  275. <width>32</width>
  276. <height>32</height>
  277. </size>
  278. </property>
  279. <property name="maximumSize">
  280. <size>
  281. <width>32</width>
  282. <height>32</height>
  283. </size>
  284. </property>
  285. <property name="text">
  286. <string>+</string>
  287. </property>
  288. </widget>
  289. </item>
  290. <item row="1" column="3">
  291. <widget class="QPushButton" name="BTN_Sub3">
  292. <property name="minimumSize">
  293. <size>
  294. <width>32</width>
  295. <height>32</height>
  296. </size>
  297. </property>
  298. <property name="maximumSize">
  299. <size>
  300. <width>32</width>
  301. <height>32</height>
  302. </size>
  303. </property>
  304. <property name="text">
  305. <string>-</string>
  306. </property>
  307. </widget>
  308. </item>
  309. </layout>
  310. </widget>
  311. </item>
  312. <item row="0" column="1">
  313. <widget class="QComboBox" name="comboBox_index">
  314. <property name="minimumSize">
  315. <size>
  316. <width>0</width>
  317. <height>0</height>
  318. </size>
  319. </property>
  320. <property name="styleSheet">
  321. <string notr="true"/>
  322. </property>
  323. <item>
  324. <property name="text">
  325. <string>上一个区域</string>
  326. </property>
  327. </item>
  328. </widget>
  329. </item>
  330. </layout>
  331. </widget>
  332. <resources/>
  333. <connections/>
  334. </ui>