statusconfiguration.ui 4.5 KB

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