Subversion Repositories public

Rev

Rev 158 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
232 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <author>Andreas Theofilu &lt;andreas@theosys.at&gt;</author>
4
 <comment>Dialog to get the boundaries of a downloaded image.</comment>
5
 <class>coordinatesWidgetBase</class>
6
 <widget class="QDialog" name="coordinatesWidgetBase">
7
  <property name="geometry">
8
   <rect>
9
    <x>0</x>
10
    <y>0</y>
11
    <width>301</width>
12
    <height>353</height>
13
   </rect>
14
  </property>
15
  <property name="windowTitle">
16
   <string>Image coordinates</string>
17
  </property>
18
  <property name="locale">
19
   <locale language="English" country="UnitedStates"/>
20
  </property>
21
  <layout class="QGridLayout" name="gridLayout_4">
22
   <item row="0" column="0" colspan="4">
23
    <widget class="QLabel" name="textLabel3">
24
     <property name="text">
25
      <string>&lt;center&gt;&lt;b&gt;Geo coordinates (e.g. 16.4356)&lt;/b&gt;&lt;/center&gt;</string>
26
     </property>
27
     <property name="wordWrap">
28
      <bool>false</bool>
29
     </property>
30
    </widget>
31
   </item>
32
   <item row="1" column="0" colspan="5">
33
    <widget class="QGroupBox" name="groupBox_2">
34
     <property name="title">
35
      <string>Upper left corner</string>
36
     </property>
37
     <layout class="QGridLayout" name="gridLayout">
38
      <item row="0" column="0">
39
       <widget class="QLabel" name="textLabel1">
40
        <property name="text">
41
         <string>Longitute</string>
158 andreas 42
        </property>
232 andreas 43
        <property name="wordWrap">
44
         <bool>false</bool>
45
        </property>
46
       </widget>
47
      </item>
48
      <item row="0" column="1">
49
       <widget class="KDoubleNumInput" name="edLeftLon">
50
        <property name="toolTip">
51
         <string>The longitute (X) origin of the downloaded image</string>
52
        </property>
53
        <property name="minimum">
54
         <double>-180.000000000000000</double>
55
        </property>
56
        <property name="maximum">
57
         <double>180.000000000000000</double>
58
        </property>
59
        <property name="decimals">
60
         <number>6</number>
61
        </property>
62
        <property name="minValue" stdset="0">
63
         <number>-180</number>
64
        </property>
65
        <property name="maxValue" stdset="0">
66
         <number>180</number>
67
        </property>
68
        <property name="precision" stdset="0">
69
         <number>6</number>
70
        </property>
71
       </widget>
72
      </item>
73
      <item row="1" column="0">
74
       <widget class="QLabel" name="textLabel2">
75
        <property name="text">
76
         <string>Latitude</string>
77
        </property>
78
        <property name="wordWrap">
79
         <bool>false</bool>
80
        </property>
81
       </widget>
82
      </item>
83
      <item row="1" column="1">
84
       <widget class="KDoubleNumInput" name="edLeftLat">
85
        <property name="toolTip">
86
         <string>The latitute (Y) origin of the downloaded image</string>
87
        </property>
88
        <property name="minimum">
89
         <double>-180.000000000000000</double>
90
        </property>
91
        <property name="maximum">
92
         <double>180.000000000000000</double>
93
        </property>
94
        <property name="decimals">
95
         <number>6</number>
96
        </property>
97
        <property name="minValue" stdset="0">
98
         <number>-180</number>
99
        </property>
100
        <property name="maxValue" stdset="0">
101
         <number>180</number>
102
        </property>
103
        <property name="precision" stdset="0">
104
         <number>6</number>
105
        </property>
106
       </widget>
107
      </item>
108
     </layout>
109
    </widget>
110
   </item>
111
   <item row="2" column="0" colspan="5">
112
    <widget class="QGroupBox" name="groupBox_3">
113
     <property name="title">
114
      <string>Lower right corner</string>
115
     </property>
116
     <layout class="QGridLayout" name="gridLayout_2">
117
      <item row="0" column="0">
