Subversion Repositories public

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
153 andreas 1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
<class>wmswidgetbase</class>
3
<widget class="QDialog">
4
    <property name="name">
5
        <cstring>wmswidgetbase</cstring>
6
    </property>
7
    <property name="geometry">
8
        <rect>
9
            <x>0</x>
10
            <y>0</y>
11
            <width>505</width>
12
            <height>450</height>
13
        </rect>
14
    </property>
15
    <property name="caption">
16
        <string>WMS</string>
17
    </property>
18
    <property name="icon">
19
        <pixmap>image0</pixmap>
20
    </property>
21
    <property name="sizeGripEnabled">
22
        <bool>true</bool>
23
    </property>
24
    <grid>
25
        <property name="name">
26
            <cstring>unnamed</cstring>
27
        </property>
28
        <widget class="KURLRequester" row="0" column="1" rowspan="1" colspan="7">
29
            <property name="name">
30
                <cstring>edServerURL</cstring>
31
            </property>
32
            <property name="acceptDrops">
33
                <bool>true</bool>
34
            </property>
35
        </widget>
36
        <widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="7">
37
            <property name="name">
38
                <cstring>edLayer</cstring>
39
            </property>
40
        </widget>
41
        <widget class="KComboBox" row="2" column="1" rowspan="1" colspan="4">
42
            <item>
43
                <property name="text">
44
                    <string>EPSG:4326</string>
45
                </property>
46
            </item>
47
            <property name="name">
48
                <cstring>cbSRS</cstring>
49
            </property>
50
        </widget>
51
        <widget class="KComboBox" row="3" column="1" rowspan="1" colspan="4">
52
            <item>
53
                <property name="text">
54
                    <string>CRS:83</string>
55
                </property>
56
            </item>
57
            <property name="name">
58
                <cstring>cbCRS</cstring>
59
            </property>
60
        </widget>
61
        <widget class="KIntSpinBox" row="4" column="1">
62
            <property name="name">
63
                <cstring>edBands</cstring>
64
            </property>
65
            <property name="minValue">
66
                <number>1</number>
67
            </property>
68
            <property name="value">
69
                <number>3</number>
70
            </property>
71
        </widget>
72
        <spacer row="2" column="5" rowspan="1" colspan="3">
73
            <property name="name">
74
                <cstring>spacer2</cstring>
75
            </property>
76
            <property name="orientation">
77
                <enum>Horizontal</enum>
78
            </property>
79
            <property name="sizeType">
80
                <enum>Expanding</enum>
81
            </property>
82
            <property name="sizeHint">
83
                <size>
84
                    <width>180</width>
85
                    <height>20</height>
86
                </size>
87
            </property>
88
        </spacer>
89
        <spacer row="3" column="5" rowspan="1" colspan="3">
90
            <property name="name">
91
                <cstring>spacer3</cstring>
92
            </property>
93
            <property name="orientation">
94
                <enum>Horizontal</enum>
95
            </property>
96
            <property name="sizeType">
97
                <enum>Expanding</enum>
98
            </property>
99
            <property name="sizeHint">
100
                <size>
101
                    <width>180</width>
102
                    <height>20</height>
103
                </size>
104
            </property>
105
        </spacer>
106
        <spacer row="4" column="2" rowspan="1" colspan="6">
107
            <property name="name">
108
                <cstring>spacer4</cstring>
109
            </property>
110
            <property name="orientation">
111
                <enum>Horizontal</enum>
112
            </property>
113
            <property name="sizeType">
114
                <enum>Expanding</enum>
115
            </property>
116
            <property name="sizeHint">
117
                <size>
118
                    <width>280</width>
119
                    <height>20</height>
120
                </size>
121
            </property>
122
        </spacer>
123
        <widget class="QLabel" row="0" column="0">
124
            <property name="name">
125
                <cstring>textLabel1</cstring>
126
            </property>
127
            <property name="text">
128
                <string>Server URL</string>
129
            </property>
130
        </widget>
131
        <widget class="QLabel" row="1" column="0">
132
            <property name="name">
133
                <cstring>textLabel2</cstring>
134
            </property>
135
            <property name="text">
136
                <string>Layer Name</string>
137
            </property>
138
        </widget>
139
        <widget class="QLabel" row="2" column="0">
140
            <property name="name">
141
                <cstring>textLabel3</cstring>
142
            </property>
143
            <property name="text">
144
                <string>SRS</string>
145
            </property>
