mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4409 c8812cc2-4d05-0410-92ff-de0c093fc19c
167 lines
4.6 KiB
XML
167 lines
4.6 KiB
XML
<ui version="4.0" >
|
|
<author></author>
|
|
<comment></comment>
|
|
<exportmacro></exportmacro>
|
|
<class>QgsGeorefPluginGuiBase</class>
|
|
<widget class="QDialog" name="QgsGeorefPluginGuiBase" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>486</width>
|
|
<height>249</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Georeferencer</string>
|
|
</property>
|
|
<property name="windowIcon" >
|
|
<iconset/>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>10</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="3" column="0" colspan="5" >
|
|
<layout class="QHBoxLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType" >
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>441</width>
|
|
<height>21</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pbnClose" >
|
|
<property name="text" >
|
|
<string>Close</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="4" >
|
|
<widget class="QPushButton" name="pbnSelectRaster" >
|
|
<property name="text" >
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2" >
|
|
<widget class="QLabel" name="textLabel1" >
|
|
<property name="text" >
|
|
<string>Raster file:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2" colspan="3" >
|
|
<widget class="Q3TextEdit" name="teInstructions_2" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>7</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>6</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text" >
|
|
<string><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Arial">
|
|
<p style="margin-top:16px" dir="ltr"><span style="font-size:13pt;font-weight:600">Description</span></p>
|
|
<p dir="ltr">This plugin can generate world files for rasters. You select points on the raster and give their world coordinates, and the plugin will compute the world file parameters. The more coordinates you can provide the better the result will be.</p>
|
|
</body></html>
|
|
</string>
|
|
</property>
|
|
<property name="wordWrap" >
|
|
<enum>Q3TextEdit::WidgetWidth</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3" >
|
|
<widget class="QLineEdit" name="leSelectRaster" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>0</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="3" colspan="2" >
|
|
<widget class="QPushButton" name="pbnEnterWorldCoords" >
|
|
<property name="text" >
|
|
<string>Enter world coordinates</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item rowspan="3" row="0" column="0" >
|
|
<widget class="QLabel" name="pixmapLabel2" >
|
|
<property name="maximumSize" >
|
|
<size>
|
|
<width>150</width>
|
|
<height>32767</height>
|
|
</size>
|
|
</property>
|
|
<property name="pixmap" >
|
|
<pixmap/>
|
|
</property>
|
|
<property name="scaledContents" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item rowspan="3" row="0" column="1" >
|
|
<widget class="Line" name="line1" >
|
|
<property name="maximumSize" >
|
|
<size>
|
|
<width>2</width>
|
|
<height>32767</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape" >
|
|
<enum>QFrame::VLine</enum>
|
|
</property>
|
|
<property name="frameShadow" >
|
|
<enum>QFrame::Sunken</enum>
|
|
</property>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11" />
|
|
<pixmapfunction></pixmapfunction>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Q3TextEdit</class>
|
|
<extends></extends>
|
|
<header>q3textedit.h</header>
|
|
<container>0</container>
|
|
<pixmap></pixmap>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|