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>
2019-03-22 00:56:00 +00:00
<height>508</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">
<enum>QLayout::SetFixedSize</enum>
</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>
</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">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_NewMap_Width">
<property name="text">
<string>Width</string>
</property>
</widget>
</item>
<item row="2" column="1">
<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>
<item row="3" column="0">
<widget class="QLabel" name="label_NewMap_Height">
<property name="text">
<string>Height</string>
</property>
</widget>
</item>
<item row="3" column="1">
<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>
<item row="4" column="0">
<widget class="QLabel" name="label_NewMap_Primary_Tileset">
<property name="text">
<string>Primary Tileset</string>
</property>
</widget>
</item>
<item row="4" column="1">
<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>
<item row="5" column="0">
<widget class="QLabel" name="label_NewMap_Secondary_Tileset">
<property name="text">
<string>Secondary Tileset</string>
</property>
</widget>
</item>
<item row="5" column="1">
<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>
<item row="6" column="0">
<widget class="QLabel" name="label_NewMap_Type">
<property name="text">
<string>Type</string>
</property>
</widget>
</item>
<item row="6" 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>
<item row="7" column="0">
<widget class="QLabel" name="label_NewMap_Location">
<property name="text">
<string>Location</string>
</property>
</widget>
</item>
<item row="7" 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>
<item row="8" column="0">
<widget class="QLabel" name="label_NewMap_Flyable">
<property name="text">
<string>Can Fly To</string>
</property>
</widget>
</item>
<item row="8" column="1">
<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>
<item row="9" column="0">
<widget class="QLabel" name="label_NewMap_Allow_Running">
<property name="text">
<string>Allow Running</string>
</property>
</widget>
</item>
2019-03-21 23:50:50 +00:00
<item row="10" column="0">
<widget class="QLabel" name="label_NewMap_Allow_Biking">
2019-01-07 23:14:44 +00:00
<property name="text">
2019-03-21 23:50:50 +00:00
<string>Allow Biking</string>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2019-03-22 00:56:00 +00:00
<item row="11" column="0">
<widget class="QLabel" name="label_NewMap_Allow_Escape_Rope">
2019-01-07 23:14:44 +00:00
<property name="text">
2019-03-22 00:56:00 +00:00
<string>Allow Escape Rope</string>
2019-01-07 23:14:44 +00:00
</property>
</widget>
</item>
2019-03-22 00:56:00 +00:00
<item row="9" column="1">
<widget class="QCheckBox" name="checkBox_NewMap_Allow_Running">
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>
2019-03-22 00:56:00 +00:00
<item row="10" column="1">
<widget class="QCheckBox" name="checkBox_NewMap_Allow_Biking">
2019-01-07 23:14:44 +00:00
<property name="text">
<string/>
</property>
</widget>
</item>
2019-03-22 00:56:00 +00:00
<item row="11" column="1">
<widget class="QCheckBox" name="checkBox_NewMap_Allow_Escape_Rope">
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>
2019-01-07 23:14:44 +00:00
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pushButton_NewMap_Accept">
<property name="text">
<string>Accept</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>410</width>
2019-03-22 00:56:00 +00:00
<height>21</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>