37 changes: 21 additions & 16 deletions src/ui/qgsoptionsbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>938</height>
<width>760</width>
<height>1041</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
Expand Down Expand Up @@ -796,6 +796,11 @@
<string>Flags</string>
</property>
</column>
<column>
<property name="text">
<string>opt</string>
</property>
</column>
<column>
<property name="text">
<string>Description</string>
Expand Down Expand Up @@ -890,8 +895,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>592</height>
<width>760</width>
<height>625</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_8">
Expand Down Expand Up @@ -1137,8 +1142,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>718</height>
<width>760</width>
<height>780</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
Expand Down Expand Up @@ -1507,8 +1512,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>784</width>
<height>452</height>
<width>778</width>
<height>436</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_10">
Expand Down Expand Up @@ -1588,8 +1593,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>572</height>
<width>760</width>
<height>627</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_13">
Expand Down Expand Up @@ -1964,8 +1969,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>784</width>
<height>452</height>
<width>778</width>
<height>436</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_15">
Expand Down Expand Up @@ -2151,8 +2156,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>536</height>
<width>760</width>
<height>551</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_17">
Expand Down Expand Up @@ -2248,8 +2253,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>491</height>
<width>760</width>
<height>554</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_20">
Expand Down
66 changes: 38 additions & 28 deletions src/ui/qgsrasterlayersaveasdialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>415</width>
<height>383</height>
<height>457</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -54,31 +54,7 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="mColumnsLabel">
<property name="text">
<string>Columns</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mColumnsLineEdit"/>
</item>
<item>
<widget class="QLabel" name="mRowsLabel">
<property name="text">
<string>Rows</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mRowsLineEdit"/>
</item>
</layout>
</item>
<item row="3" column="0" colspan="3">
<item row="6" column="0" colspan="3">
<widget class="QGroupBox" name="mExtentGroupBox">
<property name="title">
<string>Extent</string>
Expand Down Expand Up @@ -162,7 +138,7 @@
</layout>
</widget>
</item>
<item row="4" column="0" colspan="3">
<item row="7" column="0" colspan="3">
<widget class="QGroupBox" name="mTilesGroupBox">
<property name="title">
<string>Tiles</string>
Expand Down Expand Up @@ -198,7 +174,7 @@
</layout>
</widget>
</item>
<item row="5" column="0" colspan="2">
<item row="8" column="0" colspan="2">
<widget class="QDialogButtonBox" name="mButtonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
Expand All @@ -208,6 +184,40 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="mColumnsLabel">
<property name="text">
<string>Columns</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mColumnsLineEdit"/>
</item>
<item>
<widget class="QLabel" name="mRowsLabel">
<property name="text">
<string>Rows</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mRowsLineEdit"/>
</item>
</layout>
</item>
<item row="3" column="1" colspan="2">
<widget class="QLineEdit" name="mCreateOptionsLineEdit"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="mCreateOptionsLabel">
<property name="text">
<string>Options</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
Expand Down