|
@@ -6,98 +6,855 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>869</width>
|
|
|
- <height>611</height>
|
|
|
+ <width>1200</width>
|
|
|
+ <height>824</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>MainWindow</string>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
- <widget class="QTabWidget" name="tabWidget">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>12</x>
|
|
|
- <y>46</y>
|
|
|
- <width>491</width>
|
|
|
- <height>481</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="layoutDirection">
|
|
|
- <enum>Qt::LeftToRight</enum>
|
|
|
- </property>
|
|
|
- <property name="tabPosition">
|
|
|
- <enum>QTabWidget::West</enum>
|
|
|
- </property>
|
|
|
- <property name="currentIndex">
|
|
|
- <number>-1</number>
|
|
|
- </property>
|
|
|
- <property name="elideMode">
|
|
|
- <enum>Qt::ElideRight</enum>
|
|
|
- </property>
|
|
|
- <property name="usesScrollButtons">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- <property name="tabsClosable">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QListWidget" name="listWidget">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>530</x>
|
|
|
- <y>50</y>
|
|
|
- <width>131</width>
|
|
|
- <height>471</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QPushButton" name="pushButton_addElem">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>670</x>
|
|
|
- <y>400</y>
|
|
|
- <width>113</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>添加</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QPushButton" name="pushButton_delElem">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>670</x>
|
|
|
- <y>450</y>
|
|
|
- <width>113</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>删除</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLineEdit" name="lineEdit">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>690</x>
|
|
|
- <y>70</y>
|
|
|
- <width>113</width>
|
|
|
- <height>21</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>健康快乐</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_13">
|
|
|
+ <item>
|
|
|
+ <widget class="QSplitter" name="splitter">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
+ <item>
|
|
|
+ <widget class="QListWidget" name="listWidget_elem"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="pushButton_addElem">
|
|
|
+ <property name="text">
|
|
|
+ <string>添加</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="pushButton_delElem">
|
|
|
+ <property name="text">
|
|
|
+ <string>删除</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="pushButton_exportConfig">
|
|
|
+ <property name="text">
|
|
|
+ <string> 导出配置</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="text">
|
|
|
+ <string>基础属性</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
+ <item>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_name">
|
|
|
+ <property name="text">
|
|
|
+ <string>标识值:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_name"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_size">
|
|
|
+ <property name="text">
|
|
|
+ <string>大小:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_size"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_maxlayer">
|
|
|
+ <property name="text">
|
|
|
+ <string>最大层数:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_maxlayer"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_score">
|
|
|
+ <property name="text">
|
|
|
+ <string>分数:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_score"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_drop">
|
|
|
+ <property name="text">
|
|
|
+ <string>掉落设定:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QSpinBox" name="spinBox_drop"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_icon">
|
|
|
+ <property name="text">
|
|
|
+ <string>图标:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_pic">
|
|
|
+ <property name="text">
|
|
|
+ <string>icon</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="pushButton_chooseFile">
|
|
|
+ <property name="text">
|
|
|
+ <string>选择文件</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_3">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>148</width>
|
|
|
+ <height>68</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QTabWidget" name="tabWidget">
|
|
|
+ <property name="tabShape">
|
|
|
+ <enum>QTabWidget::Triangular</enum>
|
|
|
+ </property>
|
|
|
+ <property name="currentIndex">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <property name="elideMode">
|
|
|
+ <enum>Qt::ElideRight</enum>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="tab_effect_2">
|
|
|
+ <attribute name="title">
|
|
|
+ <string> 状态与效果动画</string>
|
|
|
+ </attribute>
|
|
|
+ <widget class="QTableWidget" name="tableWidget_animation">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>20</x>
|
|
|
+ <y>10</y>
|
|
|
+ <width>561</width>
|
|
|
+ <height>281</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="rowCount">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <property name="columnCount">
|
|
|
+ <number>4</number>
|
|
|
+ </property>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_addAnimation">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>620</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>32</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>添加动画</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_delAnimation">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>620</x>
|
|
|
+ <y>120</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>32</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>删除动画</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="tab_collection_2">
|
|
|
+ <attribute name="title">
|
|
|
+ <string>收集动画</string>
|
|
|
+ </attribute>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_22">
|
|
|
+ <item>
|
|
|
+ <widget class="QSplitter" name="splitter_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
+ <item>
|
|
|
+ <widget class="QListWidget" name="listWidget_collectAnim"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_21">
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="pushButton_addCollectAnim">
|
|
|
+ <property name="text">
|
|
|
+ <string>添加</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="pushButton_delCollectAnim">
|
|
|
+ <property name="text">
|
|
|
+ <string>删除</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_20">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_animationType_2">
|
|
|
+ <property name="text">
|
|
|
+ <string>动画类型:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="comboBox_animationType_2"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_17">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_animation_2">
|
|
|
+ <property name="text">
|
|
|
+ <string>动画:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="comboBox_animation_2"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_18">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_node_2">
|
|
|
+ <property name="text">
|
|
|
+ <string>节点:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_node_2"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_19">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_shadow_2">
|
|
|
+ <property name="text">
|
|
|
+ <string>阴影:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_shadow_2"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="tab_statusConfiguration_2">
|
|
|
+ <attribute name="title">
|
|
|
+ <string>状态配置</string>
|
|
|
+ </attribute>
|
|
|
+ <widget class="QTableWidget" name="tableWidget_event">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>190</x>
|
|
|
+ <y>220</y>
|
|
|
+ <width>551</width>
|
|
|
+ <height>101</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="rowCount">
|
|
|
+ <number>3</number>
|
|
|
+ </property>
|
|
|
+ <property name="columnCount">
|
|
|
+ <number>6</number>
|
|
|
+ </property>
|
|
|
+ <row/>
|
|
|
+ <row/>
|
|
|
+ <row/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_eventConfiguration">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>190</x>
|
|
|
+ <y>190</y>
|
|
|
+ <width>67</width>
|
|
|
+ <height>16</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>事件配置:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QListWidget" name="listWidget_status">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>20</y>
|
|
|
+ <width>101</width>
|
|
|
+ <height>301</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_addStatus">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>330</y>
|
|
|
+ <width>81</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>添加</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_delStatus">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>80</x>
|
|
|
+ <y>330</y>
|
|
|
+ <width>81</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>删除</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_genTemp">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>30</x>
|
|
|
+ <y>360</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>32</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>生成模板</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_addEvent">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>180</x>
|
|
|
+ <y>330</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>32</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>添加事件</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_delEvent">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>290</x>
|
|
|
+ <y>330</y>
|
|
|
+ <width>113</width>
|
|
|
+ <height>32</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>删除事件</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>190</x>
|
|
|
+ <y>20</y>
|
|
|
+ <width>571</width>
|
|
|
+ <height>171</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_25">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_initialAnimation">
|
|
|
+ <property name="text">
|
|
|
+ <string>初始化动画:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="comboBox"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_7">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>298</width>
|
|
|
+ <height>18</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_23">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_clickAnimation">
|
|
|
+ <property name="text">
|
|
|
+ <string>点击动画:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="comboBox_2"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_4">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>298</width>
|
|
|
+ <height>18</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_24">
|
|
|
+ <item>
|
|
|
+ <widget class="QCheckBox" name="checkBox_multiHit">
|
|
|
+ <property name="text">
|
|
|
+ <string>支持多重打击</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_5">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>88</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QCheckBox" name="checkBox_dropable">
|
|
|
+ <property name="text">
|
|
|
+ <string>可掉落</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_6">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>138</width>
|
|
|
+ <height>28</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_26">
|
|
|
+ <item>
|
|
|
+ <widget class="QCheckBox" name="checkBox_needCollect">
|
|
|
+ <property name="text">
|
|
|
+ <string>是否需要收集</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_8">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_27">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_cellectionType">
|
|
|
+ <property name="text">
|
|
|
+ <string>收集的目标类型:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_collectionType"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_28">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_collectAnimation">
|
|
|
+ <property name="text">
|
|
|
+ <string>收集动画:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="comboBox_collectAnimation"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="tab_container_2">
|
|
|
+ <attribute name="title">
|
|
|
+ <string>容器</string>
|
|
|
+ </attribute>
|
|
|
+ <widget class="QTableWidget" name="tableWidget_container">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>310</y>
|
|
|
+ <width>256</width>
|
|
|
+ <height>192</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QListWidget" name="listWidget_pool">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>20</x>
|
|
|
+ <y>40</y>
|
|
|
+ <width>151</width>
|
|
|
+ <height>191</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_addContainer">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>240</y>
|
|
|
+ <width>91</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>添加</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_delContainer">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>100</x>
|
|
|
+ <y>240</y>
|
|
|
+ <width>91</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>删除</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QTableWidget" name="tableWidget_containerPool">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>222</x>
|
|
|
+ <y>64</y>
|
|
|
+ <width>256</width>
|
|
|
+ <height>192</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="rowCount">
|
|
|
+ <number>2</number>
|
|
|
+ </property>
|
|
|
+ <property name="columnCount">
|
|
|
+ <number>7</number>
|
|
|
+ </property>
|
|
|
+ <row/>
|
|
|
+ <row/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ <column/>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="layoutWidget_10">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>210</x>
|
|
|
+ <y>10</y>
|
|
|
+ <width>212</width>
|
|
|
+ <height>32</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_29">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_containerType">
|
|
|
+ <property name="text">
|
|
|
+ <string>容器类型:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="comboBox_container"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_9">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_delKey">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>550</x>
|
|
|
+ <y>130</y>
|
|
|
+ <width>91</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>删除</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_addKey">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>550</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>91</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>添加</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_addChildElem">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>290</x>
|
|
|
+ <y>320</y>
|
|
|
+ <width>91</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>添加</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_del">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>290</x>
|
|
|
+ <y>370</y>
|
|
|
+ <width>91</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>删除</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="text">
|
|
|
+ <string>容器池:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>280</y>
|
|
|
+ <width>103</width>
|
|
|
+ <height>22</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="text">
|
|
|
+ <string>子元素:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="horizontalSpacer_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>869</width>
|
|
|
+ <width>1200</width>
|
|
|
<height>24</height>
|
|
|
</rect>
|
|
|
</property>
|