146
        </widget>
147
        <widget class="QLabel" row="3" column="0">
148
            <property name="name">
149
                <cstring>textLabel9</cstring>
150
            </property>
151
            <property name="text">
152
                <string>CRS</string>
153
            </property>
154
        </widget>
155
        <widget class="QLabel" row="4" column="0">
156
            <property name="name">
157
                <cstring>textLabel4</cstring>
158
            </property>
159
            <property name="text">
160
                <string>Bands</string>
161
            </property>
162
        </widget>
163
        <widget class="QLabel" row="8" column="0">
164
            <property name="name">
165
                <cstring>textLabel5</cstring>
166
            </property>
167
            <property name="text">
168
                <string>Tile size</string>
169
            </property>
170
        </widget>
171
        <widget class="KIntSpinBox" row="10" column="1">
172
            <property name="name">
173
                <cstring>edOverview</cstring>
174
            </property>
175
            <property name="minValue">
176
                <number>1</number>
177
            </property>
178
            <property name="value">
179
                <number>10</number>
180
            </property>
181
        </widget>
182
        <spacer row="6" column="5" rowspan="1" colspan="3">
183
            <property name="name">
184
                <cstring>spacer5</cstring>
185
            </property>
186
            <property name="orientation">
187
                <enum>Horizontal</enum>
188
            </property>
189
            <property name="sizeType">
190
                <enum>Expanding</enum>
191
            </property>
192
            <property name="sizeHint">
193
                <size>
194
                    <width>200</width>
195
                    <height>20</height>
196
                </size>
197
            </property>
198
        </spacer>
199
        <spacer row="9" column="2" rowspan="1" colspan="6">
200
            <property name="name">
201
                <cstring>spacer7</cstring>
202
            </property>
203
            <property name="orientation">
204
                <enum>Horizontal</enum>
205
            </property>
206
            <property name="sizeType">
207
                <enum>Expanding</enum>
208
            </property>
209
            <property name="sizeHint">
210
                <size>
211
                    <width>290</width>
212
                    <height>20</height>
213
                </size>
214
            </property>
215
        </spacer>
216
        <spacer row="10" column="2" rowspan="1" colspan="6">
217
            <property name="name">
218
                <cstring>spacer8</cstring>
219
            </property>
220
            <property name="orientation">
221
                <enum>Horizontal</enum>
222
            </property>
223
            <property name="sizeType">
224
                <enum>Expanding</enum>
225
            </property>
226
            <property name="sizeHint">
227
                <size>
228
                    <width>290</width>
229
                    <height>20</height>
230
                </size>
231
            </property>
232
        </spacer>
233
        <widget class="QLabel" row="9" column="0">
234
            <property name="name">
235
                <cstring>textLabel6</cstring>
236
            </property>
237
            <property name="text">
238
                <string>Depth</string>
239
            </property>
240
        </widget>
241
        <widget class="KIntSpinBox" row="9" column="1">
242
            <property name="name">
243
                <cstring>edDepth</cstring>
244
            </property>
245
            <property name="minValue">
246
                <number>1</number>
247
            </property>
248
            <property name="value">
249
                <number>2</number>
250
            </property>
251
        </widget>
252
        <spacer row="8" column="5" rowspan="1" colspan="3">
253
            <property name="name">
254
                <cstring>spacer6</cstring>
255
            </property>
256
            <property name="orientation">
257
                <enum>Horizontal</enum>
258
            </property>
259
            <property name="sizeType">
260
                <enum>Expanding</enum>
261
            </property>
262
            <property name="sizeHint">
263
                <size>
264
                    <width>200</width>
265
                    <height>20</height>
266
                </size>
267
            </property>
268
        </spacer>
269
        <widget class="QLabel" row="7" column="0">
270
            <property name="name">
271
                <cstring>textLabel7</cstring>
272
            </property>
273
            <property name="text">
274
                <string>Styles</string>
275
            </property>
276
        </widget>
277
        <widget class="QLabel" row="10" column="0">
278
            <property name="name">
279
                <cstring>textLabel8</cstring>
280
            </property>
281
            <property name="text">
282
                <string>Overview count</string>
283
            </property>
284
        </widget>
285
        <widget class="QLabel" row="6" column="0">
286
            <property name="name">
287
                <cstring>textLabel11</cstring>
288
            </property>
289
            <property name="text">
290
                <string>Version</string>
291
            </property>
292
        </widget>
