~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/qgsrasterlayerpropertiesbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2004-12-21 09:46:27 UTC
  • Revision ID: james.westby@ubuntu.com-20041221094627-r9lb6mlz2o3yp8gn
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>QgsRasterLayerPropertiesBase</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>QgsRasterLayerPropertiesBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>628</width>
 
12
            <height>518</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Raster Layer Properties</string>
 
17
    </property>
 
18
    <property name="sizeGripEnabled">
 
19
        <bool>true</bool>
 
20
    </property>
 
21
    <grid>
 
22
        <property name="name">
 
23
            <cstring>unnamed</cstring>
 
24
        </property>
 
25
        <widget class="QTabWidget" row="0" column="0">
 
26
            <property name="name">
 
27
                <cstring>tabSymbology</cstring>
 
28
            </property>
 
29
            <widget class="QWidget">
 
30
                <property name="name">
 
31
                    <cstring>tab</cstring>
 
32
                </property>
 
33
                <attribute name="title">
 
34
                    <string>Symbology</string>
 
35
                </attribute>
 
36
                <grid>
 
37
                    <property name="name">
 
38
                        <cstring>unnamed</cstring>
 
39
                    </property>
 
40
                    <widget class="QGroupBox" row="1" column="0">
 
41
                        <property name="name">
 
42
                            <cstring>grpBoxAppearance</cstring>
 
43
                        </property>
 
44
                        <property name="title">
 
45
                            <string>Appearance</string>
 
46
                        </property>
 
47
                        <grid>
 
48
                            <property name="name">
 
49
                                <cstring>unnamed</cstring>
 
50
                            </property>
 
51
                            <spacer row="3" column="1">
 
52
                                <property name="name">
 
53
                                    <cstring>spacer4_2</cstring>
 
54
                                </property>
 
55
                                <property name="orientation">
 
56
                                    <enum>Horizontal</enum>
 
57
                                </property>
 
58
                                <property name="sizeType">
 
59
                                    <enum>Expanding</enum>
 
60
                                </property>
 
61
                                <property name="sizeHint">
 
62
                                    <size>
 
63
                                        <width>10</width>
 
64
                                        <height>21</height>
 
65
                                    </size>
 
66
                                </property>
 
67
                            </spacer>
 
68
                            <widget class="QLabel" row="1" column="0" rowspan="1" colspan="5">
 
69
                                <property name="name">
 
70
                                    <cstring>textLabel2_4_2</cstring>
 
71
                                </property>
 
72
                                <property name="text">
 
73
                                    <string>Transparency:</string>
 
74
                                </property>
 
75
                            </widget>
 
76
                            <widget class="QSlider" row="2" column="0" rowspan="1" colspan="5">
 
77
                                <property name="name">
 
78
                                    <cstring>sliderTransparency</cstring>
 
79
                                </property>
 
80
                                <property name="maxValue">
 
81
                                    <number>255</number>
 
82
                                </property>
 
83
                                <property name="orientation">
 
84
                                    <enum>Horizontal</enum>
 
85
                                </property>
 
86
                                <property name="tickmarks">
 
87
                                    <enum>NoMarks</enum>
 
88
                                </property>
 
89
                                <property name="tickInterval">
 
90
                                    <number>25</number>
 
91
                                </property>
 
92
                            </widget>
 
93
                            <spacer row="3" column="3">
 
94
                                <property name="name">
 
95
                                    <cstring>spacer4</cstring>
 
96
                                </property>
 
97
                                <property name="orientation">
 
98
                                    <enum>Horizontal</enum>
 
99
                                </property>
 
100
                                <property name="sizeType">
 
101
                                    <enum>Expanding</enum>
 
102
                                </property>
 
103
                                <property name="sizeHint">
 
104
                                    <size>
 
105
                                        <width>10</width>
 
106
                                        <height>21</height>
 
107
                                    </size>
 
108
                                </property>
 
109
                            </spacer>
 
110
                            <widget class="QLabel" row="3" column="4">
 
111
                                <property name="name">
 
112
                                    <cstring>textLabel4</cstring>
 
113
                                </property>
 
114
                                <property name="text">
 
115
                                    <string>&lt;p align="right"&gt;Full&lt;/p&gt;</string>
 
116
                                </property>
 
117
                            </widget>
 
118
                            <widget class="QLabel" row="3" column="0">
 
119
                                <property name="name">
 
120
                                    <cstring>textLabel3</cstring>
 
121
                                </property>
 
122
                                <property name="text">
 
123
                                    <string>None</string>
 
124
                                </property>
 
125
                            </widget>
 
126
                            <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="4">
 
127
                                <property name="name">
 
128
                                    <cstring>cboxInvertColorMap</cstring>
 
129
                                </property>
 
130
                                <property name="text">
 
131
                                    <string>Invert Color Map</string>
 
132
                                </property>
 
133
                            </widget>
 
134
                            <widget class="QLabel" row="3" column="2">
 
135
                                <property name="name">
 
136
                                    <cstring>lblTransparencyPercent</cstring>
 
137
                                </property>
 
138
                                <property name="text">
 
139
                                    <string>0%</string>
 
140
                                </property>
 
141
                            </widget>
 
142
                        </grid>
 
143
                    </widget>
 
144
                    <widget class="QGroupBox" row="1" column="1">
 
145
                        <property name="name">
 
146
                            <cstring>grpBoxRGB</cstring>
 
147
                        </property>
 
148
                        <property name="title">
 
149
                            <string>RGB</string>
 
150
                        </property>
 
151
                        <grid>
 
152
                            <property name="name">
 
153
                                <cstring>unnamed</cstring>
 
154
                            </property>
 
155
                            <widget class="QLabel" row="0" column="1">
 
156
                                <property name="name">
 
157
                                    <cstring>textLabel2_5</cstring>
 
158
                                </property>
 
159
                                <property name="text">
 
160
                                    <string>Band</string>
 
161
                                </property>
 
162
                            </widget>
 
163
                            <widget class="QLabel" row="2" column="0">
 
164
                                <property name="name">
 
165
                                    <cstring>textLabel2_2</cstring>
 
166
                                </property>
 
167
                                <property name="text">
 
168
                                    <string>&lt;b&gt;&lt;font color="#00ff00"&gt;Green&lt;/font&gt;&lt;/b&gt;</string>
 
169
                                </property>
 
170
                            </widget>
 
171
                            <widget class="QComboBox" row="3" column="1">
 
172
                                <property name="name">
 
173
                                    <cstring>cboBlue</cstring>
 
174
                                </property>
 
175
                            </widget>
 
176
                            <widget class="QComboBox" row="1" column="1">
 
177
                                <property name="name">
 
178
                                    <cstring>cboRed</cstring>
 
179
                                </property>
 
180
                            </widget>
 
