~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

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>QgsGridMakerPluginGuiBase</class>
6
 
 <widget class="QDialog" name="QgsGridMakerPluginGuiBase" >
7
 
  <property name="geometry" >
8
 
   <rect>
9
 
    <x>0</x>
10
 
    <y>0</y>
11
 
    <width>626</width>
12
 
    <height>602</height>
13
 
   </rect>
14
 
  </property>
15
 
  <property name="windowTitle" >
16
 
   <string>QGIS Plugin Template</string>
17
 
  </property>
18
 
  <property name="windowIcon" >
19
 
   <iconset/>
20
 
  </property>
21
 
  <layout class="QVBoxLayout" >
22
 
   <property name="margin" >
23
 
    <number>9</number>
24
 
   </property>
25
 
   <property name="spacing" >
26
 
    <number>6</number>
27
 
   </property>
28
 
   <item>
29
 
    <widget class="QLabel" name="txtHeading" >
30
 
     <property name="font" >
31
 
      <font>
32
 
       <family>Sans Serif</family>
33
 
       <pointsize>24</pointsize>
34
 
       <weight>50</weight>
35
 
       <italic>false</italic>
36
 
       <bold>false</bold>
37
 
       <underline>false</underline>
38
 
       <strikeout>false</strikeout>
39
 
      </font>
40
 
     </property>
41
 
     <property name="text" >
42
 
      <string>Graticule Builder</string>
43
 
     </property>
44
 
     <property name="alignment" >
45
 
      <set>Qt::AlignCenter</set>
46
 
     </property>
47
 
    </widget>
48
 
   </item>
49
 
   <item>
50
 
    <layout class="QHBoxLayout" >
51
 
     <property name="margin" >
52
 
      <number>0</number>
53
 
     </property>
54
 
     <property name="spacing" >
55
 
      <number>6</number>
56
 
     </property>
57
 
     <item>
58
 
      <widget class="QLabel" name="label" >
59
 
       <property name="text" >
60
 
        <string/>
61
 
       </property>
62
 
       <property name="pixmap" >
63
 
        <pixmap resource="gridmaker_plugin.qrc" >:/grid_pic2.png</pixmap>
64
 
       </property>
65
 
       <property name="scaledContents" >
66
 
        <bool>true</bool>
67
 
       </property>
68
 
      </widget>
69
 
     </item>
70
 
     <item>
71
 
      <widget class="Line" name="line1" >
72
 
       <property name="frameShape" >
73
 
        <enum>QFrame::VLine</enum>
74
 
       </property>
75
 
       <property name="frameShadow" >
76
 
        <enum>QFrame::Sunken</enum>
77
 
       </property>
78
 
       <property name="orientation" >
79
 
        <enum>Qt::Vertical</enum>
80
 
       </property>
81
 
      </widget>
82
 
     </item>
83
 
     <item>
84
 
      <layout class="QVBoxLayout" >
85
 
       <property name="margin" >
86
 
        <number>0</number>
87
 
       </property>
88
 
       <property name="spacing" >
89
 
        <number>6</number>
90
 
       </property>
91
 
       <item>
92
 
        <widget class="QTextEdit" name="textEdit" >
93
 
         <property name="readOnly" >
94
 
          <bool>true</bool>
95
 
         </property>
96
 
         <property name="html" >
97
 
          <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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Arial; font-size:11pt;">&lt;span style=" font-size:10pt;">This plugin will help you to build a graticule shapefile that you can use as an overlay within your qgis map viewer.&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; font-family:Arial; font-size:10pt;">Please enter all units in decimal degrees&lt;/p>&lt;/body>&lt;/html></string>
98
 
         </property>
99
 
        </widget>
100
 
       </item>
101
 
       <item>
102
 
        <widget class="QGroupBox" name="groupBox1" >
103
 
         <property name="title" >
104
 
          <string>Type</string>
105
 
         </property>
106
 
         <layout class="QHBoxLayout" >
107
 
          <property name="margin" >
108
 
           <number>9</number>
109
 
          </property>
110
 
          <property name="spacing" >
111
 
           <number>6</number>
112
 
          </property>
113
 
          <item>
114
 
           <widget class="QRadioButton" name="radPoint" >
