statusconfiguration.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>StatusConfiguration</class>
  4. <widget class="QWidget" name="StatusConfiguration">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>699</width>
  10. <height>496</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label_eventConfiguration">
  17. <property name="geometry">
  18. <rect>
  19. <x>12</x>
  20. <y>190</y>
  21. <width>67</width>
  22. <height>16</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>事件配置:</string>
  27. </property>
  28. </widget>
  29. <widget class="QTableWidget" name="tableWidget_event">
  30. <property name="geometry">
  31. <rect>
  32. <x>12</x>
  33. <y>214</y>
  34. <width>256</width>
  35. <height>192</height>
  36. </rect>
  37. </property>
  38. <property name="rowCount">
  39. <number>3</number>
  40. </property>
  41. <property name="columnCount">
  42. <number>6</number>
  43. </property>
  44. <row/>
  45. <row/>
  46. <row/>
  47. <column/>
  48. <column/>
  49. <column/>
  50. <column/>
  51. <column/>
  52. <column/>
  53. </widget>
  54. <widget class="QWidget" name="">
  55. <layout class="QHBoxLayout" name="horizontalLayout_3">
  56. <item>
  57. <widget class="QLabel" name="label_initialAnimation">
  58. <property name="text">
  59. <string>初始化动画:</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QComboBox" name="comboBox"/>
  65. </item>
  66. <item>
  67. <spacer name="horizontalSpacer_2">
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. <property name="sizeHint" stdset="0">
  72. <size>
  73. <width>298</width>
  74. <height>18</height>
  75. </size>
  76. </property>
  77. </spacer>
  78. </item>
  79. </layout>
  80. </widget>
  81. <widget class="QWidget" name="">
  82. <layout class="QHBoxLayout" name="horizontalLayout_4">
  83. <item>
  84. <widget class="QLabel" name="label_clickAnimation">
  85. <property name="text">
  86. <string>点击动画:</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <widget class="QComboBox" name="comboBox_2"/>
  92. </item>
  93. <item>
  94. <spacer name="horizontalSpacer_3">
  95. <property name="orientation">
  96. <enum>Qt::Horizontal</enum>
  97. </property>
  98. <property name="sizeHint" stdset="0">
  99. <size>
  100. <width>298</width>
  101. <height>18</height>
  102. </size>
  103. </property>
  104. </spacer>
  105. </item>
  106. </layout>
  107. </widget>
  108. <widget class="QWidget" name="">
  109. <layout class="QHBoxLayout" name="horizontalLayout_5">
  110. <item>
  111. <widget class="QCheckBox" name="checkBox_multiHit">
  112. <property name="text">
  113. <string>支持多重打击</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <spacer name="horizontalSpacer_4">
  119. <property name="orientation">
  120. <enum>Qt::Horizontal</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>88</width>
  125. <height>20</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. <item>
  131. <widget class="QCheckBox" name="checkBox_dropable">
  132. <property name="text">
  133. <string>可掉落</string>
  134. </property>
  135. </widget>
  136. </item>
  137. <item>
  138. <spacer name="horizontalSpacer">
  139. <property name="orientation">
  140. <enum>Qt::Horizontal</enum>
  141. </property>
  142. <property name="sizeHint" stdset="0">
  143. <size>
  144. <width>138</width>
  145. <height>28</height>
  146. </size>
  147. </property>
  148. </spacer>
  149. </item>
  150. </layout>
  151. </widget>
  152. <widget class="QWidget" name="">
  153. <layout class="QHBoxLayout" name="horizontalLayout_6">
  154. <item>
  155. <widget class="QCheckBox" name="checkBox_needCollect">
  156. <property name="text">
  157. <string>是否需要收集</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <layout class="QHBoxLayout" name="horizontalLayout">
  163. <item>
  164. <widget class="QLabel" name="label_cellectionType">
  165. <property name="text">
  166. <string>收集的目标类型:</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <widget class="QLineEdit" name="lineEdit_collectionType"/>
  172. </item>
  173. </layout>
  174. </item>
  175. <item>
  176. <layout class="QHBoxLayout" name="horizontalLayout_2">
  177. <item>
  178. <widget class="QLabel" name="label_collectAnimation">
  179. <property name="text">
  180. <string>收集动画:</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item>
  185. <widget class="QComboBox" name="comboBox_collectAnimation"/>
  186. </item>
  187. </layout>
  188. </item>
  189. </layout>
  190. </widget>
  191. </widget>
  192. <resources/>
  193. <connections/>
  194. </ui>