Subversion Repositories public

Rev

Rev 157 | Rev 283 | 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>
10
    <height>637</height>
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">
100
      <item row="6" column="3">
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>
185
      <item row="1" column="1" colspan="3">
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>
218
      <item row="7" column="1" colspan="3">
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>
235
      <item row="4" column="2" colspan="2">
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>
251
      <item row="9" column="2" colspan="2">
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>
277
      <item row="3" column="3">
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>
303
      <item row="8" column="3">
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>
361
      <item row="0" column="1" colspan="3">
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>
381
      <item row="5" column="3">
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>
521
      <item row="2" column="3">
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>
550
     </layout>
551
    </widget>
552
   </item>
553
   <item row="1" column="0" colspan="5">
554
    <widget class="Q3GroupBox" name="groupBox2">
555
     <property name="title">
556
      <string>Read modes</string>
557
     </property>
558
     <layout class="QGridLayout">
559
      <item row="1" column="1">
560
       <widget class="QCheckBox" name="chOffline">
561
        <property name="toolTip">
562
         <string>Check this if you don't want to get maps online.</string>
563
        </property>
564
        <property name="text">
565
         <string>Offline mode</string>
566
        </property>
567
       </widget>
568
      </item>
569
      <item row="0" column="1" colspan="3">
570
       <widget class="QCheckBox" name="chSquare">
571
        <property name="toolTip">
572
         <string>In rare cases, a WMS server is not able to convert the map into the right dimensions. Then this may help.</string>
573
        </property>
574
        <property name="text">
575
         <string>WMS Server uses square pixels</string>
576
        </property>
577
       </widget>
578
      </item>
579
      <item row="2" column="1">
580
       <widget class="QCheckBox" name="chAdvice">
581
        <property name="text">
582
         <string>Advise read</string>
583
        </property>
584
       </widget>
585
      </item>
586
      <item row="1" column="0">
587
       <spacer name="spacer12">
588
        <property name="orientation">
589
         <enum>Qt::Horizontal</enum>
590
        </property>
591
        <property name="sizeType">
592
         <enum>QSizePolicy::Expanding</enum>
593
        </property>
594
        <property name="sizeHint" stdset="0">
595
         <size>
596
          <width>104</width>
597
          <height>20</height>
598
         </size>
599
        </property>
600
       </spacer>
601
      </item>
602
      <item row="2" column="0">
603
       <spacer name="spacer13">
604
        <property name="orientation">
605
         <enum>Qt::Horizontal</enum>
606
        </property>
607
        <property name="sizeType">
608
         <enum>QSizePolicy::Expanding</enum>
609
        </property>
610
        <property name="sizeHint" stdset="0">
611
         <size>
612
          <width>104</width>
613
          <height>20</height>
614
         </size>
615
        </property>
616
       </spacer>
617
      </item>
618
      <item row="3" column="0">
619
       <spacer name="spacer14">
620
        <property name="orientation">
621
         <enum>Qt::Horizontal</enum>
622
        </property>
623
        <property name="sizeType">
624
         <enum>QSizePolicy::Expanding</enum>
625
        </property>
626
        <property name="sizeHint" stdset="0">
627
         <size>
628
          <width>104</width>
629
          <height>20</height>
630
         </size>
631
        </property>
632
       </spacer>
633
      </item>
634
      <item row="0" column="0">
635
       <spacer name="spacer18_2">
636
        <property name="orientation">
637
         <enum>Qt::Horizontal</enum>
638
        </property>
639
        <property name="sizeType">
640
         <enum>QSizePolicy::Expanding</enum>
641
        </property>
642
        <property name="sizeHint" stdset="0">
643
         <size>
644
          <width>104</width>
645
          <height>20</height>
646
         </size>
647
        </property>
648
       </spacer>
649
      </item>
650
      <item row="3" column="1" colspan="2">
651
       <widget class="QCheckBox" name="chVerify">
652
        <property name="text">
653
         <string>Verify advise read</string>
654
        </property>
655
        <property name="checked">
656
         <bool>true</bool>
657
        </property>
658
       </widget>
659
      </item>
660
      <item row="0" column="4">
661
       <spacer name="spacer19">
662
        <property name="orientation">
663
         <enum>Qt::Horizontal</enum>
664
        </property>
665
        <property name="sizeType">
666
         <enum>QSizePolicy::Expanding</enum>
667
        </property>
