Subversion Repositories public

Rev

Rev 283 | 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
 <class>wmsWidgetBase</class>
4
 <widget class="QDialog" name="wmsWidgetBase">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>513</width>
283 andreas 10
    <height>657</height>
232 andreas 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>WMS</string>
15
  </property>
16
  <property name="locale">
17
   <locale language="English" country="UnitedStates"/>
18
  </property>
19
  <property name="sizeGripEnabled">
20
   <bool>true</bool>
21
  </property>
22
  <layout class="QGridLayout">
23
   <item row="3" column="3">
24
    <widget class="KPushButton" name="pbCancel">
25
     <property name="toolTip">
26
      <string>Click this to cancel all made settings and close this dialog.</string>
27
     </property>
28
     <property name="text">
29
      <string>Cancel</string>
30
     </property>
31
    </widget>
32
   </item>
33
   <item row="3" column="2">
34
    <spacer name="spacer10">
35
     <property name="orientation">
36
      <enum>Qt::Horizontal</enum>
37
     </property>
38
     <property name="sizeType">
39
      <enum>QSizePolicy::Expanding</enum>
40
     </property>
41
     <property name="sizeHint" stdset="0">
42
      <size>
43
       <width>80</width>
44
       <height>20</height>
45
      </size>
46
     </property>
47
    </spacer>
48
   </item>
49
   <item row="3" column="0">
50
    <spacer name="spacer9">
51
     <property name="orientation">
52
      <enum>Qt::Horizontal</enum>
53
     </property>
54
     <property name="sizeType">
55
      <enum>QSizePolicy::Expanding</enum>
56
     </property>
57
     <property name="sizeHint" stdset="0">
58
      <size>
59
       <width>40</width>
60
       <height>20</height>
61
      </size>
62
     </property>
63
    </spacer>
64
   </item>
65
   <item row="3" column="4">
66
    <spacer name="spacer11">
67
     <property name="orientation">
68
      <enum>Qt::Horizontal</enum>
69
     </property>
70
     <property name="sizeType">
71
      <enum>QSizePolicy::Expanding</enum>
72
     </property>
73
     <property name="sizeHint" stdset="0">
74
      <size>
75
       <width>110</width>
76
       <height>20</height>
77
      </size>
78
     </property>
79
    </spacer>
80
   </item>
81
   <item row="3" column="1">
82
    <widget class="KPushButton" name="pbSave">
83
     <property name="toolTip">
84
      <string>Click this to save all settings.</string>
85
     </property>
86
     <property name="text">
87
      <string>Save</string>
88
     </property>
89
     <property name="default">
90
      <bool>true</bool>
91
     </property>
92
    </widget>
93
   </item>
94
   <item row="0" column="0" colspan="5">
95
    <widget class="Q3GroupBox" name="groupBox1">
96
     <property name="title">
97
      <string>Server settings</string>
98
     </property>
99
     <layout class="QGridLayout">
283 andreas 100
      <item row="6" column="3" colspan="2">
232 andreas 101
       <spacer name="spacer5">
102
        <property name="orientation">
103
         <enum>Qt::Horizontal</enum>
153 andreas 104
        </property>
232 andreas 105
        <property name="sizeType">
106
         <enum>QSizePolicy::Expanding</enum>
107
        </property>
108
        <property name="sizeHint" stdset="0">
109
         <size>
110
          <width>240</width>
111
          <height>20</height>
112
         </size>
113
        </property>
114
       </spacer>
115
      </item>
116
      <item row="9" column="0">
117
       <widget class="QLabel" name="textLabel6">
118
        <property name="text">
119
         <string>Depth</string>
120
        </property>
121
        <property name="wordWrap">
122
         <bool>false</bool>
123
        </property>
124
       </widget>
125
      </item>
126
      <item row="2" column="1" colspan="2">
127
       <widget class="KComboBox" name="cbSRS">
128
        <item>
129
         <property name="text">
130
          <string>EPSG:4326</string>
131
         </property>
132
        </item>
133
        <item>
134
         <property name="text">
135
          <string>EPSG:31257</string>
136
         </property>
137
        </item>
138
        <item>
139
         <property name="text">
140
          <string>EPSG:31258</string>
141
         </property>
142
        </item>
143
        <item>
144
         <property name="text">
145
          <string>EPSG:31259</string>
146
         </property>
147
        </item>
148
        <item>
