statusConfig.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>StatusConfig</class>
  4. <widget class="QWidget" name="StatusConfig">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1085</width>
  10. <height>619</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,8">
  19. <item>
  20. <layout class="QVBoxLayout" name="verticalLayout">
  21. <item>
  22. <widget class="QListWidget" name="listWidget_status"/>
  23. </item>
  24. <item>
  25. <layout class="QHBoxLayout" name="horizontalLayout">
  26. <item>
  27. <widget class="QPushButton" name="pushButton_addStatus">
  28. <property name="text">
  29. <string>添加</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QPushButton" name="pushButton_delStatus">
  35. <property name="text">
  36. <string>删除</string>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </item>
  42. <item>
  43. <widget class="QPushButton" name="pushButton_copyStatus">
  44. <property name="text">
  45. <string>复制状态</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QPushButton" name="pushButton_genTemp">
  51. <property name="text">
  52. <string>生成模板</string>
  53. </property>
  54. </widget>
  55. </item>
  56. </layout>
  57. </item>
  58. <item>
  59. <layout class="QVBoxLayout" name="verticalLayout_15">
  60. <item>
  61. <layout class="QVBoxLayout" name="verticalLayout_5">
  62. <item>
  63. <layout class="QHBoxLayout" name="horizontalLayout_25">
  64. <item>
  65. <widget class="QLabel" name="label_initialAnimation">
  66. <property name="text">
  67. <string>初始化动画:</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QComboBox" name="comboBox_initAnim"/>
  73. </item>
  74. <item>
  75. <spacer name="horizontalSpacer_7">
  76. <property name="orientation">
  77. <enum>Qt::Horizontal</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>298</width>
  82. <height>18</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. </layout>
  88. </item>
  89. <item>
  90. <layout class="QHBoxLayout" name="horizontalLayout_23">
  91. <item>
  92. <widget class="QLabel" name="label_clickAnimation">
  93. <property name="text">
  94. <string>点击动画:</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <widget class="QComboBox" name="comboBox_clickAnim"/>
  100. </item>
  101. <item>
  102. <spacer name="horizontalSpacer_4">
  103. <property name="orientation">
  104. <enum>Qt::Horizontal</enum>
  105. </property>
  106. <property name="sizeHint" stdset="0">
  107. <size>
  108. <width>298</width>
  109. <height>18</height>
  110. </size>
  111. </property>
  112. </spacer>
  113. </item>
  114. </layout>
  115. </item>
  116. <item>
  117. <layout class="QHBoxLayout" name="horizontalLayout_24">
  118. <item>
  119. <widget class="QCheckBox" name="checkBox_multiHit">
  120. <property name="text">
  121. <string>支持多重打击</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <spacer name="horizontalSpacer_5">
  127. <property name="orientation">
  128. <enum>Qt::Horizontal</enum>
  129. </property>
  130. <property name="sizeHint" stdset="0">
  131. <size>
  132. <width>88</width>
  133. <height>20</height>
  134. </size>
  135. </property>
  136. </spacer>
  137. </item>
  138. <item>
  139. <widget class="QCheckBox" name="checkBox_dropable">
  140. <property name="text">
  141. <string>可掉落</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item>
  146. <spacer name="horizontalSpacer_6">
  147. <property name="orientation">
  148. <enum>Qt::Horizontal</enum>
  149. </property>
  150. <property name="sizeHint" stdset="0">
  151. <size>
  152. <width>138</width>
  153. <height>28</height>
  154. </size>
  155. </property>
  156. </spacer>
  157. </item>
  158. <item>
  159. <widget class="QCheckBox" name="checkBox_beatSubItem">
  160. <property name="text">
  161. <string>打击子元素</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <spacer name="horizontalSpacer">
  167. <property name="orientation">
  168. <enum>Qt::Horizontal</enum>
  169. </property>
  170. <property name="sizeHint" stdset="0">
  171. <size>
  172. <width>40</width>
  173. <height>20</height>
  174. </size>
  175. </property>
  176. </spacer>
  177. </item>
  178. </layout>
  179. </item>
  180. <item>
  181. <layout class="QHBoxLayout" name="horizontalLayout_26">
  182. <item>
  183. <widget class="QCheckBox" name="checkBox_needCollect">
  184. <property name="text">
  185. <string>是否需要收集</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <spacer name="horizontalSpacer_8">
  191. <property name="orientation">
  192. <enum>Qt::Horizontal</enum>
  193. </property>
  194. <property name="sizeHint" stdset="0">
  195. <size>
  196. <width>40</width>
  197. <height>20</height>
  198. </size>
  199. </property>
  200. </spacer>
  201. </item>
  202. <item>
  203. <layout class="QHBoxLayout" name="horizontalLayout_27">
  204. <item>
  205. <widget class="QLabel" name="label_cellectionType">
  206. <property name="text">
  207. <string>收集的目标类型:</string>
  208. </property>
  209. </widget>
  210. </item>
  211. <item>
  212. <widget class="QLineEdit" name="lineEdit_collectionType"/>
  213. </item>
  214. </layout>
  215. </item>
  216. <item>
  217. <layout class="QHBoxLayout" name="horizontalLayout_28">
  218. <item>
  219. <widget class="QLabel" name="label_collectAnimation">
  220. <property name="text">
  221. <string>收集动画:</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <widget class="QComboBox" name="comboBox_collectAnimation"/>
  227. </item>
  228. </layout>
  229. </item>
  230. </layout>
  231. </item>
  232. </layout>
  233. </item>
  234. <item>
  235. <layout class="QHBoxLayout" name="horizontalLayout_4">
  236. <property name="spacing">
  237. <number>-1</number>
  238. </property>
  239. <property name="leftMargin">
  240. <number>0</number>
  241. </property>
  242. <property name="topMargin">
  243. <number>0</number>
  244. </property>
  245. <item>
  246. <widget class="QLabel" name="label_2">
  247. <property name="text">
  248. <string>事件配置:</string>
  249. </property>
  250. </widget>
  251. </item>
  252. <item>
  253. <widget class="QComboBox" name="comboBox_action">
  254. <property name="minimumSize">
  255. <size>
  256. <width>200</width>
  257. <height>0</height>
  258. </size>
  259. </property>
  260. <property name="maxVisibleItems">
  261. <number>10</number>
  262. </property>
  263. </widget>
  264. </item>
  265. <item>
  266. <widget class="QPushButton" name="pushButton_actionCfg">
  267. <property name="text">
  268. <string>配置参数</string>
  269. </property>
  270. </widget>
  271. </item>
  272. <item>
  273. <spacer name="horizontalSpacer_2">
  274. <property name="orientation">
  275. <enum>Qt::Horizontal</enum>
  276. </property>
  277. <property name="sizeHint" stdset="0">
  278. <size>
  279. <width>40</width>
  280. <height>20</height>
  281. </size>
  282. </property>
  283. </spacer>
  284. </item>
  285. </layout>
  286. </item>
  287. <item>
  288. <layout class="QVBoxLayout" name="verticalLayout_14">
  289. <item>
  290. <widget class="QLabel" name="label_eventConfiguration">
  291. <property name="text">
  292. <string>事件配置:</string>
  293. </property>
  294. </widget>
  295. </item>
  296. <item>
  297. <widget class="QTableWidget" name="tableWidget_event">
  298. <property name="rowCount">
  299. <number>0</number>
  300. </property>
  301. <property name="columnCount">
  302. <number>7</number>
  303. </property>
  304. <column/>
  305. <column/>
  306. <column/>
  307. <column/>
  308. <column/>
  309. <column/>
  310. <column/>
  311. </widget>
  312. </item>
  313. <item>
  314. <layout class="QHBoxLayout" name="horizontalLayout_31">
  315. <item>
  316. <widget class="QPushButton" name="pushButton_addEvent">
  317. <property name="text">
  318. <string>添加事件</string>
  319. </property>
  320. </widget>
  321. </item>
  322. <item>
  323. <widget class="QPushButton" name="pushButton_delEvent">
  324. <property name="text">
  325. <string>删除事件</string>
  326. </property>
  327. </widget>
  328. </item>
  329. <item>
  330. <spacer name="horizontalSpacer_11">
  331. <property name="orientation">
  332. <enum>Qt::Horizontal</enum>
  333. </property>
  334. <property name="sizeHint" stdset="0">
  335. <size>
  336. <width>40</width>
  337. <height>20</height>
  338. </size>
  339. </property>
  340. </spacer>
  341. </item>
  342. </layout>
  343. </item>
  344. </layout>
  345. </item>
  346. </layout>
  347. </item>
  348. </layout>
  349. </item>
  350. </layout>
  351. </widget>
  352. <resources/>
  353. <connections/>
  354. </ui>