181
                            <widget class="QComboBox" row="2" column="1">
 
182
                                <property name="name">
 
183
                                    <cstring>cboGreen</cstring>
 
184
                                </property>
 
185
                            </widget>
 
186
                            <widget class="QLabel" row="1" column="0">
 
187
                                <property name="name">
 
188
                                    <cstring>textLabel2</cstring>
 
189
                                </property>
 
190
                                <property name="text">
 
191
                                    <string>&lt;b&gt;&lt;font color="#ff0000"&gt;Red&lt;/font&gt;&lt;/b&gt;</string>
 
192
                                </property>
 
193
                            </widget>
 
194
                            <widget class="QLabel" row="3" column="0">
 
195
                                <property name="name">
 
196
                                    <cstring>textLabel2_3</cstring>
 
197
                                </property>
 
198
                                <property name="text">
 
199
                                    <string>&lt;b&gt;&lt;font color="#0000ff"&gt;Blue&lt;/font&gt;&lt;/b&gt;</string>
 
200
                                </property>
 
201
                            </widget>
 
202
                            <widget class="QLabel" row="0" column="0">
 
203
                                <property name="name">
 
204
                                    <cstring>textLabel2_4</cstring>
 
205
                                </property>
 
206
                                <property name="text">
 
207
                                    <string>Color</string>
 
208
                                </property>
 
209
                            </widget>
 
210
                        </grid>
 
211
                    </widget>
 
212
                    <widget class="QGroupBox" row="1" column="2">
 
213
                        <property name="name">
 
214
                            <cstring>grpBoxGrayscale</cstring>
 
215
                        </property>
 
216
                        <property name="title">
 
217
                            <string>Grayscale</string>
 
218
                        </property>
 
219
                        <grid>
 
220
                            <property name="name">
 
221
                                <cstring>unnamed</cstring>
 
222
                            </property>
 
223
                            <widget class="QLabel" row="0" column="0">
 
224
                                <property name="name">
 
225
                                    <cstring>textLabel2_6</cstring>
 
226
                                </property>
 
227
                                <property name="text">
 
228
                                    <string>Gray</string>
 
229
                                </property>
 
230
                            </widget>
 
231
                            <widget class="QComboBox" row="0" column="1">
 
232
                                <property name="name">
 
233
                                    <cstring>cboGray</cstring>
 
234
                                </property>
 
235
                            </widget>
 
236
                            <widget class="QComboBox" row="1" column="1">
 
237
                                <property name="name">
 
238
                                    <cstring>cboStdDev</cstring>
 
239
                                </property>
 
240
                            </widget>
 
241
                            <widget class="QLabel" row="1" column="0">
 
242
                                <property name="name">
 
243
                                    <cstring>textLabel2_6_2</cstring>
 
244
                                </property>
 
245
                                <property name="text">
 
246
                                    <string>Std Deviations</string>
 
247
                                </property>
 
248
                            </widget>
 
249
                            <widget class="QComboBox" row="2" column="1">
 
250
                                <property name="name">
 
251
                                    <cstring>cboColorMap</cstring>
 
252
                                </property>
 
253
                            </widget>
 
254
                            <widget class="QLabel" row="2" column="0">
 
255
                                <property name="name">
 
256
                                    <cstring>textLabel2_6_2_2</cstring>
 
257
                                </property>
 
258
                                <property name="text">
 
259
                                    <string>Color Map</string>
 
260
                                </property>
 
261
                            </widget>
 
262
                        </grid>
 
263
                    </widget>
 
264
                    <widget class="QButtonGroup" row="0" column="0" rowspan="1" colspan="3">
 
265
                        <property name="name">
 
266
                            <cstring>bgrpShowAs</cstring>
 
267
                        </property>
 
268
                        <property name="title">
 
269
                            <string>Show As</string>
 
270
                        </property>
 
271
                        <grid>
 
272
                            <property name="name">
 
273
                                <cstring>unnamed</cstring>
 
274
                            </property>
 
275
                            <widget class="QRadioButton" row="0" column="0">
 
276
                                <property name="name">
 
277
                                    <cstring>rbtnThreeBand</cstring>
 
278
                                </property>
 
279
                                <property name="text">
 
280
                                    <string>Three Band</string>
 
281
                                </property>
 
282
                            </widget>
 
283
                            <widget class="QRadioButton" row="0" column="1">
 
284
                                <property name="name">
 
285
                                    <cstring>rbtnSingleBand</cstring>
 
286
                                </property>
 
287
                                <property name="text">
 
288
                                    <string>Single Band</string>
 
289
                                </property>
 
290
                            </widget>
 
291
                            <spacer row="0" column="2">
 
292
                                <property name="name">
 
293
                                    <cstring>spacer19</cstring>
 
294
                                </property>
 
295
                                <property name="orientation">
 
296
                                    <enum>Horizontal</enum>
 
297
                                </property>
 
298
                                <property name="sizeType">
 
299
                                    <enum>Expanding</enum>
 
300
                                </property>
 
301
                                <property name="sizeHint">
 
302
                                    <size>
 
303
                                        <width>101</width>
 
304
                                        <height>31</height>
 
305
                                    </size>
 
306
                                </property>
 
307
                            </spacer>
 
308
                            <widget class="QTextEdit" row="1" column="0" rowspan="1" colspan="3">
 
309
                                <property name="name">
 
310
                                    <cstring>txtSymologyNotes</cstring>
 
311
                                </property>
 
312
                                <property name="enabled">
 
313
                                    <bool>true</bool>
 
314
                                </property>
 
315
                                <property name="sizePolicy">
 
316
                                    <sizepolicy>
 
317
                                        <hsizetype>7</hsizetype>
 
318
                                        <vsizetype>1</vsizetype>
 
319
                                        <horstretch>0</horstretch>
 
320
                                        <verstretch>0</verstretch>
 
321
                                    </sizepolicy>
 
322
                                </property>
 
323
                                <property name="text">
 
324
                                    <string>&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;/head&gt;&lt;body style="font-size:11pt;font-family:Andale Sans UI"&gt;
 
325
&lt;p style="margin-top:14px"&gt;&lt;span style="font-weight:600"&gt;Notes&lt;/span&gt;&lt;/p&gt;
 
326
&lt;/body&gt;&lt;/html&gt;
 
327
</string>
 
328
                                </property>
 
329
                                <property name="wordWrap">
 
330
                                    <enum>WidgetWidth</enum>
 
331
                                </property>
 
332
                            </widget>
 
333
                        </grid>
 
334
                    </widget>
 
335
                </grid>
 
336
            </widget>
 
337
            <widget class="QWidget">
 
338
                <property name="name">
 
339
                    <cstring>TabPage</cstring>
 
340
                </property>
 
341
                <attribute name="title">
 
