130 changes: 86 additions & 44 deletions src/ui/qgsrasterlayersaveasdialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-263</y>
<width>549</width>
<height>806</height>
<y>0</y>
<width>536</width>
<height>947</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
Expand Down Expand Up @@ -191,11 +191,23 @@
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="mExtentGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="title">
<string>Extent</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="checkable">
<bool>true</bool>
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
Expand Down Expand Up @@ -337,11 +349,20 @@
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="mResolutionGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Resolution</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="checkable">
<bool>true</bool>
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
Expand Down Expand Up @@ -413,6 +434,12 @@
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="mCreateOptionsGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Create Options</string>
</property>
Expand All @@ -423,9 +450,6 @@
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<property name="margin">
<number>9</number>
</property>
<item row="0" column="0">
<widget class="QgsRasterFormatSaveOptionsWidget" name="mCreateOptionsWidget" native="true"/>
</item>
Expand All @@ -434,6 +458,12 @@
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="mTilesGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Tiles</string>
</property>
Expand All @@ -444,16 +474,10 @@
<bool>false</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QLabel" name="mMaximumSizeXLabel">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="toolTip">
<string>Maximum number of columns in one tile.</string>
Expand All @@ -466,7 +490,7 @@
<item>
<widget class="QLineEdit" name="mMaximumSizeXLineEdit">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="toolTip">
<string>Maximum number of columns in one tile.</string>
Expand All @@ -476,7 +500,7 @@
<item>
<widget class="QLabel" name="mMaximumSizeYLabel">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="toolTip">
<string>Maximum number of rows in one tile.</string>
Expand All @@ -489,7 +513,7 @@
<item>
<widget class="QLineEdit" name="mMaximumSizeYLineEdit">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="toolTip">
<string>Maximum number of rows in one tile.</string>
Expand All @@ -499,7 +523,7 @@
<item>
<widget class="QCheckBox" name="mTileModeCheckBox">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="text">
<string>Create VRT</string>
Expand All @@ -509,29 +533,16 @@
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="mNoDataGroupBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Additional no data values. The specified values will be set to no data in output raster.</string>
Expand All @@ -554,6 +565,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -591,6 +608,9 @@
<property name="toolTip">
<string>Remove selected row</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down Expand Up @@ -621,6 +641,12 @@
</item>
<item>
<widget class="QgsCollapsibleGroupBox" name="mPyramidsGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Pyramids</string>
</property>
Expand All @@ -646,7 +672,7 @@
<string>No pyramids</string>
</property>
<attribute name="buttonGroup">
<string>mPyramidsButtonGroup</string>
<string notr="true">mPyramidsButtonGroup</string>
</attribute>
</widget>
</item>
Expand All @@ -656,7 +682,7 @@
<string>Build pyramids</string>
</property>
<attribute name="buttonGroup">
<string>mPyramidsButtonGroup</string>
<string notr="true">mPyramidsButtonGroup</string>
</attribute>
</widget>
</item>
Expand All @@ -666,7 +692,7 @@
<string>Use existing</string>
</property>
<attribute name="buttonGroup">
<string>mPyramidsButtonGroup</string>
<string notr="true">mPyramidsButtonGroup</string>
</attribute>
</widget>
</item>
Expand Down Expand Up @@ -728,6 +754,22 @@
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
Expand Down Expand Up @@ -773,8 +815,8 @@
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
<x>254</x>
<y>575</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
Expand All @@ -789,8 +831,8 @@
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
<x>322</x>
<y>575</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
Expand Down