149
         <property name="text">
150
          <string>EPSG:31286</string>
151
         </property>
152
        </item>
153
        <item>
154
         <property name="text">
155
          <string>EPSG:31287</string>
156
         </property>
157
        </item>
158
        <item>
159
         <property name="text">
160
          <string>EPSG:31288</string>
161
         </property>
162
        </item>
299 andreas 163
        <item>
164
         <property name="text">
165
          <string>EPSG:900913</string>
166
         </property>
167
        </item>
168
        <item>
169
         <property name="text">
170
          <string>EPSG:3395</string>
171
         </property>
172
        </item>
232 andreas 173
       </widget>
174
      </item>
175
      <item row="7" column="0">
176
       <widget class="QLabel" name="textLabel7">
177
        <property name="text">
178
         <string>Styles</string>
179
        </property>
180
        <property name="wordWrap">
181
         <bool>false</bool>
182
        </property>
183
       </widget>
184
      </item>
185
      <item row="6" column="0">
186
       <widget class="QLabel" name="textLabel11">
187
        <property name="text">
188
         <string>Version</string>
189
        </property>
190
        <property name="wordWrap">
191
         <bool>false</bool>
192
        </property>
193
       </widget>
194
      </item>
283 andreas 195
      <item row="1" column="1" colspan="4">
232 andreas 196
       <widget class="KLineEdit" name="edLayer">
197
        <property name="toolTip">
198
         <string>If you need or want to specify layers, do it here.</string>
199
        </property>
200
       </widget>
201
      </item>
202
      <item row="10" column="2" colspan="2">
203
       <spacer name="spacer8">
204
        <property name="orientation">
205
         <enum>Qt::Horizontal</enum>
206
        </property>
207
        <property name="sizeType">
208
         <enum>QSizePolicy::Expanding</enum>
209
        </property>
210
        <property name="sizeHint" stdset="0">
211
         <size>
212
          <width>321</width>
213
          <height>20</height>
214
         </size>
215
        </property>
216
       </spacer>
217
      </item>
218
      <item row="10" column="0">
219
       <widget class="QLabel" name="textLabel8">
220
        <property name="text">
221
         <string>Overview count</string>
222
        </property>
223
        <property name="wordWrap">
224
         <bool>false</bool>
225
        </property>
226
       </widget>
227
      </item>
283 andreas 228
      <item row="7" column="1" colspan="4">
232 andreas 229
       <widget class="KLineEdit" name="edStyles">
230
        <property name="toolTip">
231
         <string>In case you've entered layers, you must enter one style for every layer!</string>
232
        </property>
233
       </widget>
234
      </item>
235
      <item row="5" column="0">
236
       <widget class="QLabel" name="textLabel12">
237
        <property name="text">
238
         <string>Image format</string>
239
        </property>
240
        <property name="wordWrap">
241
         <bool>false</bool>
242
        </property>
243
       </widget>
244
      </item>
283 andreas 245
      <item row="4" column="2" colspan="3">
232 andreas 246
       <spacer name="spacer4">
247
        <property name="orientation">
248
         <enum>Qt::Horizontal</enum>
249
        </property>
250
        <property name="sizeType">
251
         <enum>QSizePolicy::Expanding</enum>
252
        </property>
253
        <property name="sizeHint" stdset="0">
254
         <size>
255
          <width>321</width>
256
          <height>20</height>
257
         </size>
258
        </property>
259
       </spacer>
260
      </item>
283 andreas 261
      <item row="9" column="2" colspan="3">
232 andreas 262
       <spacer name="spacer7">
263
        <property name="orientation">
264
         <enum>Qt::Horizontal</enum>
265
        </property>
266
        <property name="sizeType">
267
         <enum>QSizePolicy::Expanding</enum>
268
        </property>
269
        <property name="sizeHint" stdset="0">
270
         <size>
271
          <width>321</width>
272
          <height>20</height>
273
         </size>
274
        </property>
275
       </spacer>
276
      </item>
277
      <item row="9" column="1">
278
       <widget class="KIntSpinBox" name="edDepth">
279
        <property name="value">
280
         <number>2</number>
281
        </property>
282
        <property name="minValue" stdset="0">
283
         <number>1</number>
284
        </property>
285
       </widget>
286
      </item>
283 andreas 287
      <item row="3" column="3" colspan="2">
232 andreas 288
       <spacer name="spacer3">