293
        <widget class="KComboBox" row="8" column="1" rowspan="1" colspan="4">
294
            <item>
295
                <property name="text">
296
                    <string>64x64</string>
297
                </property>
298
            </item>
299
            <item>
300
                <property name="text">
301
                    <string>128x128</string>
302
                </property>
303
            </item>
304
            <item>
305
                <property name="text">
306
                    <string>256x256</string>
307
                </property>
308
            </item>
309
            <item>
310
                <property name="text">
311
                    <string>512x512</string>
312
                </property>
313
            </item>
314
            <item>
315
                <property name="text">
316
                    <string>1024x1024</string>
317
                </property>
318
            </item>
319
            <property name="name">
320
                <cstring>cbTile</cstring>
321
            </property>
322
            <property name="currentItem">
323
                <number>2</number>
324
            </property>
325
        </widget>
326
        <widget class="QCheckBox" row="11" column="1" rowspan="1" colspan="3">
327
            <property name="name">
328
                <cstring>chOffline</cstring>
329
            </property>
330
            <property name="text">
331
                <string>Offline mode</string>
332
            </property>
333
        </widget>
334
        <widget class="QCheckBox" row="13" column="1" rowspan="1" colspan="4">
335
            <property name="name">
336
                <cstring>chVerify</cstring>
337
            </property>
338
            <property name="text">
339
                <string>Verify advice read</string>
340
            </property>
341
            <property name="checked">
342
                <bool>true</bool>
343
            </property>
344
        </widget>
345
        <widget class="QCheckBox" row="12" column="1" rowspan="1" colspan="3">
346
            <property name="name">
347
                <cstring>chAdvice</cstring>
348
            </property>
349
            <property name="text">
350
                <string>Advise read</string>
351
            </property>
352
        </widget>
353
        <spacer row="11" column="0">
354
            <property name="name">
355
                <cstring>spacer12</cstring>
356
            </property>
357
            <property name="orientation">
358
                <enum>Horizontal</enum>
359
            </property>
360
            <property name="sizeType">
361
                <enum>Expanding</enum>
362
            </property>
363
            <property name="sizeHint">
364
                <size>
365
                    <width>110</width>
366
                    <height>20</height>
367
                </size>
368
            </property>
369
        </spacer>
370
        <spacer row="12" column="0">
371
            <property name="name">
372
                <cstring>spacer13</cstring>
373
            </property>
374
            <property name="orientation">
375
                <enum>Horizontal</enum>
376
            </property>
377
            <property name="sizeType">
378
                <enum>Expanding</enum>
379
            </property>
380
            <property name="sizeHint">
381
                <size>
382
                    <width>110</width>
383
                    <height>20</height>
384
                </size>
385
            </property>
386
        </spacer>
387
        <spacer row="13" column="0">
388
            <property name="name">
389
                <cstring>spacer14</cstring>
390
            </property>
391
            <property name="orientation">
392
                <enum>Horizontal</enum>
393
            </property>
394
            <property name="sizeType">
395
                <enum>Expanding</enum>
396
            </property>
397
            <property name="sizeHint">
398
                <size>
399
                    <width>110</width>
400
                    <height>20</height>
401
                </size>
402
            </property>
403
        </spacer>
404
        <spacer row="11" column="4" rowspan="1" colspan="4">
405
            <property name="name">
406
                <cstring>spacer15</cstring>
407
            </property>
408
            <property name="orientation">
409
                <enum>Horizontal</enum>
410
            </property>
411
            <property name="sizeType">
412
                <enum>Expanding</enum>
413
            </property>
414
            <property name="sizeHint">
415
                <size>
416
                    <width>240</width>
417
                    <height>20</height>
418
                </size>
419
            </property>
420
        </spacer>
421
        <widget class="KLineEdit" row="7" column="1" rowspan="1" colspan="7">
422
            <property name="name">
423
                <cstring>edStyles</cstring>
424
            </property>
425
        </widget>
426
        <spacer row="12" column="4" rowspan="1" colspan="4">
427
            <property name="name">
428
                <cstring>spacer16</cstring>
429
            </property>
430
            <property name="orientation">
431
                <enum>Horizontal</enum>
432
            </property>
433
            <property name="sizeType">
434
                <enum>Expanding</enum>
435
            </property>
436
            <property name="sizeHint">
437
                <size>
438
                    <width>240</width>
439
                    <height>20</height>
440
                </size>
441
            </property>
442
        </spacer>