118
       <widget class="QLabel" name="textLabel4">
119
        <property name="text">
120
         <string>Longitude</string>
121
        </property>
122
        <property name="wordWrap">
123
         <bool>false</bool>
124
        </property>
125
       </widget>
126
      </item>
127
      <item row="0" column="1">
128
       <widget class="KDoubleNumInput" name="edRightLon">
129
        <property name="toolTip">
130
         <string>The longitute (X) origin of the downloaded image</string>
131
        </property>
132
        <property name="minimum">
133
         <double>-180.000000000000000</double>
134
        </property>
135
        <property name="maximum">
136
         <double>180.000000000000000</double>
137
        </property>
138
        <property name="decimals">
139
         <number>6</number>
140
        </property>
141
        <property name="minValue" stdset="0">
142
         <number>-180</number>
143
        </property>
144
        <property name="maxValue" stdset="0">
145
         <number>180</number>
146
        </property>
147
        <property name="precision" stdset="0">
148
         <number>6</number>
149
        </property>
150
       </widget>
151
      </item>
152
      <item row="1" column="0">
153
       <widget class="QLabel" name="textLabel5">
154
        <property name="text">
155
         <string>Latitude</string>
156
        </property>
157
        <property name="wordWrap">
158
         <bool>false</bool>
159
        </property>
160
       </widget>
161
      </item>
162
      <item row="1" column="1">
163
       <widget class="KDoubleNumInput" name="edRightLat">
164
        <property name="toolTip">
165
         <string>The latitute (Y) origin of the downloaded image</string>
166
        </property>
167
        <property name="label">
168
         <string/>
169
        </property>
170
        <property name="minimum">
171
         <double>-180.000000000000000</double>
172
        </property>
173
        <property name="maximum">
174
         <double>180.000000000000000</double>
175
        </property>
176
        <property name="decimals">
177
         <number>6</number>
178
        </property>
179
        <property name="minValue" stdset="0">
180
         <number>-180</number>
181
        </property>
182
        <property name="maxValue" stdset="0">
183
         <number>180</number>
184
        </property>
185
        <property name="precision" stdset="0">
186
         <number>6</number>
187
        </property>
188
       </widget>
189
      </item>
190
     </layout>
191
    </widget>
192
   </item>
193
   <item row="3" column="0" colspan="5">
194
    <widget class="QGroupBox" name="groupBox">
195
     <property name="locale">
196
      <locale language="English" country="UnitedStates"/>
197
     </property>
198
     <property name="title">
199
      <string>Projection</string>
200
     </property>
201
     <layout class="QGridLayout" name="gridLayout_3">
202
      <item row="0" column="0">
203
       <widget class="QLabel" name="textLabel1_2">
204
        <property name="text">
205
         <string>Date</string>
206
        </property>
207
        <property name="wordWrap">
208
         <bool>false</bool>
209
        </property>
210
       </widget>
211
      </item>
212
      <item row="0" column="1">
213
       <widget class="KComboBox" name="cbDate">
214
        <item>
215
         <property name="text">
216
          <string>EPSG:4326</string>
217
         </property>
218
        </item>
219
        <item>
220
         <property name="text">
221
          <string>EPSG:31257</string>
222
         </property>
223
        </item>
224
        <item>
225
         <property name="text">
226
          <string>EPSG:31258</string>
227
         </property>
228
        </item>
229
        <item>
230
         <property name="text">
231
          <string>EPSG:31259</string>
232
         </property>
233
        </item>
234
        <item>
235
         <property name="text">
236
          <string>EPSG:31286</string>
237
         </property>
238
        </item>
239
        <item>
240
         <property name="text">
241
          <string>EPSG:31287</string>
242
         </property>
243
        </item>
244
        <item>
245
         <property name="text">
246
          <string>EPSG:31288</string>
247
         </property>
248
        </item>
249
       </widget>
250
      </item>
251
     </layout>
252
    </widget>
253
   </item>
254
   <item row="4" column="0">
255
    <spacer name="spacer1">
256
     <property name="orientation">
