Subversion Repositories public

Rev

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

Rev Author Line No. Line
283 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>wmsSelectorWidgetBase</class>
4
 <widget class="QDialog" name="wmsSelectorWidgetBase">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>677</width>
284 andreas 10
    <height>411</height>
283 andreas 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>WMS Selector</string>
15
  </property>
16
  <property name="windowIcon">
17
   <iconset>
18
    <normaloff>hi16-app-sportwatcher.png</normaloff>hi16-app-sportwatcher.png</iconset>
19
  </property>
20
  <property name="locale">
21
   <locale language="English" country="UnitedStates"/>
22
  </property>
23
  <layout class="QGridLayout" name="gridLayout">
24
   <item row="0" column="0" colspan="4">
25
    <widget class="KUrlRequester" name="urlWMS"/>
26
   </item>
27
   <item row="2" column="0" rowspan="6" colspan="2">
28
    <widget class="QGroupBox" name="groupBox">
29
     <property name="title">
30
      <string>Waypoint in WGS84 date</string>
31
     </property>
32
     <layout class="QGridLayout" name="gridLayout_2">
33
      <item row="0" column="0">
34
       <widget class="QLabel" name="label">
35
        <property name="text">
36
         <string>Latitude</string>
37
        </property>
38
       </widget>
39
      </item>
40
      <item row="0" column="1">
41
       <widget class="KDoubleNumInput" name="edLat">
42
        <property name="minimum">
284 andreas 43
         <double>-180.000000000000000</double>
283 andreas 44
        </property>
45
        <property name="maximum">
284 andreas 46
         <double>180.000000000000000</double>
283 andreas 47
        </property>
48
        <property name="decimals">
49
         <number>6</number>
50
        </property>
51
       </widget>
52
      </item>
53
      <item row="1" column="0">
54
       <widget class="QLabel" name="label_2">
55
        <property name="text">
56
         <string>Longitude</string>
57
        </property>
58
       </widget>
59
      </item>
60
      <item row="1" column="1">
61
       <widget class="KDoubleNumInput" name="edLon">
62
        <property name="minimum">
284 andreas 63
         <double>-90.000000000000000</double>
283 andreas 64
        </property>
65
        <property name="maximum">
284 andreas 66
         <double>90.000000000000000</double>
283 andreas 67
        </property>
68
        <property name="decimals">
69
         <number>6</number>
70
        </property>
71
       </widget>
72
      </item>
73
      <item row="2" column="0">
74
       <widget class="QLabel" name="label_3">
75
        <property name="text">
76
         <string>Capital city</string>
77
        </property>
78
       </widget>
79
      </item>
80
      <item row="2" column="1">
81
       <widget class="KComboBox" name="cbCities"/>
82
      </item>
83
     </layout>
84
    </widget>
85
   </item>
86
   <item row="2" column="2" colspan="2">
87
    <widget class="KPushButton" name="pbGetCapabilities">
88
     <property name="text">
89
      <string>Get capabilities</string>
90
     </property>
91
    </widget>
92
   </item>
93
   <item row="6" column="2" colspan="2">
94
    <widget class="KPushButton" name="pbDetails">
95
     <property name="text">
96
      <string>Details about WMS server</string>
97
     </property>
98
    </widget>
99
   </item>
100
   <item row="7" column="2" rowspan="2" colspan="2">
101
    <widget class="QLabel" name="lbPreview">
102
     <property name="minimumSize">
103
      <size>
104
       <width>300</width>
105
       <height>0</height>
106
      </size>
107
     </property>
108
     <property name="autoFillBackground">
109
      <bool>false</bool>
110
     </property>
111
     <property name="frameShape">
112
      <enum>QFrame::StyledPanel</enum>
113
     </property>
114
     <property name="frameShadow">
115
      <enum>QFrame::Sunken</enum>
116
     </property>
117
     <property name="text">
118
      <string/>
119
     </property>
120
    </widget>
121
   </item>
122
   <item row="8" column="0">
123
    <widget class="KActionSelector" name="actionLayer">
124
     <property name="minimumSize">
