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>426</width>
|
2011-04-15 18:30:10 +00:00
|
|
|
<height>292</height>
|
2010-06-04 00:31:48 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2010-08-06 16:15:15 +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>Info</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2011-04-16 10:06:04 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2011-04-15 18:30:10 +00:00
|
|
|
<item row="0" 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 file</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>
|
2011-04-15 18:30:10 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="GdalToolsInOutSelector" name="inSelector" native="true"/>
|
2010-06-04 00:31:48 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Raster info</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="rasterInfoList">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="suppressGCPCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>Suppress GCP printing</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="suppressMDCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>Suppress metadata printing</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</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>
|