basicproperty.ui 8.8 KB

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