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>
|
2011-03-18 15:22:22 +00:00
|
|
|
<width>348</width>
|
|
|
|
<height>240</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">
|
2011-03-18 15:22:22 +00:00
|
|
|
<string>Build Virtual Raster (Catalog)</string>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2010-06-11 09:14:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2010-06-04 00:31:48 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
|
|
</property>
|
2010-12-22 03:25:14 +00:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="inputDirCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>Choose input directory instead of files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2010-06-04 00:31:48 +00:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2010-11-11 06:08:19 +00:00
|
|
|
<string>&Input files</string>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>selectInputFilesButton</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-22 03:25:14 +00:00
|
|
|
<item row="1" column="1">
|
2010-06-04 00:31:48 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="inputFilesEdit">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="selectInputFilesButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-12-22 03:25:14 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="recurseCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>Recurse subdirectories</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
2010-06-04 00:31:48 +00:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2010-11-11 06:08:19 +00:00
|
|
|
<string>&Output file</string>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>selectOutputFileButton</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-22 03:25:14 +00:00
|
|
|
<item row="3" column="1">
|
2010-06-04 00:31:48 +00:00
|
|
|
<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-12-22 03:25:14 +00:00
|
|
|
<item row="4" column="0">
|
2010-06-11 09:14:32 +00:00
|
|
|
<widget class="QCheckBox" name="resolutionCheck">
|
|
|
|
<property name="text">
|
2010-11-11 06:08:19 +00:00
|
|
|
<string>&Resolution</string>
|
2010-06-11 09:14:32 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-22 03:25:14 +00:00
|
|
|
<item row="4" column="1">
|
2010-06-04 00:31:48 +00:00
|
|
|
<widget class="QComboBox" name="resolutionComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Highest</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Average</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lowest</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-22 03:25:14 +00:00
|
|
|
<item row="5" column="0">
|
2010-06-04 00:31:48 +00:00
|
|
|
<widget class="QCheckBox" name="srcNoDataCheck">
|
|
|
|
<property name="text">
|
2010-11-11 06:08:19 +00:00
|
|
|
<string>&Source No Data</string>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-22 03:25:14 +00:00
|
|
|
<item row="5" column="1">
|
2010-06-04 00:31:48 +00:00
|
|
|
<widget class="QSpinBox" name="srcNoDataSpin">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>65000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-22 03:25:14 +00:00
|
|
|
<item row="6" column="0">
|
2010-12-20 03:58:14 +00:00
|
|
|
<widget class="QCheckBox" name="separateCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>Se&parate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-04 00:31:48 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|