443
        <spacer row="13" column="5" rowspan="1" colspan="3">
444
            <property name="name">
445
                <cstring>spacer17</cstring>
446
            </property>
447
            <property name="orientation">
448
                <enum>Horizontal</enum>
449
            </property>
450
            <property name="sizeType">
451
                <enum>Expanding</enum>
452
            </property>
453
            <property name="sizeHint">
454
                <size>
455
                    <width>210</width>
456
                    <height>20</height>
457
                </size>
458
            </property>
459
        </spacer>
460
        <spacer row="14" column="0">
461
            <property name="name">
462
                <cstring>spacer9</cstring>
463
            </property>
464
            <property name="orientation">
465
                <enum>Horizontal</enum>
466
            </property>
467
            <property name="sizeType">
468
                <enum>Expanding</enum>
469
            </property>
470
            <property name="sizeHint">
471
                <size>
472
                    <width>40</width>
473
                    <height>20</height>
474
                </size>
475
            </property>
476
        </spacer>
477
        <widget class="QLabel" row="5" column="0">
478
            <property name="name">
479
                <cstring>textLabel12</cstring>
480
            </property>
481
            <property name="text">
482
                <string>Image format</string>
483
            </property>
484
        </widget>
485
        <widget class="KComboBox" row="5" column="1" rowspan="1" colspan="4">
486
            <item>
487
                <property name="text">
488
                    <string>GIF</string>
489
                </property>
490
            </item>
491
            <item>
492
                <property name="text">
493
                    <string>JPEG</string>
494
                </property>
495
            </item>
496
            <item>
497
                <property name="text">
498
                    <string>PNG</string>
499
                </property>
500
            </item>
501
            <item>
502
                <property name="text">
503
                    <string>TIFF</string>
504
                </property>
505
            </item>
506
            <property name="name">
507
                <cstring>cbImage</cstring>
508
            </property>
509
            <property name="currentItem">
510
                <number>2</number>
511
            </property>
512
        </widget>
513
        <spacer row="5" column="5" rowspan="1" colspan="3">
514
            <property name="name">
515
                <cstring>spacer18</cstring>
516
            </property>
517
            <property name="orientation">
518
                <enum>Horizontal</enum>
519
            </property>
520
            <property name="sizeType">
521
                <enum>Expanding</enum>
522
            </property>
523
            <property name="sizeHint">
524
                <size>
525
                    <width>200</width>
526
                    <height>20</height>
527
                </size>
528
            </property>
529
        </spacer>
530
        <spacer row="14" column="7">
531
            <property name="name">
532
                <cstring>spacer11</cstring>
533
            </property>
534
            <property name="orientation">
535
                <enum>Horizontal</enum>
536
            </property>
537
            <property name="sizeType">
538
                <enum>Expanding</enum>
539
            </property>
540
            <property name="sizeHint">
541
                <size>
542
                    <width>110</width>
543
                    <height>20</height>
544
                </size>
545
            </property>
546
        </spacer>
547
        <widget class="KPushButton" row="14" column="1" rowspan="1" colspan="2">
548
            <property name="name">
549
                <cstring>pbSave</cstring>
550
            </property>
551
            <property name="text">
552
                <string>Save</string>
553
            </property>
554
        </widget>
555
        <widget class="KPushButton" row="14" column="6">
556
            <property name="name">
557
                <cstring>pbCancel</cstring>
558
            </property>
559
            <property name="text">
560
                <string>Cancel</string>
561
            </property>
562
        </widget>
563
        <spacer row="14" column="3" rowspan="1" colspan="3">
564
            <property name="name">
565
                <cstring>spacer10</cstring>
566
            </property>
567
            <property name="orientation">
568
                <enum>Horizontal</enum>
569
            </property>
570
            <property name="sizeType">
571
                <enum>Expanding</enum>
572
            </property>
573
            <property name="sizeHint">
574
                <size>
575
                    <width>80</width>
576
                    <height>20</height>
577
                </size>
578
            </property>
579
        </spacer>
580
        <widget class="KComboBox" row="6" column="1" rowspan="1" colspan="4">
581
            <item>
582
                <property name="text">
583
                    <string>1.1.1</string>
584
                </property>
585
            </item>
586
            <item>
587
                <property name="text">
588
                    <string>1.1</string>
589
                </property>
590
            </item>
591
            <item>
592
                <property name="text">
593
                    <string>1</string>
594
                </property>
595
            </item>
596
            <property name="name">
