basicproperty.ui 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BasicProperty</class>
  4. <widget class="QMainWindow" name="BasicProperty">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1014</width>
  10. <height>793</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="label_3">
  18. <property name="geometry">
  19. <rect>
  20. <x>12</x>
  21. <y>12</y>
  22. <width>53</width>
  23. <height>16</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>基础属性</string>
  28. </property>
  29. </widget>
  30. <widget class="QTabWidget" name="tabWidget">
  31. <property name="geometry">
  32. <rect>
  33. <x>12</x>
  34. <y>211</y>
  35. <width>751</width>
  36. <height>326</height>
  37. </rect>
  38. </property>
  39. <property name="tabShape">
  40. <enum>QTabWidget::Triangular</enum>
  41. </property>
  42. <property name="currentIndex">
  43. <number>0</number>
  44. </property>
  45. <property name="elideMode">
  46. <enum>Qt::ElideRight</enum>
  47. </property>
  48. <widget class="QWidget" name="tab_effect_2">
  49. <attribute name="title">
  50. <string> 状态与效果动画</string>
  51. </attribute>
  52. <widget class="QTableWidget" name="tableWidget_animation">
  53. <property name="geometry">
  54. <rect>
  55. <x>20</x>
  56. <y>10</y>
  57. <width>561</width>
  58. <height>281</height>
  59. </rect>
  60. </property>
  61. <property name="rowCount">
  62. <number>0</number>
  63. </property>
  64. <property name="columnCount">
  65. <number>4</number>
  66. </property>
  67. <column/>
  68. <column/>
  69. <column/>
  70. <column/>
  71. </widget>
  72. <widget class="QPushButton" name="pushButton_addAnimation">
  73. <property name="geometry">
  74. <rect>
  75. <x>620</x>
  76. <y>80</y>
  77. <width>113</width>
  78. <height>32</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>添加新动画</string>
  83. </property>
  84. </widget>
  85. </widget>
  86. <widget class="QWidget" name="tab_collection_2">
  87. <attribute name="title">
  88. <string>收集动画</string>
  89. </attribute>
  90. <layout class="QHBoxLayout" name="horizontalLayout_8">
  91. <item>
  92. <widget class="QTabWidget" name="tabWidget_collection">
  93. <property name="tabPosition">
  94. <enum>QTabWidget::West</enum>
  95. </property>
  96. <property name="tabsClosable">
  97. <bool>true</bool>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <layout class="QVBoxLayout" name="verticalLayout_3">
  103. <item>
  104. <spacer name="verticalSpacer">
  105. <property name="orientation">
  106. <enum>Qt::Vertical</enum>
  107. </property>
  108. <property name="sizeHint" stdset="0">
  109. <size>
  110. <width>108</width>
  111. <height>228</height>
  112. </size>
  113. </property>
  114. </spacer>
  115. </item>
  116. <item>
  117. <widget class="QPushButton" name="pushButton">
  118. <property name="text">
  119. <string>addCollection</string>
  120. </property>
  121. </widget>
  122. </item>
  123. </layout>
  124. </item>
  125. </layout>
  126. </widget>
  127. <widget class="QWidget" name="tab_statusConfiguration_2">
  128. <attribute name="title">
  129. <string>状态配置</string>
  130. </attribute>
  131. <layout class="QVBoxLayout" name="verticalLayout_5">
  132. <item>
  133. <widget class="QTabWidget" name="tabWidget_status"/>
  134. </item>
  135. </layout>
  136. </widget>
  137. <widget class="QWidget" name="tab_container_2">
  138. <attribute name="title">
  139. <string>容器</string>
  140. </attribute>
  141. <layout class="QVBoxLayout" name="verticalLayout_4">
  142. <item>
  143. <layout class="QHBoxLayout" name="horizontalLayout_9">
  144. <item>
  145. <widget class="QLabel" name="label">
  146. <property name="text">
  147. <string>容器池:</string>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <spacer name="horizontalSpacer">
  153. <property name="orientation">
  154. <enum>Qt::Horizontal</enum>
  155. </property>
  156. <property name="sizeHint" stdset="0">
  157. <size>
  158. <width>40</width>
  159. <height>20</height>
  160. </size>
  161. </property>
  162. </spacer>
  163. </item>
  164. </layout>
  165. </item>
  166. <item>
  167. <widget class="QTabWidget" name="tabWidget_container">
  168. <property name="tabPosition">
  169. <enum>QTabWidget::West</enum>
  170. </property>
  171. <property name="currentIndex">
  172. <number>-1</number>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <layout class="QHBoxLayout" name="horizontalLayout_10">
  178. <item>
  179. <widget class="QLabel" name="label_2">
  180. <property name="text">
  181. <string>子元素:</string>
  182. </property>
  183. </widget>
  184. </item>
  185. <item>
  186. <spacer name="horizontalSpacer_2">
  187. <property name="orientation">
  188. <enum>Qt::Horizontal</enum>
  189. </property>
  190. <property name="sizeHint" stdset="0">
  191. <size>
  192. <width>40</width>
  193. <height>20</height>
  194. </size>
  195. </property>
  196. </spacer>
  197. </item>
  198. </layout>
  199. </item>
  200. <item>
  201. <widget class="QTableWidget" name="tableWidget_container"/>
  202. </item>
  203. </layout>
  204. </widget>
  205. </widget>
  206. <widget class="QWidget" name="">
  207. <layout class="QHBoxLayout" name="horizontalLayout_7">
  208. <item>
  209. <layout class="QVBoxLayout" name="verticalLayout">
  210. <item>
  211. <layout class="QHBoxLayout" name="horizontalLayout">
  212. <item>
  213. <widget class="QLabel" name="label_name">
  214. <property name="text">
  215. <string>标识值:</string>
  216. </property>
  217. </widget>
  218. </item>
  219. <item>
  220. <widget class="QLineEdit" name="lineEdit_name"/>
  221. </item>
  222. </layout>
  223. </item>
  224. <item>
  225. <layout class="QHBoxLayout" name="horizontalLayout_2">
  226. <item>
  227. <widget class="QLabel" name="label_size">
  228. <property name="text">
  229. <string>大小:</string>
  230. </property>
  231. </widget>
  232. </item>
  233. <item>
  234. <widget class="QLineEdit" name="lineEdit_size"/>
  235. </item>
  236. </layout>
  237. </item>
  238. <item>
  239. <layout class="QHBoxLayout" name="horizontalLayout_3">
  240. <item>
  241. <widget class="QLabel" name="label_maxlayer">
  242. <property name="text">
  243. <string>最大层数:</string>
  244. </property>
  245. </widget>
  246. </item>
  247. <item>
  248. <widget class="QLineEdit" name="lineEdit_maxlayer"/>
  249. </item>
  250. </layout>
  251. </item>
  252. <item>
  253. <layout class="QHBoxLayout" name="horizontalLayout_4">
  254. <item>
  255. <widget class="QLabel" name="label_score">
  256. <property name="text">
  257. <string>分数:</string>
  258. </property>
  259. </widget>
  260. </item>
  261. <item>
  262. <widget class="QLineEdit" name="lineEdit_score"/>
  263. </item>
  264. </layout>
  265. </item>
  266. <item>
  267. <layout class="QHBoxLayout" name="horizontalLayout_5">
  268. <item>
  269. <widget class="QLabel" name="label_drop">
  270. <property name="text">
  271. <string>掉落设定:</string>
  272. </property>
  273. </widget>
  274. </item>
  275. <item>
  276. <widget class="QSpinBox" name="spinBox_drop"/>
  277. </item>
  278. </layout>
  279. </item>
  280. </layout>
  281. </item>
  282. <item>
  283. <layout class="QHBoxLayout" name="horizontalLayout_6">
  284. <item>
  285. <widget class="QLabel" name="label_icon">
  286. <property name="text">
  287. <string>图标:</string>
  288. </property>
  289. </widget>
  290. </item>
  291. <item>
  292. <widget class="QLabel" name="label_pic">
  293. <property name="text">
  294. <string>icon</string>
  295. </property>
  296. </widget>
  297. </item>
  298. <item>
  299. <widget class="QPushButton" name="pushButton_chooseFile">
  300. <property name="text">
  301. <string>选择文件</string>
  302. </property>
  303. </widget>
  304. </item>
  305. </layout>
  306. </item>
  307. </layout>
  308. </widget>
  309. </widget>
  310. <widget class="QMenuBar" name="menubar">
  311. <property name="geometry">
  312. <rect>
  313. <x>0</x>
  314. <y>0</y>
  315. <width>1014</width>
  316. <height>24</height>
  317. </rect>
  318. </property>
  319. </widget>
  320. <widget class="QStatusBar" name="statusbar"/>
  321. </widget>
  322. <resources/>
  323. <connections/>
  324. </ui>