668
        <property name="sizeHint" stdset="0">
669
         <size>
670
          <width>120</width>
671
          <height>20</height>
672
         </size>
673
        </property>
674
       </spacer>
675
      </item>
676
      <item row="1" column="2" colspan="3">
677
       <spacer name="spacer15">
678
        <property name="orientation">
679
         <enum>Qt::Horizontal</enum>
680
        </property>
681
        <property name="sizeType">
682
         <enum>QSizePolicy::Expanding</enum>
683
        </property>
684
        <property name="sizeHint" stdset="0">
685
         <size>
686
          <width>230</width>
687
          <height>20</height>
688
         </size>
689
        </property>
690
       </spacer>
691
      </item>
692
      <item row="2" column="2" colspan="3">
693
       <spacer name="spacer16">
694
        <property name="orientation">
695
         <enum>Qt::Horizontal</enum>
696
        </property>
697
        <property name="sizeType">
698
         <enum>QSizePolicy::Expanding</enum>
699
        </property>
700
        <property name="sizeHint" stdset="0">
701
         <size>
702
          <width>230</width>
703
          <height>20</height>
704
         </size>
705
        </property>
706
       </spacer>
707
      </item>
708
      <item row="3" column="3" colspan="2">
709
       <spacer name="spacer17">
710
        <property name="orientation">
711
         <enum>Qt::Horizontal</enum>
712
        </property>
713
        <property name="sizeType">
714
         <enum>QSizePolicy::Expanding</enum>
715
        </property>
716
        <property name="sizeHint" stdset="0">
717
         <size>
718
          <width>170</width>
719
          <height>20</height>
720
         </size>
721
        </property>
722
       </spacer>
723
      </item>
724
     </layout>
725
    </widget>
726
   </item>
727
   <item row="2" column="0" colspan="5">
728
    <widget class="Q3GroupBox" name="groupBox3">
729
     <property name="title">
730
      <string>Manual corrections</string>
731
     </property>
732
     <layout class="QGridLayout">
733
      <item row="0" column="0">
734
       <widget class="QLabel" name="textLabel1_2">
735
        <property name="text">
736
         <string>Add meters to longitude</string>
737
        </property>
738
        <property name="wordWrap">
739
         <bool>false</bool>
740
        </property>
741
       </widget>
742
      </item>
743
      <item row="1" column="0">
744
       <widget class="QLabel" name="textLabel2_2">
745
        <property name="text">
746
         <string>Add meters to latitude</string>
747
        </property>
748
        <property name="wordWrap">
749
         <bool>false</bool>
750
        </property>
751
       </widget>
752
      </item>
753
      <item row="0" column="1">
754
       <widget class="KIntSpinBox" name="edCorrX">
755
        <property name="toolTip">
756
         <string>Add some meters to longitude, to correct an error.</string>
757
        </property>
758
        <property name="maxValue" stdset="0">
759
         <number>999999</number>
760
        </property>
761
        <property name="minValue" stdset="0">
762
         <number>-999999</number>
763
        </property>
764
       </widget>
765
      </item>
766
      <item row="1" column="1">
767
       <widget class="KIntSpinBox" name="edCorrY">
768
        <property name="toolTip">
769
         <string>Add some meters to latitude, to correct an error.</string>
770
        </property>
771
        <property name="maxValue" stdset="0">
772
         <number>999999</number>
773
        </property>
774
        <property name="minValue" stdset="0">
775
         <number>-999999</number>
776
        </property>
777
       </widget>
778
      </item>
779
      <item row="0" column="2">
780
       <spacer name="spacer21">
781
        <property name="orientation">
782
         <enum>Qt::Horizontal</enum>
783
        </property>
784
        <property name="sizeType">
785
         <enum>QSizePolicy::Expanding</enum>
786
        </property>
787
        <property name="sizeHint" stdset="0">
788
         <size>
789
          <width>220</width>
790
          <height>20</height>
791
         </size>
792
        </property>
793
       </spacer>
794
      </item>
795
      <item row="1" column="2">
796
       <spacer name="spacer22">
797
        <property name="orientation">
798
         <enum>Qt::Horizontal</enum>
799
        </property>
800
        <property name="sizeType">
801
         <enum>QSizePolicy::Expanding</enum>
802
        </property>
803
        <property name="sizeHint" stdset="0">
804
         <size>
805
          <width>220</width>
806
          <height>20</height>
807
         </size>