597
                <cstring>cbVersion</cstring>
598
            </property>
599
        </widget>
600
    </grid>
601
</widget>
602
<images>
603
    <image name="image0">
604
        <data format="PNG" length="558">89504e470d0a1a0a0000000d49484452000000100000001008060000001ff3ff61000001f549444154388d63604003fffeff6184d24cfffeff6181e14fef9f7397461abfcf0b33b9f7fec30756987a167403981859fe43e97f0c0c0cff60e25fbf7c6095f9cbc06161a8c52d2820f01ba701c8a023274ad54e912f41e4f767f3bbcbfb65fd2c74585939f92622abc16b803ef3d362392e7ec5dd47aef1f34afd5713334f65d0e1bcce89e2627c06bcf9c1745b4245ad5f50d7e1bddc99c70c6a5b3631fc7c73efe1cd0575b644b9404146e1cccf278facdf8a9a2a08d49731dc7fb093e1ffa525f98fbffcbdcfc0c07098a001424aba8f1edcbe162bbbbe43e665e03b062b0ff36cbea03533adf804fee2d3870296a8a8565c5710f9ff3cd2eaffcf05f556e8f278c360dd9489125f053ee61ed310f8ff55438481418061d29b6d937891d5c0bdb0b0b5d7e8e37f990077ee83877fbc7eaaa160a4cb75e9d006677d4b5189c7ef3fe7ec38f3ccc8fdc7d724514595360606865c0c035e7e95e95235e651fefd9a5de5ecf54b7cb75f3ce153535490e11155f176c898bd8381e111c34e45ef37a22c6cf6585df0f6fdbb6dcc0f1f4f0a2ceaff0311b9cfc0c07016c54bff7f7ce366e5e2ba88d580cee9997df8c283818181e1dfef9f0fff30327160358018f0ebf7cffbcc7f7f8b208be18d05747046bc4dfc008b5fe6d593e778c872818ae0958be70eb09edffb43b4888181a1898181810100fda5bbe360439b8a0000000049454e44ae426082</data>
605
    </image>
606
</images>
607
<connections>
608
    <connection>
609
        <sender>pbSave</sender>
610
        <signal>clicked()</signal>
611
        <receiver>wmswidgetbase</receiver>
612
        <slot>bpSaveSlot()</slot>
613
    </connection>
614
    <connection>
615
        <sender>pbCancel</sender>
616
        <signal>clicked()</signal>
617
        <receiver>wmswidgetbase</receiver>
618
        <slot>bpCancelSlot()</slot>
619
    </connection>
620
</connections>
621
<tabstops>
622
    <tabstop>edServerURL</tabstop>
623
    <tabstop>edLayer</tabstop>
624
    <tabstop>cbSRS</tabstop>
625
    <tabstop>cbCRS</tabstop>
626
    <tabstop>edBands</tabstop>
627
    <tabstop>cbImage</tabstop>
628
    <tabstop>cbVersion</tabstop>
629
    <tabstop>edStyles</tabstop>
630
    <tabstop>cbTile</tabstop>
631
    <tabstop>edDepth</tabstop>
632
    <tabstop>edOverview</tabstop>
633
    <tabstop>chOffline</tabstop>
634
    <tabstop>chAdvice</tabstop>
635
    <tabstop>chVerify</tabstop>
636
    <tabstop>pbSave</tabstop>
637
    <tabstop>pbCancel</tabstop>
638
</tabstops>
639
<slots>
640
    <slot>bpSaveSlot()</slot>
641
    <slot>bpCancelSlot()</slot>
642
</slots>
643
<layoutdefaults spacing="6" margin="11"/>
644
<includehints>
645
    <includehint>kurlrequester.h</includehint>
646
    <includehint>klineedit.h</includehint>
647
    <includehint>kpushbutton.h</includehint>
648
    <includehint>klineedit.h</includehint>
649
    <includehint>kcombobox.h</includehint>
650
    <includehint>kcombobox.h</includehint>
651
    <includehint>knuminput.h</includehint>
652
    <includehint>knuminput.h</includehint>
653
    <includehint>knuminput.h</includehint>
654
    <includehint>kcombobox.h</includehint>
655
    <includehint>klineedit.h</includehint>
656
    <includehint>kcombobox.h</includehint>
657
    <includehint>kpushbutton.h</includehint>
658
    <includehint>kpushbutton.h</includehint>
659
    <includehint>kcombobox.h</includehint>
660
</includehints>
661
</UI>