342
                    <string>Advanced Symbology</string>
 
343
                </attribute>
 
344
                <grid>
 
345
                    <property name="name">
 
346
                        <cstring>unnamed</cstring>
 
347
                    </property>
 
348
                    <widget class="QGroupBox" row="0" column="0">
 
349
                        <property name="name">
 
350
                            <cstring>grpBoxRed</cstring>
 
351
                        </property>
 
352
                        <property name="enabled">
 
353
                            <bool>true</bool>
 
354
                        </property>
 
355
                        <property name="title">
 
356
                            <string>Red</string>
 
357
                        </property>
 
358
                        <grid>
 
359
                            <property name="name">
 
360
                                <cstring>unnamed</cstring>
 
361
                            </property>
 
362
                            <widget class="QLabel" row="0" column="0">
 
363
                                <property name="name">
 
364
                                    <cstring>pixmapScaleRed</cstring>
 
365
                                </property>
 
366
                                <property name="paletteBackgroundColor">
 
367
                                    <color>
 
368
                                        <red>255</red>
 
369
                                        <green>0</green>
 
370
                                        <blue>0</blue>
 
371
                                    </color>
 
372
                                </property>
 
373
                                <property name="frameShape">
 
374
                                    <enum>Box</enum>
 
375
                                </property>
 
376
                                <property name="frameShadow">
 
377
                                    <enum>Plain</enum>
 
378
                                </property>
 
379
                                <property name="margin">
 
380
                                    <number>0</number>
 
381
                                </property>
 
382
                                <property name="scaledContents">
 
383
                                    <bool>true</bool>
 
384
                                </property>
 
385
                            </widget>
 
386
                            <widget class="QSlider" row="0" column="1">
 
387
                                <property name="name">
 
388
                                    <cstring>sliderMaxRed</cstring>
 
389
                                </property>
 
390
                                <property name="maxValue">
 
391
                                    <number>255</number>
 
392
                                </property>
 
393
                                <property name="value">
 
394
                                    <number>0</number>
 
395
                                </property>
 
396
                                <property name="orientation">
 
397
                                    <enum>Vertical</enum>
 
398
                                </property>
 
399
                                <property name="tickmarks">
 
400
                                    <enum>NoMarks</enum>
 
401
                                </property>
 
402
                            </widget>
 
403
                            <widget class="QSlider" row="1" column="0">
 
404
                                <property name="name">
 
405
                                    <cstring>sliderMinRed</cstring>
 
406
                                </property>
 
407
                                <property name="maxValue">
 
408
                                    <number>255</number>
 
409
                                </property>
 
410
                                <property name="orientation">
 
411
                                    <enum>Horizontal</enum>
 
412
                                </property>
 
413
                            </widget>
 
414
                        </grid>
 
415
                    </widget>
 
416
                    <widget class="QGroupBox" row="0" column="1">
 
417
                        <property name="name">
 
418
                            <cstring>grpBoxGreen</cstring>
 
419
                        </property>
 
420
                        <property name="title">
 
421
                            <string>Green</string>
 
422
                        </property>
 
423
                        <grid>
 
424
                            <property name="name">
 
425
                                <cstring>unnamed</cstring>
 
426
                            </property>
 
427
                            <widget class="QSlider" row="0" column="1">
 
428
                                <property name="name">
 
429
                                    <cstring>sliderMaxGreen</cstring>
 
430
                                </property>
 
431
                                <property name="maxValue">
 
432
                                    <number>255</number>
 
433
                                </property>
 
434
                                <property name="value">
 
435
                                    <number>0</number>
 
436
                                </property>
 
437
                                <property name="orientation">
 
438
                                    <enum>Vertical</enum>
 
439
                                </property>
 
440
                            </widget>
 
441
                            <widget class="QLabel" row="0" column="0">
 
442
                                <property name="name">
 
443
                                    <cstring>pixmapScaleGreen</cstring>
 
444
                                </property>
 
445
                                <property name="paletteBackgroundColor">
 
446
                                    <color>
 
447
                                        <red>0</red>
 
448
                                        <green>170</green>
 
449
                                        <blue>0</blue>
 
450
                                    </color>
 
451
                                </property>
 
452
                                <property name="frameShape">
 
453
                                    <enum>Box</enum>
 
454
                                </property>
 
455
                                <property name="scaledContents">
 
456
                                    <bool>true</bool>
 
457
                                </property>
 
458
                            </widget>
 
459
                            <widget class="QSlider" row="1" column="0">
 
460
                                <property name="name">
 
461
                                    <cstring>sliderMinGreen</cstring>
 
462
                                </property>
 
463
                                <property name="maxValue">
 
464
                                    <number>255</number>
 
465
                                </property>
 
466
                                <property name="orientation">
 
467
                                    <enum>Horizontal</enum>
 
468
                                </property>
 
469
                            </widget>
 
470
                        </grid>
 
471
                    </widget>
 
472
                    <widget class="QGroupBox" row="0" column="2">
 
473
                        <property name="name">
 
474
                            <cstring>grpBoxBlue</cstring>
 
475
                        </property>
 
476
                        <property name="title">
 
477
                            <string>Blue</string>
 
478
                        </property>
 
479
                        <grid>
 
480
                            <property name="name">
 
481
                                <cstring>unnamed</cstring>
 
482
                            </property>
 
483
                            <widget class="QSlider" row="0" column="1">
 
484
                                <property name="name">
 
485
                                    <cstring>sliderMaxBlue</cstring>
 
486
                                </property>
 
487
                                <property name="maxValue">
 
488
                                    <number>255</number>
 
489
                                </property>
 
490
                                <property name="value">
 
491
                                    <number>0</number>
 
492
                                </property>
 
493
                                <property name="orientation">
 
494
                                    <enum>Vertical</enum>
 
495
                                </property>
 
496
                            </widget>
 
497
                            <widget class="QSlider" row="1" column="0">
 
498
                                <property name="name">
 
499
                                    <cstring>sliderMinBlue</cstring>
 
500
                                </property>
 
501
                                <property name="maxValue">
 
502
                                    <number>255</number>
 
503
                                </property>
 
504
                                <property name="orientation">
 
505
                                    <enum>Horizontal</enum>
 
506
                                </property>
 
507
                            </widget>
 
508
                            <widget class="QLabel" row="0" column="0">
 
509
                                <property name="name">
 
510
                                    <cstring>pixmapScaleBlue</cstring>
 
511
                                </property>
 
512
                                <property name="paletteBackgroundColor">
 
513
                                    <color>
 
514
                                        <red>0</red>
 
515
                                        <green>0</green>
 
516
                                        <blue>255</blue>
 
517
                                    </color>
 
518
                                </property>
 
519
                                <property name="frameShape">
 
520
                                    <enum>Box</enum>
 
521
                                </property>
 