289
        <property name="orientation">
290
         <enum>Qt::Horizontal</enum>
291
        </property>
292
        <property name="sizeType">
293
         <enum>QSizePolicy::Expanding</enum>
294
        </property>
295
        <property name="sizeHint" stdset="0">
296
         <size>
297
          <width>240</width>
298
          <height>20</height>
299
         </size>
300
        </property>
301
       </spacer>
302
      </item>
303
      <item row="10" column="1">
304
       <widget class="KIntSpinBox" name="edOverview">
305
        <property name="value">
306
         <number>10</number>
307
        </property>
308
        <property name="minValue" stdset="0">
309
         <number>1</number>
310
        </property>
311
       </widget>
312
      </item>
283 andreas 313
      <item row="8" column="3" colspan="2">
232 andreas 314
       <spacer name="spacer6">
315
        <property name="orientation">
316
         <enum>Qt::Horizontal</enum>
317
        </property>
318
        <property name="sizeType">
319
         <enum>QSizePolicy::Expanding</enum>
320
        </property>
321
        <property name="sizeHint" stdset="0">
322
         <size>
323
          <width>240</width>
324
          <height>20</height>
325
         </size>
326
        </property>
327
       </spacer>
328
      </item>
329
      <item row="6" column="1" colspan="2">
330
       <widget class="KComboBox" name="cbVersion">
331
        <property name="toolTip">
332
         <string>The version of the WMS server. This defines the used protocol.</string>
333
        </property>
334
        <item>
335
         <property name="text">
336
          <string>1.1.1</string>
337
         </property>
338
        </item>
339
        <item>
340
         <property name="text">
341
          <string>1.1</string>
342
         </property>
343
        </item>
344
        <item>
345
         <property name="text">
346
          <string>1</string>
347
         </property>
348
        </item>
349
       </widget>
350
      </item>
351
      <item row="2" column="0">
352
       <widget class="QLabel" name="textLabel3">
353
        <property name="text">
354
         <string>SRS</string>
355
        </property>
356
        <property name="wordWrap">
357
         <bool>false</bool>
358
        </property>
359
       </widget>
360
      </item>
361
      <item row="1" column="0">
362
       <widget class="QLabel" name="textLabel2">
363
        <property name="text">
364
         <string>Layer Name</string>
365
        </property>
366
        <property name="wordWrap">
367
         <bool>false</bool>
368
        </property>
369
       </widget>
370
      </item>
283 andreas 371
      <item row="0" column="1" colspan="4">
232 andreas 372
       <widget class="KUrlRequester" name="edServerURL">
373
        <property name="acceptDrops">
374
         <bool>true</bool>
375
        </property>
376
        <property name="toolTip">
377
         <string>Enter the URL to the WMS server.</string>
378
        </property>
379
       </widget>
380
      </item>
381
      <item row="0" column="0">
382
       <widget class="QLabel" name="textLabel1">
383
        <property name="text">
384
         <string>Server URL</string>
385
        </property>
386
        <property name="wordWrap">
387
         <bool>false</bool>
388
        </property>
389
       </widget>
390
      </item>
283 andreas 391
      <item row="5" column="3" colspan="2">
232 andreas 392
       <spacer name="spacer18">
393
        <property name="orientation">
394
         <enum>Qt::Horizontal</enum>
395
        </property>
396
        <property name="sizeType">
397
         <enum>QSizePolicy::Expanding</enum>
398
        </property>
399
        <property name="sizeHint" stdset="0">
400
         <size>
401
          <width>240</width>
402
          <height>20</height>
403
         </size>
404
        </property>
405
       </spacer>
406
      </item>
407
      <item row="8" column="1" colspan="2">
408
       <widget class="KComboBox" name="cbTile">
409
        <property name="toolTip">
410
         <string>The size of the tiles you want. The performance depends on this.</string>
411
        </property>
412
        <property name="currentItem" stdset="0">
413
         <number>2</number>
414
        </property>
415
        <item>
416
         <property name="text">
417
          <string>64x64</string>
418
         </property>
419
        </item>
420
        <item>
421
         <property name="text">
422
          <string>128x128</string>
423
         </property>
424
        </item>
425
        <item>
426
         <property name="text">
427
          <string>256x256</string>
428
         </property>
429
        </item>
430
        <item>
431
         <property name="text">
432
          <string>512x512</string>
433
         </property>
434
        </item>
