Expand Up
@@ -6,14 +6,17 @@
<rect >
<x >0</x >
<y >0</y >
<width >415 </width >
<height >457 </height >
<width >319 </width >
<height >475 </height >
</rect >
</property >
<property name =" windowTitle" >
<string >Save raster layer as...</string >
</property >
<layout class =" QGridLayout" name =" gridLayout_3" >
<item row =" 0" column =" 1" colspan =" 2" >
<widget class =" QComboBox" name =" mFormatComboBox" />
</item >
<item row =" 0" column =" 0" >
<widget class =" QLabel" name =" mFormatLabel" >
<property name =" text" >
Expand All
@@ -24,9 +27,6 @@
</property >
</widget >
</item >
<item row =" 0" column =" 1" colspan =" 2" >
<widget class =" QComboBox" name =" mFormatComboBox" />
</item >
<item row =" 1" column =" 0" >
<widget class =" QLabel" name =" mSaveAsLabel" >
<property name =" text" >
Expand All
@@ -44,17 +44,7 @@
</property >
</widget >
</item >
<item row =" 1" column =" 2" >
<widget class =" QPushButton" name =" mBrowseButton" >
<property name =" enabled" >
<bool >true</bool >
</property >
<property name =" text" >
<string >Browse...</string >
</property >
</widget >
</item >
<item row =" 6" column =" 0" colspan =" 3" >
<item row =" 5" column =" 0" colspan =" 3" >
<widget class =" QGroupBox" name =" mExtentGroupBox" >
<property name =" title" >
<string >Extent</string >
Expand Down
Expand Up
@@ -139,6 +129,50 @@
</widget >
</item >
<item row =" 7" column =" 0" colspan =" 3" >
<widget class =" QDialogButtonBox" name =" mButtonBox" >
<property name =" orientation" >
<enum >Qt::Horizontal</enum >
</property >
<property name =" standardButtons" >
<set >QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set >
</property >
</widget >
</item >
<item row =" 1" column =" 2" >
<widget class =" QPushButton" name =" mBrowseButton" >
<property name =" enabled" >
<bool >true</bool >
</property >
<property name =" text" >
<string >Browse...</string >
</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 =" 6" column =" 0" colspan =" 3" >
<widget class =" QGroupBox" name =" mTilesGroupBox" >
<property name =" title" >
<string >Tiles</string >
Expand Down
Expand Up
@@ -174,52 +208,31 @@
</layout >
</widget >
</item >
<item row =" 8" column =" 0" colspan =" 2" >
<widget class =" QDialogButtonBox" name =" mButtonBox" >
<property name =" orientation" >
<enum >Qt::Horizontal</enum >
</property >
<property name =" standardButtons" >
<set >QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set >
</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 >
<item row =" 4" column =" 0" colspan =" 3" >
<widget class =" QGroupBox" name =" groupBox" >
<property name =" title" >
<string >Create Options</string >
</property >
<layout class =" QGridLayout" name =" gridLayout_5" >
<property name =" margin" >
<number >0</number >
</property >
<item row =" 0" column =" 0" >
<widget class =" QgsRasterFormatOptionsWidget" name =" mOptionsWidget" native =" true" />
</item >
</layout >
</widget >
</item >
</layout >
</widget >
<customwidgets >
<customwidget >
<class >QgsRasterFormatOptionsWidget</class >
<extends >QWidget</extends >
<header >raster/qgsrasterformatoptionswidget.h</header >
<container >1</container >
</customwidget >
</customwidgets >
<resources />
<connections >
<connection >
Expand Down