522
                                <property name="scaledContents">
 
523
                                    <bool>true</bool>
 
524
                                </property>
 
525
                            </widget>
 
526
                        </grid>
 
527
                    </widget>
 
528
                    <widget class="QGroupBox" row="0" column="3">
 
529
                        <property name="name">
 
530
                            <cstring>grpBoxGray</cstring>
 
531
                        </property>
 
532
                        <property name="title">
 
533
                            <string>Gray</string>
 
534
                        </property>
 
535
                        <grid>
 
536
                            <property name="name">
 
537
                                <cstring>unnamed</cstring>
 
538
                            </property>
 
539
                            <widget class="QSlider" row="1" column="0">
 
540
                                <property name="name">
 
541
                                    <cstring>sliderMinGray</cstring>
 
542
                                </property>
 
543
                                <property name="maxValue">
 
544
                                    <number>255</number>
 
545
                                </property>
 
546
                                <property name="orientation">
 
547
                                    <enum>Horizontal</enum>
 
548
                                </property>
 
549
                            </widget>
 
550
                            <widget class="QSlider" row="0" column="1">
 
551
                                <property name="name">
 
552
                                    <cstring>sliderMaxGray</cstring>
 
553
                                </property>
 
554
                                <property name="maxValue">
 
555
                                    <number>255</number>
 
556
                                </property>
 
557
                                <property name="value">
 
558
                                    <number>0</number>
 
559
                                </property>
 
560
                                <property name="orientation">
 
561
                                    <enum>Vertical</enum>
 
562
                                </property>
 
563
                            </widget>
 
564
                            <widget class="QLabel" row="0" column="0">
 
565
                                <property name="name">
 
566
                                    <cstring>pixmapScaleGray</cstring>
 
567
                                </property>
 
568
                                <property name="paletteBackgroundColor">
 
569
                                    <color>
 
570
                                        <red>218</red>
 
571
                                        <green>218</green>
 
572
                                        <blue>210</blue>
 
573
                                    </color>
 
574
                                </property>
 
575
                                <property name="frameShape">
 
576
                                    <enum>Box</enum>
 
577
                                </property>
 
578
                                <property name="scaledContents">
 
579
                                    <bool>true</bool>
 
580
                                </property>
 
581
                            </widget>
 
582
                        </grid>
 
583
                    </widget>
 
584
                    <widget class="QButtonGroup" row="1" column="0" rowspan="1" colspan="4">
 
585
                        <property name="name">
 
586
                            <cstring>bgrpBehaviour</cstring>
 
587
                        </property>
 
588
                        <property name="title">
 
589
                            <string>Behaviour</string>
 
590
                        </property>
 
591
                        <grid>
 
592
                            <property name="name">
 
593
                                <cstring>unnamed</cstring>
 
594
                            </property>
 
595
                            <widget class="QRadioButton" row="0" column="0">
 
596
                                <property name="name">
 
597
                                    <cstring>rbtnBehaviourScaleToLimits</cstring>
 
598
                                </property>
 
599
                                <property name="text">
 
600
                                    <string>Scale histogram to the limits defined above (displays all data)</string>
 
601
                                </property>
 
602
                            </widget>
 
603
                            <widget class="QRadioButton" row="1" column="0">
 
604
                                <property name="name">
 
605
                                    <cstring>rbtnBehaviourExcludeUsingLimits</cstring>
 
606
                                </property>
 
607
                                <property name="text">
 
608
                                    <string>Exclude values outside the above ranges (after color mapping)</string>
 
609
                                </property>
 
610
                            </widget>
 
611
                        </grid>
 
612
                    </widget>
 
613
                    <widget class="QLabel" row="2" column="0" rowspan="1" colspan="4">
 
614
                        <property name="name">
 
615
                            <cstring>textLabel1</cstring>
 
616
                        </property>
 
617
                        <property name="text">
 
618
                            <string>&lt;b&gt;&lt;font color="#ff0000"&gt;Please Note :&lt;/font&gt; Advanced Symbology not implemented yet!&lt;/b&gt;</string>
 
619
                        </property>
 
620
                    </widget>
 
621
                </grid>
 
622
            </widget>
 
623
            <widget class="QWidget">
 
624
                <property name="name">
 
625
                    <cstring>tab</cstring>
 
626
                </property>
 
627
                <attribute name="title">
 
628
                    <string>General</string>
 
629
                </attribute>
 
630
                <grid>
 
631
                    <property name="name">
 
632
                        <cstring>unnamed</cstring>
 
633
                    </property>
 
634
                    <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
 
635
                        <property name="name">
 
636
                            <cstring>layout2</cstring>
 
637
                        </property>
 
638
                        <hbox>
 
639
                            <property name="name">
 
640
                                <cstring>unnamed</cstring>
 
641
                            </property>
 
642
                            <widget class="QGroupBox">
 
643
                                <property name="name">
 
644
                                    <cstring>groupBox10</cstring>
 
645
                                </property>
 
646
                                <property name="title">
 
647
                                    <string>Thumbnail</string>
 
648
                                </property>
 
649
                                <grid>
 
650
                                    <property name="name">
 
651
                                        <cstring>unnamed</cstring>
 
652
                                    </property>
 
653
                                    <widget class="QLabel" row="0" column="0">
 
654
                                        <property name="name">
 
655
                                            <cstring>lblColumns</cstring>
 
656
                                        </property>
 
657
                                        <property name="text">
 
658
                                            <string>Columns:</string>
 
659
                                        </property>
 
660
                                    </widget>
 
661
                                    <widget class="QLabel" row="2" column="0">
 
662
                                        <property name="name">
 
663
                                            <cstring>lblNoData</cstring>
 
664
                                        </property>
 
665
                                        <property name="text">
 
666
                                            <string>No Data:</string>
 
667
                                        </property>
 
668
                                    </widget>
 
669
                                    <widget class="QLabel" row="1" column="0">
 
670
                                        <property name="name">
 
671
                                            <cstring>lblRows</cstring>
 
672
                                        </property>
 
673
                                        <property name="text">
 
674
                                            <string>Rows:</string>
 
675
                                        </property>
 
676
                                    </widget>
 
677
                                    <widget class="QLabel" row="4" column="0">
 
678
                                        <property name="name">
 
679
                                            <cstring>pixmapThumbnail</cstring>
 
680
                                        </property>
 
681
                                        <property name="minimumSize">
 
682
                                            <size>
 
683
                                                <width>120</width>
 
684
                                                <height>120</height>
 
685
                                            </size>
 
686
                                        </property>
 
687
                                        <property name="frameShape">
 
688
                                            <enum>StyledPanel</enum>
 
689
                                        </property>
 
690
                                        <property name="scaledContents">
 
691
                                            <bool>true</bool>
 
692
                                        </property>
 
