mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
156 lines
4.3 KiB
XML
156 lines
4.3 KiB
XML
<?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>348</width>
|
|
<height>266</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Build Virtual Raster (Catalog)</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
</property>
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="inputSelLayersCheck">
|
|
<property name="text">
|
|
<string>Use visible raster layers for input</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" 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="2" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>&Input files</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>inSelector</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QCheckBox" name="recurseCheck">
|
|
<property name="text">
|
|
<string>Recurse subdirectories</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string>&Output file</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>outSelector</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QCheckBox" name="resolutionCheck">
|
|
<property name="text">
|
|
<string>&Resolution</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<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>
|
|
<item row="6" column="0">
|
|
<widget class="QCheckBox" name="srcNoDataCheck">
|
|
<property name="text">
|
|
<string>&Source No Data</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="QSpinBox" name="srcNoDataSpin">
|
|
<property name="minimum">
|
|
<number>-100000</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>65000</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QCheckBox" name="separateCheck">
|
|
<property name="text">
|
|
<string>Se&parate</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="GdalToolsInOutSelector" name="inSelector" native="true"/>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="GdalToolsInOutSelector" name="outSelector" native="true"/>
|
|
</item>
|
|
<item row="8" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="allowProjDiffCheck">
|
|
<property name="text">
|
|
<string>Allow projection difference</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>GdalToolsInOutSelector</class>
|
|
<extends>QWidget</extends>
|
|
<header>inOutSelector</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|