2018-09-29 20:13:07 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>TilesetEditor</class>
|
|
|
|
<widget class="QMainWindow" name="TilesetEditor">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-02-10 15:07:08 +00:00
|
|
|
<width>727</width>
|
2019-04-04 06:44:31 +01:00
|
|
|
<height>700</height>
|
2018-09-29 20:13:07 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2019-01-05 17:20:33 +00:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
</property>
|
2018-09-29 20:13:07 +01:00
|
|
|
<property name="windowTitle">
|
2018-10-09 05:58:26 +01:00
|
|
|
<string>Tileset Editor</string>
|
2018-09-29 20:13:07 +01:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2018-09-29 21:24:35 +01:00
|
|
|
<widget class="QScrollArea" name="scrollArea_Metatiles">
|
2018-10-09 05:58:26 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>274</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>274</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-09-29 21:24:35 +01:00
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-10-09 05:58:26 +01:00
|
|
|
<width>272</width>
|
2020-03-16 20:31:08 +00:00
|
|
|
<height>625</height>
|
2018-09-29 21:24:35 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2018-10-09 03:10:57 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2018-09-29 21:24:35 +01:00
|
|
|
<item row="1" column="2">
|
|
|
|
<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>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<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>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2018-10-03 01:01:21 +01:00
|
|
|
<widget class="QGraphicsView" name="graphicsView_Metatiles">
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-09-29 21:24:35 +01:00
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2018-09-29 20:13:07 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2018-09-30 20:54:38 +01:00
|
|
|
<widget class="QFrame" name="frame_2">
|
|
|
|
<property name="frameShape">
|
2018-10-03 01:01:34 +01:00
|
|
|
<enum>QFrame::NoFrame</enum>
|
2018-09-29 21:24:35 +01:00
|
|
|
</property>
|
2018-09-30 20:54:38 +01:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2018-10-03 01:01:34 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-09-30 20:54:38 +01:00
|
|
|
<item alignment="Qt::AlignTop">
|
|
|
|
<widget class="QFrame" name="frame_4">
|
2018-10-09 05:58:26 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>166</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-09-30 20:54:38 +01:00
|
|
|
<property name="frameShape">
|
2018-10-03 01:01:34 +01:00
|
|
|
<enum>QFrame::NoFrame</enum>
|
2018-09-30 20:54:38 +01:00
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
2022-10-22 20:08:41 +01:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
</property>
|
2018-10-03 01:01:34 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-09-30 20:54:38 +01:00
|
|
|
<item>
|
2018-10-09 03:10:57 +01:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
2018-10-09 05:58:26 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-10-03 01:01:34 +01:00
|
|
|
<property name="title">
|
2018-10-09 03:10:57 +01:00
|
|
|
<string>Metatile Properties</string>
|
2018-09-30 20:54:38 +01:00
|
|
|
</property>
|
2018-10-03 01:01:34 +01:00
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
2018-09-30 20:54:38 +01:00
|
|
|
</property>
|
2018-10-09 03:10:57 +01:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2018-10-09 05:58:26 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="13" column="3">
|
|
|
|
<widget class="QToolButton" name="copyButton_metatileLabel">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string><html><head/><body><p>Copies the full metatile label to the clipboard.</p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources/images.qrc">
|
|
|
|
<normaloff>:/icons/clipboard.ico</normaloff>:/icons/clipboard.ico</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-10-03 01:01:34 +01:00
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="13" column="0" colspan="3">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_metatileLabel">
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="12" column="0" colspan="3">
|
|
|
|
<widget class="QLabel" name="label_metatileLabel">
|
2020-03-16 20:31:08 +00:00
|
|
|
<property name="text">
|
2022-10-22 20:08:41 +01:00
|
|
|
<string>Metatile Label (Optional)</string>
|
2020-03-16 20:31:08 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2018-10-03 01:01:34 +01:00
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_BottomTop">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bottom/Top</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2022-02-10 14:53:04 +00:00
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="1" column="1">
|
|
|
|
<spacer name="horizontalSpacer_5">
|
2022-02-10 14:53:04 +00:00
|
|
|
<property name="orientation">
|
2022-10-22 20:08:41 +01:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2018-09-30 20:54:38 +01:00
|
|
|
</property>
|
2022-02-10 14:53:04 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2022-10-22 20:08:41 +01:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2022-02-10 14:53:04 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="8" column="0">
|
|
|
|
<widget class="QLabel" name="label_encounterType">
|
|
|
|
<property name="text">
|
|
|
|
<string>Encounter Type</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-09-30 20:54:38 +01:00
|
|
|
</item>
|
2018-10-09 03:10:57 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGraphicsView" name="graphicsView_metatileLayers">
|
2018-10-03 01:01:34 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-10-09 03:10:57 +01:00
|
|
|
<width>66</width>
|
|
|
|
<height>34</height>
|
2018-10-03 01:01:34 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2018-10-09 03:10:57 +01:00
|
|
|
<width>66</width>
|
2018-10-08 20:42:51 +01:00
|
|
|
<height>34</height>
|
2018-10-03 01:01:34 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="7" column="0" colspan="3">
|
|
|
|
<widget class="NoScrollComboBox" name="comboBox_metatileBehaviors"/>
|
|
|
|
</item>
|
2022-02-10 14:53:04 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label_layerType">
|
|
|
|
<property name="text">
|
|
|
|
<string>Layer Type</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="9" column="0">
|
|
|
|
<widget class="QComboBox" name="comboBox_encounterType"/>
|
2018-10-09 05:58:26 +01:00
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="2" column="0" colspan="3">
|
2020-03-16 20:31:08 +00:00
|
|
|
<widget class="QLabel" name="label_metatileBehavior">
|
|
|
|
<property name="text">
|
|
|
|
<string>Metatile Behavior</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="11" column="0">
|
|
|
|
<widget class="QComboBox" name="comboBox_terrainType"/>
|
2020-03-16 20:31:08 +00:00
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QComboBox" name="comboBox_layerType"/>
|
2022-02-10 14:53:04 +00:00
|
|
|
</item>
|
2022-10-22 20:08:41 +01:00
|
|
|
<item row="10" column="0">
|
|
|
|
<widget class="QLabel" name="label_terrainType">
|
|
|
|
<property name="text">
|
|
|
|
<string>Terrain Type</string>
|
2022-02-10 14:53:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-09-30 20:54:38 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-10-09 03:10:57 +01:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
2018-10-03 01:01:34 +01:00
|
|
|
<property name="title">
|
2018-10-09 03:10:57 +01:00
|
|
|
<string>Tile Properties</string>
|
2018-10-03 01:01:34 +01:00
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
2018-09-30 20:54:38 +01:00
|
|
|
</property>
|
2018-10-09 03:10:57 +01:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2018-09-30 20:54:38 +01:00
|
|
|
<item row="0" column="0">
|
2018-10-09 03:10:57 +01:00
|
|
|
<widget class="QLabel" name="label">
|
2018-10-03 01:01:34 +01:00
|
|
|
<property name="text">
|
2018-10-09 03:10:57 +01:00
|
|
|
<string>Palette</string>
|
2018-10-03 01:01:34 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-10-09 03:10:57 +01:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinBox_paletteSelector"/>
|
|
|
|
</item>
|
2018-10-03 01:01:34 +01:00
|
|
|
<item row="1" column="0">
|
2018-10-09 03:10:57 +01:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>X Flip</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="checkBox_xFlip">
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Y Flip</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="checkBox_yFlip">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Selection</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
<widget class="QGraphicsView" name="graphicsView_selectedTile">
|
2018-09-30 20:54:38 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-10-09 03:10:57 +01:00
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
2018-09-30 20:54:38 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2018-10-08 20:42:51 +01:00
|
|
|
<width>66</width>
|
|
|
|
<height>34</height>
|
2018-09-30 20:54:38 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2018-10-09 03:10:57 +01:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2018-09-30 20:54:38 +01:00
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea_Tiles">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-02-10 15:07:08 +00:00
|
|
|
<width>411</width>
|
|
|
|
<height>247</height>
|
2018-09-30 20:54:38 +01:00
|
|
|
</rect>
|
2018-09-29 21:24:35 +01:00
|
|
|
</property>
|
2018-09-30 20:54:38 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2018-10-09 03:10:57 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-03-16 20:31:08 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<spacer name="verticalSpacer_3">
|
2018-09-30 20:54:38 +01:00
|
|
|
<property name="orientation">
|
2020-03-16 20:31:08 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
2018-09-30 20:54:38 +01:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2020-03-16 20:31:08 +00:00
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
2018-09-30 20:54:38 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-03-16 20:31:08 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<spacer name="verticalSpacer_4">
|
2018-09-30 20:54:38 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-03-16 20:31:08 +00:00
|
|
|
<item row="1" column="2">
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<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-09-30 20:54:38 +01:00
|
|
|
<item row="1" column="1">
|
2018-10-03 01:01:21 +01:00
|
|
|
<widget class="QGraphicsView" name="graphicsView_Tiles">
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-09-30 20:54:38 +01:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-09-29 20:13:07 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-02-10 15:07:08 +00:00
|
|
|
<width>727</width>
|
2020-03-16 20:31:08 +00:00
|
|
|
<height>22</height>
|
2018-09-29 20:13:07 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-10-03 01:01:09 +01:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionSave_Tileset"/>
|
2018-10-03 01:01:24 +01:00
|
|
|
<addaction name="separator"/>
|
2018-10-03 01:01:37 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuTools">
|
|
|
|
<property name="title">
|
|
|
|
<string>Tools</string>
|
|
|
|
</property>
|
2018-10-03 01:01:24 +01:00
|
|
|
<addaction name="actionImport_Primary_Tiles"/>
|
|
|
|
<addaction name="actionImport_Secondary_Tiles"/>
|
2019-01-09 00:04:41 +00:00
|
|
|
<addaction name="actionImport_Primary_Metatiles"/>
|
|
|
|
<addaction name="actionImport_Secondary_Metatiles"/>
|
2018-10-03 01:01:37 +01:00
|
|
|
<addaction name="actionChange_Metatiles_Count"/>
|
2021-07-21 23:55:33 +01:00
|
|
|
<addaction name="actionChange_Palettes"/>
|
|
|
|
<addaction name="separator"/>
|
2021-07-20 03:02:31 +01:00
|
|
|
<addaction name="actionShow_Unused"/>
|
|
|
|
<addaction name="actionShow_Counts"/>
|
2021-07-21 23:55:33 +01:00
|
|
|
<addaction name="actionShow_UnusedTiles"/>
|
2019-01-05 21:52:55 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExport_Primary_Tiles_Image"/>
|
|
|
|
<addaction name="actionExport_Secondary_Tiles_Image"/>
|
2022-10-05 13:54:04 +01:00
|
|
|
<addaction name="actionExport_Primary_Metatiles_Image"/>
|
|
|
|
<addaction name="actionExport_Secondary_Metatiles_Image"/>
|
2018-10-03 01:01:09 +01:00
|
|
|
</widget>
|
2018-10-06 23:07:36 +01:00
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
2022-10-04 02:03:43 +01:00
|
|
|
<addaction name="actionCut"/>
|
2022-03-30 23:03:13 +01:00
|
|
|
<addaction name="actionCopy"/>
|
|
|
|
<addaction name="actionPaste"/>
|
2018-10-06 23:07:36 +01:00
|
|
|
<addaction name="actionUndo"/>
|
|
|
|
<addaction name="actionRedo"/>
|
|
|
|
</widget>
|
2018-10-03 01:01:09 +01:00
|
|
|
<addaction name="menuFile"/>
|
2018-10-06 23:07:36 +01:00
|
|
|
<addaction name="menuEdit"/>
|
2018-10-03 01:01:37 +01:00
|
|
|
<addaction name="menuTools"/>
|
2018-09-29 20:13:07 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2018-10-03 01:01:09 +01:00
|
|
|
<action name="actionSave_Tileset">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save Tileset</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-03 01:01:24 +01:00
|
|
|
<action name="actionImport_Primary_Tiles">
|
|
|
|
<property name="text">
|
2019-01-09 00:04:41 +00:00
|
|
|
<string>Import Primary Tiles Image...</string>
|
2018-10-03 01:01:24 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionImport_Secondary_Tiles">
|
|
|
|
<property name="text">
|
2019-01-09 00:04:41 +00:00
|
|
|
<string>Import Secondary Tiles Image...</string>
|
2018-10-03 01:01:24 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-03 01:01:37 +01:00
|
|
|
<action name="actionChange_Metatiles_Count">
|
|
|
|
<property name="text">
|
2019-01-05 21:52:55 +00:00
|
|
|
<string>Change Number of Metatiles...</string>
|
2018-10-03 01:01:37 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-03 01:01:41 +01:00
|
|
|
<action name="actionChange_Palettes">
|
|
|
|
<property name="text">
|
2019-01-05 21:52:55 +00:00
|
|
|
<string>Palette Editor</string>
|
2018-10-03 01:01:41 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2021-07-20 03:02:31 +01:00
|
|
|
<action name="actionShow_Unused">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Unused Metatiles</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-07-21 23:55:33 +01:00
|
|
|
<action name="actionShow_UnusedTiles">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Unused Tiles</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-07-20 03:02:31 +01:00
|
|
|
<action name="actionShow_Counts">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Metatile Usage Counts</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-06 23:07:36 +01:00
|
|
|
<action name="actionUndo">
|
|
|
|
<property name="text">
|
|
|
|
<string>Undo</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Z</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRedo">
|
|
|
|
<property name="text">
|
|
|
|
<string>Redo</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Y</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-01-05 21:52:55 +00:00
|
|
|
<action name="actionExport_Primary_Tiles_Image">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export Primary Tiles Image...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExport_Secondary_Tiles_Image">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export Secondary Tiles Image...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-01-09 00:04:41 +00:00
|
|
|
<action name="actionImport_Primary_Metatiles">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import Primary Metatiles from Advance Map 1.92...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionImport_Secondary_Metatiles">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import Secondary Metatiles from Advance Map 1.92...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-10-05 13:54:04 +01:00
|
|
|
<action name="actionExport_Primary_Metatiles_Image">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export Primary Metatiles Image...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExport_Secondary_Metatiles_Image">
|
|
|
|
<property name="text">
|
|
|
|
<string>Export Secondary Metatiles Image...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-10-04 02:03:43 +01:00
|
|
|
<action name="actionCut">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cut</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+X</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-03-30 23:03:13 +01:00
|
|
|
<action name="actionCopy">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+C</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPaste">
|
|
|
|
<property name="text">
|
|
|
|
<string>Paste</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+V</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-09-29 20:13:07 +01:00
|
|
|
</widget>
|
2020-03-16 20:31:08 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>NoScrollComboBox</class>
|
2022-02-10 15:07:08 +00:00
|
|
|
<extends>QComboBox</extends>
|
2020-03-16 20:31:08 +00:00
|
|
|
<header>noscrollcombobox.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2022-02-10 15:07:08 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../resources/images.qrc"/>
|
|
|
|
</resources>
|
2018-09-29 20:13:07 +01:00
|
|
|
<connections/>
|
2018-09-29 21:24:35 +01:00
|
|
|
</ui>
|