~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/plugins/georeferencer/pluginguibase.ui

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>QgsGeorefPluginGuiBase</class>
 
6
 <widget class="QDialog" name="QgsGeorefPluginGuiBase" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>542</width>
 
12
    <height>258</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Georeferencer</string>
 
17
  </property>
 
18
  <property name="windowIcon" >
 
19
   <iconset resource="georeferencer.qrc" >:/icon.png</iconset>
 
20
  </property>
 
21
  <layout class="QGridLayout" >
 
22
   <property name="margin" >
 
23
    <number>9</number>
 
24
   </property>
 
25
   <property name="spacing" >
 
26
    <number>6</number>
 
27
   </property>
 
28
   <item row="1" column="2" >
 
29
    <widget class="QLabel" name="textLabel1" >
 
30
     <property name="text" >
 
31
      <string>Raster file:</string>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item row="0" column="2" colspan="3" >
 
36
    <widget class="QTextEdit" name="textEdit" >
 
37
     <property name="html" >
 
38
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:11pt; font-weight:600;">Description&lt;/span>&lt;/p>&lt;p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">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.&lt;/p>&lt;/body>&lt;/html></string>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item rowspan="3" row="0" column="0" >
 
43
    <widget class="QLabel" name="pixmapLabel2" >
 
44
     <property name="maximumSize" >
 
45
      <size>
 
46
       <width>150</width>
 
47
       <height>32767</height>
 
48
      </size>
 
49
     </property>
 
50
     <property name="pixmap" >
 
51
      <pixmap resource="georeferencer.qrc" >:/georef.png</pixmap>
 
52
     </property>
 
53
     <property name="scaledContents" >
 
54
      <bool>true</bool>
 
55
     </property>
 
56
    </widget>
 
57
   </item>
 
58
   <item row="3" column="0" colspan="5" >
 
59
    <layout class="QHBoxLayout" >
 
60
     <property name="margin" >
 
61
      <number>0</number>
 
62
     </property>
 
63
     <property name="spacing" >
 
64
      <number>6</number>
 
65
     </property>
 
66
     <item>
 
67
      <spacer>
 
68
       <property name="orientation" >
 
69
        <enum>Qt::Horizontal</enum>
 
70
       </property>
 
71
       <property name="sizeType" >
 
72
        <enum>QSizePolicy::Expanding</enum>
 
73
       </property>
 
74
       <property name="sizeHint" >
 
75
        <size>
 
76
         <width>441</width>
 
77
         <height>21</height>
 
78
        </size>
 
79
       </property>
 
80
      </spacer>
 
81
     </item>
 
82
     <item>
 
83
      <widget class="QPushButton" name="pbnClose" >
 
84
       <property name="text" >
 
85
        <string>Close</string>
 
86
       </property>
 
87
      </widget>
 
88
     </item>
 
89
    </layout>
 
90
   </item>
 
91
   <item rowspan="3" row="0" column="1" >
 
92
    <widget class="Line" name="line1" >
 
93
     <property name="maximumSize" >
 
94
      <size>
 
95
       <width>2</width>
 
96
       <height>32767</height>
 
97
      </size>
 
98
     </property>
 
99
     <property name="frameShape" >
 
100
      <enum>QFrame::VLine</enum>
 
101
     </property>
 
102
     <property name="frameShadow" >
 
103
      <enum>QFrame::Sunken</enum>
 
104
     </property>
 
105
     <property name="orientation" >
 
106
      <enum>Qt::Vertical</enum>
 
107
     </property>
 
108
    </widget>
 
109
   </item>
 
110
   <item row="2" column="3" colspan="2" >
 
111
    <widget class="QPushButton" name="pbnEnterWorldCoords" >
 
112
     <property name="text" >
 
113
      <string>Enter world coordinates</string>
 
114
     </property>
 
115
    </widget>
 
116
   </item>
 
117
   <item row="1" column="4" >
 
118
    <widget class="QPushButton" name="pbnSelectRaster" >
 
119
     <property name="sizePolicy" >
 
120
      <sizepolicy>
 
121
       <hsizetype>0</hsizetype>
 
122
       <vsizetype>0</vsizetype>
 
123
       <horstretch>0</horstretch>
 
124
       <verstretch>0</verstretch>
 
125
      </sizepolicy>
 
126
     </property>
 
127
     <property name="text" >
 
128
      <string>...</string>
 
129
     </property>
 
130
    </widget>
 
131
   </item>
 
132
   <item row="1" column="3" >
 
133
    <widget class="QLineEdit" name="leSelectRaster" >
 
134
     <property name="sizePolicy" >
 
135
      <sizepolicy>
 
136
       <hsizetype>7</hsizetype>
 
137
       <vsizetype>0</vsizetype>
 
138
       <horstretch>0</horstretch>
 
139
       <verstretch>0</verstretch>
 
140
      </sizepolicy>
 
141
     </property>
 
142
    </widget>
 
143
   </item>
 
144
  </layout>
 
145
 </widget>
 
146
 <layoutdefault spacing="6" margin="11" />
 
147
 <pixmapfunction></pixmapfunction>
 
148
 <resources>
 
149
  <include location="georeferencer.qrc" />
 
150
 </resources>
 
151
 <connections/>
 
152
</ui>