229 lines
7.3 KiB
Text
229 lines
7.3 KiB
Text
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>NewLayoutForm</class>
|
||
|
<widget class="QWidget" name="NewLayoutForm">
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<property name="leftMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_MapDimensions">
|
||
|
<property name="title">
|
||
|
<string>Map Dimensions</string>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="formLayout_7">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label_MapWidth">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Width</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="NoScrollSpinBox" name="spinBox_MapWidth">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Width (in metatiles) of the new map.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="label_MapHeight">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Height</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="NoScrollSpinBox" name="spinBox_MapHeight">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Height (in metatiles) of the new map.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0" colspan="2">
|
||
|
<widget class="QLabel" name="label_MapDimensionsError">
|
||
|
<property name="visible">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">color: rgb(255, 0, 0)</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_BorderDimensions">
|
||
|
<property name="title">
|
||
|
<string>Border Dimensions</string>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="formLayout_6">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label_BorderWidth">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Width</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="NoScrollSpinBox" name="spinBox_BorderWidth">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Width (in metatiles) of the new map's border.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="NoScrollSpinBox" name="spinBox_BorderHeight">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Height (in metatiles) of the new map's border.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="label_BorderHeight">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Height</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_Tilesets">
|
||
|
<property name="title">
|
||
|
<string>Tilesets</string>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="formLayout_5">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label_PrimaryTileset">
|
||
|
<property name="text">
|
||
|
<string>Primary</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="NoScrollComboBox" name="comboBox_PrimaryTileset">
|
||
|
<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>
|
||
|
<property name="insertPolicy">
|
||
|
<enum>QComboBox::InsertPolicy::NoInsert</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="label_SecondaryTileset">
|
||
|
<property name="text">
|
||
|
<string>Secondary</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="NoScrollComboBox" name="comboBox_SecondaryTileset">
|
||
|
<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>
|
||
|
<property name="insertPolicy">
|
||
|
<enum>QComboBox::InsertPolicy::NoInsert</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0" colspan="2">
|
||
|
<widget class="QLabel" name="label_TilesetsError">
|
||
|
<property name="visible">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">color: rgb(255, 0, 0)</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>NoScrollComboBox</class>
|
||
|
<extends>QComboBox</extends>
|
||
|
<header>noscrollcombobox.h</header>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>NoScrollSpinBox</class>
|
||
|
<extends>QSpinBox</extends>
|
||
|
<header>noscrollspinbox.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|