125
      <size>
126
       <width>0</width>
127
       <height>200</height>
128
      </size>
129
     </property>
130
    </widget>
131
   </item>
132
   <item row="9" column="0" colspan="4">
133
    <widget class="QDialogButtonBox" name="buttonBox">
134
     <property name="orientation">
135
      <enum>Qt::Horizontal</enum>
136
     </property>
137
     <property name="standardButtons">
138
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
139
     </property>
140
    </widget>
141
   </item>
142
   <item row="3" column="2" rowspan="3" colspan="2">
143
    <widget class="QFrame" name="frame">
144
     <property name="frameShape">
145
      <enum>QFrame::NoFrame</enum>
146
     </property>
147
     <property name="frameShadow">
148
      <enum>QFrame::Plain</enum>
149
     </property>
150
     <layout class="QGridLayout" name="gridLayout_3">
151
      <item row="0" column="0">
152
       <widget class="QLabel" name="label_4">
153
        <property name="text">
154
         <string>Bands</string>
155
        </property>
156
       </widget>
157
      </item>
284 andreas 158
      <item row="0" column="1" colspan="3">
283 andreas 159
       <widget class="KIntSpinBox" name="edBands">
160
        <property name="minimum">
161
         <number>1</number>
162
        </property>
163
        <property name="maximum">
164
         <number>4</number>
165
        </property>
166
       </widget>
167
      </item>
284 andreas 168
      <item row="1" column="3">
169
       <widget class="QCheckBox" name="cbStyles">
170
        <property name="text">
171
         <string>Set styles</string>
172
        </property>
173
       </widget>
174
      </item>
175
      <item row="1" column="1">
176
       <widget class="QSlider" name="slideZoom">
177
        <property name="toolTip">
178
         <string>Slide to zoom map</string>
179
        </property>
180
        <property name="statusTip">
181
         <string/>
182
        </property>
183
        <property name="whatsThis">
184
         <string>With this slider you can change the toom level ov the map in 10 steps.</string>
185
        </property>
186
        <property name="maximum">
187
         <number>9</number>
188
        </property>
189
        <property name="pageStep">
190
         <number>1</number>
191
        </property>
283 andreas 192
        <property name="orientation">
193
         <enum>Qt::Horizontal</enum>
194
        </property>
284 andreas 195
       </widget>
283 andreas 196
      </item>
284 andreas 197
      <item row="1" column="0">
198
       <widget class="QLabel" name="label_5">
283 andreas 199
        <property name="text">
284 andreas 200
         <string>Zoom</string>
283 andreas 201
        </property>
202
       </widget>
203
      </item>
204
     </layout>
205
    </widget>
206
   </item>
207
  </layout>
208
 </widget>
209
 <customwidgets>
210
  <customwidget>
211
   <class>KIntSpinBox</class>
212
   <extends>QSpinBox</extends>
213
   <header>knuminput.h</header>
214
  </customwidget>
215
  <customwidget>
216
   <class>KUrlRequester</class>
217
   <extends>QFrame</extends>
218
   <header>kurlrequester.h</header>
219
  </customwidget>
220
  <customwidget>
221
   <class>KDoubleNumInput</class>
222
   <extends>QWidget</extends>
223
   <header>knuminput.h</header>
224
  </customwidget>
225
  <customwidget>
226
   <class>KPushButton</class>
227
   <extends>QPushButton</extends>
228
   <header>kpushbutton.h</header>
229
  </customwidget>
230
  <customwidget>
231
   <class>KComboBox</class>
232
   <extends>QComboBox</extends>
233
   <header>kcombobox.h</header>
234
  </customwidget>
235
  <customwidget>
236
   <class>KActionSelector</class>
237
   <extends>QWidget</extends>
238
   <header>kactionselector.h</header>
239
  </customwidget>
240
 </customwidgets>
241
 <tabstops>
242
  <tabstop>urlWMS</tabstop>
243
  <tabstop>cbCities</tabstop>
244
  <tabstop>buttonBox</tabstop>
245
  <tabstop>pbGetCapabilities</tabstop>
