GreyClusteringConfigWidget.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GreyClusteringConfigWidget</class>
  4. <widget class="QWidget" name="GreyClusteringConfigWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="1">
  18. <widget class="QStackedWidget" name="stackedWidget">
  19. <property name="currentIndex">
  20. <number>1</number>
  21. </property>
  22. <widget class="QWidget" name="categoryPage">
  23. <layout class="QGridLayout" name="gridLayout">
  24. <item row="0" column="1">
  25. <spacer name="verticalSpacer_2">
  26. <property name="orientation">
  27. <enum>Qt::Vertical</enum>
  28. </property>
  29. <property name="sizeHint" stdset="0">
  30. <size>
  31. <width>20</width>
  32. <height>112</height>
  33. </size>
  34. </property>
  35. </spacer>
  36. </item>
  37. <item row="1" column="0">
  38. <spacer name="horizontalSpacer">
  39. <property name="orientation">
  40. <enum>Qt::Horizontal</enum>
  41. </property>
  42. <property name="sizeHint" stdset="0">
  43. <size>
  44. <width>131</width>
  45. <height>20</height>
  46. </size>
  47. </property>
  48. </spacer>
  49. </item>
  50. <item row="1" column="1">
  51. <layout class="QFormLayout" name="grayFormLayout">
  52. <item row="0" column="0">
  53. <widget class="QLabel" name="label">
  54. <property name="font">
  55. <font>
  56. <family>微软雅黑 Light</family>
  57. <pointsize>12</pointsize>
  58. <weight>75</weight>
  59. <bold>true</bold>
  60. </font>
  61. </property>
  62. <property name="text">
  63. <string>灰类数:</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item row="0" column="1">
  68. <widget class="QLabel" name="grayNumber">
  69. <property name="font">
  70. <font>
  71. <family>微软雅黑 Light</family>
  72. <pointsize>12</pointsize>
  73. </font>
  74. </property>
  75. <property name="text">
  76. <string>0</string>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. <item row="1" column="2">
  83. <spacer name="horizontalSpacer_2">
  84. <property name="orientation">
  85. <enum>Qt::Horizontal</enum>
  86. </property>
  87. <property name="sizeHint" stdset="0">
  88. <size>
  89. <width>130</width>
  90. <height>20</height>
  91. </size>
  92. </property>
  93. </spacer>
  94. </item>
  95. <item row="2" column="1">
  96. <layout class="QHBoxLayout" name="horizontalLayout">
  97. <property name="topMargin">
  98. <number>20</number>
  99. </property>
  100. <item>
  101. <spacer name="horizontalSpacer_4">
  102. <property name="orientation">
  103. <enum>Qt::Horizontal</enum>
  104. </property>
  105. <property name="sizeHint" stdset="0">
  106. <size>
  107. <width>40</width>
  108. <height>20</height>
  109. </size>
  110. </property>
  111. </spacer>
  112. </item>
  113. <item>
  114. <widget class="QPushButton" name="confirmBtn">
  115. <property name="maximumSize">
  116. <size>
  117. <width>50</width>
  118. <height>16777215</height>
  119. </size>
  120. </property>
  121. <property name="text">
  122. <string>确认</string>
  123. </property>
  124. </widget>
  125. </item>
  126. </layout>
  127. </item>
  128. <item row="3" column="1">
  129. <spacer name="verticalSpacer">
  130. <property name="orientation">
  131. <enum>Qt::Vertical</enum>
  132. </property>
  133. <property name="sizeHint" stdset="0">
  134. <size>
  135. <width>20</width>
  136. <height>111</height>
  137. </size>
  138. </property>
  139. </spacer>
  140. </item>
  141. </layout>
  142. </widget>
  143. <widget class="QWidget" name="configPage">
  144. <layout class="QGridLayout" name="gridLayout_3">
  145. <item row="1" column="0">
  146. <spacer name="horizontalSpacer_3">
  147. <property name="orientation">
  148. <enum>Qt::Horizontal</enum>
  149. </property>
  150. <property name="sizeHint" stdset="0">
  151. <size>
  152. <width>199</width>
  153. <height>20</height>
  154. </size>
  155. </property>
  156. </spacer>
  157. </item>
  158. <item row="0" column="0" colspan="3">
  159. <widget class="QTableView" name="grayConfigTableView"/>
  160. </item>
  161. <item row="1" column="2">
  162. <widget class="QPushButton" name="saveBtn">
  163. <property name="text">
  164. <string>保存</string>
  165. </property>
  166. </widget>
  167. </item>
  168. <item row="1" column="1">
  169. <widget class="QPushButton" name="clearBtn">
  170. <property name="text">
  171. <string>清除</string>
  172. </property>
  173. </widget>
  174. </item>
  175. </layout>
  176. </widget>
  177. </widget>
  178. </item>
  179. </layout>
  180. </widget>
  181. <resources/>
  182. <connections/>
  183. </ui>