2018-09-27 00:33:08 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2018-09-27 17:23:40 +01:00
|
|
|
<class>EventPropertiesFrame</class>
|
|
|
|
<widget class="QFrame" name="EventPropertiesFrame">
|
2018-09-27 00:33:08 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>284</width>
|
2018-11-13 19:32:36 +00:00
|
|
|
<height>146</height>
|
2018-09-27 00:33:08 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>284</width>
|
|
|
|
<height>90</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Frame</string>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2018-11-13 19:32:36 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2018-09-27 00:33:08 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_spritePixmap">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>64</width>
|
|
|
|
<height>64</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2018-11-30 03:59:03 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinBox_index">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>The index of the event currently being inspected.</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>255</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_name">
|
|
|
|
<property name="sizePolicy">
|
2018-12-26 20:15:35 +00:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2018-11-30 03:59:03 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-12-26 20:15:35 +00:00
|
|
|
<string>Id</string>
|
2018-11-30 03:59:03 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-12-26 20:15:35 +00:00
|
|
|
<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>
|
2018-11-30 03:59:03 +00:00
|
|
|
</layout>
|
2018-09-27 00:33:08 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="x">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_x">
|
|
|
|
<property name="text">
|
|
|
|
<string>X</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="NoScrollSpinBox" name="spinBox_x">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>The X coordinate of this object.</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-32768</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>32767</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="y">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_y">
|
|
|
|
<property name="text">
|
|
|
|
<string>Y</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="NoScrollSpinBox" name="spinBox_y">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>The Y coordinate of this object.</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-32768</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>32767</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="z">
|
|
|
|
<item>
|
2019-05-01 04:03:28 +01:00
|
|
|
<widget class="QLabel" name="label_z">
|
2018-09-27 00:33:08 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Z</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="NoScrollSpinBox" name="spinBox_z">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>The elevation of this object.</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>15</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-13 19:32:36 +00:00
|
|
|
<widget class="QWidget" name="sprite" native="true">
|
|
|
|
<layout class="QFormLayout" name="formLayout_sprite">
|
2020-10-20 23:20:53 +01:00
|
|
|
<property name="rowWrapPolicy">
|
|
|
|
<enum>QFormLayout::WrapLongRows</enum>
|
|
|
|
</property>
|
2018-11-13 19:32:36 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_sprite">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sprite</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>comboBox_sprite</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-11-13 17:36:34 +00:00
|
|
|
</item>
|
2018-11-13 19:32:36 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="NoScrollComboBox" name="comboBox_sprite">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>The sprite graphics to use for this object.</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="currentText">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>25</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-09-27 00:33:08 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>NoScrollComboBox</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>noscrollcombobox.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>NoScrollSpinBox</class>
|
|
|
|
<extends>QSpinBox</extends>
|
|
|
|
<header>noscrollspinbox.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>spinBox_x</tabstop>
|
|
|
|
<tabstop>spinBox_y</tabstop>
|
|
|
|
<tabstop>spinBox_z</tabstop>
|
2018-11-13 19:32:36 +00:00
|
|
|
<tabstop>comboBox_sprite</tabstop>
|
2018-09-27 00:33:08 +01:00
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|