246
  <tabstop>edBands</tabstop>
284 andreas 247
  <tabstop>slideZoom</tabstop>
283 andreas 248
  <tabstop>cbStyles</tabstop>
249
  <tabstop>pbDetails</tabstop>
250
 </tabstops>
251
 <resources/>
252
 <connections>
253
  <connection>
254
   <sender>buttonBox</sender>
255
   <signal>accepted()</signal>
256
   <receiver>wmsSelectorWidgetBase</receiver>
257
   <slot>accept()</slot>
258
   <hints>
259
    <hint type="sourcelabel">
260
     <x>246</x>
261
     <y>384</y>
262
    </hint>
263
    <hint type="destinationlabel">
264
     <x>157</x>
265
     <y>274</y>
266
    </hint>
267
   </hints>
268
  </connection>
269
  <connection>
270
   <sender>buttonBox</sender>
271
   <signal>rejected()</signal>
272
   <receiver>wmsSelectorWidgetBase</receiver>
273
   <slot>reject()</slot>
274
   <hints>
275
    <hint type="sourcelabel">
276
     <x>314</x>
277
     <y>384</y>
278
    </hint>
279
    <hint type="destinationlabel">
280
     <x>286</x>
281
     <y>274</y>
282
    </hint>
283
   </hints>
284
  </connection>
285
  <connection>
286
   <sender>pbDetails</sender>
287
   <signal>clicked()</signal>
288
   <receiver>wmsSelectorWidgetBase</receiver>
289
   <slot>slotDetails()</slot>
290
   <hints>
291
    <hint type="sourcelabel">
292
     <x>672</x>
293
     <y>152</y>
294
    </hint>
295
    <hint type="destinationlabel">
296
     <x>485</x>
297
     <y>50</y>
298
    </hint>
299
   </hints>
300
  </connection>
301
  <connection>
302
   <sender>pbGetCapabilities</sender>
303
   <signal>clicked()</signal>
304
   <receiver>wmsSelectorWidgetBase</receiver>
305
   <slot>slotGetCapabilities()</slot>
306
   <hints>
307
    <hint type="sourcelabel">
308
     <x>387</x>
309
     <y>49</y>
310
    </hint>
311
    <hint type="destinationlabel">
312
     <x>386</x>
313
     <y>73</y>
314
    </hint>
315
   </hints>
316
  </connection>
317
  <connection>
318
   <sender>actionLayer</sender>
319
   <signal>added(QListWidgetItem*)</signal>
320
   <receiver>wmsSelectorWidgetBase</receiver>
321
   <slot>slotAdded(QListWidgetItem*)</slot>
322
   <hints>
323
    <hint type="sourcelabel">
324
     <x>345</x>
325
     <y>322</y>
326
    </hint>
327
    <hint type="destinationlabel">
328
     <x>370</x>
329
     <y>334</y>
330
    </hint>
331
   </hints>
332
  </connection>
333
  <connection>
334
   <sender>actionLayer</sender>
335
   <signal>removed(QListWidgetItem*)</signal>
336
   <receiver>wmsSelectorWidgetBase</receiver>
337
   <slot>slotRemoved(QListWidgetItem*)</slot>
338
   <hints>
339
    <hint type="sourcelabel">
340
     <x>338</x>
341
     <y>286</y>
342
    </hint>
343
    <hint type="destinationlabel">
344
     <x>370</x>
345
     <y>296</y>
346
    </hint>
347
   </hints>
348
  </connection>
349
  <connection>
350
   <sender>actionLayer</sender>
351
   <signal>movedDown(QListWidgetItem*)</signal>
352
   <receiver>wmsSelectorWidgetBase</receiver>
353
   <slot>slotDown(QListWidgetItem*)</slot>
354
   <hints>
355
    <hint type="sourcelabel">
356
     <x>348</x>
357
     <y>252</y>
358
    </hint>
359
    <hint type="destinationlabel">
360
     <x>371</x>
361
     <y>260</y>
362
    </hint>
363
   </hints>
364
  </connection>