435
        <item>
436
         <property name="text">
437
          <string>1024x1024</string>
438
         </property>
439
        </item>
440
       </widget>
441
      </item>
442
      <item row="8" column="0">
443
       <widget class="QLabel" name="textLabel5">
444
        <property name="text">
445
         <string>Tile size</string>
446
        </property>
447
        <property name="wordWrap">
448
         <bool>false</bool>
449
        </property>
450
       </widget>
451
      </item>
452
      <item row="5" column="1" colspan="2">
453
       <widget class="KComboBox" name="cbImage">
454
        <property name="toolTip">
455
         <string>The grafic format the server returns.</string>
456
        </property>
457
        <property name="currentItem" stdset="0">
458
         <number>2</number>
459
        </property>
460
        <item>
461
         <property name="text">
462
          <string>GIF</string>
463
         </property>
464
        </item>
465
        <item>
466
         <property name="text">
467
          <string>JPEG</string>
468
         </property>
469
        </item>
470
        <item>
471
         <property name="text">
472
          <string>PNG</string>
473
         </property>
474
        </item>
475
        <item>
476
         <property name="text">
477
          <string>TIFF</string>
478
         </property>
479
        </item>
480
       </widget>
481
      </item>
482
      <item row="4" column="0">
483
       <widget class="QLabel" name="textLabel4">
484
        <property name="text">
485
         <string>Bands</string>
486
        </property>
487
        <property name="wordWrap">
488
         <bool>false</bool>
489
        </property>
490
       </widget>
491
      </item>
492
      <item row="3" column="1" colspan="2">
493
       <widget class="KComboBox" name="cbCRS">
494
        <item>
495
         <property name="text">
496
          <string>CRS:83</string>
497
         </property>
498
        </item>
499
        <item>
500
         <property name="text">
501
          <string>CRS:84</string>
502
         </property>
503
        </item>
504
        <item>
505
         <property name="text">
506
          <string>EPSG:4326</string>
507
         </property>
508
        </item>
509
        <item>
510
         <property name="text">
511
          <string>EPSG:31259</string>
512
         </property>
513
        </item>
514
        <item>
515
         <property name="text">
516
          <string>EPSG:31287</string>
517
         </property>
518
        </item>
299 andreas 519
        <item>
520
         <property name="text">
521
          <string>EPSG:900913</string>
522
         </property>
523
        </item>
524
        <item>
525
         <property name="text">
526
          <string>EPSG:3395</string>
527
         </property>
528
        </item>
232 andreas 529
       </widget>
530
      </item>
531
      <item row="3" column="0">
532
       <widget class="QLabel" name="textLabel9">
533
        <property name="text">
534
         <string>CRS</string>
535
        </property>
536
        <property name="wordWrap">
537
         <bool>false</bool>
538
        </property>
539
       </widget>
540
      </item>
283 andreas 541
      <item row="2" column="3" colspan="2">
232 andreas 542
       <spacer name="spacer2">
543
        <property name="orientation">
544
         <enum>Qt::Horizontal</enum>
545
        </property>
546
        <property name="sizeType">
547
         <enum>QSizePolicy::Expanding</enum>
548
        </property>
549
        <property name="sizeHint" stdset="0">
550
         <size>
551
          <width>240</width>
552
          <height>20</height>
553
         </size>
554
        </property>
555
       </spacer>
556
      </item>
557
      <item row="4" column="1">
558
       <widget class="KIntSpinBox" name="edBands">
559
        <property name="toolTip">
560
         <string>Set the number of bands the server returns (mostly 3 or 4).</string>
561
        </property>
562
        <property name="value">
563
         <number>3</number>
564
        </property>
565
        <property name="minValue" stdset="0">
566
         <number>1</number>
567
        </property>
568
       </widget>
569
      </item>
283 andreas 570
      <item row="10" column="4">
571
       <widget class="KPushButton" name="pbGetCapabilities">
572
        <property name="text">
573
         <string>Get capabilities</string>
574
        </property>
575
       </widget>
576
      </item>
232 andreas 577
     </layout>
578
    </widget>
579
   </item>
580
   <item row="1" column="0" colspan="5">
581
    <widget class="Q3GroupBox" name="groupBox2">
582
     <property name="title">
583
      <string>Read modes</string>
584
     </property>
585
     <layout class="QGridLayout">
586
      <item row="1" column="1">
