Subversion Repositories public

Rev

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