Polish of terrain tab (translations mostly)

This commit is contained in:
Michaël Lemaire 2013-06-20 19:01:39 +02:00
parent 87c428ea1a
commit ce4bddad4f
3 changed files with 676 additions and 172 deletions

File diff suppressed because it is too large Load diff

View file

@ -16,6 +16,9 @@ MainTerrainForm::MainTerrainForm(QWidget *parent) :
ui->setupUi(this);
// TEMP
ui->button_dialog_basenoise->hide();
_form_helper = new FreeFormHelper(this);
_renderer_shape = new PreviewTerrainShape(_terrain);

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>Terrain editor</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
@ -107,7 +107,7 @@
</sizepolicy>
</property>
<property name="text">
<string>{ heightmap info }</string>
<string notr="true">{ heightmap info }</string>
</property>
</widget>
</item>
@ -251,12 +251,24 @@
</item>
<item row="0" column="1">
<widget class="WidgetSliderDecimal" name="input_water_height">
<property name="minimumSize">
<size>
<width>450</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>16777215</height>
</size>
</property>
<property name="maximum">
<number>499</number>
</property>
<property name="pageStep">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -288,7 +300,7 @@
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>{ textures info }</string>
<string notr="true">{ textures info }</string>
</property>
</widget>
</item>