blobselectshape.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BlobSelectShape</class>
  4. <widget class="QDialog" name="BlobSelectShape">
  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">
  17. <item row="0" column="0">
  18. <widget class="QWidget" name="widget" native="true">
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>80</height>
  23. </size>
  24. </property>
  25. <layout class="QGridLayout" name="gridLayout_3">
  26. <item row="1" column="0">
  27. <widget class="QLabel" name="label_index">
  28. <property name="minimumSize">
  29. <size>
  30. <width>0</width>
  31. <height>0</height>
  32. </size>
  33. </property>
  34. <property name="text">
  35. <string>使用索引:</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="1" column="1" colspan="6">
  40. <widget class="QComboBox" name="comboBox_index">
  41. <property name="minimumSize">
  42. <size>
  43. <width>0</width>
  44. <height>0</height>
  45. </size>
  46. </property>
  47. <property name="styleSheet">
  48. <string notr="true"/>
  49. </property>
  50. <item>
  51. <property name="text">
  52. <string>上一个区域</string>
  53. </property>
  54. </item>
  55. </widget>
  56. </item>
  57. <item row="3" column="0">
  58. <widget class="QWidget" name="widget_2" native="true">
  59. <property name="minimumSize">
  60. <size>
  61. <width>0</width>
  62. <height>0</height>
  63. </size>
  64. </property>
  65. <layout class="QHBoxLayout" name="horizontalLayout">
  66. <item>
  67. <widget class="QPushButton" name="BTN_Add">
  68. <property name="minimumSize">
  69. <size>
  70. <width>0</width>
  71. <height>0</height>
  72. </size>
  73. </property>
  74. <property name="maximumSize">
  75. <size>
  76. <width>32</width>
  77. <height>9999999</height>
  78. </size>
  79. </property>
  80. <property name="text">
  81. <string>+</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QPushButton" name="BTN_Del">
  87. <property name="minimumSize">
  88. <size>
  89. <width>32</width>
  90. <height>0</height>
  91. </size>
  92. </property>
  93. <property name="maximumSize">
  94. <size>
  95. <width>32</width>
  96. <height>9999999</height>
  97. </size>
  98. </property>
  99. <property name="styleSheet">
  100. <string notr="true"/>
  101. </property>
  102. <property name="text">
  103. <string>-</string>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </widget>
  109. </item>
  110. <item row="3" column="5" colspan="2">
  111. <widget class="QComboBox" name="comboBox">
  112. <property name="minimumSize">
  113. <size>
  114. <width>0</width>
  115. <height>0</height>
  116. </size>
  117. </property>
  118. <property name="styleSheet">
  119. <string notr="true"/>
  120. </property>
  121. <item>
  122. <property name="text">
  123. <string>AND</string>
  124. </property>
  125. </item>
  126. <item>
  127. <property name="text">
  128. <string>OR</string>
  129. </property>
  130. </item>
  131. </widget>
  132. </item>
  133. <item row="3" column="1" colspan="2">
  134. <widget class="QLabel" name="label1">
  135. <property name="minimumSize">
  136. <size>
  137. <width>0</width>
  138. <height>0</height>
  139. </size>
  140. </property>
  141. <property name="text">
  142. <string>条件关系:</string>
  143. </property>
  144. </widget>
  145. </item>
  146. </layout>
  147. </widget>
  148. </item>
  149. <item row="1" column="0">
  150. <widget class="QTableWidget" name="tableWidget">
  151. <property name="styleSheet">
  152. <string notr="true"/>
  153. </property>
  154. <column>
  155. <property name="text">
  156. <string>特征</string>
  157. </property>
  158. </column>
  159. <column>
  160. <property name="text">
  161. <string>最小值</string>
  162. </property>
  163. </column>
  164. <column>
  165. <property name="text">
  166. <string>最大值</string>
  167. </property>
  168. </column>
  169. </widget>
  170. </item>
  171. </layout>
  172. </widget>
  173. <resources/>
  174. <connections/>
  175. </ui>