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-13 23:21:00 +00:00
|
|
|
<width>509</width>
|
2011-04-15 18:30:10 +00:00
|
|
|
<height>165</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>Rasterize (Vector to raster)</string>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2011-03-13 23:21:00 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2010-06-04 00:31:48 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2010-11-11 06:08:19 +00:00
|
|
|
<string>&Input file (shapefile)</string>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2011-04-15 18:30:10 +00:00
|
|
|
<cstring>inSelector</cstring>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-11 09:14:32 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2010-11-11 06:08:19 +00:00
|
|
|
<string>&Attribute field</string>
|
2010-06-11 09:14:32 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>attributeComboBox</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-04 00:31:48 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="attributeComboBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2011-03-13 23:21:00 +00:00
|
|
|
<string>&Output file for rasterized vectors (raster)</string>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2011-04-15 18:30:10 +00:00
|
|
|
<cstring>outSelector</cstring>
|
2010-06-04 00:31:48 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-15 18:30:10 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="GdalToolsInOutSelector" name="inSelector" native="true"/>
|
|
|
|
</item>
|
2010-06-04 00:31:48 +00:00
|
|
|
<item row="2" column="1">
|
2011-04-15 18:30:10 +00:00
|
|
|
<widget class="GdalToolsInOutSelector" name="outSelector" native="true"/>
|
2010-06-04 00:31:48 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-03-13 23:21:00 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="resizeGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>New size (required if output file doens't exist)</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2011-03-14 08:51:11 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
2011-03-13 23:21:00 +00:00
|
|
|
<item row="0" column="0">
|
2011-03-14 08:51:11 +00:00
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-03-13 23:21:00 +00:00
|
|
|
<property name="text">
|
2011-03-14 08:51:11 +00:00
|
|
|
<string>Width</string>
|
2011-03-13 23:21:00 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="widthSpin">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-03-14 08:51:11 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-03-13 23:21:00 +00:00
|
|
|
<property name="text">
|
2011-03-14 08:51:11 +00:00
|
|
|
<string>Height</string>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>40</number>
|
2011-03-13 23:21:00 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-03-14 08:51:11 +00:00
|
|
|
<item row="0" column="3">
|
2011-03-13 23:21:00 +00:00
|
|
|
<widget class="QSpinBox" name="heightSpin">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-04 00:31:48 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-04-15 18:30:10 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>GdalToolsInOutSelector</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>inOutSelector</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2010-06-04 00:31:48 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|