693
                                    </widget>
 
694
                                    <spacer row="3" column="0">
 
695
                                        <property name="name">
 
696
                                            <cstring>spacer17</cstring>
 
697
                                        </property>
 
698
                                        <property name="orientation">
 
699
                                            <enum>Vertical</enum>
 
700
                                        </property>
 
701
                                        <property name="sizeType">
 
702
                                            <enum>Expanding</enum>
 
703
                                        </property>
 
704
                                        <property name="sizeHint">
 
705
                                            <size>
 
706
                                                <width>20</width>
 
707
                                                <height>31</height>
 
708
                                            </size>
 
709
                                        </property>
 
710
                                    </spacer>
 
711
                                </grid>
 
712
                            </widget>
 
713
                            <widget class="QGroupBox">
 
714
                                <property name="name">
 
715
                                    <cstring>groupBox9</cstring>
 
716
                                </property>
 
717
                                <property name="title">
 
718
                                    <string>Legend:</string>
 
719
                                </property>
 
720
                                <grid>
 
721
                                    <property name="name">
 
722
                                        <cstring>unnamed</cstring>
 
723
                                    </property>
 
724
                                    <widget class="QLabel" row="1" column="0">
 
725
                                        <property name="name">
 
726
                                            <cstring>pixmapLegend</cstring>
 
727
                                        </property>
 
728
                                        <property name="minimumSize">
 
729
                                            <size>
 
730
                                                <width>120</width>
 
731
                                                <height>120</height>
 
732
                                            </size>
 
733
                                        </property>
 
734
                                        <property name="frameShape">
 
735
                                            <enum>Box</enum>
 
736
                                        </property>
 
737
                                        <property name="scaledContents">
 
738
                                            <bool>true</bool>
 
739
                                        </property>
 
740
                                    </widget>
 
741
                                    <spacer row="0" column="0">
 
742
                                        <property name="name">
 
743
                                            <cstring>spacer15</cstring>
 
744
                                        </property>
 
745
                                        <property name="orientation">
 
746
                                            <enum>Vertical</enum>
 
747
                                        </property>
 
748
                                        <property name="sizeType">
 
749
                                            <enum>Expanding</enum>
 
750
                                        </property>
 
751
                                        <property name="sizeHint">
 
752
                                            <size>
 
753
                                                <width>20</width>
 
754
                                                <height>71</height>
 
755
                                            </size>
 
756
                                        </property>
 
757
                                    </spacer>
 
758
                                </grid>
 
759
                            </widget>
 
760
                            <widget class="QGroupBox">
 
761
                                <property name="name">
 
762
                                    <cstring>groupBox8</cstring>
 
763
                                </property>
 
764
                                <property name="title">
 
765
                                    <string>Palette:</string>
 
766
                                </property>
 
767
                                <grid>
 
768
                                    <property name="name">
 
769
                                        <cstring>unnamed</cstring>
 
770
                                    </property>
 
771
                                    <widget class="QLabel" row="1" column="0">
 
772
                                        <property name="name">
 
773
                                            <cstring>pixmapPalette</cstring>
 
774
                                        </property>
 
775
                                        <property name="minimumSize">
 
776
                                            <size>
 
777
                                                <width>120</width>
 
778
                                                <height>120</height>
 
779
                                            </size>
 
780
                                        </property>
 
781
                                        <property name="frameShape">
 
782
                                            <enum>Box</enum>
 
783
                                        </property>
 
784
                                        <property name="scaledContents">
 
785
                                            <bool>true</bool>
 
786
                                        </property>
 
787
                                    </widget>
 
788
                                    <spacer row="0" column="0">
 
789
                                        <property name="name">
 
790
                                            <cstring>spacer14</cstring>
 
791
                                        </property>
 
792
                                        <property name="orientation">
 
793
                                            <enum>Vertical</enum>
 
794
                                        </property>
 
795
                                        <property name="sizeType">
 
796
                                            <enum>Expanding</enum>
 
797
                                        </property>
 
798
                                        <property name="sizeHint">
 
799
                                            <size>
 
800
                                                <width>20</width>
 
801
                                                <height>61</height>
 
802
                                            </size>
 
803
                                        </property>
 
804
                                    </spacer>
 
805
                                </grid>
 
806
                            </widget>
 
807
                        </hbox>
 
808
                    </widget>
 
809
                    <widget class="QGroupBox" row="2" column="0" rowspan="1" colspan="2">
 
810
                        <property name="name">
 
811
                            <cstring>groupBox3_2</cstring>
 
812
                        </property>
 
813
                        <property name="title">
 
814
                            <string>Visibility</string>
 
815
                        </property>
 
816
                        <grid>
 
817
                            <property name="name">
 
818
                                <cstring>unnamed</cstring>
 
819
                            </property>
 
820
                            <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="2">
 
821
                                <property name="name">
 
822
                                    <cstring>chkUseScaleDependentRendering</cstring>
 
823
                                </property>
 
824
                                <property name="text">
 
825
                                    <string>Use scale dependent rendering</string>
 
826
                                </property>
 
827
                            </widget>
 
828
                            <widget class="QLabel" row="1" column="3">
 
829
                                <property name="name">
 
830
                                    <cstring>textLabel1_2_2_2</cstring>
 
831
                                </property>
 
832
                                <property name="text">
 
833
                                    <string>Maximum 1:</string>
 
834
                                </property>
 
835
                            </widget>
 
836
                            <widget class="QSpinBox" row="1" column="4">
 
837
                                <property name="name">
 
838
                                    <cstring>spinMaximumScale</cstring>
 
839
                                </property>
 
840
                                <property name="maxValue">
 
841
                                    <number>100000000</number>
 
842
                                </property>
 
843
                                <property name="minValue">
 
844
                                    <number>1</number>
 
845
                                </property>
 
846
                                <property name="toolTip" stdset="0">
 
847
                                    <string>Maximum scale at which this layer will be displayed. </string>
 
848
                                </property>
 
849
                            </widget>
 
850
                            <widget class="QLabel" row="1" column="0">
 
851
                                <property name="name">
 
852
                                    <cstring>textLabel1_3</cstring>
 
853
                                </property>
 
854
                                <property name="text">
 
855
                                    <string>Minimum 1:</string>
 
856
                                </property>
 
857
                            </widget>
 
858
                            <widget class="QSpinBox" row="1" column="1" rowspan="1" colspan="2">
 
859
                                <property name="name">
 
860
                                    <cstring>spinMinimumScale</cstring>
 
861
                                </property>
 
862
                                <property name="maxValue">
 
863
                                    <number>100000000</number>
 
864
                                </property>
 
865
                                <property name="minValue">
 
866
                                    <number>1</number>
 
867
                                </property>
 
868
                                <property name="toolTip" stdset="0">
 
