You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Editor/NewTerrainDialog.ui

113 lines
3.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CNewTerrainDialog</class>
<widget class="QDialog" name="CNewTerrainDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>292</width>
<height>160</height>
</rect>
</property>
<property name="modal">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QFrame" name="USE_TERRAIN">
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="2" column="0">
<widget class="QLabel" name="STATIC3">
<property name="text">
<string>Heightmap Resolution:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="buddy">
<cstring>TERRAIN_RESOLUTION</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="TERRAIN_RESOLUTION"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="STATIC4">
<property name="text">
<string>Meters Per Texel:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="buddy">
<cstring>TERRAIN_UNITS</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="TERRAIN_UNITS"/>
</item>
<item row="7" column="0" colspan="2">
<widget class="QLabel" name="TERRAIN_INFO">
<property name="text">
<string>Terrain Size: 32x32 Km</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>CNewTerrainDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>164</x>
<y>176</y>
</hint>
<hint type="destinationlabel">
<x>169</x>
<y>1</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>CNewTerrainDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>245</x>
<y>172</y>
</hint>
<hint type="destinationlabel">
<x>247</x>
<y>-1</y>
</hint>
</hints>
</connection>
</connections>
</ui>