587
       <widget class="QCheckBox" name="chOffline">
588
        <property name="toolTip">
589
         <string>Check this if you don't want to get maps online.</string>
590
        </property>
591
        <property name="text">
592
         <string>Offline mode</string>
593
        </property>
594
       </widget>
595
      </item>
596
      <item row="0" column="1" colspan="3">
597
       <widget class="QCheckBox" name="chSquare">
598
        <property name="toolTip">
599
         <string>In rare cases, a WMS server is not able to convert the map into the right dimensions. Then this may help.</string>
600
        </property>
601
        <property name="text">
602
         <string>WMS Server uses square pixels</string>
603
        </property>
604
       </widget>
605
      </item>
606
      <item row="2" column="1">
607
       <widget class="QCheckBox" name="chAdvice">
608
        <property name="text">
609
         <string>Advise read</string>
610
        </property>
611
       </widget>
612
      </item>
613
      <item row="1" column="0">
614
       <spacer name="spacer12">
615
        <property name="orientation">
616
         <enum>Qt::Horizontal</enum>
617
        </property>
618
        <property name="sizeType">
619
         <enum>QSizePolicy::Expanding</enum>
620
        </property>
621
        <property name="sizeHint" stdset="0">
622
         <size>
623
          <width>104</width>
624
          <height>20</height>
625
         </size>
626
        </property>
627
       </spacer>
628
      </item>
629
      <item row="2" column="0">
630
       <spacer name="spacer13">
631
        <property name="orientation">
632
         <enum>Qt::Horizontal</enum>
633
        </property>
634
        <property name="sizeType">
635
         <enum>QSizePolicy::Expanding</enum>
636
        </property>
637
        <property name="sizeHint" stdset="0">
638
         <size>
639
          <width>104</width>
640
          <height>20</height>
641
         </size>
642
        </property>
643
       </spacer>
644
      </item>
645
      <item row="3" column="0">
646
       <spacer name="spacer14">
647
        <property name="orientation">
648
         <enum>Qt::Horizontal</enum>
649
        </property>
650
        <property name="sizeType">
651
         <enum>QSizePolicy::Expanding</enum>
652
        </property>
653
        <property name="sizeHint" stdset="0">
654
         <size>
655
          <width>104</width>
656
          <height>20</height>
657
         </size>
658
        </property>
659
       </spacer>
660
      </item>
661
      <item row="0" column="0">
662
       <spacer name="spacer18_2">
663
        <property name="orientation">
664
         <enum>Qt::Horizontal</enum>
665
        </property>
666
        <property name="sizeType">
667
         <enum>QSizePolicy::Expanding</enum>
668
        </property>
669
        <property name="sizeHint" stdset="0">
670
         <size>
671
          <width>104</width>
672
          <height>20</height>
673
         </size>
674
        </property>
675
       </spacer>
676
      </item>
677
      <item row="3" column="1" colspan="2">
678
       <widget class="QCheckBox" name="chVerify">
679
        <property name="text">
680
         <string>Verify advise read</string>
681
        </property>
682
        <property name="checked">
683
         <bool>true</bool>
684
        </property>
685
       </widget>
686
      </item>
687
      <item row="0" column="4">
688
       <spacer name="spacer19">
689
        <property name="orientation">
690
         <enum>Qt::Horizontal</enum>
691
        </property>
692
        <property name="sizeType">
693
         <enum>QSizePolicy::Expanding</enum>
694
        </property>
695
        <property name="sizeHint" stdset="0">
696
         <size>
697
          <width>120</width>
698
          <height>20</height>
699
         </size>
700
        </property>
701
       </spacer>
702
      </item>
703
      <item row="1" column="2" colspan="3">
704
       <spacer name="spacer15">
705
        <property name="orientation">
706
         <enum>Qt::Horizontal</enum>
707
        </property>
708
        <property name="sizeType">
709
         <enum>QSizePolicy::Expanding</enum>
710
        </property>
711
        <property name="sizeHint" stdset="0">
712
         <size>
713
          <width>230</width>
714
          <height>20</height>
715
         </size>
716
        </property>
717
       </spacer>
718
      </item>
719
      <item row="2" column="2" colspan="3">
720
       <spacer name="spacer16">
721
        <property name="orientation">
722
         <enum>Qt::Horizontal</enum>
723
        </property>
724
        <property name="sizeType">
725
         <enum>QSizePolicy::Expanding</enum>