869
                                    <string>Minimum scale at which this layer will be displayed. </string>
 
870
                                </property>
 
871
                            </widget>
 
872
                            <widget class="QCheckBox" row="0" column="2" rowspan="1" colspan="3">
 
873
                                <property name="name">
 
874
                                    <cstring>cboxShowDebugInfo</cstring>
 
875
                                </property>
 
876
                                <property name="text">
 
877
                                    <string>Show debug info as overlay on raster?</string>
 
878
                                </property>
 
879
                            </widget>
 
880
                        </grid>
 
881
                    </widget>
 
882
                    <widget class="QLabel" row="0" column="0">
 
883
                        <property name="name">
 
884
                            <cstring>lblLayerSource</cstring>
 
885
                        </property>
 
886
                        <property name="text">
 
887
                            <string>Layer Source:</string>
 
888
                        </property>
 
889
                    </widget>
 
890
                    <widget class="QLineEdit" row="0" column="1">
 
891
                        <property name="name">
 
892
                            <cstring>leLayerSource</cstring>
 
893
                        </property>
 
894
                        <property name="enabled">
 
895
                            <bool>false</bool>
 
896
                        </property>
 
897
                    </widget>
 
898
                    <widget class="QLabel" row="1" column="0">
 
899
                        <property name="name">
 
900
                            <cstring>lblDisplayName</cstring>
 
901
                        </property>
 
902
                        <property name="text">
 
903
                            <string>Display Name:</string>
 
904
                        </property>
 
905
                    </widget>
 
906
                    <widget class="QLineEdit" row="1" column="1">
 
907
                        <property name="name">
 
908
                            <cstring>leDisplayName</cstring>
 
909
                        </property>
 
910
                    </widget>
 
911
                </grid>
 
912
            </widget>
 
913
            <widget class="QWidget">
 
914
                <property name="name">
 
915
                    <cstring>tabMetadata</cstring>
 
916
                </property>
 
917
                <attribute name="title">
 
918
                    <string>Metadata</string>
 
919
                </attribute>
 
920
                <grid>
 
921
                    <property name="name">
 
922
                        <cstring>unnamed</cstring>
 
923
                    </property>
 
924
                    <widget class="QTextBrowser" row="0" column="0">
 
925
                        <property name="name">
 
926
                            <cstring>txtbMetadata</cstring>
 
927
                        </property>
 
928
                    </widget>
 
929
                </grid>
 
930
            </widget>
 
931
            <widget class="QWidget">
 
932
                <property name="name">
 
933
                    <cstring>TabPage</cstring>
 
934
                </property>
 
935
                <attribute name="title">
 
936
                    <string>Pyramids</string>
 
937
                </attribute>
 
938
                <grid>
 
939
                    <property name="name">
 
940
                        <cstring>unnamed</cstring>
 
941
                    </property>
 
942
                    <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
 
943
                        <property name="name">
 
944
                            <cstring>layout5</cstring>
 
945
                        </property>
 
946
                        <hbox>
 
947
                            <property name="name">
 
948
                                <cstring>unnamed</cstring>
 
949
                            </property>
 
950
                            <spacer>
 
951
                                <property name="name">
 
952
                                    <cstring>spacer27</cstring>
 
953
                                </property>
 
954
                                <property name="orientation">
 
955
                                    <enum>Horizontal</enum>
 
956
                                </property>
 
957
                                <property name="sizeType">
 
958
                                    <enum>Expanding</enum>
 
959
                                </property>
 
960
                                <property name="sizeHint">
 
961
                                    <size>
 
962
                                        <width>156</width>
 
963
                                        <height>20</height>
 
964
                                    </size>
 
965
                                </property>
 
966
                            </spacer>
 
967
                            <widget class="QLabel">
 
968
                                <property name="name">
 
969
                                    <cstring>textLabel4_2</cstring>
 
970
                                </property>
 
971
                                <property name="text">
 
972
                                    <string>Resampling Method</string>
 
973
                                </property>
 
974
                            </widget>
 
975
                            <widget class="QComboBox">
 
976
                                <item>
 
977
                                    <property name="text">
 
978
                                        <string>Average</string>
 
979
                                    </property>
 
980
                                </item>
 
981
                                <item>
 
982
                                    <property name="text">
 
983
                                        <string>Nearest Neighbour</string>
 
984
                                    </property>
 
985
                                </item>
 
986
                                <item>
 
987
                                    <property name="text">
 
988
                                        <string>Average Magphase</string>
 
989
                                    </property>
 
990
                                </item>
 
991
                                <property name="name">
 
992
                                    <cstring>cboResamplingMethod</cstring>
 
993
                                </property>
 
994
                            </widget>
 
995
                            <widget class="QPushButton">
 
996
                                <property name="name">
 
997
                                    <cstring>buttonBuildPyramids</cstring>
 
998
                                </property>
 
999
                                <property name="text">
 
1000
                                    <string>Build Pyramids</string>
 
1001
                                </property>
 
1002
                            </widget>
 
1003
                        </hbox>
 
1004
                    </widget>
 
1005
                    <widget class="QTextEdit" row="0" column="0" rowspan="2" colspan="1">
 
1006
                        <property name="name">
 
1007
                            <cstring>textEdit5</cstring>
 
1008
                        </property>
 
1009
                        <property name="sizePolicy">
 
1010
                            <sizepolicy>
 
1011
                                <hsizetype>7</hsizetype>
 
1012
                                <vsizetype>7</vsizetype>
 
1013
                                <horstretch>5</horstretch>
 
1014
                                <verstretch>0</verstretch>
 
1015
                            </sizepolicy>
 
1016
                        </property>
 
1017
                        <property name="text">
 
1018
                            <string>&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;/head&gt;&lt;body style="font-size:11pt;font-family:Andale Sans UI"&gt;
 
1019
&lt;p style="margin-top:18px"&gt;&lt;span style="font-size:21pt;font-weight:600"&gt;Description&lt;/span&gt;&lt;/p&gt;
 
1020
&lt;p&gt;Large resolution raster layers can slow navigation in QGIS. By creating lower resolution copies of the data (pyramids) performance can be considerably improved as QGIS selects the most suitable resolution to use depending on the level of zoom. You must have write access in the directory where the original data is stored to build pyramids. &lt;/p&gt;
 
1021
&lt;p&gt;&lt;span style="color:#ff0000"&gt;Please note that building pyramids may alter the original data file and once created they cannot be removed.&lt;/span&gt;&lt;/p&gt;
 
1022
&lt;/body&gt;&lt;/html&gt;
 
1023
</string>
 
1024
                        </property>
 
1025
                        <property name="wordWrap">
 
1026
                            <enum>WidgetWidth</enum>
 
1027
                        </property>
 
1028
                    </widget>
 
