123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>StatusConfiguration</class>
- <widget class="QWidget" name="StatusConfiguration">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>699</width>
- <height>496</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_eventConfiguration">
- <property name="geometry">
- <rect>
- <x>12</x>
- <y>190</y>
- <width>67</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>事件配置:</string>
- </property>
- </widget>
- <widget class="QTableWidget" name="tableWidget_event">
- <property name="geometry">
- <rect>
- <x>12</x>
- <y>214</y>
- <width>256</width>
- <height>192</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="QWidget" name="">
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <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_2">
- <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>
- </widget>
- <widget class="QWidget" name="">
- <layout class="QHBoxLayout" name="horizontalLayout_4">
- <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_3">
- <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>
- </widget>
- <widget class="QWidget" name="">
- <layout class="QHBoxLayout" name="horizontalLayout_5">
- <item>
- <widget class="QCheckBox" name="checkBox_multiHit">
- <property name="text">
- <string>支持多重打击</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_4">
- <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">
- <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>
- </widget>
- <widget class="QWidget" name="">
- <layout class="QHBoxLayout" name="horizontalLayout_6">
- <item>
- <widget class="QCheckBox" name="checkBox_needCollect">
- <property name="text">
- <string>是否需要收集</string>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <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_2">
- <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>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|