726
        </property>
727
        <property name="sizeHint" stdset="0">
728
         <size>
729
          <width>230</width>
730
          <height>20</height>
731
         </size>
732
        </property>
733
       </spacer>
734
      </item>
735
      <item row="3" column="3" colspan="2">
736
       <spacer name="spacer17">
737
        <property name="orientation">
738
         <enum>Qt::Horizontal</enum>
739
        </property>
740
        <property name="sizeType">
741
         <enum>QSizePolicy::Expanding</enum>
742
        </property>
743
        <property name="sizeHint" stdset="0">
744
         <size>
745
          <width>170</width>
746
          <height>20</height>
747
         </size>
748
        </property>
749
       </spacer>
750
      </item>
751
     </layout>
752
    </widget>
753
   </item>
754
   <item row="2" column="0" colspan="5">
755
    <widget class="Q3GroupBox" name="groupBox3">
756
     <property name="title">
757
      <string>Manual corrections</string>
758
     </property>
759
     <layout class="QGridLayout">
760
      <item row="0" column="0">
761
       <widget class="QLabel" name="textLabel1_2">
762
        <property name="text">
763
         <string>Add meters to longitude</string>
764
        </property>
765
        <property name="wordWrap">
766
         <bool>false</bool>
767
        </property>
768
       </widget>
769
      </item>
770
      <item row="1" column="0">
771
       <widget class="QLabel" name="textLabel2_2">
772
        <property name="text">
773
         <string>Add meters to latitude</string>
774
        </property>
775
        <property name="wordWrap">
776
         <bool>false</bool>
777
        </property>
778
       </widget>
779
      </item>
780
      <item row="0" column="1">
781
       <widget class="KIntSpinBox" name="edCorrX">
782
        <property name="toolTip">
783
         <string>Add some meters to longitude, to correct an error.</string>
784
        </property>
785
        <property name="maxValue" stdset="0">
786
         <number>999999</number>
787
        </property>
788
        <property name="minValue" stdset="0">
789
         <number>-999999</number>
790
        </property>
791
       </widget>
792
      </item>
793
      <item row="1" column="1">
794
       <widget class="KIntSpinBox" name="edCorrY">
795
        <property name="toolTip">
796
         <string>Add some meters to latitude, to correct an error.</string>
797
        </property>
798
        <property name="maxValue" stdset="0">
799
         <number>999999</number>
800
        </property>
801
        <property name="minValue" stdset="0">
802
         <number>-999999</number>
803
        </property>
804
       </widget>
805
      </item>
806
      <item row="0" column="2">
807
       <spacer name="spacer21">
808
        <property name="orientation">
809
         <enum>Qt::Horizontal</enum>
810
        </property>
811
        <property name="sizeType">
812
         <enum>QSizePolicy::Expanding</enum>
813
        </property>
814
        <property name="sizeHint" stdset="0">
815
         <size>
816
          <width>220</width>
817
          <height>20</height>
818
         </size>
819
        </property>
820
       </spacer>
821
      </item>
822
      <item row="1" column="2">
823
       <spacer name="spacer22">
824
        <property name="orientation">
825
         <enum>Qt::Horizontal</enum>
826
        </property>
827
        <property name="sizeType">
828
         <enum>QSizePolicy::Expanding</enum>
829
        </property>
830
        <property name="sizeHint" stdset="0">
831
         <size>
832
          <width>220</width>
833
          <height>20</height>
834
         </size>
835
        </property>
836
       </spacer>
837
      </item>
838
     </layout>
839
    </widget>
840
   </item>
841
  </layout>
842
 </widget>
843
 <layoutdefault spacing="6" margin="11"/>
844
 <customwidgets>
845
  <customwidget>
846
   <class>KIntSpinBox</class>
847
   <extends>QSpinBox</extends>
848
   <header>knuminput.h</header>
849
  </customwidget>
850
  <customwidget>
283 andreas 851
   <class>KUrlRequester</class>
852
   <extends>QFrame</extends>
853
   <header>kurlrequester.h</header>
232 andreas 854
  </customwidget>
855
  <customwidget>
856
   <class>KPushButton</class>
857
   <extends>QPushButton</extends>
858
   <header>kpushbutton.h</header>
859
  </customwidget>
860
  <customwidget>
283 andreas 861
   <class>KLineEdit</class>
862
   <extends>QLineEdit</extends>
