2010-06-04 00:31:48 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GdalToolsWidget</class>
<widget class="QWidget" name="GdalToolsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>335</width>
2010-08-06 16:43:14 +00:00
<height>453</height>
2010-06-04 00:31:48 +00:00
</rect>
</property>
<property name="sizePolicy">
2010-06-11 09:14:32 +00:00
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
2010-06-04 00:31:48 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Translate</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="batchCheck">
<property name="text">
<string>Batch mode (for processing whole directory)</string>
</property>
</widget>
</item>
<item>
2010-06-11 09:14:32 +00:00
<layout class="QGridLayout" name="gridLayout">
2010-06-04 00:31:48 +00:00
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>&Input Layer:</string>
</property>
<property name="buddy">
<cstring>inputLayerCombo</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QComboBox" name="inputLayerCombo">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="insertPolicy">
<enum>QComboBox::NoInsert</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="selectInputFileButton">
<property name="text">
<string>Select...</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>&Output file:</string>
</property>
<property name="buddy">
<cstring>selectOutputFileButton</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLineEdit" name="outputFileEdit">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="selectOutputFileButton">
<property name="text">
<string>Select...</string>
</property>
</widget>
</item>
</layout>
</item>
2010-06-11 09:14:32 +00:00
<item row="2" column="0">
<widget class="QLabel" name="formatLabel">
<property name="text">
<string>Output format</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="formatCombo">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
2010-06-04 00:31:48 +00:00
<item row="3" column="0">
<widget class="QCheckBox" name="targetSRSCheck">
<property name="text">
<string>&Target SRS:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="targetSRSEdit">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="selectTargetSRSButton">
<property name="text">
<string>Select...</string>
</property>
</widget>
</item>
</layout>
</item>
2010-08-06 16:43:14 +00:00
<item row="4" column="0">
<widget class="QCheckBox" name="outsizeCheck">
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Percentage to resize image. This will change pixel size/image resolution accordingly: 25% will create an image with pixels 4x larger.</string>
</property>
<property name="text">
<string>Outsize:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QSpinBox" name="outsizeSpin">
2010-08-13 01:00:58 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2010-08-06 16:43:14 +00:00
</property>
<property name="toolTip">
<string>Percentage to resize image. This will change pixel size/image resolution accordingly: 25% will create an image with pixels 4x larger.</string>
</property>
<property name="suffix">
<string>%</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>1000</number>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="nodataCheck">
<property name="toolTip">
<string>Assign a specified nodata value to output bands.</string>
</property>
<property name="text">
<string>No data:</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="expandCheck">
<property name="toolTip">
<string>To expose a dataset with 1 band with a color table as a dataset with 3 (RGB) or 4 (RGBA) bands.
2010-08-10 20:18:41 +00:00
Useful for output drivers such as JPEG, JPEG2000, MrSID, ECW that don't support color indexed datasets.
2010-08-06 16:43:14 +00:00
The 'gray' value (from GDAL 1.7.0) enables to expand a dataset with a color table that only contains gray levels to a gray indexed dataset.</string>
</property>
<property name="text">
<string>Expand:</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QComboBox" name="expandCombo">
<property name="toolTip">
<string>To expose a dataset with 1 band with a color table as a dataset with 3 (RGB) or 4 (RGBA) bands.
2010-08-10 20:18:41 +00:00
Useful for output drivers such as JPEG, JPEG2000, MrSID, ECW that don't support color indexed datasets.
2010-08-06 16:43:14 +00:00
The 'gray' value (from GDAL 1.7.0) enables to expand a dataset with a color table that only contains gray levels to a gray indexed dataset.</string>
</property>
<item>
<property name="text">
<string>Gray</string>
</property>
</item>
<item>
<property name="text">
<string>RGB</string>
</property>
</item>
<item>
<property name="text">
<string>RGBA</string>
</property>
</item>
</widget>
</item>
<item row="7" column="0">
<widget class="QCheckBox" name="srcwinCheck">
<property name="toolTip">
<string>Selects a subwindow from the source image for copying based on pixel/line location. (Enter Xoff Yoff Xsize Ysize)</string>
</property>
<property name="text">
<string>Srcwin:</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="srcwinEdit">
<property name="toolTip">
<string>Selects a subwindow from the source image for copying based on pixel/line location. (Enter Xoff Yoff Xsize Ysize)</string>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QCheckBox" name="prjwinCheck">
<property name="toolTip">
<string>Selects a subwindow from the source image for copying (like -srcwin) but with the corners given in georeferenced coordinates. (Enter ulx uly lrx lry)</string>
</property>
<property name="text">
<string>Prjwin:</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="prjwinEdit">
<property name="toolTip">
<string>Selects a subwindow from the source image for copying (like -srcwin) but with the corners given in georeferenced coordinates. (Enter ulx uly lrx lry)</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QCheckBox" name="sdsCheck">
<property name="toolTip">
<string>Copy all subdatasets of this file to individual output files. Use with formats like HDF or OGDI that have subdatasets.</string>
</property>
<property name="text">
<string>Sds</string>
</property>
</widget>
</item>
2010-08-13 01:00:58 +00:00
<item row="5" column="1">
<widget class="QSpinBox" name="nodataSpin">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Assign a specified nodata value to output bands.</string>
</property>
<property name="minimum">
<number>-999999999</number>
</property>
<property name="maximum">
<number>999999999</number>
</property>
</widget>
</item>
2010-06-04 00:31:48 +00:00
</layout>
</item>
<item>
<widget class="QGroupBox" name="creationGroupBox">
<property name="title">
<string>&Creation Options:</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="GdalToolsOptionsTable" name="creationOptionsTable" native="true"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QProgressBar" name="progressBar"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>GdalToolsOptionsTable</class>
<extends>QWidget</extends>
<header>optionsTable</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>