808
        </property>
809
       </spacer>
810
      </item>
811
     </layout>
812
    </widget>
813
   </item>
814
  </layout>
815
 </widget>
816
 <layoutdefault spacing="6" margin="11"/>
817
 <customwidgets>
818
  <customwidget>
819
   <class>KComboBox</class>
820
   <extends>QComboBox</extends>
821
   <header>kcombobox.h</header>
822
  </customwidget>
823
  <customwidget>
824
   <class>KIntSpinBox</class>
825
   <extends>QSpinBox</extends>
826
   <header>knuminput.h</header>
827
  </customwidget>
828
  <customwidget>
829
   <class>KLineEdit</class>
830
   <extends>QLineEdit</extends>
831
   <header>klineedit.h</header>
832
  </customwidget>
833
  <customwidget>
834
   <class>KPushButton</class>
835
   <extends>QPushButton</extends>
836
   <header>kpushbutton.h</header>
837
  </customwidget>
838
  <customwidget>
839
   <class>KUrlRequester</class>
840
   <extends>QFrame</extends>
841
   <header>kurlrequester.h</header>
842
  </customwidget>
843
  <customwidget>
844
   <class>Q3GroupBox</class>
845
   <extends>QGroupBox</extends>
846
   <header>Qt3Support/Q3GroupBox</header>
847
   <container>1</container>
848
  </customwidget>
849
 </customwidgets>
850
 <tabstops>
851
  <tabstop>edServerURL</tabstop>
852
  <tabstop>edLayer</tabstop>
853
  <tabstop>cbSRS</tabstop>
854
  <tabstop>cbCRS</tabstop>
855
  <tabstop>edBands</tabstop>
856
  <tabstop>cbImage</tabstop>
857
  <tabstop>cbVersion</tabstop>
858
  <tabstop>edStyles</tabstop>
859
  <tabstop>cbTile</tabstop>
860
  <tabstop>edDepth</tabstop>
861
  <tabstop>edOverview</tabstop>
862
  <tabstop>chSquare</tabstop>
863
  <tabstop>chOffline</tabstop>
864
  <tabstop>chAdvice</tabstop>
865
  <tabstop>chVerify</tabstop>
866
  <tabstop>edCorrX</tabstop>
867
  <tabstop>edCorrY</tabstop>
868
  <tabstop>pbSave</tabstop>
869
  <tabstop>pbCancel</tabstop>
870
 </tabstops>
871
 <includes>
872
  <include location="local">kpushbutton.h</include>
873
  <include location="local">kpushbutton.h</include>
874
  <include location="local">kcombobox.h</include>
875
  <include location="local">klineedit.h</include>
876
  <include location="local">klineedit.h</include>
877
  <include location="local">knuminput.h</include>
878
  <include location="local">knuminput.h</include>
879
  <include location="local">kcombobox.h</include>
880
  <include location="local">kurlrequester.h</include>
881
  <include location="local">klineedit.h</include>
882
  <include location="local">kpushbutton.h</include>
883
  <include location="local">kcombobox.h</include>
884
  <include location="local">kcombobox.h</include>
885
  <include location="local">kcombobox.h</include>
886
  <include location="local">knuminput.h</include>
887
  <include location="local">knuminput.h</include>
888
  <include location="local">knuminput.h</include>
889
 </includes>
890
 <resources/>
891
 <connections>
892
  <connection>
893
   <sender>pbSave</sender>
894
   <signal>clicked()</signal>
895
   <receiver>wmsWidgetBase</receiver>
896
   <slot>bpSaveSlot()</slot>
897
   <hints>
898
    <hint type="sourcelabel">
899
     <x>20</x>
900
     <y>20</y>
901
    </hint>
902
    <hint type="destinationlabel">
903
     <x>20</x>
904
     <y>20</y>
905
    </hint>
906
   </hints>
907
  </connection>
908
  <connection>
909
   <sender>pbCancel</sender>
910
   <signal>clicked()</signal>
911
   <receiver>wmsWidgetBase</receiver>
912
   <slot>bpCancelSlot()</slot>
913
   <hints>
914
    <hint type="sourcelabel">
915
     <x>20</x>
916
     <y>20</y>
917
    </hint>
918
    <hint type="destinationlabel">
919
     <x>20</x>
920
     <y>20</y>
921
    </hint>
922
   </hints>
923
  </connection>
924
 </connections>
925
</ui>