2018-09-27 00:33:08 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-11-02 01:19:39 +00:00
<width>1287</width>
2024-01-15 06:47:57 +00:00
<height>903</height>
2018-09-27 00:33:08 +01:00
</rect>
</property>
<property name="windowTitle">
<string>porymap</string>
</property>
<widget class="QWidget" name="centralWidget">
2020-03-14 07:44:55 +00:00
<layout class="QGridLayout" name="gridLayout_15">
2020-10-20 23:20:53 +01:00
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2020-03-14 07:44:55 +00:00
<item row="0" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QSplitter" name="splitter_main">
2018-09-27 00:33:08 +01:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2018-10-03 03:46:08 +01:00
<widget class="QWidget" name="mapListContainer" native="true">
<property name="enabled">
<bool>true</bool>
</property>
2018-09-27 00:33:08 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2018-10-03 03:46:08 +01:00
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
2020-10-20 23:20:53 +01:00
<number>3</number>
2018-10-03 03:46:08 +01:00
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>
<widget class="QToolButton" name="toolButton_MapSortOrder">
<property name="enabled">
<bool>true</bool>
</property>
2019-01-08 15:30:36 +00:00
<property name="toolTip">
<string><html><head/><body><p>Sort map list</p></body></html></string>
</property>
2018-10-03 03:46:08 +01:00
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/sort_alphabet.ico</normaloff>:/icons/sort_alphabet.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="popupMode">
2018-10-05 07:02:40 +01:00
<enum>QToolButton::InstantPopup</enum>
2018-10-03 03:46:08 +01:00
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
<property name="arrowType">
<enum>Qt::NoArrow</enum>
</property>
</widget>
</item>
2019-01-08 15:30:36 +00:00
<item>
<widget class="QToolButton" name="toolButton_ExpandAll">
<property name="toolTip">
<string><html><head/><body><p>Expand all map folders</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/expand_all.ico</normaloff>:/icons/expand_all.ico</iconset>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_CollapseAll">
<property name="toolTip">
<string><html><head/><body><p>Collapse all map list folders</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/collapse_all.ico</normaloff>:/icons/collapse_all.ico</iconset>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
2018-10-03 03:46:08 +01:00
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
2018-10-05 07:02:40 +01:00
<width>12</width>
2018-10-03 03:46:08 +01:00
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_filterBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Filter maps...</string>
</property>
2020-09-10 21:00:26 +01:00
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
2018-10-03 03:46:08 +01:00
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTreeView" name="mapList">
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
2018-10-03 03:46:08 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2019-11-02 01:19:39 +00:00
<width>200</width>
2018-10-03 03:46:08 +01:00
<height>0</height>
</size>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectItems</enum>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
2018-09-27 00:33:08 +01:00
</widget>
2019-11-02 01:19:39 +00:00
<widget class="QFrame" name="frame_Main">
2020-10-20 23:20:53 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<layout class="QVBoxLayout" name="verticalLayout_13">
2020-04-29 01:09:42 +01:00
<property name="spacing">
<number>0</number>
</property>
2020-10-20 23:20:53 +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>
2019-11-02 01:19:39 +00:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
2020-09-19 20:05:27 +01:00
<item>
<widget class="QTabBar" name="mainTabBar" native="true"/>
</item>
<item>
<spacer name="horizontalSpacer_20">
<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>
2019-11-02 01:19:39 +00:00
</item>
<item>
<widget class="QStackedWidget" name="mainStackedWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
2020-06-26 03:05:10 +01:00
<number>0</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="movable" stdset="0">
<bool>false</bool>
</property>
<widget class="QWidget" name="tab_Map">
<property name="toolTip">
<string/>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<layout class="QGridLayout" name="gridLayout_9">
<property name="leftMargin">
<number>0</number>
2018-10-09 03:10:57 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="topMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="rightMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="bottomMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="verticalSpacing">
<number>6</number>
</property>
<item row="0" column="0">
<widget class="QSplitter" name="splitter_map">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QFrame" name="frame_9">
2018-09-27 00:33:08 +01:00
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
2018-09-27 00:33:08 +01:00
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2019-11-02 01:19:39 +00:00
<property name="lineWidth">
<number>1</number>
</property>
<layout class="QGridLayout" name="gridLayout_4">
2018-09-27 00:33:08 +01:00
<property name="leftMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2018-09-27 00:33:08 +01:00
</property>
<property name="topMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2018-09-27 00:33:08 +01:00
</property>
<property name="rightMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2018-09-27 00:33:08 +01:00
</property>
<property name="bottomMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="spacing">
<number>6</number>
</property>
<item row="1" column="0">
<widget class="QFrame" name="frame_7">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShadow">
<enum>QFrame::Raised</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<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="0">
2022-09-05 17:35:17 +01:00
<widget class="MapView" name="graphicsView_Map" native="true">
2019-11-02 01:19:39 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
2020-10-13 15:14:16 +01:00
<horstretch>0</horstretch>
2019-11-02 01:19:39 +00:00
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-10-13 15:14:16 +01:00
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
2019-11-02 01:19:39 +00:00
</widget>
</item>
</layout>
2018-09-27 00:33:08 +01:00
</widget>
</item>
<item row="0" column="0">
2020-10-20 20:02:06 +01:00
<widget class="QFrame" name="frame_mapTools">
2018-09-27 00:33:08 +01:00
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
2018-09-27 00:33:08 +01:00
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
2020-10-20 20:02:06 +01:00
<number>3</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="leftMargin">
2020-10-20 20:02:06 +01:00
<number>3</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="topMargin">
2020-10-20 20:02:06 +01:00
<number>3</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="rightMargin">
2020-10-20 20:02:06 +01:00
<number>3</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="bottomMargin">
2020-10-20 20:02:06 +01:00
<number>3</number>
2019-11-02 01:19:39 +00:00
</property>
<item>
2020-10-20 20:02:06 +01:00
<widget class="QFrame" name="frame_toolButtons">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
2019-11-02 01:19:39 +00:00
</property>
2020-10-20 20:02:06 +01:00
<property name="frameShadow">
<enum>QFrame::Raised</enum>
2019-11-02 01:19:39 +00:00
</property>
2020-10-20 20:02:06 +01:00
<layout class="QHBoxLayout" name="horizontalLayout_17">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="toolButton_Paint">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string><html><head/><body><p>Pencil</p><p><span style=" font-weight:600;">Click</span> and drag to draw on the map.</p><p><span style=" font-weight:600;">Right-click</span> and drag to select tiles.</p></body></html></string>
</property>
<property name="text">
<string>Paint</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/pencil.ico</normaloff>:/icons/pencil.ico</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_Select">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string><html><head/><body><p>Pointer</p><p>Does nothing</p></body></html></string>
</property>
<property name="text">
<string>Select</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/cursor.ico</normaloff>:/icons/cursor.ico</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_Fill">
<property name="toolTip">
<string><html><head/><body><p>Bucket Fill</p><p>Fills all similar tiles in a region with the selected metatiles or collision attributes</p></body></html></string>
</property>
<property name="text">
<string>Fill</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/fill_color.ico</normaloff>:/icons/fill_color.ico</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_Dropper">
<property name="toolTip">
<string><html><head/><body><p>Eyedropper</p><p><span style=" font-weight:600;">Click</span> to select a metatile or collision attribute.</p></body></html></string>
</property>
<property name="text">
<string>Dropper</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/pipette.ico</normaloff>:/icons/pipette.ico</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_Move">
<property name="toolTip">
<string><html><head/><body><p>Move</p><p>Click to drag map around.</p></body></html></string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/move.ico</normaloff>:/icons/move.ico</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_Shift">
<property name="toolTip">
<string><html><head/><body><p>Map Shift</p><p><span style=" font-weight:600;">Click and drag</span> on the map to shift the positions of all metatiles (Map tab) or events (Events tab) at once. This is useful after resizing a map.</p></body></html></string>
</property>
<property name="text">
<string>Shift</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/shift.ico</normaloff>:/icons/shift.ico</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
2019-11-02 01:19:39 +00:00
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_smartPaths">
<property name="toolTip">
<string><html><head/><body><p>Smart-path mode allows easier drawing of paths. If a 3x3 metatile block is selcted in the right panel, then smart path mode will automatically form a pathway using those selected blocks.</p><p>When smart-path mode is <span style=" font-weight:600;">not</span> enabled, clicking and dragging a selection will tile it in a grid.</p><p>Hold down the <span style=" font-weight:600;">shift</span> key while editing to quickly enable smart-path mode.</p></body></html></string>
</property>
<property name="text">
<string>Smart Paths</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_ToggleGrid">
<property name="toolTip">
<string><html><head/><body><p>Toggles a grid over the map's metatile boundaries.</p><p><span style=" font-weight:600;">Ctrl + G</span></p></body></html></string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Grid</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_ToggleBorder">
<property name="text">
<string>Border</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_ChangeDimensions">
<property name="toolTip">
<string><html><head/><body><p>Change a map layout's width and height.</p></body></html></string>
</property>
<property name="text">
<string>Change Dimensions</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer1">
<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>
</item>
</layout>
</widget>
2020-05-01 00:44:54 +01:00
<widget class="AdjustingStackedWidget" name="stackedWidget_MapEvents">
2018-09-27 00:33:08 +01:00
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
2018-09-27 00:33:08 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShadow">
<enum>QFrame::Raised</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<widget class="QWidget" name="mapView_MetatileCollisionInfo">
<layout class="QVBoxLayout" name="verticalLayout_6">
2018-09-27 00:33:08 +01:00
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
2019-11-02 01:19:39 +00:00
<item>
2021-12-10 21:52:17 +00:00
<widget class="QTabWidget" name="mapViewTab">
2019-11-02 01:19:39 +00:00
<property name="enabled">
<bool>true</bool>
</property>
2018-09-27 00:33:08 +01:00
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
2018-09-27 00:33:08 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<property name="minimumSize">
<size>
<width>156</width>
<height>0</height>
</size>
2020-03-14 07:44:55 +00:00
</property>
2019-11-02 01:19:39 +00:00
<property name="currentIndex">
<number>0</number>
2020-03-14 07:44:55 +00:00
</property>
2019-11-02 01:19:39 +00:00
<widget class="QWidget" name="tab_blocks">
2020-03-14 07:44:55 +00:00
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
2020-03-14 07:44:55 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<attribute name="title">
<string>Metatiles</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
2020-03-14 07:44:55 +00:00
<property name="leftMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2020-03-14 07:44:55 +00:00
</property>
<property name="topMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2020-03-14 07:44:55 +00:00
</property>
<property name="rightMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2020-03-14 07:44:55 +00:00
</property>
<property name="bottomMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2020-03-14 07:44:55 +00:00
</property>
<property name="spacing">
2019-11-02 01:19:39 +00:00
<number>3</number>
2020-03-14 07:44:55 +00:00
</property>
2024-01-13 03:11:07 +00:00
<item row="3" column="0">
<widget class="QSlider" name="horizontalSlider_MetatileZoom">
<property name="minimum">
<number>10</number>
2020-03-14 07:44:55 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="maximum">
<number>90</number>
2020-03-14 07:44:55 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="value">
<number>30</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
2020-03-14 07:44:55 +00:00
</property>
</widget>
</item>
2024-01-13 03:11:07 +00:00
<item row="1" column="0">
<widget class="QFrame" name="frame_Metatiles">
2019-11-02 01:19:39 +00:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShadow">
2024-01-13 03:11:07 +00:00
<enum>QFrame::Plain</enum>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<layout class="QVBoxLayout" name="verticalLayout_16">
2019-11-02 01:19:39 +00: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>
<item>
2024-01-13 03:11:07 +00:00
<widget class="QSplitter" name="splitter_Metatiles">
<property name="sizePolicy">
2024-01-15 06:47:57 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Ignored">
2024-01-13 03:11:07 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<widget class="QGroupBox" name="groupBox_BorderMetatiles">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<property name="title">
<string>Border</string>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="spacing">
<number>0</number>
</property>
<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="QScrollArea" name="scrollArea_BorderMetatiles">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
2024-01-26 16:40:32 +00:00
<widget class="QWidget" name="scrollAreaWidgetContents_BorderMetatiles">
2024-01-15 06:47:57 +00:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>423</width>
<height>79</height>
</rect>
</property>
2024-01-13 03:11:07 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_12">
<property name="spacing">
<number>0</number>
</property>
<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>
<spacer name="horizontalSpacer_12">
<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>
2024-01-28 19:15:45 +00:00
<widget class="NoScrollGraphicsView" name="graphicsView_BorderMetatile">
2024-01-13 03:11:07 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string><html><head/><body><p>The border is a 2x2 metatile which is repeated outside of the map layout's boundary. Draw on this border area to modify it.</p></body></html></string>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_13">
<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>
<widget class="QGroupBox" name="groupBox_SelectedMetatiles">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Selection</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<property name="spacing">
<number>0</number>
</property>
<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="QScrollArea" name="scrollArea_SelectedMetatiles">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
2024-01-26 16:40:32 +00:00
<widget class="QWidget" name="scrollAreaWidgetContents_SelectedMetatiles">
2024-01-13 03:11:07 +00:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>423</width>
2024-01-15 06:47:57 +00:00
<height>79</height>
2024-01-13 03:11:07 +00:00
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<property name="spacing">
<number>0</number>
</property>
<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>
<spacer name="horizontalSpacer_16">
<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>
2024-01-28 19:15:45 +00:00
<widget class="NoScrollGraphicsView" name="graphicsView_currentMetatileSelection">
2024-01-13 03:11:07 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_17">
<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>
<widget class="QScrollArea" name="scrollArea_MetatileSelector">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>4</verstretch>
</sizepolicy>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustIgnored</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
2024-01-26 16:40:32 +00:00
<widget class="QWidget" name="scrollAreaWidgetContents_MetatileSelector">
2024-01-13 03:11:07 +00:00
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>8</x>
<y>0</y>
<width>411</width>
2024-01-15 06:47:57 +00:00
<height>446</height>
2024-01-13 03:11:07 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<property name="leftMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<property name="topMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<property name="rightMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2024-01-13 03:11:07 +00:00
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
</spacer>
</item>
<item row="0" column="1">
2024-01-28 19:15:45 +00:00
<widget class="NoScrollGraphicsView" name="graphicsView_Metatiles">
2024-01-13 03:11:07 +00:00
<property name="enabled">
<bool>true</bool>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustIgnored</enum>
</property>
</widget>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer_15">
<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">
<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>
</widget>
2018-09-27 00:33:08 +01:00
</widget>
2019-11-02 01:19:39 +00:00
</item>
</layout>
</widget>
</item>
2024-01-13 03:11:07 +00:00
<item row="0" column="0">
<widget class="QFrame" name="frame_Tilesets">
<property name="sizePolicy">
2024-01-15 06:47:57 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2024-01-13 03:11:07 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_PrimaryTileset">
<property name="text">
<string>Primary Tileset</string>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
</widget>
</item>
<item row="0" column="1">
<widget class="NoScrollComboBox" name="comboBox_PrimaryTileset">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
2019-11-02 01:19:39 +00:00
</property>
<property name="toolTip">
2024-01-13 03:11:07 +00:00
<string><html><head/><body><p>Primary Tileset</p><p>Defines the first 0x200 metatiles available for the map.</p></body></html></string>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="editable">
<bool>true</bool>
2019-11-02 01:19:39 +00:00
</property>
</widget>
</item>
2024-01-13 03:11:07 +00:00
<item row="1" column="0">
<widget class="QLabel" name="label_SecondaryTileset">
<property name="text">
<string>Secondary Tileset</string>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
</widget>
2019-11-02 01:19:39 +00:00
</item>
2024-01-13 03:11:07 +00:00
<item row="1" column="1">
<widget class="NoScrollComboBox" name="comboBox_SecondaryTileset">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string><html><head/><body><p>Secondary Tileset</p><p>Defines the second 0x200 metatiles available for the map.</p></body></html></string>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
<property name="editable">
<bool>true</bool>
2019-11-02 01:19:39 +00:00
</property>
2024-01-13 03:11:07 +00:00
</widget>
2019-11-02 01:19:39 +00:00
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_collision">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="title">
<string>Collision</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_CollisionSelection">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<property name="leftMargin">
2020-10-15 23:52:29 +01:00
<number>3</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="topMargin">
2020-10-15 23:52:29 +01:00
<number>3</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="rightMargin">
2020-10-15 23:52:29 +01:00
<number>3</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="bottomMargin">
2020-10-15 23:52:29 +01:00
<number>3</number>
2019-11-02 01:19:39 +00:00
</property>
2023-12-07 18:45:08 +00:00
<item row="3" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Opacity</string>
</property>
</widget>
</item>
<item row="5" column="0" colspan="3">
2024-01-26 16:40:32 +00:00
<widget class="QScrollArea" name="scrollArea_Collision">
2020-10-15 23:52:29 +01:00
<property name="widgetResizable">
<bool>true</bool>
2019-11-02 01:19:39 +00:00
</property>
2024-01-26 16:40:32 +00:00
<widget class="QWidget" name="scrollAreaWidgetContents_Collision">
2020-10-15 23:52:29 +01:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-07 18:45:08 +00:00
<width>427</width>
2024-01-15 06:47:57 +00:00
<height>594</height>
2020-10-15 23:52:29 +01:00
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_7">
<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="spacing">
<number>0</number>
</property>
<item row="2" column="0">
<spacer name="horizontalSpacer_18">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>86</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1">
2024-01-28 19:15:45 +00:00
<widget class="NoScrollGraphicsView" name="graphicsView_Collision">
2020-10-15 23:52:29 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>512</height>
</size>
</property>
2023-12-07 18:45:08 +00:00
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
2020-10-15 23:52:29 +01:00
</widget>
</item>
<item row="2" column="2">
<spacer name="horizontalSpacer_19">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>86</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1">
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>94</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
2019-11-02 01:19:39 +00:00
</widget>
</item>
2023-12-07 18:45:08 +00:00
<item row="6" column="0" colspan="3">
<widget class="QSlider" name="horizontalSlider_CollisionZoom">
<property name="minimum">
<number>10</number>
</property>
<property name="maximum">
<number>90</number>
</property>
<property name="value">
<number>30</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<widget class="QSlider" name="horizontalSlider_CollisionTransparency">
<property name="minimum">
2023-12-12 08:06:20 +00:00
<number>1</number>
2023-12-07 18:45:08 +00:00
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="0" column="0" colspan="3">
<widget class="QFrame" name="frame_5">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="1">
<widget class="QSpinBox" name="spinBox_SelectedElevation"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>Collision</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinBox_SelectedCollision"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Elevation</string>
</property>
</widget>
</item>
<item row="0" 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>
</layout>
</widget>
</item>
2019-11-02 01:19:39 +00:00
</layout>
</widget>
2022-09-05 17:35:17 +01:00
<widget class="QWidget" name="tab_prefabs">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="title">
<string>Prefabs</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
2022-09-08 02:38:30 +01:00
<widget class="QPushButton" name="pushButton_CreatePrefab">
2022-09-07 02:42:19 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-09-05 17:35:17 +01:00
<property name="text">
2022-09-07 02:42:19 +01:00
<string>Create from Selection</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/add.ico</normaloff>:/icons/add.ico</iconset>
2022-09-05 17:35:17 +01:00
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Prefabs for Map's Tilesets</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
<widget class="QScrollArea" name="scrollArea">
2022-09-07 02:42:19 +01:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2022-09-05 17:35:17 +01:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_Prefabs">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-07 18:45:08 +00:00
<width>382</width>
2024-01-15 06:47:57 +00:00
<height>699</height>
2022-09-05 17:35:17 +01:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_14">
2022-09-07 02:42:19 +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>
2022-09-05 17:35:17 +01:00
<item>
<widget class="QLabel" name="label_prefabHelp">
<property name="text">
<string><html><head/><body><p>No prefabs have been created for the currently-used tilesets. Create some by using the button above!</p><p>Prefabs are &quot;prefabricated&quot; metatile selections that are used for easy selecting of complicated map structures. For example, a useful prefab could be a building or tree formation, which would otherwise be annoying to paint with the regular metatile picker.</p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
2019-11-02 01:19:39 +00:00
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="mapView_ObjectInfo">
<layout class="QGridLayout" name="gridLayout">
2020-10-20 23:20:53 +01:00
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
2019-11-02 01:19:39 +00:00
<item row="0" column="0">
<widget class="QFrame" name="frame_Objects">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
2020-03-14 07:44:55 +00:00
<size>
2022-10-15 19:17:35 +01:00
<width>0</width>
2019-11-02 01:19:39 +00:00
<height>0</height>
2020-03-14 07:44:55 +00:00
</size>
</property>
2019-11-02 01:19:39 +00:00
<layout class="QGridLayout" name="gridLayout_6">
2019-02-09 23:19:11 +00:00
<property name="leftMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2019-02-09 23:19:11 +00:00
</property>
<property name="topMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2019-02-09 23:19:11 +00:00
</property>
<property name="rightMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2019-02-09 23:19:11 +00:00
</property>
<property name="bottomMargin">
2019-11-02 01:19:39 +00:00
<number>3</number>
2019-02-09 23:19:11 +00:00
</property>
2020-03-14 07:44:55 +00:00
<item row="0" column="0">
2019-11-02 01:19:39 +00:00
<widget class="QFrame" name="frame_4">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
2019-02-09 23:19:11 +00:00
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShape">
2022-10-15 19:02:28 +01:00
<enum>QFrame::NoFrame</enum>
2019-11-02 01:19:39 +00:00
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2022-10-15 19:02:28 +01:00
<property name="lineWidth">
<number>0</number>
</property>
2019-11-02 01:19:39 +00:00
<layout class="QHBoxLayout" name="horizontalLayout">
2020-03-14 07:44:55 +00:00
<property name="leftMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2020-03-14 07:44:55 +00:00
<property name="topMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2020-03-14 07:44:55 +00:00
<property name="rightMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2020-03-14 07:44:55 +00:00
<property name="bottomMargin">
<number>0</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<item>
<widget class="NewEventToolButton" name="newEventToolButton">
2020-10-20 23:20:53 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2019-11-02 01:19:39 +00:00
</property>
<property name="toolTip">
<string><html><head/><body><p>Add a new event to the map.</p></body></html></string>
</property>
<property name="text">
<string>New Object</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/add.ico</normaloff>:/icons/add.ico</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_deleteObject">
2020-03-14 07:44:55 +00:00
<property name="sizePolicy">
2020-10-20 23:20:53 +01:00
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
2020-03-14 07:44:55 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<property name="toolTip">
<string><html><head/><body><p>Delete the selected event from the map.</p></body></html></string>
</property>
<property name="text">
<string>Delete</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/delete.ico</normaloff>:/icons/delete.ico</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
<property name="autoRaise">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2022-09-05 17:35:17 +01:00
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
2019-11-02 01:19:39 +00:00
</spacer>
</item>
<item>
<widget class="QToolButton" name="toolButton_Open_Scripts">
<property name="sizePolicy">
2020-10-20 23:20:53 +01:00
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
2019-11-02 01:19:39 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Open Map Scripts</string>
2020-03-14 07:44:55 +00:00
</property>
2019-11-02 01:19:39 +00:00
<property name="autoRaise">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2022-07-19 22:56:12 +01:00
<item row="1" column="0">
<widget class="QLabel" name="label_NoEvents">
<property name="text">
<string>There are no events on the current map.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2019-11-02 01:19:39 +00:00
<item row="2" column="0">
<widget class="QTabWidget" name="tabWidget_EventType">
2022-10-15 19:17:35 +01:00
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_Objects">
<attribute name="title">
<string>Objects</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_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>
2022-07-19 22:56:12 +01:00
<item>
<layout class="QHBoxLayout" name="hbox_Objects">
<property name="leftMargin">
<number>12</number>
</property>
<property name="topMargin">
<number>12</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="spinner_ObjectID">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16_5">
<property name="text">
<string>object id</string>
</property>
</widget>
</item>
<item>
2022-10-18 17:29:07 +01:00
<spacer name="horizontalSpacer_Objects">
2022-07-19 22:56:12 +01:00
<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>
2019-11-02 01:19:39 +00:00
<item>
<widget class="QScrollArea" name="scrollArea_Objects">
2022-07-19 22:56:12 +01:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2019-11-02 01:19:39 +00:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_Objects">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-07 18:45:08 +00:00
<width>100</width>
2024-01-21 03:07:52 +00:00
<height>16</height>
2019-11-02 01:19:39 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_Warps">
<attribute name="title">
<string>Warps</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_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>
2022-07-19 22:56:12 +01:00
<item>
<layout class="QHBoxLayout" name="hbox_Warps">
<property name="leftMargin">
<number>12</number>
</property>
<property name="topMargin">
<number>12</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="spinner_WarpID">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16_1">
<property name="text">
<string>warp id</string>
</property>
</widget>
</item>
<item>
2022-10-18 17:29:07 +01:00
<spacer name="horizontalSpacer_Warps">
2022-07-19 22:56:12 +01:00
<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>
2019-11-02 01:19:39 +00:00
<item>
<widget class="QScrollArea" name="scrollArea_Warps">
2022-07-19 22:56:12 +01:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2019-11-02 01:19:39 +00:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_Warps">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-07 18:45:08 +00:00
<width>100</width>
2024-01-21 03:07:52 +00:00
<height>16</height>
2019-11-02 01:19:39 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_Triggers">
<attribute name="title">
<string>Triggers</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
<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>
2022-07-19 22:56:12 +01:00
<item>
<layout class="QHBoxLayout" name="hbox_Triggers">
<property name="leftMargin">
<number>12</number>
</property>
<property name="topMargin">
<number>12</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="spinner_TriggerID">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16_2">
<property name="text">
<string>coord id</string>
</property>
</widget>
</item>
<item>
2022-10-18 17:29:07 +01:00
<spacer name="horizontalSpacer_Triggers">
2022-07-19 22:56:12 +01:00
<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>
2019-11-02 01:19:39 +00:00
<item>
<widget class="QScrollArea" name="scrollArea_Triggers">
2022-07-19 22:56:12 +01:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2019-11-02 01:19:39 +00:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_Triggers">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-07 18:45:08 +00:00
<width>100</width>
2024-01-21 03:07:52 +00:00
<height>16</height>
2019-11-02 01:19:39 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_BGs">
<attribute name="title">
<string>BGs</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_7">
<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>
2022-07-19 22:56:12 +01:00
<item>
<layout class="QHBoxLayout" name="hbox_BGs">
<property name="leftMargin">
<number>12</number>
</property>
<property name="topMargin">
<number>12</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="spinner_BgID">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16_3">
<property name="text">
<string>bg id</string>
</property>
</widget>
</item>
<item>
2022-10-18 17:29:07 +01:00
<spacer name="horizontalSpacer_BGs">
2022-07-19 22:56:12 +01:00
<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>
2019-11-02 01:19:39 +00:00
<item>
<widget class="QScrollArea" name="scrollArea_BGs">
2022-07-19 22:56:12 +01:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2019-11-02 01:19:39 +00:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_BGs">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-07 18:45:08 +00:00
<width>100</width>
2024-01-21 03:07:52 +00:00
<height>16</height>
2019-11-02 01:19:39 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_Healspots">
<attribute name="title">
<string>Healspots</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_9">
<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>
2022-07-19 22:56:12 +01:00
<item>
<layout class="QHBoxLayout" name="hbox_Heals">
<property name="leftMargin">
<number>12</number>
</property>
<property name="topMargin">
<number>12</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="spinner_HealID">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16_4">
<property name="text">
<string>heal id</string>
</property>
</widget>
</item>
<item>
2022-10-18 17:29:07 +01:00
<spacer name="horizontalSpacer_Healspots">
2022-07-19 22:56:12 +01:00
<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>
2019-11-02 01:19:39 +00:00
<item>
<widget class="QScrollArea" name="scrollArea_Healspots">
2022-07-19 22:56:12 +01:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2019-11-02 01:19:39 +00:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2020-03-14 07:44:55 +00:00
</property>
2019-11-02 01:19:39 +00:00
<widget class="QWidget" name="scrollAreaWidgetContents_Healspots">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-07 18:45:08 +00:00
<width>100</width>
2024-01-21 03:07:52 +00:00
<height>16</height>
2019-11-02 01:19:39 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_Multiple">
<attribute name="title">
<string>Multiple</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_8">
<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="QScrollArea" name="scrollArea_Multiple">
2020-03-14 07:44:55 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-07-19 22:56:12 +01:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2019-11-02 01:19:39 +00:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_Multiple">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-07 18:45:08 +00:00
<width>100</width>
<height>30</height>
2019-11-02 01:19:39 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
2020-03-14 07:44:55 +00:00
</widget>
2019-11-02 01:19:39 +00:00
</item>
</layout>
</widget>
2020-03-14 07:44:55 +00:00
</widget>
</item>
</layout>
2018-09-27 00:33:08 +01:00
</widget>
</item>
2018-11-13 17:36:34 +00:00
</layout>
</widget>
</widget>
2019-02-03 16:38:45 +00:00
</widget>
</item>
</layout>
</widget>
2019-11-02 01:19:39 +00:00
<widget class="QWidget" name="tab_Attributes">
<layout class="QVBoxLayout" name="gridLayout_Attributes">
<property name="spacing">
<number>0</number>
</property>
2018-09-27 00:33:08 +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>
2019-11-02 01:19:39 +00:00
<item>
<widget class="QFrame" name="frame_3">
<property name="enabled">
<bool>false</bool>
</property>
2018-09-27 00:33:08 +01:00
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
2018-09-27 00:33:08 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2019-11-02 01:19:39 +00:00
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::FieldsStayAtSizeHint</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="verticalSpacing">
<number>12</number>
2018-09-27 00:33:08 +01:00
</property>
<property name="bottomMargin">
2019-11-02 01:19:39 +00:00
<number>9</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Song</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="NoScrollComboBox" name="comboBox_Song">
<property name="toolTip">
<string><html><head/><body><p>The default background music for this map.</p></body></html></string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Location</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="NoScrollComboBox" name="comboBox_Location">
<property name="toolTip">
<string><html><head/><body><p>The section of the region map which the map is grouped under. This also determines the name of the map that is display when the player enters it.</p></body></html></string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Requires Flash</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="checkBox_Visibility">
<property name="toolTip">
<string><html><head/><body><p>Whether or not the map is dark and requires Flash to illuminate.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Weather</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="NoScrollComboBox" name="comboBox_Weather">
<property name="toolTip">
<string><html><head/><body><p>The default weather for this map.</p></body></html></string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Type</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="NoScrollComboBox" name="comboBox_Type">
<property name="toolTip">
<string><html><head/><body><p>The map type is a general attribute, which is used for many different things. For example. it determines whether biking or running is allowed.</p></body></html></string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Battle scene</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="NoScrollComboBox" name="comboBox_BattleScene">
<property name="toolTip">
<string><html><head/><body><p>Determines the type of battle scene graphics to use.</p></body></html></string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Show Location Name</string>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
</widget>
</item>
<item row="7" column="1">
<widget class="QCheckBox" name="checkBox_ShowLocation">
2018-09-27 00:33:08 +01:00
<property name="toolTip">
2019-11-02 01:19:39 +00:00
<string><html><head/><body><p>Whether or not to display the location name when the player enters the map.</p></body></html></string>
2018-09-27 00:33:08 +01:00
</property>
<property name="text">
<string/>
</property>
2019-11-02 01:19:39 +00:00
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_AllowRunning">
<property name="text">
<string>Allow Running</string>
2018-09-27 00:33:08 +01:00
</property>
</widget>
</item>
2019-11-02 01:19:39 +00:00
<item row="8" column="1">
<widget class="QCheckBox" name="checkBox_AllowRunning">
2018-09-27 00:33:08 +01:00
<property name="toolTip">
2019-11-02 01:19:39 +00:00
<string><html><head/><body><p>Allows the player to use Running Shoes</p></body></html></string>
2018-09-27 00:33:08 +01:00
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
2019-11-02 01:19:39 +00:00
<item row="9" column="0">
<widget class="QLabel" name="label_AllowBiking">
2018-09-27 00:33:08 +01:00
<property name="text">
2019-11-02 01:19:39 +00:00
<string>Allow Biking</string>
2018-09-27 00:33:08 +01:00
</property>
</widget>
</item>
2019-11-02 01:19:39 +00:00
<item row="9" column="1">
<widget class="QCheckBox" name="checkBox_AllowBiking">
<property name="toolTip">
<string><html><head/><body><p>Allows the player to use a Bike</p></body></html></string>
</property>
2018-09-27 00:33:08 +01:00
<property name="text">
<string/>
</property>
</widget>
</item>
2019-11-02 01:19:39 +00:00
<item row="10" column="0">
2022-10-14 23:11:11 +01:00
<widget class="QLabel" name="label_AllowEscaping">
2019-11-02 01:19:39 +00:00
<property name="text">
<string>Allow Dig & Escape Rope</string>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
</widget>
</item>
<item row="10" column="1">
2022-10-14 23:11:11 +01:00
<widget class="QCheckBox" name="checkBox_AllowEscaping">
2019-11-02 01:19:39 +00:00
<property name="toolTip">
<string><html><head/><body><p>Allows the player to use Dig or Escape Rope</p></body></html></string>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="text">
<string/>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
</widget>
2018-09-27 00:33:08 +01:00
</item>
2019-11-02 01:19:39 +00:00
<item row="11" column="0">
<widget class="QLabel" name="label_FloorNumber">
<property name="text">
<string>Floor Number</string>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
</widget>
</item>
<item row="11" column="1">
<widget class="QSpinBox" name="spinBox_FloorNumber">
2018-09-27 00:33:08 +01:00
<property name="toolTip">
2019-11-02 01:19:39 +00:00
<string><html><head/><body><p>Floor number to be used for maps with elevators.</p></body></html></string>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="minimum">
<number>-128</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="maximum">
<number>127</number>
2018-09-27 00:33:08 +01:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
2019-11-02 01:19:39 +00:00
<item>
<widget class="QFrame" name="frame_keyValue">
2018-09-27 00:33:08 +01:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2019-11-02 01:19:39 +00:00
<layout class="QVBoxLayout" name="verticalLayout_10">
2018-09-27 00:33:08 +01:00
<item>
2019-11-02 01:19:39 +00:00
<widget class="QLabel" name="label_2">
2018-09-27 00:33:08 +01:00
<property name="text">
2019-11-02 01:19:39 +00:00
<string>Custom Fields</string>
2018-09-27 00:33:08 +01:00
</property>
</widget>
</item>
<item>
2019-11-02 01:19:39 +00:00
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShadow">
<enum>QFrame::Plain</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_8">
<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="QPushButton" name="pushButton_AddCustomHeaderField">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_DeleteCustomHeaderField">
<property name="text">
<string>Delete</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>
2018-09-27 00:33:08 +01:00
</widget>
</item>
<item>
2019-11-02 01:19:39 +00:00
<widget class="QTableWidget" name="tableWidget_CustomHeaderFields">
2018-09-27 00:33:08 +01:00
<property name="toolTip">
2019-11-02 01:19:39 +00:00
<string>Custom fields will be added to the map.json file for the current map.</string>
</property>
<attribute name="horizontalHeaderVisible">
2023-12-07 18:45:08 +00:00
<bool>false</bool>
2019-11-02 01:19:39 +00:00
</attribute>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderHighlightSections">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
2022-10-16 03:32:05 +01:00
<column>
<property name="text">
<string>Type</string>
</property>
</column>
2019-11-02 01:19:39 +00:00
<column>
2018-09-27 00:33:08 +01:00
<property name="text">
2019-11-02 01:19:39 +00:00
<string>Key</string>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
</column>
<column>
2018-09-27 00:33:08 +01:00
<property name="text">
2019-11-02 01:19:39 +00:00
<string>Value</string>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
</column>
2018-09-27 00:33:08 +01:00
</widget>
</item>
</layout>
</widget>
</item>
2019-11-02 01:19:39 +00:00
</layout>
</widget>
<widget class="QWidget" name="tab_Connections">
<layout class="QGridLayout" name="gridLayout_12">
<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-27 00:33:08 +01:00
<item row="3" column="0">
2019-11-02 01:19:39 +00:00
<widget class="QFrame" name="gridFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2018-09-27 00:33:08 +01:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2019-11-02 01:19:39 +00:00
<layout class="QGridLayout" name="gridLayout_11">
2018-09-27 00:33:08 +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="spacing">
<number>0</number>
</property>
2020-10-13 17:23:13 +01:00
<item row="2" column="0">
2019-11-02 01:19:39 +00:00
<widget class="QFrame" name="horizontalFrame">
2018-09-27 00:33:08 +01:00
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
2018-09-27 00:33:08 +01:00
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="spacing">
<number>4</number>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item>
<widget class="QPushButton" name="pushButton_AddConnection">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string><html><head/><body><p>Add a new connection.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<activeon>:/icons/add.ico</activeon>
</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_RemoveConnection">
<property name="toolTip">
<string><html><head/><body><p>Remove the currently-selected connection.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<activeon>:/icons/delete.ico</activeon>
</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>Number of Connections:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_NumConnections">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_MirrorConnections">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string><html><head/><body><p>If enabled, connections will automatically be updated on the connected map.</p></body></html></string>
</property>
<property name="text">
<string>Mirror to Connecting Maps</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
2018-09-27 00:33:08 +01:00
</widget>
</item>
2020-10-13 17:23:13 +01:00
<item row="6" column="0">
<widget class="QGraphicsView" name="graphicsView_Connections">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustIgnored</enum>
</property>
<property name="dragMode">
<enum>QGraphicsView::NoDrag</enum>
</property>
<property name="transformationAnchor">
<enum>QGraphicsView::AnchorUnderMouse</enum>
</property>
<property name="resizeAnchor">
<enum>QGraphicsView::AnchorUnderMouse</enum>
</property>
</widget>
</item>
<item row="4" column="0">
2019-11-02 01:19:39 +00:00
<widget class="QFrame" name="horizontalFrame2">
2018-09-27 00:33:08 +01:00
<property name="sizePolicy">
2019-11-02 01:19:39 +00:00
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
2018-09-27 00:33:08 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
2018-09-27 00:33:08 +01:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2019-11-02 01:19:39 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0,0,0,0,0">
2018-09-27 00:33:08 +01:00
<property name="spacing">
2019-11-02 01:19:39 +00:00
<number>6</number>
2018-09-27 00:33:08 +01:00
</property>
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item>
2019-11-02 01:19:39 +00:00
<widget class="QLabel" name="label_11">
2018-09-27 00:33:08 +01:00
<property name="text">
2019-11-02 01:19:39 +00:00
<string>Map</string>
2018-09-27 00:33:08 +01:00
</property>
</widget>
</item>
<item>
2019-11-02 01:19:39 +00:00
<widget class="NoScrollComboBox" name="comboBox_ConnectedMap">
2018-09-27 00:33:08 +01:00
<property name="toolTip">
2019-11-02 01:19:39 +00:00
<string><html><head/><body><p>The destination map name of the connection.</p></body></html></string>
2018-09-27 00:33:08 +01:00
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2019-11-02 01:19:39 +00:00
<widget class="QLabel" name="label_12">
2018-09-27 00:33:08 +01:00
<property name="text">
2019-11-02 01:19:39 +00:00
<string>Offset</string>
2018-09-27 00:33:08 +01:00
</property>
</widget>
</item>
<item>
2019-11-02 01:19:39 +00:00
<widget class="QSpinBox" name="spinBox_ConnectionOffset">
2018-09-27 00:33:08 +01:00
<property name="toolTip">
2019-11-02 01:19:39 +00:00
<string><html><head/><body><p>The number of metatiles to offset the connection.</p></body></html></string>
2018-09-27 00:33:08 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="minimum">
<number>-999</number>
</property>
<property name="maximum">
<number>999</number>
2018-09-27 00:33:08 +01:00
</property>
</widget>
</item>
<item>
2019-11-02 01:19:39 +00:00
<widget class="NoScrollComboBox" name="comboBox_ConnectionDirection">
<property name="toolTip">
<string><html><head/><body><p>The direction of the connection.</p></body></html></string>
</property>
<item>
<property name="text">
<string>up</string>
</property>
</item>
<item>
<property name="text">
<string>right</string>
</property>
</item>
<item>
<property name="text">
<string>down</string>
</property>
</item>
<item>
<property name="text">
<string>left</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
2018-09-27 00:33:08 +01:00
<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>
</item>
2020-10-13 17:23:13 +01:00
<item row="5" column="0">
<widget class="QFrame" name="horizontalFrame3">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2020-10-13 17:23:13 +01:00
<layout class="QHBoxLayout" name="horizontalLayout_6">
<property name="spacing">
<number>4</number>
</property>
2019-11-02 01:19:39 +00:00
<property name="leftMargin">
2020-10-13 17:23:13 +01:00
<number>4</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="topMargin">
2020-10-13 17:23:13 +01:00
<number>4</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="rightMargin">
2020-10-13 17:23:13 +01:00
<number>4</number>
2019-11-02 01:19:39 +00:00
</property>
<property name="bottomMargin">
2020-10-13 17:23:13 +01:00
<number>4</number>
2019-11-02 01:19:39 +00:00
</property>
2020-10-13 17:23:13 +01:00
<item>
<widget class="QLabel" name="label_14">
<property name="text">
<string>Dive Map</string>
2019-11-02 01:19:39 +00:00
</property>
2020-10-13 17:23:13 +01:00
</widget>
</item>
<item>
<widget class="NoScrollComboBox" name="comboBox_DiveMap">
<property name="toolTip">
<string><html><head/><body><p>Destination map name when using <span style=" font-weight:600;">Dive</span>. If empty, no such connection will exist.</p></body></html></string>
2019-11-02 01:19:39 +00:00
</property>
2020-10-13 17:23:13 +01:00
<property name="editable">
2019-11-02 01:19:39 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2020-10-13 17:23:13 +01:00
<item>
<widget class="QLabel" name="label_15">
<property name="text">
<string>Emerge Map</string>
2019-11-02 01:19:39 +00:00
</property>
2020-10-13 17:23:13 +01:00
</widget>
</item>
<item>
<widget class="NoScrollComboBox" name="comboBox_EmergeMap">
<property name="toolTip">
<string><html><head/><body><p>Destination map name when emerging using <span style=" font-weight:600;">Dive</span>. If empty, no such connection will exist.</p></body></html></string>
2019-11-02 01:19:39 +00:00
</property>
2020-10-13 17:23:13 +01:00
<property name="editable">
<bool>true</bool>
2019-11-02 01:19:39 +00:00
</property>
</widget>
</item>
2020-10-13 17:23:13 +01:00
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2019-11-02 01:19:39 +00:00
</layout>
</widget>
</item>
2018-09-27 00:33:08 +01:00
</layout>
</widget>
</item>
</layout>
</widget>
2019-11-02 01:19:39 +00:00
<widget class="QWidget" name="tab_WildMons">
<layout class="QVBoxLayout" name="verticalLayout_11">
2019-06-20 17:40:36 +01:00
<item>
2019-11-02 01:19:39 +00:00
<widget class="QFrame" name="frame_WildMonInfo">
2019-06-20 17:40:36 +01:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
2019-06-13 03:20:28 +01:00
</property>
2019-06-20 17:40:36 +01:00
<property name="frameShadow">
2019-11-02 01:19:39 +00:00
<enum>QFrame::Raised</enum>
2019-06-20 17:40:36 +01:00
</property>
2019-11-02 01:19:39 +00:00
<layout class="QVBoxLayout" name="verticalLayout_12">
2019-06-20 17:40:36 +01:00
<item>
2019-11-02 01:19:39 +00:00
<widget class="QFrame" name="frame_2">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
2019-06-20 17:40:36 +01:00
</property>
2019-11-02 01:19:39 +00:00
<property name="frameShadow">
<enum>QFrame::Plain</enum>
2019-06-20 17:40:36 +01:00
</property>
2019-11-02 01:19:39 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_10">
<property name="text">
<string>Group</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_EncounterGroupLabel">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_NewWildMonGroup">
<property name="toolTip">
<string><html><head/><body><p>Create a new group for wild pokemon data on this map.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/add.ico</normaloff>:/icons/add.ico</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
2020-11-14 03:00:09 +00:00
<item>
<widget class="QPushButton" name="pushButton_DeleteWildMonGroup">
<property name="toolTip">
<string><html><head/><body><p>Delete a group of wild pokemon data on this map.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/delete.ico</normaloff>:/icons/delete.ico</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
2021-01-18 21:13:51 +00:00
</item>
2019-11-02 01:19:39 +00:00
<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>
<item>
<widget class="QPushButton" name="pushButton_ConfigureEncountersJSON">
<property name="text">
<string>Configure JSON...</string>
</property>
</widget>
</item>
</layout>
2019-06-20 17:40:36 +01:00
</widget>
</item>
<item>
2019-11-02 01:19:39 +00:00
<widget class="QStackedWidget" name="stackedWidget_WildMons">
<widget class="QWidget" name="page"/>
<widget class="QWidget" name="page_2"/>
2019-06-20 17:40:36 +01:00
</widget>
</item>
</layout>
</widget>
</item>
2019-06-13 03:20:28 +01:00
</layout>
</widget>
2019-11-02 01:19:39 +00:00
</widget>
</item>
</layout>
2018-09-27 00:33:08 +01:00
</widget>
</widget>
</item>
</layout>
</widget>
2020-04-21 02:54:16 +01:00
<widget class="QStatusBar" name="statusBar"/>
2018-09-27 00:33:08 +01:00
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-11-02 01:19:39 +00:00
<width>1287</width>
2022-07-19 22:56:12 +01:00
<height>22</height>
2018-09-27 00:33:08 +01:00
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
2023-12-28 05:55:45 +00:00
<widget class="QMenu" name="menuOpen_Recent_Project">
<property name="title">
<string>Open Recent Project</string>
</property>
</widget>
2018-09-27 00:33:08 +01:00
<addaction name="action_Open_Project"/>
2023-12-28 05:55:45 +00:00
<addaction name="menuOpen_Recent_Project"/>
2020-04-08 01:25:09 +01:00
<addaction name="action_Reload_Project"/>
2018-09-27 00:33:08 +01:00
<addaction name="action_Save"/>
<addaction name="action_Save_Project"/>
<addaction name="separator"/>
<addaction name="action_Export_Map_Image"/>
2020-04-18 19:07:41 +01:00
<addaction name="actionExport_Stitched_Map_Image"/>
2021-01-18 21:13:51 +00:00
<addaction name="actionExport_Map_Timelapse_Image"/>
2018-09-27 00:33:08 +01:00
<addaction name="separator"/>
<addaction name="action_Exit"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<addaction name="actionZoom_In"/>
<addaction name="actionZoom_Out"/>
2019-01-09 15:35:34 +00:00
<addaction name="actionCursor_Tile_Outline"/>
2019-01-09 00:04:48 +00:00
<addaction name="actionPlayer_View_Rectangle"/>
2019-01-09 15:35:34 +00:00
<addaction name="actionBetter_Cursors"/>
2018-09-27 00:33:08 +01:00
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
<string>Tools</string>
</property>
<addaction name="actionPencil"/>
<addaction name="actionPointer"/>
<addaction name="actionFlood_Fill"/>
<addaction name="actionEyedropper"/>
<addaction name="actionMove"/>
<addaction name="actionMap_Shift"/>
2018-09-30 19:51:50 +01:00
<addaction name="separator"/>
2019-01-07 23:14:44 +00:00
<addaction name="action_NewMap"/>
2019-03-21 23:50:50 +00:00
<addaction name="actionNew_Tileset"/>
2018-09-30 19:51:50 +01:00
<addaction name="actionTileset_Editor"/>
2019-01-07 19:46:27 +00:00
<addaction name="actionRegion_Map_Editor"/>
2021-07-24 00:20:41 +01:00
<addaction name="separator"/>
2020-09-19 20:05:27 +01:00
<addaction name="actionImport_Map_from_Advance_Map_1_92"/>
2021-07-24 07:35:56 +01:00
<addaction name="separator"/>
2020-12-01 12:12:32 +00:00
<addaction name="actionOpen_Project_in_Text_Editor"/>
2018-09-27 00:33:08 +01:00
</widget>
2019-01-08 16:28:20 +00:00
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout_Porymap"/>
2021-02-03 15:24:59 +00:00
<addaction name="actionOpen_Log_File"/>
2021-02-03 16:24:07 +00:00
<addaction name="actionOpen_Config_Folder"/>
2024-01-21 03:07:52 +00:00
<addaction name="actionCheck_for_Updates"/>
2019-01-08 16:28:20 +00:00
</widget>
2020-04-21 02:54:16 +01:00
<widget class="QMenu" name="menuOptions">
<property name="title">
<string>Options</string>
</property>
2023-09-07 04:33:13 +01:00
<addaction name="actionProject_Settings"/>
<addaction name="actionPreferences"/>
<addaction name="actionShortcuts"/>
2023-09-01 19:00:09 +01:00
<addaction name="actionCustom_Scripts"/>
2020-04-21 02:54:16 +01:00
</widget>
2018-09-27 00:33:08 +01:00
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuView"/>
<addaction name="menuTools"/>
2020-04-21 02:54:16 +01:00
<addaction name="menuOptions"/>
2019-01-08 16:28:20 +00:00
<addaction name="menuHelp"/>
2018-09-27 00:33:08 +01:00
</widget>
<action name="action_Save_Project">
<property name="text">
<string>Save All</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
<action name="action_Exit">
<property name="text">
<string>Exit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="action_Open_Project">
<property name="text">
<string>Open Project...</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
2019-11-02 01:19:39 +00:00
<action name="action_Reload_Project">
<property name="text">
<string>Reload Project</string>
</property>
</action>
2018-09-27 00:33:08 +01:00
<action name="action_Save">
<property name="text">
<string>Save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
2019-01-07 23:14:44 +00:00
<action name="action_NewMap">
<property name="text">
2019-03-22 01:40:41 +00:00
<string>New Map...</string>
2019-01-07 23:14:44 +00:00
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
2018-09-27 00:33:08 +01:00
<action name="action_Export_Map_Image">
<property name="text">
<string>Export Map Image...</string>
</property>
</action>
<action name="actionZoom_In">
<property name="text">
<string>Zoom In</string>
</property>
<property name="shortcut">
2018-09-27 19:27:57 +01:00
<string>Ctrl++</string>
2018-09-27 00:33:08 +01:00
</property>
</action>
<action name="actionZoom_Out">
<property name="text">
<string>Zoom Out</string>
</property>
<property name="shortcut">
2018-09-27 19:27:57 +01:00
<string>Ctrl+-</string>
2018-09-27 00:33:08 +01:00
</property>
</action>
<action name="actionBetter_Cursors">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Cursor Icons</string>
</property>
<property name="toolTip">
<string><html><head/><body><p>Use reticule-styled cursors with icon showing currently selected tool.</p></body></html></string>
</property>
</action>
<action name="actionPencil">
<property name="text">
<string>Pencil</string>
</property>
<property name="shortcut">
<string>N</string>
</property>
</action>
<action name="actionFlood_Fill">
<property name="text">
<string>Bucket Fill</string>
</property>
<property name="shortcut">
<string>B</string>
</property>
</action>
<action name="actionEyedropper">
<property name="text">
<string>Eyedropper</string>
</property>
<property name="shortcut">
<string>E</string>
</property>
</action>
<action name="actionMove">
<property name="text">
<string>Move</string>
</property>
<property name="shortcut">
<string>M</string>
</property>
</action>
<action name="actionMap_Shift">
<property name="text">
<string>Map Shift</string>
</property>
<property name="shortcut">
<string>S</string>
</property>
</action>
<action name="actionPointer">
<property name="text">
<string>Pointer</string>
</property>
<property name="shortcut">
<string>P</string>
</property>
</action>
2018-09-30 19:51:50 +01:00
<action name="actionTileset_Editor">
<property name="text">
<string>Tileset Editor</string>
</property>
2020-08-27 04:40:25 +01:00
<property name="shortcut">
<string>Ctrl+T</string>
</property>
2018-09-30 19:51:50 +01:00
</action>
2018-10-05 23:39:50 +01:00
<action name="actionSort_by_Area">
2018-10-05 07:02:40 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/sort_alphabet.ico</normaloff>:/icons/sort_alphabet.ico</iconset>
</property>
<property name="text">
2018-10-05 23:39:50 +01:00
<string>Sort by &Area</string>
2018-10-05 07:02:40 +01:00
</property>
</action>
<action name="actionSort_by_Group">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/sort_number.ico</normaloff>:/icons/sort_number.ico</iconset>
</property>
<property name="text">
<string>Sort by &Group</string>
</property>
<property name="toolTip">
<string>Sort by Group</string>
</property>
</action>
<action name="actionSort_by_Layout">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/sort_map.ico</normaloff>:/icons/sort_map.ico</iconset>
</property>
<property name="text">
<string>Sort by &Layout</string>
</property>
</action>
2019-01-08 16:28:20 +00:00
<action name="actionAbout_Porymap">
<property name="text">
<string>About Porymap...</string>
</property>
</action>
2019-01-09 00:04:48 +00:00
<action name="actionPlayer_View_Rectangle">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Player View Rectangle</string>
</property>
<property name="toolTip">
<string><html><head/><body><p>Show the player's view rectangle on the map based on the cursor's position.</p></body></html></string>
</property>
2020-08-27 04:40:25 +01:00
<property name="shortcut">
<string>V</string>
</property>
2019-01-09 00:04:48 +00:00
</action>
2019-01-09 15:35:34 +00:00
<action name="actionCursor_Tile_Outline">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Cursor Tile Outline</string>
</property>
2020-08-27 04:40:25 +01:00
<property name="shortcut">
<string>C</string>
</property>
2019-01-28 18:47:20 +00:00
</action>
2019-01-07 19:46:27 +00:00
<action name="actionRegion_Map_Editor">
<property name="text">
<string>Region Map Editor</string>
</property>
2020-08-27 04:40:25 +01:00
<property name="shortcut">
<string>Ctrl+M</string>
</property>
2019-01-09 15:35:34 +00:00
</action>
2019-03-21 23:50:50 +00:00
<action name="actionNew_Tileset">
<property name="text">
2019-03-22 01:40:41 +00:00
<string>New Tileset...</string>
2019-03-21 23:50:50 +00:00
</property>
2019-03-22 01:49:45 +00:00
<property name="shortcut">
<string>Ctrl+Shift+N</string>
</property>
2019-03-21 23:50:50 +00:00
</action>
2020-04-18 19:07:41 +01:00
<action name="actionExport_Stitched_Map_Image">
2019-08-14 22:39:23 +01:00
<property name="text">
2020-04-18 19:07:41 +01:00
<string>Export Map Stitch Image...</string>
2019-08-14 22:39:23 +01:00
</property>
</action>
2023-09-07 04:33:13 +01:00
<action name="actionPreferences">
2020-04-18 19:07:41 +01:00
<property name="text">
2023-09-07 04:33:13 +01:00
<string>Preferences...</string>
2020-11-16 12:39:42 +00:00
</property>
2020-12-01 12:12:32 +00:00
<property name="shortcut">
<string>Ctrl+,</string>
</property>
</action>
<action name="actionOpen_Project_in_Text_Editor">
<property name="text">
<string>Open Project in Text Editor</string>
</property>
2020-11-16 12:39:42 +00:00
</action>
2023-09-07 04:33:13 +01:00
<action name="actionShortcuts">
2020-11-01 12:35:20 +00:00
<property name="text">
2023-09-07 04:33:13 +01:00
<string>Shortcuts...</string>
2020-11-01 12:35:20 +00:00
</property>
</action>
2021-01-18 21:13:51 +00:00
<action name="actionExport_Map_Timelapse_Image">
<property name="text">
<string>Export Map Timelapse Image...</string>
</property>
</action>
2021-02-03 15:24:59 +00:00
<action name="actionOpen_Log_File">
<property name="text">
<string>Open Log File</string>
</property>
</action>
2021-02-03 16:24:07 +00:00
<action name="actionOpen_Config_Folder">
<property name="text">
<string>Open Config Folder</string>
2020-04-18 19:07:41 +01:00
</property>
2020-04-21 02:54:16 +01:00
</action>
2020-09-19 20:05:27 +01:00
<action name="actionImport_Map_from_Advance_Map_1_92">
<property name="text">
<string>Import Map from Advance Map 1.92...</string>
</property>
</action>
2023-09-07 04:33:13 +01:00
<action name="actionProject_Settings">
2023-08-23 07:32:32 +01:00
<property name="text">
2023-09-07 04:33:13 +01:00
<string>Project Settings...</string>
2023-08-23 07:32:32 +01:00
</property>
</action>
2023-09-01 19:00:09 +01:00
<action name="actionCustom_Scripts">
<property name="text">
<string>Custom Scripts...</string>
</property>
</action>
2024-01-21 03:07:52 +00:00
<action name="actionCheck_for_Updates">
<property name="text">
<string>Check for Updates...</string>
</property>
<property name="menuRole">
<enum>QAction::ApplicationSpecificRole</enum>
</property>
</action>
2018-09-27 00:33:08 +01:00
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
2018-11-28 01:39:57 +00:00
<customwidget>
<class>NoScrollComboBox</class>
<extends>QComboBox</extends>
<header>noscrollcombobox.h</header>
</customwidget>
2020-05-01 00:44:54 +01:00
<customwidget>
<class>AdjustingStackedWidget</class>
<extends>QStackedWidget</extends>
<header>adjustingstackedwidget.h</header>
2020-09-19 20:05:27 +01:00
<container>1</container>
2020-05-01 00:44:54 +01:00
</customwidget>
2018-09-27 00:33:08 +01:00
<customwidget>
<class>NewEventToolButton</class>
<extends>QToolButton</extends>
<header>neweventtoolbutton.h</header>
</customwidget>
2019-11-02 01:19:39 +00:00
<customwidget>
<class>QTabBar</class>
<extends>QWidget</extends>
<header>qtabbar.h</header>
</customwidget>
2022-09-05 17:35:17 +01:00
<customwidget>
<class>MapView</class>
<extends>QWidget</extends>
<header>mapview.h</header>
</customwidget>
2024-01-28 19:15:45 +00:00
<customwidget>
<class>NoScrollGraphicsView</class>
<extends>QGraphicsView</extends>
<header>mapview.h</header>
</customwidget>
2018-09-27 00:33:08 +01:00
</customwidgets>
<resources>
2018-10-03 03:46:08 +01:00
<include location="../resources/images.qrc"/>
2018-09-27 00:33:08 +01:00
</resources>
<connections/>
</ui>