2019-01-07 23:14:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewMapPopup</class>
<widget class="QMainWindow" name="NewMapPopup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>410</width>
2023-02-08 22:08:42 +00:00
<height>687</height>
2019-01-07 23:14:44 +00:00
</rect>
</property>
<property name="windowTitle">
<string>New Map Options</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QFrame" name="frame_NewMap_Options">
<property name="enabled">
<bool>false</bool>
</property>
2019-03-22 00:56:00 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2019-01-07 23:14:44 +00:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QFormLayout" name="formLayout_2">
<property name="sizeConstraint">
2020-05-18 23:06:59 +01:00
<enum>QLayout::SetDefaultConstraint</enum>
2019-01-07 23:14:44 +00:00
</property>
<property name="verticalSpacing">
<number>12</number>
</property>
2019-03-22 00:56:00 +00:00
<item row="0" column="0">
<widget class="QLabel" name="label_newMap_Name">
<property name="text">
<string>Name</string>
</property>
</widget>
</item>
2019-01-07 23:14:44 +00:00
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_NewMap_Name">
<property name="toolTip">
<string><html><head/><body><p>The name of the new map. If the name is invalid (red), it will be replaced with the default name of a new map.</p></body></html></string>
</property>
2020-09-10 21:00:26 +01:00
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
2019-01-07 23:14:44 +00:00
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_NewMap_Group">
<property name="text">
<string>Group</string>
</property>
</widget>
</item>
<item row="1" column="1">
2019-08-16 01:26:47 +01:00
<widget class="NoScrollComboBox" name="comboBox_NewMap_Group">
2019-01-07 23:14:44 +00:00
<property name="toolTip">
<string><html><head/><body><p>New map group.</p></body></html></string>
</property>
<property name="editable">
2021-02-19 07:15:49 +00:00
<bool>true</bool>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="4" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QLabel" name="label_NewMap_Width">
<property name="text">
2020-03-14 07:44:55 +00:00
<string>Map Width</string>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="4" column="1">
2019-01-07 23:14:44 +00:00
<widget class="QSpinBox" name="spinBox_NewMap_Width">
<property name="toolTip">
<string><html><head/><body><p>Width (in blocks) of the new map.</p></body></html></string>
</property>
<property name="maximum">
<number>200</number>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="5" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QLabel" name="label_NewMap_Height">
<property name="text">
2020-03-14 07:44:55 +00:00
<string>Map Height</string>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="5" column="1">
2019-01-07 23:14:44 +00:00
<widget class="QSpinBox" name="spinBox_NewMap_Height">
<property name="toolTip">
<string><html><head/><body><p>Height (in blocks) of the new map.</p></body></html></string>
</property>
<property name="maximum">
<number>200</number>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="6" column="0">
2020-03-14 07:44:55 +00:00
<widget class="QLabel" name="label_NewMap_BorderWidth">
<property name="text">
<string>Border Width</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="6" column="1">
2020-03-14 07:44:55 +00:00
<widget class="QSpinBox" name="spinBox_NewMap_BorderWidth">
<property name="toolTip">
<string><html><head/><body><p>Width (in blocks) of the new map's border.</p></body></html></string>
</property>
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="7" column="0">
2020-03-14 07:44:55 +00:00
<widget class="QLabel" name="label_NewMap_BorderHeight">
<property name="text">
<string>Border Height</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="7" column="1">
2020-03-14 07:44:55 +00:00
<widget class="QSpinBox" name="spinBox_NewMap_BorderHeight">
<property name="toolTip">
<string><html><head/><body><p>Height (in blocks) of the new map's border.</p></body></html></string>
</property>
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="8" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QLabel" name="label_NewMap_Primary_Tileset">
<property name="text">
<string>Primary Tileset</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="8" column="1">
2019-01-07 23:14:44 +00:00
<widget class="NoScrollComboBox" name="comboBox_NewMap_Primary_Tileset">
<property name="toolTip">
<string><html><head/><body><p>The primary tileset for the new map.</p></body></html></string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="9" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QLabel" name="label_NewMap_Secondary_Tileset">
<property name="text">
<string>Secondary Tileset</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="9" column="1">
2019-01-07 23:14:44 +00:00
<widget class="NoScrollComboBox" name="comboBox_NewMap_Secondary_Tileset">
<property name="toolTip">
<string><html><head/><body><p>The secondary tileset for the new map.</p></body></html></string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="10" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QLabel" name="label_NewMap_Type">
<property name="text">
<string>Type</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="10" column="1">
2019-08-16 01:26:47 +01:00
<widget class="NoScrollComboBox" name="comboBox_NewMap_Type">
2019-01-07 23:14:44 +00:00
<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>
2023-02-08 22:08:42 +00:00
<item row="11" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QLabel" name="label_NewMap_Location">
<property name="text">
<string>Location</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="11" column="1">
2019-08-16 01:26:47 +01:00
<widget class="NoScrollComboBox" name="comboBox_NewMap_Location">
2019-01-07 23:14:44 +00:00
<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 displayed when the player enters it.</p></body></html></string>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="12" column="0">
2021-03-07 03:19:38 +00:00
<widget class="QLabel" name="label_Song">
<property name="text">
<string>Song</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="12" column="1">
2022-10-24 20:23:53 +01:00
<widget class="NoScrollComboBox" name="comboBox_NewMap_Song">
2021-03-07 03:19:38 +00:00
<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>
2023-02-08 22:08:42 +00:00
<item row="13" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QLabel" name="label_NewMap_Flyable">
<property name="text">
<string>Can Fly To</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="13" column="1">
2019-01-07 23:14:44 +00:00
<widget class="QCheckBox" name="checkBox_NewMap_Flyable">
<property name="toolTip">
<string><html><head/><body><p>Whether to add a heal location to the new map.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="14" column="0">
2020-08-31 15:19:58 +01:00
<widget class="QLabel" name="label_NewMap_Show_Location">
<property name="text">
<string>Show Location Name</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="14" column="1">
2020-08-31 15:19:58 +01:00
<widget class="QCheckBox" name="checkBox_NewMap_Show_Location">
<property name="toolTip">
<string><html><head/><body><p>Whether or not to display the location name when the player enters the map.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="15" column="0">
2019-01-07 23:14:44 +00:00
<widget class="QLabel" name="label_NewMap_Allow_Running">
<property name="text">
<string>Allow Running</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="15" column="1">
2020-05-17 02:19:36 +01:00
<widget class="QCheckBox" name="checkBox_NewMap_Allow_Running">
2020-08-31 15:19:58 +01:00
<property name="toolTip">
<string><html><head/><body><p>Allows the player to use Running Shoes</p></body></html></string>
</property>
2019-01-07 23:14:44 +00:00
<property name="text">
2020-05-17 02:19:36 +01:00
<string/>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="16" column="0">
2020-05-17 02:19:36 +01:00
<widget class="QLabel" name="label_NewMap_Allow_Biking">
2019-01-07 23:14:44 +00:00
<property name="text">
2020-05-17 02:19:36 +01:00
<string>Allow Biking</string>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="16" column="1">
2020-05-17 02:19:36 +01:00
<widget class="QCheckBox" name="checkBox_NewMap_Allow_Biking">
2020-08-31 15:19:58 +01:00
<property name="toolTip">
<string><html><head/><body><p>Allows the player to use a Bike</p></body></html></string>
</property>
2019-01-07 23:14:44 +00:00
<property name="text">
2019-03-22 00:56:00 +00:00
<string/>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="17" column="0">
2020-05-17 02:19:36 +01:00
<widget class="QLabel" name="label_NewMap_Allow_Escape_Rope">
2019-01-07 23:14:44 +00:00
<property name="text">
2020-08-31 15:19:58 +01:00
<string>Allow Dig & Escape Rope</string>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="17" column="1">
2019-03-22 00:56:00 +00:00
<widget class="QCheckBox" name="checkBox_NewMap_Allow_Escape_Rope">
2020-08-31 15:19:58 +01:00
<property name="toolTip">
<string><html><head/><body><p>Allows the player to use Dig or Escape Rope</p></body></html></string>
</property>
2019-03-21 23:50:50 +00:00
<property name="text">
2019-03-22 00:56:00 +00:00
<string/>
2019-03-21 23:50:50 +00:00
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="18" column="0">
2020-03-11 05:52:00 +00:00
<widget class="QLabel" name="label_NewMap_Floor_Number">
<property name="text">
<string>Floor Number</string>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="18" column="1">
2020-03-11 05:52:00 +00:00
<widget class="QSpinBox" name="spinBox_NewMap_Floor_Number">
<property name="toolTip">
<string><html><head/><body><p>Floor number to be used for maps with elevators.</p></body></html></string>
</property>
<property name="maximum">
<number>127</number>
</property>
</widget>
</item>
2023-02-08 22:08:42 +00:00
<item row="3" column="1">
<widget class="NoScrollComboBox" name="comboBox_Layout">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Layout</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Use Existing Layout</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_UseExistingLayout">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<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>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2019-01-07 23:14:44 +00:00
</layout>
</widget>
</item>
2020-05-17 02:19:36 +01:00
<item row="2" column="1">
2019-01-07 23:14:44 +00:00
<widget class="QPushButton" name="pushButton_NewMap_Accept">
<property name="text">
<string>Accept</string>
</property>
</widget>
</item>
2020-05-17 02:19:36 +01:00
<item row="1" column="1">
<widget class="QFrame" name="frame_NewMap_Warning">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
2020-05-18 23:06:59 +01:00
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
2020-05-17 02:19:36 +01:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-05-18 23:06:59 +01:00
<property name="visible">
<bool>false</bool>
</property>
2020-05-17 02:19:36 +01:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
2020-05-18 02:10:31 +01:00
<widget class="QToolButton" name="toolButton_NewMap_DimensionWarning">
2020-05-17 02:19:36 +01:00
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>!</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_NewMap_WarningMessage">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-05-18 23:06:59 +01:00
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0)</string>
</property>
2020-05-17 02:19:36 +01:00
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2019-01-07 23:14:44 +00:00
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>410</width>
2023-02-08 22:08:42 +00:00
<height>22</height>
2019-01-07 23:14:44 +00:00
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>NoScrollComboBox</class>
<extends>QComboBox</extends>
<header>noscrollcombobox.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>