863
   <header>klineedit.h</header>
232 andreas 864
  </customwidget>
865
  <customwidget>
283 andreas 866
   <class>KComboBox</class>
867
   <extends>QComboBox</extends>
868
   <header>kcombobox.h</header>
869
  </customwidget>
870
  <customwidget>
232 andreas 871
   <class>Q3GroupBox</class>
872
   <extends>QGroupBox</extends>
873
   <header>Qt3Support/Q3GroupBox</header>
874
   <container>1</container>
875
  </customwidget>
876
 </customwidgets>
877
 <tabstops>
878
  <tabstop>edServerURL</tabstop>
879
  <tabstop>edLayer</tabstop>
880
  <tabstop>cbSRS</tabstop>
881
  <tabstop>cbCRS</tabstop>
882
  <tabstop>edBands</tabstop>
883
  <tabstop>cbImage</tabstop>
884
  <tabstop>cbVersion</tabstop>
885
  <tabstop>edStyles</tabstop>
886
  <tabstop>cbTile</tabstop>
887
  <tabstop>edDepth</tabstop>
888
  <tabstop>edOverview</tabstop>
283 andreas 889
  <tabstop>pbGetCapabilities</tabstop>
232 andreas 890
  <tabstop>chSquare</tabstop>
891
  <tabstop>chOffline</tabstop>
892
  <tabstop>chAdvice</tabstop>
893
  <tabstop>chVerify</tabstop>
894
  <tabstop>edCorrX</tabstop>
895
  <tabstop>edCorrY</tabstop>
896
  <tabstop>pbSave</tabstop>
897
  <tabstop>pbCancel</tabstop>
898
 </tabstops>
899
 <includes>
900
  <include location="local">kpushbutton.h</include>
901
  <include location="local">kpushbutton.h</include>
902
  <include location="local">kcombobox.h</include>
903
  <include location="local">klineedit.h</include>
904
  <include location="local">klineedit.h</include>
905
  <include location="local">knuminput.h</include>
906
  <include location="local">knuminput.h</include>
907
  <include location="local">kcombobox.h</include>
908
  <include location="local">kurlrequester.h</include>
909
  <include location="local">klineedit.h</include>
910
  <include location="local">kpushbutton.h</include>
911
  <include location="local">kcombobox.h</include>
912
  <include location="local">kcombobox.h</include>
913
  <include location="local">kcombobox.h</include>
914
  <include location="local">knuminput.h</include>
915
  <include location="local">knuminput.h</include>
916
  <include location="local">knuminput.h</include>
917
 </includes>
918
 <resources/>
919
 <connections>
920
  <connection>
921
   <sender>pbSave</sender>
922
   <signal>clicked()</signal>
923
   <receiver>wmsWidgetBase</receiver>
924
   <slot>bpSaveSlot()</slot>
925
   <hints>
926
    <hint type="sourcelabel">
283 andreas 927
     <x>147</x>
928
     <y>648</y>
232 andreas 929
    </hint>
930
    <hint type="destinationlabel">
931
     <x>20</x>
932
     <y>20</y>
933
    </hint>
934
   </hints>
935
  </connection>
936
  <connection>
937
   <sender>pbCancel</sender>
938
   <signal>clicked()</signal>
939
   <receiver>wmsWidgetBase</receiver>
940
   <slot>bpCancelSlot()</slot>
941
   <hints>
942
    <hint type="sourcelabel">
283 andreas 943
     <x>334</x>
944
     <y>648</y>
232 andreas 945
    </hint>
946
    <hint type="destinationlabel">
947
     <x>20</x>
948
     <y>20</y>
949
    </hint>
950
   </hints>
951
  </connection>
283 andreas 952
  <connection>
953
   <sender>pbGetCapabilities</sender>
954
   <signal>clicked()</signal>
955
   <receiver>wmsWidgetBase</receiver>
956
   <slot>slotGetCapabilities()</slot>
957
   <hints>
958
    <hint type="sourcelabel">
959
     <x>412</x>
960
     <y>347</y>
961
    </hint>
962
    <hint type="destinationlabel">
963
     <x>510</x>
964
     <y>370</y>
965
    </hint>
966
   </hints>
967
  </connection>
232 andreas 968
 </connections>
283 andreas 969
 <slots>
970
  <slot>slotGetCapabilities()</slot>
971
 </slots>
232 andreas 972
</ui>