365
  <connection>
366
   <sender>actionLayer</sender>
367
   <signal>movedUp(QListWidgetItem*)</signal>
368
   <receiver>wmsSelectorWidgetBase</receiver>
369
   <slot>slotUp(QListWidgetItem*)</slot>
370
   <hints>
371
    <hint type="sourcelabel">
372
     <x>345</x>
373
     <y>209</y>
374
    </hint>
375
    <hint type="destinationlabel">
376
     <x>370</x>
377
     <y>214</y>
378
    </hint>
379
   </hints>
380
  </connection>
381
  <connection>
382
   <sender>cbCities</sender>
383
   <signal>currentIndexChanged(QString)</signal>
384
   <receiver>wmsSelectorWidgetBase</receiver>
385
   <slot>slotCities(QString)</slot>
386
   <hints>
387
    <hint type="sourcelabel">
388
     <x>310</x>
389
     <y>142</y>
390
    </hint>
391
    <hint type="destinationlabel">
392
     <x>369</x>
393
     <y>166</y>
394
    </hint>
395
   </hints>
396
  </connection>
397
  <connection>
398
   <sender>cbStyles</sender>
399
   <signal>toggled(bool)</signal>
400
   <receiver>wmsSelectorWidgetBase</receiver>
401
   <slot>slotStyles(bool)</slot>
402
   <hints>
403
    <hint type="sourcelabel">
404
     <x>615</x>
405
     <y>112</y>
406
    </hint>
407
    <hint type="destinationlabel">
284 andreas 408
     <x>676</x>
283 andreas 409
     <y>104</y>
410
    </hint>
411
   </hints>
412
  </connection>
284 andreas 413
  <connection>
414
   <sender>slideZoom</sender>
415
   <signal>valueChanged(int)</signal>
416
   <receiver>wmsSelectorWidgetBase</receiver>
417
   <slot>slotValueChanged(int)</slot>
418
   <hints>
419
    <hint type="sourcelabel">
420
     <x>500</x>
421
     <y>108</y>
422
    </hint>
423
    <hint type="destinationlabel">
424
     <x>370</x>
425
     <y>121</y>
426
    </hint>
427
   </hints>
428
  </connection>
429
  <connection>
430
   <sender>slideZoom</sender>
431
   <signal>sliderReleased()</signal>
432
   <receiver>wmsSelectorWidgetBase</receiver>
433
   <slot>slotSliderReleased()</slot>
434
   <hints>
435
    <hint type="sourcelabel">
436
     <x>440</x>
437
     <y>104</y>
438
    </hint>
439
    <hint type="destinationlabel">
440
     <x>371</x>
441
     <y>98</y>
442
    </hint>
443
   </hints>
444
  </connection>
445
  <connection>
446
   <sender>slideZoom</sender>
447
   <signal>sliderPressed()</signal>
448
   <receiver>wmsSelectorWidgetBase</receiver>
449
   <slot>slotSliderPressed()</slot>
450
   <hints>
451
    <hint type="sourcelabel">
452
     <x>554</x>
453
     <y>109</y>
454
    </hint>
455
    <hint type="destinationlabel">
456
     <x>677</x>
457
     <y>66</y>
458
    </hint>
459
   </hints>
460
  </connection>
283 andreas 461
 </connections>
462
 <slots>
463
  <slot>slotURLChanged()</slot>
464
  <slot>slotDetails()</slot>
465
  <slot>slotGetCapabilities()</slot>
466
  <slot>slotAdded(QListWidgetItem*)</slot>
467
  <slot>slotRemoved(QListWidgetItem*)</slot>
468
  <slot>slotDown(QListWidgetItem*)</slot>
469
  <slot>slotUp(QListWidgetItem*)</slot>
470
  <slot>slotCities(QString)</slot>
471
  <slot>slotStyles(bool)</slot>
284 andreas 472
  <slot>slotValueChanged(int)</slot>
473
  <slot>slotSliderReleased()</slot>
474
  <slot>slotSliderPressed()</slot>
283 andreas 475
 </slots>
476
</ui>