1029
                    <widget class="QListBox" row="1" column="1">
 
1030
                        <property name="name">
 
1031
                            <cstring>lbxPyramidResolutions</cstring>
 
1032
                        </property>
 
1033
                        <property name="sizePolicy">
 
1034
                            <sizepolicy>
 
1035
                                <hsizetype>5</hsizetype>
 
1036
                                <vsizetype>7</vsizetype>
 
1037
                                <horstretch>0</horstretch>
 
1038
                                <verstretch>0</verstretch>
 
1039
                            </sizepolicy>
 
1040
                        </property>
 
1041
                        <property name="maximumSize">
 
1042
                            <size>
 
1043
                                <width>150</width>
 
1044
                                <height>32767</height>
 
1045
                            </size>
 
1046
                        </property>
 
1047
                        <property name="selectionMode">
 
1048
                            <enum>Multi</enum>
 
1049
                        </property>
 
1050
                    </widget>
 
1051
                    <widget class="QLabel" row="0" column="1">
 
1052
                        <property name="name">
 
1053
                            <cstring>textLabel5</cstring>
 
1054
                        </property>
 
1055
                        <property name="text">
 
1056
                            <string>Pyramid Resolutions</string>
 
1057
                        </property>
 
1058
                    </widget>
 
1059
                </grid>
 
1060
            </widget>
 
1061
        </widget>
 
1062
        <widget class="QLayoutWidget" row="1" column="0">
 
1063
            <property name="name">
 
1064
                <cstring>layout11</cstring>
 
1065
            </property>
 
1066
            <hbox>
 
1067
                <property name="name">
 
1068
                    <cstring>unnamed</cstring>
 
1069
                </property>
 
1070
                <widget class="QPushButton">
 
1071
                    <property name="name">
 
1072
                        <cstring>buttonHelp</cstring>
 
1073
                    </property>
 
1074
                    <property name="enabled">
 
1075
                        <bool>false</bool>
 
1076
                    </property>
 
1077
                    <property name="text">
 
1078
                        <string>&amp;Help</string>
 
1079
                    </property>
 
1080
                    <property name="accel">
 
1081
                        <string>F1</string>
 
1082
                    </property>
 
1083
                    <property name="autoDefault">
 
1084
                        <bool>true</bool>
 
1085
                    </property>
 
1086
                </widget>
 
1087
                <spacer>
 
1088
                    <property name="name">
 
1089
                        <cstring>Horizontal Spacing2</cstring>
 
1090
                    </property>
 
1091
                    <property name="orientation">
 
1092
                        <enum>Horizontal</enum>
 
1093
                    </property>
 
1094
                    <property name="sizeType">
 
1095
                        <enum>Expanding</enum>
 
1096
                    </property>
 
1097
                    <property name="sizeHint">
 
1098
                        <size>
 
1099
                            <width>280</width>
 
1100
                            <height>20</height>
 
1101
                        </size>
 
1102
                    </property>
 
1103
                </spacer>
 
1104
                <widget class="QPushButton">
 
1105
                    <property name="name">
 
1106
                        <cstring>buttonApply</cstring>
 
1107
                    </property>
 
1108
                    <property name="text">
 
1109
                        <string>&amp;Apply</string>
 
1110
                    </property>
 
1111
                    <property name="accel">
 
1112
                        <string>Alt+A</string>
 
1113
                    </property>
 
1114
                    <property name="autoDefault">
 
1115
                        <bool>true</bool>
 
1116
                    </property>
 
1117
                    <property name="default">
 
1118
                        <bool>true</bool>
 
1119
                    </property>
 
1120
                </widget>
 
1121
                <widget class="QPushButton">
 
1122
                    <property name="name">
 
1123
                        <cstring>buttonOk</cstring>
 
1124
                    </property>
 
1125
                    <property name="text">
 
1126
                        <string>&amp;OK</string>
 
1127
                    </property>
 
1128
                    <property name="accel">
 
1129
                        <string></string>
 
1130
                    </property>
 
1131
                    <property name="autoDefault">
 
1132
                        <bool>true</bool>
 
1133
                    </property>
 
1134
                    <property name="default">
 
1135
                        <bool>true</bool>
 
1136
                    </property>
 
1137
                </widget>
 
1138
                <widget class="QPushButton">
 
1139
                    <property name="name">
 
1140
                        <cstring>buttonCancel</cstring>
 
1141
                    </property>
 
1142
                    <property name="text">
 
1143
                        <string>&amp;Cancel</string>
 
1144
                    </property>
 
1145
                    <property name="accel">
 
1146
                        <string></string>
 
1147
                    </property>
 
1148
                    <property name="autoDefault">
 
1149
                        <bool>true</bool>
 
1150
                    </property>
 
1151
                </widget>
 
1152
            </hbox>
 
1153
        </widget>
 
1154
    </grid>
 
1155
</widget>
 
1156
<connections>
 
1157
    <connection>
 
1158
        <sender>buttonOk</sender>
 
1159
        <signal>clicked()</signal>
 
1160
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1161
        <slot>accept()</slot>
 
1162
    </connection>
 
1163
    <connection>
 
1164
        <sender>buttonCancel</sender>
 
1165
        <signal>clicked()</signal>
 
1166
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1167
        <slot>reject()</slot>
 
1168
    </connection>
 
1169
    <connection>
 
1170
        <sender>sliderMaxRed</sender>
 
1171
        <signal>valueChanged(int)</signal>
 
1172
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1173
        <slot>sliderMaxRed_valueChanged(int)</slot>
 
1174
    </connection>
 
1175
    <connection>
 
1176
        <sender>sliderMinRed</sender>
 
1177
        <signal>valueChanged(int)</signal>
 
1178
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1179
        <slot>sliderMinRed_valueChanged(int)</slot>
 
1180
    </connection>
 
1181
    <connection>
 
1182
        <sender>sliderMaxGreen</sender>
 
1183
        <signal>valueChanged(int)</signal>
 
1184
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1185
        <slot>sliderMaxGreen_valueChanged(int)</slot>
 
1186
    </connection>
 
1187
    <connection>
 
1188
        <sender>sliderMinGreen</sender>
 
1189
        <signal>valueChanged(int)</signal>
 
1190
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1191
        <slot>sliderMinGreen_valueChanged(int)</slot>
 
1192
    </connection>
 
1193
    <connection>
 
1194
        <sender>sliderMaxBlue</sender>
 
1195
        <signal>valueChanged(int)</signal>
 
1196
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1197
        <slot>sliderMaxBlue_valueChanged(int)</slot>
 
1198
    </connection>
 
1199
    <connection>
 
1200
        <sender>sliderMinBlue</sender>
 
1201
        <signal>valueChanged(int)</signal>
 
1202
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1203
        <slot>sliderMinBlue_valueChanged(int)</slot>
 