115
 
            <property name="text" >
116
 
             <string>Point</string>
117
 
            </property>
118
 
            <property name="checked" >
119
 
             <bool>true</bool>
120
 
            </property>
121
 
           </widget>
122
 
          </item>
123
 
          <item>
124
 
           <widget class="QRadioButton" name="radLine" >
125
 
            <property name="text" >
126
 
             <string>Line</string>
127
 
            </property>
128
 
           </widget>
129
 
          </item>
130
 
          <item>
131
 
           <widget class="QRadioButton" name="radPolygon" >
132
 
            <property name="text" >
133
 
             <string>Polygon</string>
134
 
            </property>
135
 
           </widget>
136
 
          </item>
137
 
         </layout>
138
 
        </widget>
139
 
       </item>
140
 
       <item>
141
 
        <widget class="QGroupBox" name="groupBox" >
142
 
         <property name="title" >
143
 
          <string>Origin (lower left)</string>
144
 
         </property>
145
 
         <layout class="QHBoxLayout" >
146
 
          <property name="margin" >
147
 
           <number>9</number>
148
 
          </property>
149
 
          <property name="spacing" >
150
 
           <number>6</number>
151
 
          </property>
152
 
          <item>
153
 
           <widget class="QLabel" name="textLabel1" >
154
 
            <property name="text" >
155
 
             <string>Latitude:</string>
156
 
            </property>
157
 
           </widget>
158
 
          </item>
159
 
          <item>
160
 
           <widget class="QLineEdit" name="leOriginLatitude" >
161
 
            <property name="inputMask" >
162
 
             <string>#000.00000; </string>
163
 
            </property>
164
 
           </widget>
165
 
          </item>
166
 
          <item>
167
 
           <widget class="QLabel" name="textLabel1_2" >
168
 
            <property name="text" >
169
 
             <string>Longitude:</string>
170
 
            </property>
171
 
           </widget>
172
 
          </item>
173
 
          <item>
174
 
           <widget class="QLineEdit" name="leOriginLongitude" >
175
 
            <property name="inputMask" >
176
 
             <string>#000.00000; </string>
177
 
            </property>
178
 
           </widget>
179
 
          </item>
180
 
         </layout>
181
 
        </widget>
182
 
       </item>
183
 
       <item>
184
 
        <widget class="QGroupBox" name="groupBox_3" >
185
 
         <property name="title" >
186
 
          <string>End point (upper right)</string>
187
 
         </property>
188
 
         <layout class="QHBoxLayout" >
189
 
          <property name="margin" >
190
 
           <number>9</number>
191
 
          </property>
192
 
          <property name="spacing" >
193
 
           <number>6</number>
194
 
          </property>
195
 
          <item>
196
 
           <widget class="QLabel" name="textLabel1_3" >
197
 
            <property name="text" >
198
 
             <string>Latitude:</string>
199
 
            </property>
200
 
           </widget>
201
 
          </item>
202
 
          <item>
203
 
           <widget class="QLineEdit" name="leEndPointLatitude" >
204
 
            <property name="inputMask" >
205
 
             <string>#000.00000; </string>
206
 
            </property>
207
 
           </widget>
208
 
          </item>
209
 
          <item>
210
 
           <widget class="QLabel" name="textLabel1_2_2" >
211
 
            <property name="text" >
212
 
             <string>Longitude:</string>
213
 
            </property>
214
 
           </widget>
215
 
          </item>
216
 
          <item>
217
 
           <widget class="QLineEdit" name="leEndPointLongitude" >
218
 
            <property name="inputMask" >
219
 
             <string>#000.00000; </string>
220
 
            </property>
221
 
           </widget>
222
 
          </item>
223
 
         </layout>
224
 
        </widget>
225
 
       </item>
226
 
       <item>
227
 
        <widget class="QGroupBox" name="groupBox_2" >
228
 
         <property name="title" >
229
 
          <string>Graticle size (units in degrees)</string>
230
 
         </property>
231
 
         <layout class="QHBoxLayout" >
232
 
          <property name="margin" >
233
 
           <number>9</number>
234
 
          </property>
235
 
          <property name="spacing" >
236
 
           <number>6</number>
237
 
          </property>
