<?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> <width>700</width> <height>700</height> </rect> </property> <property name="focusPolicy"> <enum>Qt::ClickFocus</enum> </property> <property name="windowTitle"> <string>Tileset Editor</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QScrollArea" name="scrollArea_Metatiles"> <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> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents_2"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>272</width> <height>625</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <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> <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"> <widget class="QGraphicsView" name="graphicsView_Metatiles"> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> </widget> </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> </item> <item> <widget class="QFrame" name="frame_2"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QVBoxLayout" name="verticalLayout"> <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> <item alignment="Qt::AlignTop"> <widget class="QFrame" name="frame_4"> <property name="minimumSize"> <size> <width>0</width> <height>166</height> </size> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QHBoxLayout" name="horizontalLayout_4"> <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> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string>Metatile Properties</string> </property> <property name="flat"> <bool>false</bool> </property> <property name="checkable"> <bool>false</bool> </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="13" column="0" colspan="3"> <widget class="QLabel" name="label_metatileLabel"> <property name="text"> <string>Metatile Label (Optional)</string> </property> </widget> </item> <item row="0" column="2"> <widget class="QLabel" name="label_layerType"> <property name="text"> <string>Layer Type</string> </property> </widget> </item> <item row="9" column="0"> <widget class="QLabel" name="label_encounterType"> <property name="text"> <string>Encounter Type</string> </property> </widget> </item> <item row="11" column="0"> <widget class="QLabel" name="label_terrainType"> <property name="text"> <string>Terrain Type</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QGraphicsView" name="graphicsView_metatileLayers"> <property name="minimumSize"> <size> <width>66</width> <height>34</height> </size> </property> <property name="maximumSize"> <size> <width>66</width> <height>34</height> </size> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label_BottomTop"> <property name="text"> <string>Bottom/Top</string> </property> </widget> </item> <item row="10" column="0"> <widget class="QComboBox" name="comboBox_encounterType"/> </item> <item row="1" column="1"> <spacer name="horizontalSpacer_5"> <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="14" column="0" colspan="3"> <widget class="QLineEdit" name="lineEdit_metatileLabel"> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="2"> <widget class="QComboBox" name="comboBox_layerType"/> </item> <item row="8" column="0" colspan="3"> <widget class="NoScrollComboBox" name="comboBox_metatileBehaviors" native="true"/> </item> <item row="3" column="0" colspan="3"> <widget class="QLabel" name="label_metatileBehavior"> <property name="text"> <string>Metatile Behavior</string> </property> </widget> </item> <item row="12" column="0"> <widget class="QComboBox" name="comboBox_terrainType"/> </item> <item row="2" column="0"> <spacer name="verticalSpacer_5"> <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> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Tile Properties</string> </property> <property name="flat"> <bool>false</bool> </property> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Palette</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="spinBox_paletteSelector"/> </item> <item row="1" column="0"> <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"> <property name="minimumSize"> <size> <width>18</width> <height>18</height> </size> </property> <property name="maximumSize"> <size> <width>66</width> <height>34</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <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> <width>384</width> <height>265</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_2"> <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> <item row="0" column="1"> <spacer name="verticalSpacer_3"> <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="2" column="1"> <spacer name="verticalSpacer_4"> <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="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> <item row="1" column="1"> <widget class="QGraphicsView" name="graphicsView_Tiles"> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> </widget> </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> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>700</width> <height>22</height> </rect> </property> <widget class="QMenu" name="menuFile"> <property name="title"> <string>File</string> </property> <addaction name="actionSave_Tileset"/> <addaction name="separator"/> </widget> <widget class="QMenu" name="menuTools"> <property name="title"> <string>Tools</string> </property> <addaction name="actionImport_Primary_Tiles"/> <addaction name="actionImport_Secondary_Tiles"/> <addaction name="actionImport_Primary_Metatiles"/> <addaction name="actionImport_Secondary_Metatiles"/> <addaction name="actionChange_Metatiles_Count"/> <addaction name="actionChange_Palettes"/> <addaction name="separator"/> <addaction name="actionShow_Unused"/> <addaction name="actionShow_Counts"/> <addaction name="actionShow_UnusedTiles"/> <addaction name="separator"/> <addaction name="actionExport_Primary_Tiles_Image"/> <addaction name="actionExport_Secondary_Tiles_Image"/> </widget> <widget class="QMenu" name="menuEdit"> <property name="title"> <string>Edit</string> </property> <addaction name="actionUndo"/> <addaction name="actionRedo"/> </widget> <addaction name="menuFile"/> <addaction name="menuEdit"/> <addaction name="menuTools"/> </widget> <widget class="QStatusBar" name="statusbar"/> <action name="actionSave_Tileset"> <property name="text"> <string>Save Tileset</string> </property> <property name="shortcut"> <string>Ctrl+S</string> </property> </action> <action name="actionImport_Primary_Tiles"> <property name="text"> <string>Import Primary Tiles Image...</string> </property> </action> <action name="actionImport_Secondary_Tiles"> <property name="text"> <string>Import Secondary Tiles Image...</string> </property> </action> <action name="actionChange_Metatiles_Count"> <property name="text"> <string>Change Number of Metatiles...</string> </property> </action> <action name="actionChange_Palettes"> <property name="text"> <string>Palette Editor</string> </property> </action> <action name="actionShow_Unused"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Display Unused Metatiles</string> </property> </action> <action name="actionShow_UnusedTiles"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Display Unused Tiles</string> </property> </action> <action name="actionShow_Counts"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Display Metatile Usage Counts</string> </property> </action> <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> <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> <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> </widget> <customwidgets> <customwidget> <class>NoScrollComboBox</class> <extends>QWidget</extends> <header>noscrollcombobox.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>