1204
    </connection>
 
1205
    <connection>
 
1206
        <sender>sliderMaxGray</sender>
 
1207
        <signal>valueChanged(int)</signal>
 
1208
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1209
        <slot>sliderMaxGray_valueChanged(int)</slot>
 
1210
    </connection>
 
1211
    <connection>
 
1212
        <sender>sliderMinGray</sender>
 
1213
        <signal>valueChanged(int)</signal>
 
1214
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1215
        <slot>sliderMinGray_valueChanged(int)</slot>
 
1216
    </connection>
 
1217
    <connection>
 
1218
        <sender>rbtnSingleBand</sender>
 
1219
        <signal>toggled(bool)</signal>
 
1220
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1221
        <slot>rbtnSingleBand_toggled(bool)</slot>
 
1222
    </connection>
 
1223
    <connection>
 
1224
        <sender>rbtnThreeBand</sender>
 
1225
        <signal>toggled(bool)</signal>
 
1226
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1227
        <slot>rbtnThreeBand_toggled(bool)</slot>
 
1228
    </connection>
 
1229
    <connection>
 
1230
        <sender>rbtnSingleBand</sender>
 
1231
        <signal>toggled(bool)</signal>
 
1232
        <receiver>grpBoxRGB</receiver>
 
1233
        <slot>setDisabled(bool)</slot>
 
1234
    </connection>
 
1235
    <connection>
 
1236
        <sender>rbtnSingleBand</sender>
 
1237
        <signal>toggled(bool)</signal>
 
1238
        <receiver>grpBoxBlue</receiver>
 
1239
        <slot>setDisabled(bool)</slot>
 
1240
    </connection>
 
1241
    <connection>
 
1242
        <sender>rbtnSingleBand</sender>
 
1243
        <signal>toggled(bool)</signal>
 
1244
        <receiver>grpBoxRed</receiver>
 
1245
        <slot>setDisabled(bool)</slot>
 
1246
    </connection>
 
1247
    <connection>
 
1248
        <sender>rbtnSingleBand</sender>
 
1249
        <signal>toggled(bool)</signal>
 
1250
        <receiver>grpBoxGreen</receiver>
 
1251
        <slot>setDisabled(bool)</slot>
 
1252
    </connection>
 
1253
    <connection>
 
1254
        <sender>rbtnSingleBand</sender>
 
1255
        <signal>toggled(bool)</signal>
 
1256
        <receiver>grpBoxGrayscale</receiver>
 
1257
        <slot>setEnabled(bool)</slot>
 
1258
    </connection>
 
1259
    <connection>
 
1260
        <sender>grpBoxGray</sender>
 
1261
        <signal>toggled(bool)</signal>
 
1262
        <receiver>grpBoxGray</receiver>
 
1263
        <slot>setEnabled(bool)</slot>
 
1264
    </connection>
 
1265
    <connection>
 
1266
        <sender>rbtnThreeBand</sender>
 
1267
        <signal>toggled(bool)</signal>
 
1268
        <receiver>grpBoxRGB</receiver>
 
1269
        <slot>setEnabled(bool)</slot>
 
1270
    </connection>
 
1271
    <connection>
 
1272
        <sender>rbtnThreeBand</sender>
 
1273
        <signal>toggled(bool)</signal>
 
1274
        <receiver>grpBoxBlue</receiver>
 
1275
        <slot>setEnabled(bool)</slot>
 
1276
    </connection>
 
1277
    <connection>
 
1278
        <sender>rbtnThreeBand</sender>
 
1279
        <signal>toggled(bool)</signal>
 
1280
        <receiver>grpBoxGreen</receiver>
 
1281
        <slot>setEnabled(bool)</slot>
 
1282
    </connection>
 
1283
    <connection>
 
1284
        <sender>rbtnThreeBand</sender>
 
1285
        <signal>toggled(bool)</signal>
 
1286
        <receiver>grpBoxRed</receiver>
 
1287
        <slot>setEnabled(bool)</slot>
 
1288
    </connection>
 
1289
    <connection>
 
1290
        <sender>rbtnThreeBand</sender>
 
1291
        <signal>toggled(bool)</signal>
 
1292
        <receiver>grpBoxGray</receiver>
 
1293
        <slot>setDisabled(bool)</slot>
 
1294
    </connection>
 
1295
    <connection>
 
1296
        <sender>rbtnThreeBand</sender>
 
1297
        <signal>toggled(bool)</signal>
 
1298
        <receiver>grpBoxGrayscale</receiver>
 
1299
        <slot>setDisabled(bool)</slot>
 
1300
    </connection>
 
1301
    <connection>
 
1302
        <sender>buttonApply</sender>
 
1303
        <signal>clicked()</signal>
 
1304
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1305
        <slot>apply()</slot>
 
1306
    </connection>
 
1307
    <connection>
 
1308
        <sender>sliderTransparency</sender>
 
1309
        <signal>valueChanged(int)</signal>
 
1310
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1311
        <slot>sliderTransparency_valueChanged(int)</slot>
 
1312
    </connection>
 
1313
    <connection>
 
1314
        <sender>buttonBuildPyramids</sender>
 
1315
        <signal>clicked()</signal>
 
1316
        <receiver>QgsRasterLayerPropertiesBase</receiver>
 
1317
        <slot>buttonBuildPyramids_clicked()</slot>
 
1318
    </connection>
 
1319
</connections>
 
1320
<includes>
 
1321
    <include location="local" impldecl="in implementation">qgsrasterlayerpropertiesbase.ui.h</include>
 
1322
</includes>
 
1323
<slots>
 
1324
    <slot>sliderMaxRed_valueChanged( int )</slot>
 
1325
    <slot>sliderMinRed_valueChanged( int )</slot>
 
1326
    <slot>sliderMaxBlue_valueChanged( int )</slot>
 
1327
    <slot>sliderMinBlue_valueChanged( int )</slot>
 
1328
    <slot>sliderMaxGreen_valueChanged( int )</slot>
 
1329
    <slot>sliderMinGreen_valueChanged( int )</slot>
 
1330
    <slot>sliderMaxGray_valueChanged( int )</slot>
 
1331
    <slot>sliderMinGray_valueChanged( int )</slot>
 
1332
    <slot>sliderTransparency_valueChanged( int )</slot>
 
1333
    <slot>rbtnSingleBand_toggled( bool )</slot>
 
1334
    <slot>rbtnThreeBand_toggled( bool )</slot>
 
1335
    <slot>apply()</slot>
 
1336
    <slot>sliderTransparency_sliderMoved( int )</slot>
 
1337
    <slot>buttonBuildPyramids_clicked()</slot>
 
1338
</slots>
 
1339
<layoutdefaults spacing="6" margin="11"/>
 
1340
</UI>