257
      <enum>Qt::Horizontal</enum>
258
     </property>
259
     <property name="sizeType">
260
      <enum>QSizePolicy::Expanding</enum>
261
     </property>
262
     <property name="sizeHint" stdset="0">
263
      <size>
264
       <width>20</width>
265
       <height>20</height>
266
      </size>
267
     </property>
268
    </spacer>
269
   </item>
270
   <item row="4" column="1">
271
    <widget class="QPushButton" name="pbSave">
272
     <property name="text">
273
      <string>Save</string>
274
     </property>
275
    </widget>
276
   </item>
277
   <item row="4" column="2">
278
    <spacer name="spacer2">
279
     <property name="orientation">
280
      <enum>Qt::Horizontal</enum>
281
     </property>
282
     <property name="sizeType">
283
      <enum>QSizePolicy::Expanding</enum>
284
     </property>
285
     <property name="sizeHint" stdset="0">
286
      <size>
287
       <width>30</width>
288
       <height>20</height>
289
      </size>
290
     </property>
291
    </spacer>
292
   </item>
293
   <item row="4" column="3">
294
    <widget class="QPushButton" name="pbCancel">
295
     <property name="text">
296
      <string>Cancel</string>
297
     </property>
298
    </widget>
299
   </item>
300
   <item row="4" column="4">
301
    <spacer name="spacer3">
302
     <property name="orientation">
303
      <enum>Qt::Horizontal</enum>
304
     </property>
305
     <property name="sizeType">
306
      <enum>QSizePolicy::Expanding</enum>
307
     </property>
308
     <property name="sizeHint" stdset="0">
309
      <size>
310
       <width>20</width>
311
       <height>20</height>
312
      </size>
313
     </property>
314
    </spacer>
315
   </item>
316
  </layout>
317
 </widget>
318
 <layoutdefault spacing="6" margin="11"/>
319
 <customwidgets>
320
  <customwidget>
321
   <class>KComboBox</class>
322
   <extends>QComboBox</extends>
323
   <header>kcombobox.h</header>
324
  </customwidget>
325
  <customwidget>
326
   <class>KDoubleNumInput</class>
327
   <extends>QWidget</extends>
328
   <header>knuminput.h</header>
329
  </customwidget>
330
 </customwidgets>
331
 <tabstops>
332
  <tabstop>cbDate</tabstop>
333
  <tabstop>pbSave</tabstop>
334
  <tabstop>pbCancel</tabstop>
335
 </tabstops>
336
 <includes>
337
  <include location="local">knuminput.h</include>
338
  <include location="local">knuminput.h</include>
339
  <include location="local">knuminput.h</include>
340
  <include location="local">knuminput.h</include>
341
  <include location="local">knuminput.h</include>
342
  <include location="local">knuminput.h</include>
343
  <include location="local">knuminput.h</include>
344
  <include location="local">knuminput.h</include>
345
  <include location="local">kcombobox.h</include>
346
 </includes>
347
 <resources/>
348
 <connections>
349
  <connection>
350
   <sender>pbSave</sender>
351
   <signal>clicked()</signal>
352
   <receiver>coordinatesWidgetBase</receiver>
353
   <slot>pbSaveSlot()</slot>
354
   <hints>
355
    <hint type="sourcelabel">
356
     <x>71</x>
357
     <y>317</y>
358
    </hint>
359
    <hint type="destinationlabel">
360
     <x>67</x>
361
     <y>244</y>
362
    </hint>
363
   </hints>
364
  </connection>
365
  <connection>
366
   <sender>pbCancel</sender>
367
   <signal>clicked()</signal>
368
   <receiver>coordinatesWidgetBase</receiver>
369
   <slot>bpCancelSlot()</slot>
370
   <hints>
371
    <hint type="sourcelabel">
372
     <x>195</x>
373
     <y>317</y>
374
    </hint>
375
    <hint type="destinationlabel">
376
     <x>92</x>
377
     <y>27</y>
378
    </hint>
379
   </hints>
380
  </connection>
381
 </connections>
382
</ui>