238
 
          <item>
239
 
           <widget class="QLabel" name="lblMinTimeGap" >
240
 
            <property name="text" >
241
 
             <string>Latitude Interval:</string>
242
 
            </property>
243
 
           </widget>
244
 
          </item>
245
 
          <item>
246
 
           <widget class="QLineEdit" name="leLatitudeInterval" >
247
 
            <property name="inputMask" >
248
 
             <string>#000.00000; </string>
249
 
            </property>
250
 
           </widget>
251
 
          </item>
252
 
          <item>
253
 
           <widget class="QLabel" name="lblMinDistanceGap" >
254
 
            <property name="text" >
255
 
             <string>Longitude Interval:</string>
256
 
            </property>
257
 
           </widget>
258
 
          </item>
259
 
          <item>
260
 
           <widget class="QLineEdit" name="leLongitudeInterval" >
261
 
            <property name="inputMask" >
262
 
             <string>#000.00000; </string>
263
 
            </property>
264
 
           </widget>
265
 
          </item>
266
 
         </layout>
267
 
        </widget>
268
 
       </item>
269
 
       <item>
270
 
        <widget class="QGroupBox" name="groupBox_4" >
271
 
         <property name="title" >
272
 
          <string>Output (shape) file</string>
273
 
         </property>
274
 
         <layout class="QHBoxLayout" >
275
 
          <property name="margin" >
276
 
           <number>9</number>
277
 
          </property>
278
 
          <property name="spacing" >
279
 
           <number>6</number>
280
 
          </property>
281
 
          <item>
282
 
           <widget class="QLineEdit" name="leOutputShapeFile" />
283
 
          </item>
284
 
          <item>
285
 
           <widget class="QPushButton" name="pbnSelectOutputFile" >
286
 
            <property name="text" >
287
 
             <string>...</string>
288
 
            </property>
289
 
           </widget>
290
 
          </item>
291
 
         </layout>
292
 
        </widget>
293
 
       </item>
294
 
      </layout>
295
 
     </item>
296
 
    </layout>
297
 
   </item>
298
 
   <item>
299
 
    <layout class="QHBoxLayout" >
300
 
     <property name="margin" >
301
 
      <number>0</number>
302
 
     </property>
303
 
     <property name="spacing" >
304
 
      <number>6</number>
305
 
     </property>
306
 
     <item>
307
 
      <spacer>
308
 
       <property name="orientation" >
309
 
        <enum>Qt::Horizontal</enum>
310
 
       </property>
311
 
       <property name="sizeType" >
312
 
        <enum>QSizePolicy::Expanding</enum>
313
 
       </property>
314
 
       <property name="sizeHint" >
315
 
        <size>
316
 
         <width>441</width>
317
 
         <height>21</height>
318
 
        </size>
319
 
       </property>
320
 
      </spacer>
321
 
     </item>
322
 
     <item>
323
 
      <widget class="QPushButton" name="pbnOK" >
324
 
       <property name="enabled" >
325
 
        <bool>false</bool>
326
 
       </property>
327
 
       <property name="text" >
328
 
        <string>&amp;OK</string>
329
 
       </property>
330
 
       <property name="shortcut" >
331
 
        <string>Alt+O</string>
332
 
       </property>
333
 
      </widget>
334
 
     </item>
335
 
     <item>
336
 
      <widget class="QPushButton" name="pbnCancel" >
337
 
       <property name="text" >
338
 
        <string>&amp;Cancel</string>
339
 
       </property>
340
 
       <property name="shortcut" >
341
 
        <string>Alt+C</string>
342
 
       </property>
343
 
      </widget>
344
 
     </item>
345
 
    </layout>
346
 
   </item>
347
 
  </layout>
348
 
 </widget>
349
 
 <layoutdefault spacing="6" margin="11" />
350
 
 <pixmapfunction></pixmapfunction>
351
 
 <tabstops>
352
 
  <tabstop>pbnOK</tabstop>
353
 
  <tabstop>pbnCancel</tabstop>
354
 
 </tabstops>
355
 
 <resources>
356
 
  <include location="gridmaker_plugin.qrc" />
357
 
 </resources>
358
 
 <connections/>
359
 
</ui>