This file is indexed.

/usr/share/qt5/doc/qtgraphicaleffects/qtgraphicaleffects.index is in qtgraphicaleffects5-doc-html 5.2.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="http://qt-project.org/doc/qt-5.2" title="Qt Graphical Effects Reference Documentation" version="5.2.1" project="QtGraphicalEffects">
    <namespace threadsafety="unspecified" name="" access="public" status="commendable">
        <qmlclass name="Blend" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::Blend" href="qml-qtgraphicaleffects-blend.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="Blend" fulltitle="Blend" subtitle="" groups="qtgraphicaleffects-blend" brief="Merges two source items by using a blend mode.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::Blend::cached" href="qml-qtgraphicaleffects-blend.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="foregroundSource" fullname="QtGraphicalEffects::Blend::foregroundSource" href="qml-qtgraphicaleffects-blend.html#foregroundSource-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="mode" fullname="QtGraphicalEffects::Blend::mode" href="qml-qtgraphicaleffects-blend.html#mode-prop" access="public" status="commendable" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::Blend::source" href="qml-qtgraphicaleffects-blend.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="BrightnessContrast" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::BrightnessContrast" href="qml-qtgraphicaleffects-brightnesscontrast.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="BrightnessContrast" fulltitle="BrightnessContrast" subtitle="" groups="qtgraphicaleffects-color" brief="Adjusts brightness and contrast.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="brightness" fullname="QtGraphicalEffects::BrightnessContrast::brightness" href="qml-qtgraphicaleffects-brightnesscontrast.html#brightness-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::BrightnessContrast::cached" href="qml-qtgraphicaleffects-brightnesscontrast.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="contrast" fullname="QtGraphicalEffects::BrightnessContrast::contrast" href="qml-qtgraphicaleffects-brightnesscontrast.html#contrast-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::BrightnessContrast::source" href="qml-qtgraphicaleffects-brightnesscontrast.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ColorOverlay" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::ColorOverlay" href="qml-qtgraphicaleffects-coloroverlay.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="ColorOverlay" fulltitle="ColorOverlay" subtitle="" groups="qtgraphicaleffects-color" brief="Alters the colors of the source item by applying an overlay color.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::ColorOverlay::cached" href="qml-qtgraphicaleffects-coloroverlay.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="QtGraphicalEffects::ColorOverlay::color" href="qml-qtgraphicaleffects-coloroverlay.html#color-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::ColorOverlay::source" href="qml-qtgraphicaleffects-coloroverlay.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Colorize" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::Colorize" href="qml-qtgraphicaleffects-colorize.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="Colorize" fulltitle="Colorize" subtitle="" groups="qtgraphicaleffects-color" brief="Sets the color in the HSL color space.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::Colorize::cached" href="qml-qtgraphicaleffects-colorize.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="hue" fullname="QtGraphicalEffects::Colorize::hue" href="qml-qtgraphicaleffects-colorize.html#hue-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="lightness" fullname="QtGraphicalEffects::Colorize::lightness" href="qml-qtgraphicaleffects-colorize.html#lightness-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="saturation" fullname="QtGraphicalEffects::Colorize::saturation" href="qml-qtgraphicaleffects-colorize.html#saturation-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::Colorize::source" href="qml-qtgraphicaleffects-colorize.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ConicalGradient" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::ConicalGradient" href="qml-qtgraphicaleffects-conicalgradient.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="ConicalGradient" fulltitle="ConicalGradient" subtitle="" groups="qtgraphicaleffects-gradient" brief="Draws a conical gradient.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="angle" fullname="QtGraphicalEffects::ConicalGradient::angle" href="qml-qtgraphicaleffects-conicalgradient.html#angle-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::ConicalGradient::cached" href="qml-qtgraphicaleffects-conicalgradient.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="gradient" fullname="QtGraphicalEffects::ConicalGradient::gradient" href="qml-qtgraphicaleffects-conicalgradient.html#gradient-prop" access="public" status="commendable" type="Gradient" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalOffset" fullname="QtGraphicalEffects::ConicalGradient::horizontalOffset" href="qml-qtgraphicaleffects-conicalgradient.html#horizontalOffset-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::ConicalGradient::source" href="qml-qtgraphicaleffects-conicalgradient.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalOffset" fullname="QtGraphicalEffects::ConicalGradient::verticalOffset" href="qml-qtgraphicaleffects-conicalgradient.html#verticalOffset-prop" access="public" status="commendable" location="ConicalGradient.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/ConicalGradient.qml" lineno="154" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Desaturate" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::Desaturate" href="qml-qtgraphicaleffects-desaturate.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="Desaturate" fulltitle="Desaturate" subtitle="" groups="qtgraphicaleffects-color" brief="Reduces the saturation of the colors.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::Desaturate::cached" href="qml-qtgraphicaleffects-desaturate.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="desaturation" fullname="QtGraphicalEffects::Desaturate::desaturation" href="qml-qtgraphicaleffects-desaturate.html#desaturation-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::Desaturate::source" href="qml-qtgraphicaleffects-desaturate.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DirectionalBlur" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::DirectionalBlur" href="qml-qtgraphicaleffects-directionalblur.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="DirectionalBlur" fulltitle="DirectionalBlur" subtitle="" groups="qtgraphicaleffects-motion-blur" brief="Applies blur effect to the specified direction.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="angle" fullname="QtGraphicalEffects::DirectionalBlur::angle" href="qml-qtgraphicaleffects-directionalblur.html#angle-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::DirectionalBlur::cached" href="qml-qtgraphicaleffects-directionalblur.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="length" fullname="QtGraphicalEffects::DirectionalBlur::length" href="qml-qtgraphicaleffects-directionalblur.html#length-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="samples" fullname="QtGraphicalEffects::DirectionalBlur::samples" href="qml-qtgraphicaleffects-directionalblur.html#samples-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::DirectionalBlur::source" href="qml-qtgraphicaleffects-directionalblur.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::DirectionalBlur::transparentBorder" href="qml-qtgraphicaleffects-directionalblur.html#transparentBorder-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Displace" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::Displace" href="qml-qtgraphicaleffects-displace.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="Displace" fulltitle="Displace" subtitle="" groups="qtgraphicaleffects-distortion" brief="Moves the pixels of the source item according to the given displacement map.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::Displace::cached" href="qml-qtgraphicaleffects-displace.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="displacement" fullname="QtGraphicalEffects::Displace::displacement" href="qml-qtgraphicaleffects-displace.html#displacement-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="displacementSource" fullname="QtGraphicalEffects::Displace::displacementSource" href="qml-qtgraphicaleffects-displace.html#displacementSource-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::Displace::source" href="qml-qtgraphicaleffects-displace.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DropShadow" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::DropShadow" href="qml-qtgraphicaleffects-dropshadow.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="DropShadow" fulltitle="DropShadow" subtitle="" groups="qtgraphicaleffects-drop-shadow" brief="Generates a colorized and blurred shadow image of the source and places it behind the original, giving the impression that source item is raised from the background.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::DropShadow::cached" href="qml-qtgraphicaleffects-dropshadow.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="QtGraphicalEffects::DropShadow::color" href="qml-qtgraphicaleffects-dropshadow.html#color-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="fast" fullname="QtGraphicalEffects::DropShadow::fast" href="qml-qtgraphicaleffects-dropshadow.html#fast-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalOffset" fullname="QtGraphicalEffects::DropShadow::horizontalOffset" href="qml-qtgraphicaleffects-dropshadow.html#horizontalOffset-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="QtGraphicalEffects::DropShadow::radius" href="qml-qtgraphicaleffects-dropshadow.html#radius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="samples" fullname="QtGraphicalEffects::DropShadow::samples" href="qml-qtgraphicaleffects-dropshadow.html#samples-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::DropShadow::source" href="qml-qtgraphicaleffects-dropshadow.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="QtGraphicalEffects::DropShadow::spread" href="qml-qtgraphicaleffects-dropshadow.html#spread-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::DropShadow::transparentBorder" href="qml-qtgraphicaleffects-dropshadow.html#transparentBorder-prop" access="public" status="commendable" location="DropShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/DropShadow.qml" lineno="357" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalOffset" fullname="QtGraphicalEffects::DropShadow::verticalOffset" href="qml-qtgraphicaleffects-dropshadow.html#verticalOffset-prop" access="public" status="commendable" location="DropShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/DropShadow.qml" lineno="254" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="FastBlur" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::FastBlur" href="qml-qtgraphicaleffects-fastblur.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="FastBlur" fulltitle="FastBlur" subtitle="" groups="qtgraphicaleffects-blur" brief="Applies a fast blur effect to one or more source items.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="__internalBlurFragmentShader" fullname="QtGraphicalEffects::FastBlur::__internalBlurFragmentShader" href="qml-qtgraphicaleffects-fastblur.html#__internalBlurFragmentShader-prop" access="public" status="internal" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="__internalBlurVertexShader" fullname="QtGraphicalEffects::FastBlur::__internalBlurVertexShader" href="qml-qtgraphicaleffects-fastblur.html#__internalBlurVertexShader-prop" access="public" status="internal" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::FastBlur::cached" href="qml-qtgraphicaleffects-fastblur.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="QtGraphicalEffects::FastBlur::radius" href="qml-qtgraphicaleffects-fastblur.html#radius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::FastBlur::source" href="qml-qtgraphicaleffects-fastblur.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::FastBlur::transparentBorder" href="qml-qtgraphicaleffects-fastblur.html#transparentBorder-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="GammaAdjust" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::GammaAdjust" href="qml-qtgraphicaleffects-gammaadjust.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="GammaAdjust" fulltitle="GammaAdjust" subtitle="" groups="qtgraphicaleffects-color" brief="Alters the luminance of the source item.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::GammaAdjust::cached" href="qml-qtgraphicaleffects-gammaadjust.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="gamma" fullname="QtGraphicalEffects::GammaAdjust::gamma" href="qml-qtgraphicaleffects-gammaadjust.html#gamma-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::GammaAdjust::source" href="qml-qtgraphicaleffects-gammaadjust.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="GaussianBlur" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::GaussianBlur" href="qml-qtgraphicaleffects-gaussianblur.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="GaussianBlur" fulltitle="GaussianBlur" subtitle="" groups="qtgraphicaleffects-blur" brief="Applies a higher quality blur effect.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::GaussianBlur::cached" href="qml-qtgraphicaleffects-gaussianblur.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="deviation" fullname="QtGraphicalEffects::GaussianBlur::deviation" href="qml-qtgraphicaleffects-gaussianblur.html#deviation-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="QtGraphicalEffects::GaussianBlur::radius" href="qml-qtgraphicaleffects-gaussianblur.html#radius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="samples" fullname="QtGraphicalEffects::GaussianBlur::samples" href="qml-qtgraphicaleffects-gaussianblur.html#samples-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::GaussianBlur::source" href="qml-qtgraphicaleffects-gaussianblur.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::GaussianBlur::transparentBorder" href="qml-qtgraphicaleffects-gaussianblur.html#transparentBorder-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Glow" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::Glow" href="qml-qtgraphicaleffects-glow.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="Glow" fulltitle="Glow" subtitle="" groups="qtgraphicaleffects-glow" brief="Generates a blurred and colorized image of the source and places it behind the original, giving impression that the source is glowing.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::Glow::cached" href="qml-qtgraphicaleffects-glow.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="QtGraphicalEffects::Glow::color" href="qml-qtgraphicaleffects-glow.html#color-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="fast" fullname="QtGraphicalEffects::Glow::fast" href="qml-qtgraphicaleffects-glow.html#fast-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="QtGraphicalEffects::Glow::radius" href="qml-qtgraphicaleffects-glow.html#radius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="samples" fullname="QtGraphicalEffects::Glow::samples" href="qml-qtgraphicaleffects-glow.html#samples-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::Glow::source" href="qml-qtgraphicaleffects-glow.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="QtGraphicalEffects::Glow::spread" href="qml-qtgraphicaleffects-glow.html#spread-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::Glow::transparentBorder" href="qml-qtgraphicaleffects-glow.html#transparentBorder-prop" access="public" status="commendable" location="Glow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/Glow.qml" lineno="264" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="HueSaturation" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::HueSaturation" href="qml-qtgraphicaleffects-huesaturation.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="HueSaturation" fulltitle="HueSaturation" subtitle="" groups="qtgraphicaleffects-color" brief="Alters the source item colors in the HSL color space.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::HueSaturation::cached" href="qml-qtgraphicaleffects-huesaturation.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="hue" fullname="QtGraphicalEffects::HueSaturation::hue" href="qml-qtgraphicaleffects-huesaturation.html#hue-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="lightness" fullname="QtGraphicalEffects::HueSaturation::lightness" href="qml-qtgraphicaleffects-huesaturation.html#lightness-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="saturation" fullname="QtGraphicalEffects::HueSaturation::saturation" href="qml-qtgraphicaleffects-huesaturation.html#saturation-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::HueSaturation::source" href="qml-qtgraphicaleffects-huesaturation.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="InnerShadow" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::InnerShadow" href="qml-qtgraphicaleffects-innershadow.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="InnerShadow" fulltitle="InnerShadow" subtitle="" groups="qtgraphicaleffects-drop-shadow" brief="Generates a colorized and blurred shadow inside the source.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::InnerShadow::cached" href="qml-qtgraphicaleffects-innershadow.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="QtGraphicalEffects::InnerShadow::color" href="qml-qtgraphicaleffects-innershadow.html#color-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="fast" fullname="QtGraphicalEffects::InnerShadow::fast" href="qml-qtgraphicaleffects-innershadow.html#fast-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalOffset" fullname="QtGraphicalEffects::InnerShadow::horizontalOffset" href="qml-qtgraphicaleffects-innershadow.html#horizontalOffset-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="QtGraphicalEffects::InnerShadow::radius" href="qml-qtgraphicaleffects-innershadow.html#radius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="samples" fullname="QtGraphicalEffects::InnerShadow::samples" href="qml-qtgraphicaleffects-innershadow.html#samples-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::InnerShadow::source" href="qml-qtgraphicaleffects-innershadow.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="QtGraphicalEffects::InnerShadow::spread" href="qml-qtgraphicaleffects-innershadow.html#spread-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalOffset" fullname="QtGraphicalEffects::InnerShadow::verticalOffset" href="qml-qtgraphicaleffects-innershadow.html#verticalOffset-prop" access="public" status="commendable" location="InnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/InnerShadow.qml" lineno="295" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="LevelAdjust" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::LevelAdjust" href="qml-qtgraphicaleffects-leveladjust.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="LevelAdjust" fulltitle="LevelAdjust" subtitle="" groups="qtgraphicaleffects-color" brief="Adjusts color levels in the RGBA color space.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::LevelAdjust::cached" href="qml-qtgraphicaleffects-leveladjust.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="gamma" fullname="QtGraphicalEffects::LevelAdjust::gamma" href="qml-qtgraphicaleffects-leveladjust.html#gamma-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maximumInput" fullname="QtGraphicalEffects::LevelAdjust::maximumInput" href="qml-qtgraphicaleffects-leveladjust.html#maximumInput-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maximumOutput" fullname="QtGraphicalEffects::LevelAdjust::maximumOutput" href="qml-qtgraphicaleffects-leveladjust.html#maximumOutput-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="minimumInput" fullname="QtGraphicalEffects::LevelAdjust::minimumInput" href="qml-qtgraphicaleffects-leveladjust.html#minimumInput-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="minimumOutput" fullname="QtGraphicalEffects::LevelAdjust::minimumOutput" href="qml-qtgraphicaleffects-leveladjust.html#minimumOutput-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::LevelAdjust::source" href="qml-qtgraphicaleffects-leveladjust.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="LinearGradient" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::LinearGradient" href="qml-qtgraphicaleffects-lineargradient.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="LinearGradient" fulltitle="LinearGradient" subtitle="" groups="qtgraphicaleffects-gradient" brief="Draws a linear gradient.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::LinearGradient::cached" href="qml-qtgraphicaleffects-lineargradient.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="end" fullname="QtGraphicalEffects::LinearGradient::end" href="qml-qtgraphicaleffects-lineargradient.html#end-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="gradient" fullname="QtGraphicalEffects::LinearGradient::gradient" href="qml-qtgraphicaleffects-lineargradient.html#gradient-prop" access="public" status="commendable" type="Gradient" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::LinearGradient::source" href="qml-qtgraphicaleffects-lineargradient.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="start" fullname="QtGraphicalEffects::LinearGradient::start" href="qml-qtgraphicaleffects-lineargradient.html#start-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="MaskedBlur" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::MaskedBlur" href="qml-qtgraphicaleffects-maskedblur.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="MaskedBlur" fulltitle="MaskedBlur" subtitle="" groups="qtgraphicaleffects-blur" brief="Applies a blur effect with a varying intesity.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::MaskedBlur::cached" href="qml-qtgraphicaleffects-maskedblur.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="fast" fullname="QtGraphicalEffects::MaskedBlur::fast" href="qml-qtgraphicaleffects-maskedblur.html#fast-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maskSource" fullname="QtGraphicalEffects::MaskedBlur::maskSource" href="qml-qtgraphicaleffects-maskedblur.html#maskSource-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="QtGraphicalEffects::MaskedBlur::radius" href="qml-qtgraphicaleffects-maskedblur.html#radius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="samples" fullname="QtGraphicalEffects::MaskedBlur::samples" href="qml-qtgraphicaleffects-maskedblur.html#samples-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::MaskedBlur::source" href="qml-qtgraphicaleffects-maskedblur.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::MaskedBlur::transparentBorder" href="qml-qtgraphicaleffects-maskedblur.html#transparentBorder-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="OpacityMask" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::OpacityMask" href="qml-qtgraphicaleffects-opacitymask.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="OpacityMask" fulltitle="OpacityMask" subtitle="" groups="qtgraphicaleffects-mask" brief="Masks the source item with another item.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::OpacityMask::cached" href="qml-qtgraphicaleffects-opacitymask.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maskSource" fullname="QtGraphicalEffects::OpacityMask::maskSource" href="qml-qtgraphicaleffects-opacitymask.html#maskSource-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::OpacityMask::source" href="qml-qtgraphicaleffects-opacitymask.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="RadialBlur" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::RadialBlur" href="qml-qtgraphicaleffects-radialblur.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="RadialBlur" fulltitle="RadialBlur" subtitle="" groups="qtgraphicaleffects-motion-blur" brief="Applies directional blur in a circular direction around the items center point.">
            <contents name="example-usage" title="Example Usage" level="1"/>
            <qmlproperty threadsafety="unspecified" name="angle" fullname="QtGraphicalEffects::RadialBlur::angle" href="qml-qtgraphicaleffects-radialblur.html#angle-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::RadialBlur::cached" href="qml-qtgraphicaleffects-radialblur.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalOffset" fullname="QtGraphicalEffects::RadialBlur::horizontalOffset" href="qml-qtgraphicaleffects-radialblur.html#horizontalOffset-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="samples" fullname="QtGraphicalEffects::RadialBlur::samples" href="qml-qtgraphicaleffects-radialblur.html#samples-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::RadialBlur::source" href="qml-qtgraphicaleffects-radialblur.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::RadialBlur::transparentBorder" href="qml-qtgraphicaleffects-radialblur.html#transparentBorder-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalOffset" fullname="QtGraphicalEffects::RadialBlur::verticalOffset" href="qml-qtgraphicaleffects-radialblur.html#verticalOffset-prop" access="public" status="commendable" location="RadialBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/RadialBlur.qml" lineno="176" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="RadialGradient" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::RadialGradient" href="qml-qtgraphicaleffects-radialgradient.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="RadialGradient" fulltitle="RadialGradient" subtitle="" groups="qtgraphicaleffects-gradient" brief="Draws a radial gradient.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="angle" fullname="QtGraphicalEffects::RadialGradient::angle" href="qml-qtgraphicaleffects-radialgradient.html#angle-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::RadialGradient::cached" href="qml-qtgraphicaleffects-radialgradient.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="gradient" fullname="QtGraphicalEffects::RadialGradient::gradient" href="qml-qtgraphicaleffects-radialgradient.html#gradient-prop" access="public" status="commendable" type="Gradient" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalOffset" fullname="QtGraphicalEffects::RadialGradient::horizontalOffset" href="qml-qtgraphicaleffects-radialgradient.html#horizontalOffset-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalRadius" fullname="QtGraphicalEffects::RadialGradient::horizontalRadius" href="qml-qtgraphicaleffects-radialgradient.html#horizontalRadius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::RadialGradient::source" href="qml-qtgraphicaleffects-radialgradient.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalOffset" fullname="QtGraphicalEffects::RadialGradient::verticalOffset" href="qml-qtgraphicaleffects-radialgradient.html#verticalOffset-prop" access="public" status="commendable" location="RadialGradient.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/RadialGradient.qml" lineno="126" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalRadius" fullname="QtGraphicalEffects::RadialGradient::verticalRadius" href="qml-qtgraphicaleffects-radialgradient.html#verticalRadius-prop" access="public" status="commendable" location="RadialGradient.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/RadialGradient.qml" lineno="167" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="RectangularGlow" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::RectangularGlow" href="qml-qtgraphicaleffects-rectangularglow.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="RectangularGlow" fulltitle="RectangularGlow" subtitle="" groups="qtgraphicaleffects-glow" brief="Generates a blurred and colorized rectangle, which gives the impression that the source is glowing.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::RectangularGlow::cached" href="qml-qtgraphicaleffects-rectangularglow.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="QtGraphicalEffects::RectangularGlow::color" href="qml-qtgraphicaleffects-rectangularglow.html#color-prop" access="public" status="commendable" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cornerRadius" fullname="QtGraphicalEffects::RectangularGlow::cornerRadius" href="qml-qtgraphicaleffects-rectangularglow.html#cornerRadius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="glowRadius" fullname="QtGraphicalEffects::RectangularGlow::glowRadius" href="qml-qtgraphicaleffects-rectangularglow.html#glowRadius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="QtGraphicalEffects::RectangularGlow::spread" href="qml-qtgraphicaleffects-rectangularglow.html#spread-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="RecursiveBlur" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::RecursiveBlur" href="qml-qtgraphicaleffects-recursiveblur.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="RecursiveBlur" fulltitle="RecursiveBlur" subtitle="" groups="qtgraphicaleffects-blur" brief="Blurs repeatedly, providing a strong blur effect.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::RecursiveBlur::cached" href="qml-qtgraphicaleffects-recursiveblur.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="loops" fullname="QtGraphicalEffects::RecursiveBlur::loops" href="qml-qtgraphicaleffects-recursiveblur.html#loops-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="progress" fullname="QtGraphicalEffects::RecursiveBlur::progress" href="qml-qtgraphicaleffects-recursiveblur.html#progress-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="QtGraphicalEffects::RecursiveBlur::radius" href="qml-qtgraphicaleffects-recursiveblur.html#radius-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::RecursiveBlur::source" href="qml-qtgraphicaleffects-recursiveblur.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::RecursiveBlur::transparentBorder" href="qml-qtgraphicaleffects-recursiveblur.html#transparentBorder-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ThresholdMask" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::ThresholdMask" href="qml-qtgraphicaleffects-thresholdmask.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="ThresholdMask" fulltitle="ThresholdMask" subtitle="" groups="qtgraphicaleffects-mask" brief="Masks the source item with another item and applies a threshold value.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::ThresholdMask::cached" href="qml-qtgraphicaleffects-thresholdmask.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maskSource" fullname="QtGraphicalEffects::ThresholdMask::maskSource" href="qml-qtgraphicaleffects-thresholdmask.html#maskSource-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::ThresholdMask::source" href="qml-qtgraphicaleffects-thresholdmask.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="QtGraphicalEffects::ThresholdMask::spread" href="qml-qtgraphicaleffects-thresholdmask.html#spread-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="threshold" fullname="QtGraphicalEffects::ThresholdMask::threshold" href="qml-qtgraphicaleffects-thresholdmask.html#threshold-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ZoomBlur" qml-module-name="QtGraphicalEffects" fullname="QtGraphicalEffects::ZoomBlur" href="qml-qtgraphicaleffects-zoomblur.html" access="public" status="commendable" since="QtGraphicalEffects 1.0" title="ZoomBlur" fulltitle="ZoomBlur" subtitle="" groups="qtgraphicaleffects-motion-blur" brief="Applies directional blur effect towards source items center point.">
            <contents name="example" title="Example" level="1"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="QtGraphicalEffects::ZoomBlur::cached" href="qml-qtgraphicaleffects-zoomblur.html#cached-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalOffset" fullname="QtGraphicalEffects::ZoomBlur::horizontalOffset" href="qml-qtgraphicaleffects-zoomblur.html#horizontalOffset-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="length" fullname="QtGraphicalEffects::ZoomBlur::length" href="qml-qtgraphicaleffects-zoomblur.html#length-prop" access="public" status="commendable" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="samples" fullname="QtGraphicalEffects::ZoomBlur::samples" href="qml-qtgraphicaleffects-zoomblur.html#samples-prop" access="public" status="commendable" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="QtGraphicalEffects::ZoomBlur::source" href="qml-qtgraphicaleffects-zoomblur.html#source-prop" access="public" status="commendable" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="QtGraphicalEffects::ZoomBlur::transparentBorder" href="qml-qtgraphicaleffects-zoomblur.html#transparentBorder-prop" access="public" status="commendable" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalOffset" fullname="QtGraphicalEffects::ZoomBlur::verticalOffset" href="qml-qtgraphicaleffects-zoomblur.html#verticalOffset-prop" access="public" status="commendable" location="ZoomBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/ZoomBlur.qml" lineno="178" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="graphicaleffects.html" href="graphicaleffects.html" access="public" status="commendable" location="overview-graphicaleffects.qdoc" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/doc/src/overview-graphicaleffects.qdoc" lineno="28" subtype="page" title="Graphical Effects" fulltitle="Graphical Effects" subtitle="" module="QtGraphicalEffects" brief="Effects provided by the Qt Graphical Effects API">
            <contents name="blend" title="Blend" level="1"/>
            <contents name="color" title="Color" level="1"/>
            <contents name="gradient" title="Gradient" level="1"/>
            <contents name="distortion" title="Distortion" level="1"/>
            <contents name="drop-shadow" title="Drop Shadow" level="1"/>
            <contents name="blur" title="Blur" level="1"/>
            <contents name="motion-blur" title="Motion Blur" level="1"/>
            <contents name="glow" title="Glow" level="1"/>
            <contents name="mask" title="Mask" level="1"/>
        </page>
        <page name="QtGraphicalEffects" qml-module-name="QtGraphicalEffects" qml-module-version="1.0" href="qtgraphicaleffects-qmlmodule.html" access="public" status="commendable" location="qtgraphicaleffects.qdoc" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/doc/src/qtgraphicaleffects.qdoc" lineno="28" subtype="qmlmodule" title="Qt Graphical Effect QML Types" fulltitle="Qt Graphical Effect QML Types" subtitle="" groups="qmlmodules" brief="The Qt Graphical Effects module provides a range of stunning visual effects that can be applied to Qt Quick applications."/>
        <page name="qtgraphicaleffects-index.html" href="qtgraphicaleffects-index.html" access="public" status="commendable" location="qtgraphicaleffects.qdoc" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/doc/src/qtgraphicaleffects.qdoc" lineno="48" subtype="page" title="Qt Graphical Effects" fulltitle="Qt Graphical Effects" subtitle="" module="QtGraphicalEffects" brief="Qt Graphical Effects module is a Qt Quick Add-On module.">
            <contents name="getting-started" title="Getting started" level="1"/>
            <contents name="effects" title="Effects" level="1"/>
        </page>
        <qmlclass name="FastInnerShadow" href="qml-fastinnershadow.html" access="private" status="internal" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="43" title="FastInnerShadow" fulltitle="FastInnerShadow" subtitle="">
            <qmlproperty threadsafety="unspecified" name="__internalBlurFragmentShader" fullname="FastInnerShadow::__internalBlurFragmentShader" href="qml-fastinnershadow.html#__internalBlurFragmentShader-prop" access="public" status="internal" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="88" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="__internalBlurVertexShader" fullname="FastInnerShadow::__internalBlurVertexShader" href="qml-fastinnershadow.html#__internalBlurVertexShader-prop" access="public" status="internal" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="68" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="blur" fullname="FastInnerShadow::blur" href="qml-fastinnershadow.html#blur-prop" access="public" status="commendable" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="46" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="FastInnerShadow::cached" href="qml-fastinnershadow.html#cached-prop" access="public" status="commendable" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="51" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="FastInnerShadow::color" href="qml-fastinnershadow.html#color-prop" access="public" status="commendable" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="50" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalOffset" fullname="FastInnerShadow::horizontalOffset" href="qml-fastinnershadow.html#horizontalOffset-prop" access="public" status="commendable" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="47" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="FastInnerShadow::source" href="qml-fastinnershadow.html#source-prop" access="public" status="commendable" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="45" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="FastInnerShadow::spread" href="qml-fastinnershadow.html#spread-prop" access="public" status="commendable" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="49" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalOffset" fullname="FastInnerShadow::verticalOffset" href="qml-fastinnershadow.html#verticalOffset-prop" access="public" status="commendable" location="FastInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastInnerShadow.qml" lineno="48" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="FastMaskedBlur" href="qml-fastmaskedblur.html" access="private" status="internal" location="FastMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastMaskedBlur.qml" lineno="43" title="FastMaskedBlur" fulltitle="FastMaskedBlur" subtitle="">
            <qmlproperty threadsafety="unspecified" name="__internalBlurFragmentShader" fullname="FastMaskedBlur::__internalBlurFragmentShader" href="qml-fastmaskedblur.html#__internalBlurFragmentShader-prop" access="public" status="internal" location="FastMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastMaskedBlur.qml" lineno="91" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="__internalBlurVertexShader" fullname="FastMaskedBlur::__internalBlurVertexShader" href="qml-fastmaskedblur.html#__internalBlurVertexShader-prop" access="public" status="internal" location="FastMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastMaskedBlur.qml" lineno="71" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="blur" fullname="FastMaskedBlur::blur" href="qml-fastmaskedblur.html#blur-prop" access="public" status="commendable" location="FastMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastMaskedBlur.qml" lineno="47" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="FastMaskedBlur::cached" href="qml-fastmaskedblur.html#cached-prop" access="public" status="commendable" location="FastMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastMaskedBlur.qml" lineno="49" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maskSource" fullname="FastMaskedBlur::maskSource" href="qml-fastmaskedblur.html#maskSource-prop" access="public" status="commendable" location="FastMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastMaskedBlur.qml" lineno="46" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="FastMaskedBlur::source" href="qml-fastmaskedblur.html#source-prop" access="public" status="commendable" location="FastMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastMaskedBlur.qml" lineno="45" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="FastMaskedBlur::transparentBorder" href="qml-fastmaskedblur.html#transparentBorder-prop" access="public" status="commendable" location="FastMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastMaskedBlur.qml" lineno="48" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="GaussianDirectionalBlur" href="qml-gaussiandirectionalblur.html" access="private" status="internal" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="43" title="GaussianDirectionalBlur" fulltitle="GaussianDirectionalBlur" subtitle="">
            <qmlproperty threadsafety="unspecified" name="cached" fullname="GaussianDirectionalBlur::cached" href="qml-gaussiandirectionalblur.html#cached-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="52" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="GaussianDirectionalBlur::color" href="qml-gaussiandirectionalblur.html#color-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="55" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="deviation" fullname="GaussianDirectionalBlur::deviation" href="qml-gaussiandirectionalblur.html#deviation-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="46" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="enableColor" fullname="GaussianDirectionalBlur::enableColor" href="qml-gaussiandirectionalblur.html#enableColor-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="54" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="enableMask" fullname="GaussianDirectionalBlur::enableMask" href="qml-gaussiandirectionalblur.html#enableMask-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="58" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalStep" fullname="GaussianDirectionalBlur::horizontalStep" href="qml-gaussiandirectionalblur.html#horizontalStep-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="49" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maskSource" fullname="GaussianDirectionalBlur::maskSource" href="qml-gaussiandirectionalblur.html#maskSource-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="59" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maximumRadius" fullname="GaussianDirectionalBlur::maximumRadius" href="qml-gaussiandirectionalblur.html#maximumRadius-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="48" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="GaussianDirectionalBlur::radius" href="qml-gaussiandirectionalblur.html#radius-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="47" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="GaussianDirectionalBlur::source" href="qml-gaussiandirectionalblur.html#source-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="45" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="GaussianDirectionalBlur::spread" href="qml-gaussiandirectionalblur.html#spread-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="56" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="GaussianDirectionalBlur::transparentBorder" href="qml-gaussiandirectionalblur.html#transparentBorder-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="51" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalStep" fullname="GaussianDirectionalBlur::verticalStep" href="qml-gaussiandirectionalblur.html#verticalStep-prop" access="public" status="commendable" location="GaussianDirectionalBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianDirectionalBlur.qml" lineno="50" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="GaussianGlow" href="qml-gaussianglow.html" access="private" status="internal" location="GaussianGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianGlow.qml" lineno="43" title="GaussianGlow" fulltitle="GaussianGlow" subtitle="">
            <qmlproperty threadsafety="unspecified" name="cached" fullname="GaussianGlow::cached" href="qml-gaussianglow.html#cached-prop" access="public" status="commendable" location="GaussianGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianGlow.qml" lineno="50" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="GaussianGlow::color" href="qml-gaussianglow.html#color-prop" access="public" status="commendable" location="GaussianGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianGlow.qml" lineno="49" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maximumRadius" fullname="GaussianGlow::maximumRadius" href="qml-gaussianglow.html#maximumRadius-prop" access="public" status="commendable" location="GaussianGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianGlow.qml" lineno="47" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="GaussianGlow::radius" href="qml-gaussianglow.html#radius-prop" access="public" status="commendable" location="GaussianGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianGlow.qml" lineno="46" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="GaussianGlow::source" href="qml-gaussianglow.html#source-prop" access="public" status="commendable" location="GaussianGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianGlow.qml" lineno="45" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="GaussianGlow::spread" href="qml-gaussianglow.html#spread-prop" access="public" status="commendable" location="GaussianGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianGlow.qml" lineno="48" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="GaussianGlow::transparentBorder" href="qml-gaussianglow.html#transparentBorder-prop" access="public" status="commendable" location="GaussianGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianGlow.qml" lineno="51" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="GaussianInnerShadow" href="qml-gaussianinnershadow.html" access="private" status="internal" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="43" title="GaussianInnerShadow" fulltitle="GaussianInnerShadow" subtitle="">
            <qmlproperty threadsafety="unspecified" name="cached" fullname="GaussianInnerShadow::cached" href="qml-gaussianinnershadow.html#cached-prop" access="public" status="commendable" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="52" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="GaussianInnerShadow::color" href="qml-gaussianinnershadow.html#color-prop" access="public" status="commendable" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="51" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="horizontalOffset" fullname="GaussianInnerShadow::horizontalOffset" href="qml-gaussianinnershadow.html#horizontalOffset-prop" access="public" status="commendable" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="48" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maximumRadius" fullname="GaussianInnerShadow::maximumRadius" href="qml-gaussianinnershadow.html#maximumRadius-prop" access="public" status="commendable" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="47" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="GaussianInnerShadow::radius" href="qml-gaussianinnershadow.html#radius-prop" access="public" status="commendable" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="46" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="GaussianInnerShadow::source" href="qml-gaussianinnershadow.html#source-prop" access="public" status="commendable" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="45" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="GaussianInnerShadow::spread" href="qml-gaussianinnershadow.html#spread-prop" access="public" status="commendable" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="50" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="verticalOffset" fullname="GaussianInnerShadow::verticalOffset" href="qml-gaussianinnershadow.html#verticalOffset-prop" access="public" status="commendable" location="GaussianInnerShadow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianInnerShadow.qml" lineno="49" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="GaussianMaskedBlur" href="qml-gaussianmaskedblur.html" access="private" status="internal" location="GaussianMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianMaskedBlur.qml" lineno="43" title="GaussianMaskedBlur" fulltitle="GaussianMaskedBlur" subtitle="">
            <qmlproperty threadsafety="unspecified" name="cached" fullname="GaussianMaskedBlur::cached" href="qml-gaussianmaskedblur.html#cached-prop" access="public" status="commendable" location="GaussianMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianMaskedBlur.qml" lineno="49" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maskSource" fullname="GaussianMaskedBlur::maskSource" href="qml-gaussianmaskedblur.html#maskSource-prop" access="public" status="commendable" location="GaussianMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianMaskedBlur.qml" lineno="46" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="maximumRadius" fullname="GaussianMaskedBlur::maximumRadius" href="qml-gaussianmaskedblur.html#maximumRadius-prop" access="public" status="commendable" location="GaussianMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianMaskedBlur.qml" lineno="48" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="radius" fullname="GaussianMaskedBlur::radius" href="qml-gaussianmaskedblur.html#radius-prop" access="public" status="commendable" location="GaussianMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianMaskedBlur.qml" lineno="47" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="GaussianMaskedBlur::source" href="qml-gaussianmaskedblur.html#source-prop" access="public" status="commendable" location="GaussianMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianMaskedBlur.qml" lineno="45" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="GaussianMaskedBlur::transparentBorder" href="qml-gaussianmaskedblur.html#transparentBorder-prop" access="public" status="commendable" location="GaussianMaskedBlur.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/GaussianMaskedBlur.qml" lineno="50" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="SourceProxy" href="qml-sourceproxy.html" access="private" status="internal" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="43" title="SourceProxy" fulltitle="SourceProxy" subtitle="">
            <qmlproperty threadsafety="unspecified" name="input" fullname="SourceProxy::input" href="qml-sourceproxy.html#input-prop" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="45" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="output" fullname="SourceProxy::output" href="qml-sourceproxy.html#output-prop" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="46" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="sourceRect" fullname="SourceProxy::sourceRect" href="qml-sourceproxy.html#sourceRect-prop" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="47" type="variant" attached="false" writable="true"/>
            <qmlmethod threadsafety="unspecified" name="evaluateInput" fullname="SourceProxy::evaluateInput" href="qml-sourceproxy.html#evaluateInput-method" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="56"/>
            <qmlmethod threadsafety="unspecified" name="hasChildren" fullname="SourceProxy::hasChildren" href="qml-sourceproxy.html#hasChildren-method" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="109"/>
            <qmlmethod threadsafety="unspecified" name="hasProperties" fullname="SourceProxy::hasProperties" href="qml-sourceproxy.html#hasProperties-method" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="100"/>
            <qmlmethod threadsafety="unspecified" name="hasTileMode" fullname="SourceProxy::hasTileMode" href="qml-sourceproxy.html#hasTileMode-method" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="119"/>
            <qmlmethod threadsafety="unspecified" name="isQQuickImage" fullname="SourceProxy::isQQuickImage" href="qml-sourceproxy.html#isQQuickImage-method" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="90"/>
            <qmlmethod threadsafety="unspecified" name="isQQuickItemLayerEnabled" fullname="SourceProxy::isQQuickItemLayerEnabled" href="qml-sourceproxy.html#isQQuickItemLayerEnabled-method" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="81"/>
            <qmlmethod threadsafety="unspecified" name="isQQuickShaderEffectSource" fullname="SourceProxy::isQQuickShaderEffectSource" href="qml-sourceproxy.html#isQQuickShaderEffectSource-method" access="public" status="commendable" location="SourceProxy.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/SourceProxy.qml" lineno="95"/>
        </qmlclass>
        <qmlclass name="FastGlow" href="qml-fastglow.html" access="private" status="internal" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="43" title="FastGlow" fulltitle="FastGlow" subtitle="">
            <qmlproperty threadsafety="unspecified" name="__internalBlurFragmentShader" fullname="FastGlow::__internalBlurFragmentShader" href="qml-fastglow.html#__internalBlurFragmentShader-prop" access="public" status="internal" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="87" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="__internalBlurVertexShader" fullname="FastGlow::__internalBlurVertexShader" href="qml-fastglow.html#__internalBlurVertexShader-prop" access="public" status="internal" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="67" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="blur" fullname="FastGlow::blur" href="qml-fastglow.html#blur-prop" access="public" status="commendable" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="47" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="cached" fullname="FastGlow::cached" href="qml-fastglow.html#cached-prop" access="public" status="commendable" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="50" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="color" fullname="FastGlow::color" href="qml-fastglow.html#color-prop" access="public" status="commendable" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="48" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="source" fullname="FastGlow::source" href="qml-fastglow.html#source-prop" access="public" status="commendable" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="45" type="variant" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="spread" fullname="FastGlow::spread" href="qml-fastglow.html#spread-prop" access="public" status="commendable" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="46" type="real" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="FastGlow::transparentBorder" href="qml-fastglow.html#transparentBorder-prop" access="public" status="commendable" location="FastGlow.qml" filepath="/build/buildd/qtgraphicaleffects-opensource-src-5.2.1/src/effects/private/FastGlow.qml" lineno="49" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <page name="ftp://ftp.qt-project.org/pub/qt/solutions/lgpl/qtmotifextension-2.7_1-opensource.tar.gz" href="ftp://ftp.qt-project.org/pub/qt/solutions/lgpl/qtmotifextension-2.7_1-opensource.tar.gz" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="466" subtype="externalpage" title="Motif Extension" fulltitle="Motif Extension" subtitle=""/>
        <page name="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/_accessible_event_i_d_8idl.html" href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/_accessible_event_i_d_8idl.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="456" subtype="externalpage" title="AccessibleEventID.idl File Reference" fulltitle="AccessibleEventID.idl File Reference" subtitle=""/>
        <page name="http://arora-browser.org/" href="http://arora-browser.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="166" subtype="externalpage" title="Arora Browser" fulltitle="Arora Browser" subtitle=""/>
        <page name="http://cgi.netscape.com/newsref/std/cookie_spec.html" href="http://cgi.netscape.com/newsref/std/cookie_spec.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="296" subtype="externalpage" title="Netscape Cookie Specification" fulltitle="Netscape Cookie Specification" subtitle=""/>
        <page name="http://code.google.com/p/angleproject/" href="http://code.google.com/p/angleproject/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="176" subtype="externalpage" title="ANGLE" fulltitle="ANGLE" subtitle=""/>
        <page name="http://developers.sun.com/sunstudio/downloads/patches/index.jsp" href="http://developers.sun.com/sunstudio/downloads/patches/index.jsp" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="336" subtype="externalpage" title="Sun Studio Patches" fulltitle="Sun Studio Patches" subtitle=""/>
        <page name="http://directfb.org/docs/DirectFB_Reference_1_4/IDirectFBImageProvider.html" href="http://directfb.org/docs/DirectFB_Reference_1_4/IDirectFBImageProvider.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="376" subtype="externalpage" title="DirectFB - IDirectFBImageProvider" fulltitle="DirectFB - IDirectFBImageProvider" subtitle=""/>
        <page name="http://en.tldp.org/HOWTO/Framebuffer-HOWTO.html" href="http://en.tldp.org/HOWTO/Framebuffer-HOWTO.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="306" subtype="externalpage" title="Framebuffer HOWTO" fulltitle="Framebuffer HOWTO" subtitle=""/>
        <page name="http://git.iksaif.net/?p=qsslkey-p11.git" href="http://git.iksaif.net/?p=qsslkey-p11.git" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="481" subtype="externalpage" title="qsslkey example" fulltitle="qsslkey example" subtitle=""/>
        <page name="http://gnuwin32.sourceforge.net/packages.html" href="http://gnuwin32.sourceforge.net/packages.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="100" subtype="externalpage" title="GnuWin32 Project" fulltitle="GnuWin32 Project" subtitle=""/>
        <page name="http://linux.sybase.com" href="http://linux.sybase.com" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="251" subtype="externalpage" title="http://linux.sybase.com" fulltitle="http://linux.sybase.com" subtitle=""/>
        <page name="http://lldb.llvm.org/" href="http://lldb.llvm.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="491" subtype="externalpage" title="The LLDB Debugger" fulltitle="The LLDB Debugger" subtitle=""/>
        <page name="http://msdn.microsoft.com/en-us/directx/default.aspx" href="http://msdn.microsoft.com/en-us/directx/default.aspx" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="181" subtype="externalpage" title="Direct X SDK" fulltitle="Direct X SDK" subtitle=""/>
        <page name="http://msdn.microsoft.com/en-us/library/dd318066.aspx" href="http://msdn.microsoft.com/en-us/library/dd318066.aspx" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="461" subtype="externalpage" title="Microsoft Active Accessibility Event Constants" fulltitle="Microsoft Active Accessibility Event Constants" subtitle=""/>
        <page name="http://msdn.microsoft.com/en-us/library/ms533046(VS.85).aspx" href="http://msdn.microsoft.com/en-us/library/ms533046(VS.85).aspx" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="301" subtype="externalpage" title="Mitigating Cross-site Scripting With HTTP-only Cookies" fulltitle="Mitigating Cross-site Scripting With HTTP-only Cookies" subtitle=""/>
        <page name="http://opensource.org/licenses/bsd-license.php" href="http://opensource.org/licenses/bsd-license.php" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="411" subtype="externalpage" title="New and Modified BSD Licenses" fulltitle="New and Modified BSD Licenses" subtitle=""/>
        <page name="http://publicsuffix.org/" href="http://publicsuffix.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="446" subtype="externalpage" title="publicsuffix.org" fulltitle="publicsuffix.org" subtitle=""/>
        <page name="http://pyxml.sourceforge.net/topics/xbel/" href="http://pyxml.sourceforge.net/topics/xbel/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="211" subtype="externalpage" title="XML Bookmark Exchange Language Resource Page" fulltitle="XML Bookmark Exchange Language Resource Page" subtitle=""/>
        <page name="http://site.icu-project.org/" href="http://site.icu-project.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="196" subtype="externalpage" title="ICU" fulltitle="ICU" subtitle=""/>
        <page name="http://tdm-gcc.tdragon.net/" href="http://tdm-gcc.tdragon.net/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="141" subtype="externalpage" title="TDM-GCC" fulltitle="TDM-GCC" subtitle=""/>
        <page name="http://wap.trafikanten.no" href="http://wap.trafikanten.no" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="311" subtype="externalpage" title="Trafikanten" fulltitle="Trafikanten" subtitle=""/>
        <page name="http://webkit.org/" href="http://webkit.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="151" subtype="externalpage" title="WebKit Open Source Project" fulltitle="WebKit Open Source Project" subtitle=""/>
        <page name="http://wiki.forum.nokia.com/" href="http://wiki.forum.nokia.com/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="451" subtype="externalpage" title="Forum Nokia Wiki" fulltitle="Forum Nokia Wiki" subtitle=""/>
        <page name="http://www.activestate.com/Products/activeperl/index.mhtml" href="http://www.activestate.com/Products/activeperl/index.mhtml" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="171" subtype="externalpage" title="ActivePerl" fulltitle="ActivePerl" subtitle=""/>
        <page name="http://www.amazon.com/Pthreads-Programming-Standard-Multiprocessing-Nutshell/dp/1565921151/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1354884565&amp;sr=1-1&amp;keywords=threads+Programming%3A+A+POSIX+Standard+for+Better+Multiprocessing" href="http://www.amazon.com/Pthreads-Programming-Standard-Multiprocessing-Nutshell/dp/1565921151/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1354884565&amp;sr=1-1&amp;keywords=threads+Programming%3A+A+POSIX+Standard+for+Better+Multiprocessing" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="271" subtype="externalpage" title="Pthreads Programming: A POSIX Standard for Better Multiprocessing" fulltitle="Pthreads Programming: A POSIX Standard for Better Multiprocessing" subtitle=""/>
        <page name="http://www.amazon.com/Thread-Time-MultiThreaded-Programming-Guide/dp/0131900676/ref=sr_1_sc_3?ie=UTF8&amp;qid=1354884427&amp;sr=8-3-spell&amp;keywords=The+Mulltithread+Programming+Guide" href="http://www.amazon.com/Thread-Time-MultiThreaded-Programming-Guide/dp/0131900676/ref=sr_1_sc_3?ie=UTF8&amp;qid=1354884427&amp;sr=8-3-spell&amp;keywords=The+Mulltithread+Programming+Guide" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="266" subtype="externalpage" title="Thread Time: The Multithreaded Programming Guide" fulltitle="Thread Time: The Multithreaded Programming Guide" subtitle=""/>
        <page name="http://www.amazon.com/Threads-Primer-Guide-Multithreaded-Programming/dp/0134436989/ref=sr_1_1?ie=UTF8&amp;qid=1354884049&amp;sr=8-1&amp;keywords=a+guide+to+multithreaded+programming" href="http://www.amazon.com/Threads-Primer-Guide-Multithreaded-Programming/dp/0134436989/ref=sr_1_1?ie=UTF8&amp;qid=1354884049&amp;sr=8-1&amp;keywords=a+guide+to+multithreaded+programming" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="261" subtype="externalpage" title="Threads Primer: A Guide to Multithreaded Programming" fulltitle="Threads Primer: A Guide to Multithreaded Programming" subtitle=""/>
        <page name="http://www.amazon.com/Win32-Multithreaded-Programming-Aaron-Cohen/dp/B00007GW3Z/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1354884647&amp;sr=1-1&amp;keywords=Win32+Multithreaded+Programming" href="http://www.amazon.com/Win32-Multithreaded-Programming-Aaron-Cohen/dp/B00007GW3Z/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1354884647&amp;sr=1-1&amp;keywords=Win32+Multithreaded+Programming" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="276" subtype="externalpage" title="Win32 Multithreaded Programming" fulltitle="Win32 Multithreaded Programming" subtitle=""/>
        <page name="http://www.cmake.org/cmake/help/documentation.html" href="http://www.cmake.org/cmake/help/documentation.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="59" subtype="externalpage" title="CMake Documentation" fulltitle="CMake Documentation" subtitle=""/>
        <page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:find_package" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:find_package" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="64" subtype="externalpage" title="CMake find_package Documentation" fulltitle="CMake find_package Documentation" subtitle=""/>
        <page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:target_link_libraries" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:target_link_libraries" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="85" subtype="externalpage" title="CMake target_link_libraries Documentation" fulltitle="CMake target_link_libraries Documentation" subtitle=""/>
        <page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:AUTOMOC" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:AUTOMOC" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="69" subtype="externalpage" title="CMake AUTOMOC Documentation" fulltitle="CMake AUTOMOC Documentation" subtitle=""/>
        <page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:LOCATION" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:LOCATION" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="75" subtype="externalpage" title="CMake LOCATION Documentation" fulltitle="CMake LOCATION Documentation" subtitle=""/>
        <page name="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:POSITION_INDEPENDENT_CODE" href="http://www.cmake.org/cmake/help/v2.8.11/cmake.html#prop_tgt:POSITION_INDEPENDENT_CODE" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="80" subtype="externalpage" title="CMake POSITION_INDEPENDENT_CODE Documentation" fulltitle="CMake POSITION_INDEPENDENT_CODE Documentation" subtitle=""/>
        <page name="http://www.cplusplus.com/reference/clibrary/cstring/memcpy/" href="http://www.cplusplus.com/reference/clibrary/cstring/memcpy/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="361" subtype="externalpage" title="C++ Reference - memcpy" fulltitle="C++ Reference - memcpy" subtitle=""/>
        <page name="http://www.cups.org/" href="http://www.cups.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="42" subtype="externalpage" title="Common Unix Printing System (CUPS)" fulltitle="Common Unix Printing System (CUPS)" subtitle="">
            <keyword name="cups"/>
        </page>
        <page name="http://www.dependencywalker.com/" href="http://www.dependencywalker.com/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="146" subtype="externalpage" title="Dependency Walker" fulltitle="Dependency Walker" subtitle=""/>
        <page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBPalette.html" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBPalette.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="356" subtype="externalpage" title="DirectFB - IDirectFBPalette" fulltitle="DirectFB - IDirectFBPalette" subtitle=""/>
        <page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBSurface.html" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBSurface.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="381" subtype="externalpage" title="DirectFB - IDirectFBSurface" fulltitle="DirectFB - IDirectFBSurface" subtitle=""/>
        <page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBWindow" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBWindow" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="386" subtype="externalpage" title="DirectFB - IDirectFBWindow" fulltitle="DirectFB - IDirectFBWindow" subtitle=""/>
        <page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFB_CreateInputEventBuffer.html" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFB_CreateInputEventBuffer.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="366" subtype="externalpage" title="DirectFB - CreateInputEventBuffer" fulltitle="DirectFB - CreateInputEventBuffer" subtitle=""/>
        <page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceBlittingFlags" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceBlittingFlags" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="371" subtype="externalpage" title="DirectFB - DFBSurfaceBlittingFlags" fulltitle="DirectFB - DFBSurfaceBlittingFlags" subtitle=""/>
        <page name="http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceDescription" href="http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceDescription" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="391" subtype="externalpage" title="DirectFB - DFBSurfaceDescription" fulltitle="DirectFB - DFBSurfaceDescription" subtitle=""/>
        <page name="http://www.directfb.org/index.php?path=Main%2FDownloads&amp;amp;page=1" href="http://www.directfb.org/index.php?path=Main%2FDownloads&amp;amp;page=1" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="351" subtype="externalpage" title="DirectFB - df_window example" fulltitle="DirectFB - df_window example" subtitle=""/>
        <page name="http://www.ecma-international.org/publications/standards/Ecma-262.htm" href="http://www.ecma-international.org/publications/standards/Ecma-262.htm" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="416" subtype="externalpage" title="ECMAScript Language Specification" fulltitle="ECMAScript Language Specification" subtitle=""/>
        <page name="http://www.freedesktop.org/" href="http://www.freedesktop.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="27" subtype="externalpage" title="freedesktop.org" fulltitle="freedesktop.org" subtitle=""/>
        <page name="http://www.freedesktop.org/Standards/icon-theme-spec" href="http://www.freedesktop.org/Standards/icon-theme-spec" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="37" subtype="externalpage" title="Icon Themes Specification" fulltitle="Icon Themes Specification" subtitle=""/>
        <page name="http://www.freedesktop.org/Standards/xembed-spec" href="http://www.freedesktop.org/Standards/xembed-spec" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="32" subtype="externalpage" title="XEmbed Specification" fulltitle="XEmbed Specification" subtitle=""/>
        <page name="http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec" href="http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="48" subtype="externalpage" title="Desktop Entry Specification" fulltitle="Desktop Entry Specification" subtitle=""/>
        <page name="http://www.freetds.org" href="http://www.freetds.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="241" subtype="externalpage" title="http://www.freetds.org" fulltitle="http://www.freetds.org" subtitle=""/>
        <page name="http://www.gnome.org/" href="http://www.gnome.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="90" subtype="externalpage" title="GNOME" fulltitle="GNOME" subtitle=""/>
        <page name="http://www.gnu.org/licenses/gpl.html" href="http://www.gnu.org/licenses/gpl.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="326" subtype="externalpage" title="GNU General Public License" fulltitle="GNU General Public License" subtitle=""/>
        <page name="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="331" subtype="externalpage" title="GNU Lesser General Public License, version 2.1" fulltitle="GNU Lesser General Public License, version 2.1" subtitle=""/>
        <page name="http://www.gnu.org/software/emacs/" href="http://www.gnu.org/software/emacs/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="95" subtype="externalpage" title="GNU Emacs" fulltitle="GNU Emacs" subtitle=""/>
        <page name="http://www.informit.com/store/product.aspx?isbn=0132354160" href="http://www.informit.com/store/product.aspx?isbn=0132354160" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="156" subtype="externalpage" title="C++ GUI Programming with Qt 4, 2nd Edition" fulltitle="C++ GUI Programming with Qt 4, 2nd Edition" subtitle=""/>
        <page name="http://www.kde.org" href="http://www.kde.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="346" subtype="externalpage" title="KDE" fulltitle="KDE" subtitle=""/>
        <page name="http://www.kde.org/" href="http://www.kde.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="53" subtype="externalpage" title="The K Desktop Environment" fulltitle="The K Desktop Environment" subtitle="">
            <keyword name="kde"/>
        </page>
        <page name="http://www.kdedevelopers.org/node/2345" href="http://www.kdedevelopers.org/node/2345" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="291" subtype="externalpage" title="KDE applications" fulltitle="KDE applications" subtitle=""/>
        <page name="http://www.khronos.org/registry/gles/" href="http://www.khronos.org/registry/gles/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="476" subtype="externalpage" title="Khronos OpenGL ES API Registry" fulltitle="Khronos OpenGL ES API Registry" subtitle=""/>
        <page name="http://www.libusb.org/" href="http://www.libusb.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="436" subtype="externalpage" title="libusb" fulltitle="libusb" subtitle=""/>
        <page name="http://www.mingw.org/" href="http://www.mingw.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="201" subtype="externalpage" title="MinGW" fulltitle="MinGW" subtitle=""/>
        <page name="http://www.opengl.org/registry/" href="http://www.opengl.org/registry/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="471" subtype="externalpage" title="OpenGL Registry" fulltitle="OpenGL Registry" subtitle=""/>
        <page name="http://www.openssl.org/" href="http://www.openssl.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="161" subtype="externalpage" title="OpenSSL Toolkit" fulltitle="OpenSSL Toolkit" subtitle=""/>
        <page name="http://www.phptr.com/content/images/0131872494/samplechapter/blanchette_ch10.pdf" href="http://www.phptr.com/content/images/0131872494/samplechapter/blanchette_ch10.pdf" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="281" subtype="externalpage" title="&quot;Item View Classes&quot; Chapter of C++ GUI Programming with Qt 4" fulltitle="&quot;Item View Classes&quot; Chapter of C++ GUI Programming with Qt 4" subtitle=""/>
        <page name="http://www.postgresql.org" href="http://www.postgresql.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="231" subtype="externalpage" title="http://www.postgresql.org" fulltitle="http://www.postgresql.org" subtitle=""/>
        <page name="http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW" href="http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="236" subtype="externalpage" title="PostgreSQL MinGW/Native Windows" fulltitle="PostgreSQL MinGW/Native Windows" subtitle=""/>
        <page name="http://www.python.org/" href="http://www.python.org/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="206" subtype="externalpage" title="Python" fulltitle="Python" subtitle=""/>
        <page name="http://www.qtcentre.org" href="http://www.qtcentre.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="341" subtype="externalpage" title="Qt Centre" fulltitle="Qt Centre" subtitle=""/>
        <page name="http://www.sqlite.org" href="http://www.sqlite.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="256" subtype="externalpage" title="http://www.sqlite.org" fulltitle="http://www.sqlite.org" subtitle=""/>
        <page name="http://www.sybase.com" href="http://www.sybase.com" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="246" subtype="externalpage" title="http://www.sybase.com" fulltitle="http://www.sybase.com" subtitle=""/>
        <page name="http://www.unixodbc.org" href="http://www.unixodbc.org" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="226" subtype="externalpage" title="http://www.unixodbc.org" fulltitle="http://www.unixodbc.org" subtitle=""/>
        <page name="http://www.w3.org/Graphics/SVG/" href="http://www.w3.org/Graphics/SVG/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="116" subtype="externalpage" title="SVG Working Group" fulltitle="SVG Working Group" subtitle=""/>
        <page name="http://www.w3.org/Graphics/SVG/About.html" href="http://www.w3.org/Graphics/SVG/About.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="105" subtype="externalpage" title="About SVG" fulltitle="About SVG" subtitle="">
            <keyword name="scalable-vector-graphics"/>
        </page>
        <page name="http://www.w3.org/Graphics/SVG/feature/1.2/#SVG-static" href="http://www.w3.org/Graphics/SVG/feature/1.2/#SVG-static" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="134" subtype="externalpage" title="SVG 1.2 Tiny Static Features" fulltitle="SVG 1.2 Tiny Static Features" subtitle=""/>
        <page name="http://www.w3.org/TR/2009/WD-webdatabase-20091029/" href="http://www.w3.org/TR/2009/WD-webdatabase-20091029/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="486" subtype="externalpage" title="HTML5 Web Database API" fulltitle="HTML5 Web Database API" subtitle=""/>
        <page name="http://www.w3.org/TR/REC-CSS2/selector.html#q1" href="http://www.w3.org/TR/REC-CSS2/selector.html#q1" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="396" subtype="externalpage" title="Standard CSS2 selector" fulltitle="Standard CSS2 selector" subtitle=""/>
        <page name="http://www.w3.org/TR/SVG/types.html#ColorKeywords" href="http://www.w3.org/TR/SVG/types.html#ColorKeywords" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="111" subtype="externalpage" title="SVG color keyword names" fulltitle="SVG color keyword names" subtitle=""/>
        <page name="http://www.w3.org/TR/SVGMobile/" href="http://www.w3.org/TR/SVGMobile/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="121" subtype="externalpage" title="Mobile SVG Profiles" fulltitle="Mobile SVG Profiles" subtitle=""/>
        <page name="http://www.w3.org/TR/SVGMobile12/" href="http://www.w3.org/TR/SVGMobile12/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="129" subtype="externalpage" title="SVG 1.2 Tiny" fulltitle="SVG 1.2 Tiny" subtitle=""/>
        <page name="http://www.w3.org/TR/html401/" href="http://www.w3.org/TR/html401/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="186" subtype="externalpage" title="HTML 4" fulltitle="HTML 4" subtitle=""/>
        <page name="http://www.w3.org/TR/html5/" href="http://www.w3.org/TR/html5/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="191" subtype="externalpage" title="HTML 5" fulltitle="HTML 5" subtitle=""/>
        <page name="http://www.w3.org/TR/scxml/" href="http://www.w3.org/TR/scxml/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="316" subtype="externalpage" title="State Chart XML: State Machine Notation for Control Abstraction" fulltitle="State Chart XML: State Machine Notation for Control Abstraction" subtitle=""/>
        <page name="http://www.w3.org/TR/xquery/#errors" href="http://www.w3.org/TR/xquery/#errors" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="216" subtype="externalpage" title="error handling in the XQuery language" fulltitle="error handling in the XQuery language" subtitle=""/>
        <page name="http://www.w3.org/XML/Core/#Publications" href="http://www.w3.org/XML/Core/#Publications" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="401" subtype="externalpage" title="W3C XML specifications" fulltitle="W3C XML specifications" subtitle=""/>
        <page name="http://www.w3.org/XML/Schema" href="http://www.w3.org/XML/Schema" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="406" subtype="externalpage" title="XML Schema" fulltitle="XML Schema" subtitle=""/>
        <page name="http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf" href="http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="321" subtype="externalpage" title="Statecharts: A visual formalism for complex systems" fulltitle="Statecharts: A visual formalism for complex systems" subtitle=""/>
        <page name="http://xaos.sourceforge.net/" href="http://xaos.sourceforge.net/" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="221" subtype="externalpage" title="XaoS" fulltitle="XaoS" subtitle=""/>
        <page name="https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/Intro/Intro.html" href="https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/Intro/Intro.html" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="286" subtype="externalpage" title="Mac OS X Aqua" fulltitle="Mac OS X Aqua" subtitle=""/>
        <page name="https://developer.mozilla.org/en/JavaScript" href="https://developer.mozilla.org/en/JavaScript" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="421" subtype="externalpage" title="JavaScript Resources" fulltitle="JavaScript Resources" subtitle=""/>
        <page name="https://developer.mozilla.org/en/JavaScript/About_JavaScript" href="https://developer.mozilla.org/en/JavaScript/About_JavaScript" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="431" subtype="externalpage" title="About JavaScript" fulltitle="About JavaScript" subtitle=""/>
        <page name="https://developer.mozilla.org/en/JavaScript/Guide" href="https://developer.mozilla.org/en/JavaScript/Guide" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="426" subtype="externalpage" title="JavaScript Guide" fulltitle="JavaScript Guide" subtitle=""/>
        <page name="https://developer.mozilla.org/en/JavaScript/Reference/Reserved_Words" href="https://developer.mozilla.org/en/JavaScript/Reference/Reserved_Words" access="public" status="commendable" location="external-resources.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/external-resources.qdoc" lineno="441" subtype="externalpage" title="JavaScript Reserved Words" fulltitle="JavaScript Reserved Words" subtitle=""/>
        <page name="http://doc.qt.digia.com/qtcreator/creator-publish-ovi.html" href="http://doc.qt.digia.com/qtcreator/creator-publish-ovi.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="36" subtype="externalpage" title="external: Publishing Applications to Ovi Store" fulltitle="external: Publishing Applications to Ovi Store" subtitle=""/>
        <page name="http://doc.qt.digia.com/qtcreator/creator-qml-application.html" href="http://doc.qt.digia.com/qtcreator/creator-qml-application.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="28" subtype="externalpage" title="external: Developing Qt Quick Applications with Creator" fulltitle="external: Developing Qt Quick Applications with Creator" subtitle=""/>
        <page name="http://doc.qt.digia.com/qtcreator/creator-visual-editor.html" href="http://doc.qt.digia.com/qtcreator/creator-visual-editor.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="32" subtype="externalpage" title="external: Developing Qt Quick Applications" fulltitle="external: Developing Qt Quick Applications" subtitle=""/>
        <page name="http://doc.qt.digia.com/qtmobility/all-examples.html" href="http://doc.qt.digia.com/qtmobility/all-examples.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="88" subtype="externalpage" title="external: Qt Mobility Examples" fulltitle="external: Qt Mobility Examples" subtitle=""/>
        <page name="http://doc.qt.digia.com/qtmobility/index.html" href="http://doc.qt.digia.com/qtmobility/index.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="44" subtype="externalpage" title="external: Qt Mobility Manual" fulltitle="external: Qt Mobility Manual" subtitle=""/>
        <page name="http://doc.qt.digia.com/qtmobility/location-overview.html" href="http://doc.qt.digia.com/qtmobility/location-overview.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="84" subtype="externalpage" title="external: Mobility Location" fulltitle="external: Mobility Location" subtitle=""/>
        <page name="http://doc.qt.digia.com/qtmobility/multimedia.html" href="http://doc.qt.digia.com/qtmobility/multimedia.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="80" subtype="externalpage" title="external: Mobility Multimedia" fulltitle="external: Mobility Multimedia" subtitle=""/>
        <page name="http://doc.qt.digia.com/qtmobility/qml-plugins.html" href="http://doc.qt.digia.com/qtmobility/qml-plugins.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="48" subtype="externalpage" title="external: Qt Mobility QML Plugins" fulltitle="external: Qt Mobility QML Plugins" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator" href="http://qt-project.org/doc/qtcreator" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="40" subtype="externalpage" title="external: Qt Creator Manual" fulltitle="external: Qt Creator Manual" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-build-settings.html" href="http://qt-project.org/doc/qtcreator/creator-build-settings.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="64" subtype="externalpage" title="external: Build Settings in Creator" fulltitle="external: Build Settings in Creator" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-building-running.html" href="http://qt-project.org/doc/qtcreator/creator-building-running.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="56" subtype="externalpage" title="external: Building and Running Applications in Creator" fulltitle="external: Building and Running Applications in Creator" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debugging.html" href="http://qt-project.org/doc/qtcreator/creator-debugging.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="76" subtype="externalpage" title="external: Debugging Applications in Creator" fulltitle="external: Debugging Applications in Creator" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-overview.html" href="http://qt-project.org/doc/qtcreator/creator-overview.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="92" subtype="externalpage" title="external: Qt Creator Overview" fulltitle="external: Qt Creator Overview" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-managing.html" href="http://qt-project.org/doc/qtcreator/creator-project-managing.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="52" subtype="externalpage" title="external: Creating Qt Projects in Creator" fulltitle="external: Creating Qt Projects in Creator" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-run-settings.html" href="http://qt-project.org/doc/qtcreator/creator-run-settings.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="68" subtype="externalpage" title="external: Run Settings in Creator" fulltitle="external: Run Settings in Creator" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-running-targets.html" href="http://qt-project.org/doc/qtcreator/creator-running-targets.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="60" subtype="externalpage" title="external: Set Compiler Targets in Creator" fulltitle="external: Set Compiler Targets in Creator" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html" href="http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html" access="public" status="commendable" location="qch-urls.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qch-urls.qdoc" lineno="72" subtype="externalpage" title="external: Designer in Creator" fulltitle="external: Designer in Creator" subtitle=""/>
        <page name="http://blog.qt.digia.com/2012/02/29/pimp-my-video-shader-effects-and-multimedia/" href="http://blog.qt.digia.com/2012/02/29/pimp-my-video-shader-effects-and-multimedia/" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="76" subtype="externalpage" title="Pimp my video" fulltitle="Pimp my video" subtitle=""/>
        <page name="http://bugreports.qt-project.org" href="http://bugreports.qt-project.org" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="31" subtype="externalpage" title="Qt Bug Tracker" fulltitle="Qt Bug Tracker" subtitle=""/>
        <page name="http://doc.qt.digia.com/qq/" href="http://doc.qt.digia.com/qq/" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="43" subtype="externalpage" title="Qt Quarterly" fulltitle="Qt Quarterly" subtitle=""/>
        <page name="http://doc.qt.digia.com/qq/qq11-events.html" href="http://doc.qt.digia.com/qq/qq11-events.html" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="68" subtype="externalpage" title="Qt Quarterly: Another Look at Events" fulltitle="Qt Quarterly: Another Look at Events" subtitle=""/>
        <page name="http://doc.qt.digia.com/qq/qq19-plurals.html" href="http://doc.qt.digia.com/qq/qq19-plurals.html" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="47" subtype="externalpage" title="Qt Quarterly: Plural Form in Translation" fulltitle="Qt Quarterly: Plural Form in Translation" subtitle=""/>
        <page name="http://doc.qt.digia.com/qt-eclipse-1.6/index.html" href="http://doc.qt.digia.com/qt-eclipse-1.6/index.html" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="64" subtype="externalpage" title="Eclipse Plugin" fulltitle="Eclipse Plugin" subtitle=""/>
        <page name="http://qt-project.org/" href="http://qt-project.org/" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="27" subtype="externalpage" title="Qt Homepage" fulltitle="Qt Homepage" subtitle=""/>
        <page name="http://qt-project.org/doc/qt-4.8" href="http://qt-project.org/doc/qt-4.8" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="94" subtype="externalpage" title="Qt 4.8 Reference Documentation" fulltitle="Qt 4.8 Reference Documentation" subtitle=""/>
        <page name="http://qt-project.org/doc/qt-4.8/qtquick.html" href="http://qt-project.org/doc/qt-4.8/qtquick.html" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="99" subtype="externalpage" title="Qt Quick 1 Reference Documentation" fulltitle="Qt Quick 1 Reference Documentation" subtitle=""/>
        <page name="http://qt-project.org/downloads" href="http://qt-project.org/downloads" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="35" subtype="externalpage" title="Downloads" fulltitle="Downloads" subtitle=""/>
        <page name="http://qt-project.org/videos/watch/livecoding-video-effects-with-qt5" href="http://qt-project.org/videos/watch/livecoding-video-effects-with-qt5" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="72" subtype="externalpage" title="Livecoding video effects with Qt5" fulltitle="Livecoding video effects with Qt5" subtitle=""/>
        <page name="http://qt-project.org/wiki/BlackBerry" href="http://qt-project.org/wiki/BlackBerry" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="109" subtype="externalpage" title="Qt for BlackBerry" fulltitle="Qt for BlackBerry" subtitle=""/>
        <page name="http://qt-project.org/wiki/Qt-Localization" href="http://qt-project.org/wiki/Qt-Localization" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="104" subtype="externalpage" title="external: Translating Qt Into Other Languages" fulltitle="external: Translating Qt Into Other Languages" subtitle=""/>
        <page name="http://qt-project.org/wiki/Qt-RaspberryPi" href="http://qt-project.org/wiki/Qt-RaspberryPi" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="84" subtype="externalpage" title="QtonPi" fulltitle="QtonPi" subtitle=""/>
        <page name="http://qt-project.org/wiki/QtMediaHub" href="http://qt-project.org/wiki/QtMediaHub" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="80" subtype="externalpage" title="QtMediaHub" fulltitle="QtMediaHub" subtitle=""/>
        <page name="http://qt-project.org/wiki/Qt_Coding_Style" href="http://qt-project.org/wiki/Qt_Coding_Style" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="60" subtype="externalpage" title="Qt Coding Style" fulltitle="Qt Coding Style" subtitle=""/>
        <page name="http://qt-project.org/wiki/jom" href="http://qt-project.org/wiki/jom" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="89" subtype="externalpage" title="jom" fulltitle="jom" subtitle=""/>
        <page name="http://qt.digia.com/licensing/" href="http://qt.digia.com/licensing/" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="39" subtype="externalpage" title="Qt Licensing Overview" fulltitle="Qt Licensing Overview" subtitle=""/>
        <page name="http://qt.gitorious.org" href="http://qt.gitorious.org" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="51" subtype="externalpage" title="Public Qt Repository" fulltitle="Public Qt Repository" subtitle=""/>
        <page name="http://qt.gitorious.org/qt-labs/qtestlib-tools" href="http://qt.gitorious.org/qt-labs/qtestlib-tools" access="public" status="commendable" location="qt-webpages.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qt-webpages.qdoc" lineno="55" subtype="externalpage" title="qtestlib-tools" fulltitle="qtestlib-tools" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/adding-plugins.html" href="http://qt-project.org/doc/qtcreator/adding-plugins.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="458" subtype="externalpage" title="Qt Creator: Adding Qt Designer Plugins" fulltitle="Qt Creator: Adding Qt Designer Plugins" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-acknowledgements.html" href="http://qt-project.org/doc/qtcreator/creator-acknowledgements.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="264" subtype="externalpage" title="Qt Creator: Acknowledgements" fulltitle="Qt Creator: Acknowledgements" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-advanced.html" href="http://qt-project.org/doc/qtcreator/creator-advanced.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="248" subtype="externalpage" title="Qt Creator: Advanced Use" fulltitle="Qt Creator: Advanced Use" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-analyze-mode.html" href="http://qt-project.org/doc/qtcreator/creator-analyze-mode.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="328" subtype="externalpage" title="Qt Creator: Analyzing Code" fulltitle="Qt Creator: Analyzing Code" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-analyzer.html" href="http://qt-project.org/doc/qtcreator/creator-analyzer.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="312" subtype="externalpage" title="Qt Creator: Detecting Memory Leaks" fulltitle="Qt Creator: Detecting Memory Leaks" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-build-dependencies.html" href="http://qt-project.org/doc/qtcreator/creator-build-dependencies.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="430" subtype="externalpage" title="Qt Creator: Specifying Dependencies" fulltitle="Qt Creator: Specifying Dependencies" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-build-example-application.html" href="http://qt-project.org/doc/qtcreator/creator-build-example-application.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="350" subtype="externalpage" title="Qt Creator: Building and Running an Example" fulltitle="Qt Creator: Building and Running an Example" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-build-process-customizing.html" href="http://qt-project.org/doc/qtcreator/creator-build-process-customizing.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="402" subtype="externalpage" title="Qt Creator: Customizing the Build Process" fulltitle="Qt Creator: Customizing the Build Process" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-build-settings.html" href="http://qt-project.org/doc/qtcreator/creator-build-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="406" subtype="externalpage" title="Qt Creator: Specifying Build Settings" fulltitle="Qt Creator: Specifying Build Settings" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-building-running.html" href="http://qt-project.org/doc/qtcreator/creator-building-running.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="434" subtype="externalpage" title="Qt Creator: Building and Running" fulltitle="Qt Creator: Building and Running" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-building-targets.html" href="http://qt-project.org/doc/qtcreator/creator-building-targets.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="446" subtype="externalpage" title="Qt Creator: Building for Multiple Platforms" fulltitle="Qt Creator: Building for Multiple Platforms" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-cache-profiler.html" href="http://qt-project.org/doc/qtcreator/creator-cache-profiler.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="316" subtype="externalpage" title="Qt Creator: Profiling Function Execution" fulltitle="Qt Creator: Profiling Function Execution" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-checking-code-syntax.html" href="http://qt-project.org/doc/qtcreator/creator-checking-code-syntax.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="156" subtype="externalpage" title="Qt Creator: Checking Code Syntax" fulltitle="Qt Creator: Checking Code Syntax" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-cli.html" href="http://qt-project.org/doc/qtcreator/creator-cli.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="72" subtype="externalpage" title="Qt Creator: Using Command Line Options" fulltitle="Qt Creator: Using Command Line Options" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-code-style-settings.html" href="http://qt-project.org/doc/qtcreator/creator-code-style-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="410" subtype="externalpage" title="Qt Creator: Specifying Code Style Settings" fulltitle="Qt Creator: Specifying Code Style Settings" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-coding-navigating.html" href="http://qt-project.org/doc/qtcreator/creator-coding-navigating.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="148" subtype="externalpage" title="Qt Creator: Working in Edit Mode" fulltitle="Qt Creator: Working in Edit Mode" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-coding.html" href="http://qt-project.org/doc/qtcreator/creator-coding.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="192" subtype="externalpage" title="Qt Creator: Coding" fulltitle="Qt Creator: Coding" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-completing-code.html" href="http://qt-project.org/doc/qtcreator/creator-completing-code.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="160" subtype="externalpage" title="Qt Creator: Completing Code" fulltitle="Qt Creator: Completing Code" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-configuring-projects.html" href="http://qt-project.org/doc/qtcreator/creator-configuring-projects.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="398" subtype="externalpage" title="Qt Creator: Configuring Projects" fulltitle="Qt Creator: Configuring Projects" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-configuring.html" href="http://qt-project.org/doc/qtcreator/creator-configuring.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="462" subtype="externalpage" title="Qt Creator: Configuring Qt Creator" fulltitle="Qt Creator: Configuring Qt Creator" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-connecting-mobile.html" href="http://qt-project.org/doc/qtcreator/creator-connecting-mobile.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="256" subtype="externalpage" title="Qt Creator: Connecting Mobile Devices" fulltitle="Qt Creator: Connecting Mobile Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debug-mode.html" href="http://qt-project.org/doc/qtcreator/creator-debug-mode.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="232" subtype="externalpage" title="Qt Creator: Interacting with the Debugger" fulltitle="Qt Creator: Interacting with the Debugger" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debugger-engines.html" href="http://qt-project.org/doc/qtcreator/creator-debugger-engines.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="216" subtype="externalpage" title="Qt Creator: Setting Up Debugger" fulltitle="Qt Creator: Setting Up Debugger" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debugger-operating-modes.html" href="http://qt-project.org/doc/qtcreator/creator-debugger-operating-modes.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="228" subtype="externalpage" title="Qt Creator: Launching the Debugger" fulltitle="Qt Creator: Launching the Debugger" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debuggers.html" href="http://qt-project.org/doc/qtcreator/creator-debuggers.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="466" subtype="externalpage" title="Qt Creator: Adding Debuggers" fulltitle="Qt Creator: Adding Debuggers" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debugging-example.html" href="http://qt-project.org/doc/qtcreator/creator-debugging-example.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="212" subtype="externalpage" title="Qt Creator: Debugging a C++ Example Application" fulltitle="Qt Creator: Debugging a C++ Example Application" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debugging-helpers.html" href="http://qt-project.org/doc/qtcreator/creator-debugging-helpers.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="236" subtype="externalpage" title="Qt Creator: Using Debugging Helpers" fulltitle="Qt Creator: Using Debugging Helpers" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debugging-qml.html" href="http://qt-project.org/doc/qtcreator/creator-debugging-qml.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="220" subtype="externalpage" title="Qt Creator: Debugging Qt Quick Projects" fulltitle="Qt Creator: Debugging Qt Quick Projects" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-debugging.html" href="http://qt-project.org/doc/qtcreator/creator-debugging.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="224" subtype="externalpage" title="Qt Creator: Debugging" fulltitle="Qt Creator: Debugging" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-deploying-android.html" href="http://qt-project.org/doc/qtcreator/creator-deploying-android.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="336" subtype="externalpage" title="Qt Creator: Deploying Applications to Android Devices" fulltitle="Qt Creator: Deploying Applications to Android Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-deployment-bb10.html" href="http://qt-project.org/doc/qtcreator/creator-deployment-bb10.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="44" subtype="externalpage" title="Qt Creator: Deploying Applications to BlackBerry 10 Devices" fulltitle="Qt Creator: Deploying Applications to BlackBerry 10 Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-deployment-maemo.html" href="http://qt-project.org/doc/qtcreator/creator-deployment-maemo.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="52" subtype="externalpage" title="Qt Creator: Deploying Applications to Embedded Linux Devices" fulltitle="Qt Creator: Deploying Applications to Embedded Linux Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-deployment-qnx.html" href="http://qt-project.org/doc/qtcreator/creator-deployment-qnx.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="28" subtype="externalpage" title="Qt Creator: Deploying Applications to QNX Devices" fulltitle="Qt Creator: Deploying Applications to QNX Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-deployment.html" href="http://qt-project.org/doc/qtcreator/creator-deployment.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="284" subtype="externalpage" title="Qt Creator: Deploying to Mobile Devices" fulltitle="Qt Creator: Deploying to Mobile Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-design-mode.html" href="http://qt-project.org/doc/qtcreator/creator-design-mode.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="296" subtype="externalpage" title="Qt Creator: Designing User Interfaces" fulltitle="Qt Creator: Designing User Interfaces" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-developing-android.html" href="http://qt-project.org/doc/qtcreator/creator-developing-android.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="346" subtype="externalpage" title="Qt Creator: Connecting Android Devices" fulltitle="Qt Creator: Connecting Android Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-developing-baremetal.html" href="http://qt-project.org/doc/qtcreator/creator-developing-baremetal.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="32" subtype="externalpage" title="Qt Creator: Connecting Bare Metal Devices" fulltitle="Qt Creator: Connecting Bare Metal Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-developing-bb10.html" href="http://qt-project.org/doc/qtcreator/creator-developing-bb10.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="36" subtype="externalpage" title="Qt Creator: Connecting BlackBerry 10 Devices" fulltitle="Qt Creator: Connecting BlackBerry 10 Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-developing-generic-linux.html" href="http://qt-project.org/doc/qtcreator/creator-developing-generic-linux.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="48" subtype="externalpage" title="Qt Creator: Connecting Embedded Linux Devices" fulltitle="Qt Creator: Connecting Embedded Linux Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-developing-ios.html" href="http://qt-project.org/doc/qtcreator/creator-developing-ios.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="341" subtype="externalpage" title="Qt Creator: Connecting iOS devices" fulltitle="Qt Creator: Connecting iOS devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-developing-qnx.html" href="http://qt-project.org/doc/qtcreator/creator-developing-qnx.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="40" subtype="externalpage" title="Qt Creator: Connecting QNX Devices" fulltitle="Qt Creator: Connecting QNX Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-codepasting.html" href="http://qt-project.org/doc/qtcreator/creator-editor-codepasting.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="164" subtype="externalpage" title="Qt Creator: Pasting and Fetching Code Snippets" fulltitle="Qt Creator: Pasting and Fetching Code Snippets" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-external.html" href="http://qt-project.org/doc/qtcreator/creator-editor-external.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="84" subtype="externalpage" title="Qt Creator: Using External Tools" fulltitle="Qt Creator: Using External Tools" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-fakevim.html" href="http://qt-project.org/doc/qtcreator/creator-editor-fakevim.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="172" subtype="externalpage" title="Qt Creator: Using FakeVim Mode" fulltitle="Qt Creator: Using FakeVim Mode" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-finding.html" href="http://qt-project.org/doc/qtcreator/creator-editor-finding.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="180" subtype="externalpage" title="Qt Creator: Finding and Replacing" fulltitle="Qt Creator: Finding and Replacing" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-functions.html" href="http://qt-project.org/doc/qtcreator/creator-editor-functions.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="144" subtype="externalpage" title="Qt Creator: Writing Code" fulltitle="Qt Creator: Writing Code" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-locator.html" href="http://qt-project.org/doc/qtcreator/creator-editor-locator.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="188" subtype="externalpage" title="Qt Creator: Searching with the Locator" fulltitle="Qt Creator: Searching with the Locator" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-options-text.html" href="http://qt-project.org/doc/qtcreator/creator-editor-options-text.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="196" subtype="externalpage" title="Qt Creator: Specifying Text Editor Settings" fulltitle="Qt Creator: Specifying Text Editor Settings" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-options.html" href="http://qt-project.org/doc/qtcreator/creator-editor-options.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="140" subtype="externalpage" title="Qt Creator: Configuring the Editor" fulltitle="Qt Creator: Configuring the Editor" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-refactoring.html" href="http://qt-project.org/doc/qtcreator/creator-editor-refactoring.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="184" subtype="externalpage" title="Qt Creator: Refactoring" fulltitle="Qt Creator: Refactoring" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-editor-settings.html" href="http://qt-project.org/doc/qtcreator/creator-editor-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="438" subtype="externalpage" title="Qt Creator: Specifying Editor Settings" fulltitle="Qt Creator: Specifying Editor Settings" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-faq.html" href="http://qt-project.org/doc/qtcreator/creator-faq.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="56" subtype="externalpage" title="Qt Creator: FAQ" fulltitle="Qt Creator: FAQ" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-finding-overview.html" href="http://qt-project.org/doc/qtcreator/creator-finding-overview.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="200" subtype="externalpage" title="Qt Creator: Finding" fulltitle="Qt Creator: Finding" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-getting-started.html" href="http://qt-project.org/doc/qtcreator/creator-getting-started.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="308" subtype="externalpage" title="Qt Creator: Getting Started" fulltitle="Qt Creator: Getting Started" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-glossary.html" href="http://qt-project.org/doc/qtcreator/creator-glossary.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="304" subtype="externalpage" title="Qt Creator: Glossary" fulltitle="Qt Creator: Glossary" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-help-overview.html" href="http://qt-project.org/doc/qtcreator/creator-help-overview.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="268" subtype="externalpage" title="Qt Creator: Getting Help" fulltitle="Qt Creator: Getting Help" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-help.html" href="http://qt-project.org/doc/qtcreator/creator-help.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="64" subtype="externalpage" title="Qt Creator: Using the Help Mode" fulltitle="Qt Creator: Using the Help Mode" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-highlighting.html" href="http://qt-project.org/doc/qtcreator/creator-highlighting.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="152" subtype="externalpage" title="Qt Creator: Semantic Highlighting" fulltitle="Qt Creator: Semantic Highlighting" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-indenting-code.html" href="http://qt-project.org/doc/qtcreator/creator-indenting-code.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="176" subtype="externalpage" title="Qt Creator: Indenting Text or Code" fulltitle="Qt Creator: Indenting Text or Code" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-keyboard-shortcuts.html" href="http://qt-project.org/doc/qtcreator/creator-keyboard-shortcuts.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="92" subtype="externalpage" title="Qt Creator: Keyboard Shortcuts" fulltitle="Qt Creator: Keyboard Shortcuts" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-known-issues.html" href="http://qt-project.org/doc/qtcreator/creator-known-issues.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="292" subtype="externalpage" title="Qt Creator: Known Issues" fulltitle="Qt Creator: Known Issues" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-macros.html" href="http://qt-project.org/doc/qtcreator/creator-macros.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="168" subtype="externalpage" title="Qt Creator: Using Text Editing Macros" fulltitle="Qt Creator: Using Text Editing Macros" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-mime-types.html" href="http://qt-project.org/doc/qtcreator/creator-mime-types.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="204" subtype="externalpage" title="Qt Creator: Editing MIME Types" fulltitle="Qt Creator: Editing MIME Types" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-os-supported-platforms.html" href="http://qt-project.org/doc/qtcreator/creator-os-supported-platforms.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="252" subtype="externalpage" title="Qt Creator: Supported Platforms" fulltitle="Qt Creator: Supported Platforms" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-overview.html" href="http://qt-project.org/doc/qtcreator/creator-overview.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="276" subtype="externalpage" title="Qt Creator: IDE Overview" fulltitle="Qt Creator: IDE Overview" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-cmake.html" href="http://qt-project.org/doc/qtcreator/creator-project-cmake.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="370" subtype="externalpage" title="Qt Creator: Setting Up a CMake Project" fulltitle="Qt Creator: Setting Up a CMake Project" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-creating.html" href="http://qt-project.org/doc/qtcreator/creator-project-creating.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="386" subtype="externalpage" title="Qt Creator: Creating Projects" fulltitle="Qt Creator: Creating Projects" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-generic.html" href="http://qt-project.org/doc/qtcreator/creator-project-generic.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="354" subtype="externalpage" title="Qt Creator: Setting Up a Generic Project" fulltitle="Qt Creator: Setting Up a Generic Project" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-managing-sessions.html" href="http://qt-project.org/doc/qtcreator/creator-project-managing-sessions.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="80" subtype="externalpage" title="Qt Creator: Managing Sessions" fulltitle="Qt Creator: Managing Sessions" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-managing.html" href="http://qt-project.org/doc/qtcreator/creator-project-managing.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="366" subtype="externalpage" title="Qt Creator: Managing Projects" fulltitle="Qt Creator: Managing Projects" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-opening.html" href="http://qt-project.org/doc/qtcreator/creator-project-opening.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="362" subtype="externalpage" title="Qt Creator: Opening Projects" fulltitle="Qt Creator: Opening Projects" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-other.html" href="http://qt-project.org/doc/qtcreator/creator-project-other.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="422" subtype="externalpage" title="Qt Creator: Using Other Build Systems" fulltitle="Qt Creator: Using Other Build Systems" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-qbs.html" href="http://qt-project.org/doc/qtcreator/creator-project-qbs.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="382" subtype="externalpage" title="Qt Creator: Setting Up a Qbs Project" fulltitle="Qt Creator: Setting Up a Qbs Project" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-qmake-libraries.html" href="http://qt-project.org/doc/qtcreator/creator-project-qmake-libraries.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="418" subtype="externalpage" title="Qt Creator: Adding Libraries to Projects" fulltitle="Qt Creator: Adding Libraries to Projects" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-qmake.html" href="http://qt-project.org/doc/qtcreator/creator-project-qmake.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="442" subtype="externalpage" title="Qt Creator: Adding Qt Versions" fulltitle="Qt Creator: Adding Qt Versions" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-project-wizards.html" href="http://qt-project.org/doc/qtcreator/creator-project-wizards.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="390" subtype="externalpage" title="Qt Creator: Adding New Custom Wizards" fulltitle="Qt Creator: Adding New Custom Wizards" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-projects-autotools.html" href="http://qt-project.org/doc/qtcreator/creator-projects-autotools.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="394" subtype="externalpage" title="Qt Creator: Setting Up an Autotools Project" fulltitle="Qt Creator: Setting Up an Autotools Project" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-publish-ovi.html" href="http://qt-project.org/doc/qtcreator/creator-publish-ovi.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="300" subtype="externalpage" title="Qt Creator: Publishing" fulltitle="Qt Creator: Publishing" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-qml-application.html" href="http://qt-project.org/doc/qtcreator/creator-qml-application.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="100" subtype="externalpage" title="Qt Creator: Creating a Qt Quick Application" fulltitle="Qt Creator: Creating a Qt Quick Application" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-qml-debugging-example.html" href="http://qt-project.org/doc/qtcreator/creator-qml-debugging-example.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="208" subtype="externalpage" title="Qt Creator: Debugging a Qt Quick Example Application" fulltitle="Qt Creator: Debugging a Qt Quick Example Application" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-qml-modules-with-plugins.html" href="http://qt-project.org/doc/qtcreator/creator-qml-modules-with-plugins.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="108" subtype="externalpage" title="Qt Creator: Using QML Modules with Plugins" fulltitle="Qt Creator: Using QML Modules with Plugins" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-qml-performance-monitor.html" href="http://qt-project.org/doc/qtcreator/creator-qml-performance-monitor.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="332" subtype="externalpage" title="Qt Creator: Profiling QML Applications" fulltitle="Qt Creator: Profiling QML Applications" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-quick-tour.html" href="http://qt-project.org/doc/qtcreator/creator-quick-tour.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="68" subtype="externalpage" title="Qt Creator: User Interface" fulltitle="Qt Creator: User Interface" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-run-settings.html" href="http://qt-project.org/doc/qtcreator/creator-run-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="414" subtype="externalpage" title="Qt Creator: Specifying Run Settings" fulltitle="Qt Creator: Specifying Run Settings" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-running-targets.html" href="http://qt-project.org/doc/qtcreator/creator-running-targets.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="426" subtype="externalpage" title="Qt Creator: Running on Multiple Platforms" fulltitle="Qt Creator: Running on Multiple Platforms" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-running-valgrind-remotely.html" href="http://qt-project.org/doc/qtcreator/creator-running-valgrind-remotely.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="320" subtype="externalpage" title="Qt Creator: Running Valgrind Tools Remotely" fulltitle="Qt Creator: Running Valgrind Tools Remotely" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-sharing-project-settings.html" href="http://qt-project.org/doc/qtcreator/creator-sharing-project-settings.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="358" subtype="externalpage" title="Qt Creator: Sharing Project Settings" fulltitle="Qt Creator: Sharing Project Settings" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-targets.html" href="http://qt-project.org/doc/qtcreator/creator-targets.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="374" subtype="externalpage" title="Qt Creator: Adding Kits" fulltitle="Qt Creator: Adding Kits" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-task-lists.html" href="http://qt-project.org/doc/qtcreator/creator-task-lists.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="76" subtype="externalpage" title="Qt Creator: Showing Task List Files in Issues Pane" fulltitle="Qt Creator: Showing Task List Files in Issues Pane" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-testing.html" href="http://qt-project.org/doc/qtcreator/creator-testing.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="280" subtype="externalpage" title="Qt Creator: Debugging and Analyzing" fulltitle="Qt Creator: Debugging and Analyzing" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-tips.html" href="http://qt-project.org/doc/qtcreator/creator-tips.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="60" subtype="externalpage" title="Qt Creator: Tips and Tricks" fulltitle="Qt Creator: Tips and Tricks" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-tool-chains.html" href="http://qt-project.org/doc/qtcreator/creator-tool-chains.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="378" subtype="externalpage" title="Qt Creator: Adding Compilers" fulltitle="Qt Creator: Adding Compilers" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-troubleshooting-debugging.html" href="http://qt-project.org/doc/qtcreator/creator-troubleshooting-debugging.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="240" subtype="externalpage" title="Qt Creator: Troubleshooting Debugger" fulltitle="Qt Creator: Troubleshooting Debugger" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-tutorials.html" href="http://qt-project.org/doc/qtcreator/creator-tutorials.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="288" subtype="externalpage" title="Qt Creator: Tutorials" fulltitle="Qt Creator: Tutorials" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-usability.html" href="http://qt-project.org/doc/qtcreator/creator-usability.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="260" subtype="externalpage" title="Qt Creator: Optimizing Applications for Mobile Devices" fulltitle="Qt Creator: Optimizing Applications for Mobile Devices" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html" href="http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="450" subtype="externalpage" title="Qt Creator: Developing Widget Based Applications" fulltitle="Qt Creator: Developing Widget Based Applications" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-using-qt-quick-designer.html" href="http://qt-project.org/doc/qtcreator/creator-using-qt-quick-designer.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="116" subtype="externalpage" title="Qt Creator: Using Qt Quick Designer" fulltitle="Qt Creator: Using Qt Quick Designer" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-valgrind-overview.html" href="http://qt-project.org/doc/qtcreator/creator-valgrind-overview.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="324" subtype="externalpage" title="Qt Creator: Using Valgrind Code Analysis Tools" fulltitle="Qt Creator: Using Valgrind Code Analysis Tools" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-version-control.html" href="http://qt-project.org/doc/qtcreator/creator-version-control.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="88" subtype="externalpage" title="Qt Creator: Using Version Control Systems" fulltitle="Qt Creator: Using Version Control Systems" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-visual-editor.html" href="http://qt-project.org/doc/qtcreator/creator-visual-editor.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="112" subtype="externalpage" title="Qt Creator: Developing Qt Quick Applications" fulltitle="Qt Creator: Developing Qt Quick Applications" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/creator-writing-program.html" href="http://qt-project.org/doc/qtcreator/creator-writing-program.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="454" subtype="externalpage" title="Qt Creator: Creating a Qt Widget Based Application" fulltitle="Qt Creator: Creating a Qt Widget Based Application" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/index.html" href="http://qt-project.org/doc/qtcreator/index.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="244" subtype="externalpage" title="Qt Creator Manual" fulltitle="Qt Creator Manual" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/qt-quick-toolbars.html" href="http://qt-project.org/doc/qtcreator/qt-quick-toolbars.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="128" subtype="externalpage" title="Qt Creator: Using Qt Quick Toolbars" fulltitle="Qt Creator: Using Qt Quick Toolbars" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/quick-buttons.html" href="http://qt-project.org/doc/qtcreator/quick-buttons.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="132" subtype="externalpage" title="Qt Creator: Creating Buttons" fulltitle="Qt Creator: Creating Buttons" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/quick-components.html" href="http://qt-project.org/doc/qtcreator/quick-components.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="124" subtype="externalpage" title="Qt Creator: Creating Components" fulltitle="Qt Creator: Creating Components" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/quick-export-to-qml.html" href="http://qt-project.org/doc/qtcreator/quick-export-to-qml.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="104" subtype="externalpage" title="Qt Creator: Exporting Designs from Graphics Software" fulltitle="Qt Creator: Exporting Designs from Graphics Software" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/quick-projects.html" href="http://qt-project.org/doc/qtcreator/quick-projects.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="120" subtype="externalpage" title="Qt Creator: Creating Qt Quick Projects" fulltitle="Qt Creator: Creating Qt Quick Projects" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/quick-scalable-image.html" href="http://qt-project.org/doc/qtcreator/quick-scalable-image.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="136" subtype="externalpage" title="Qt Creator: Creating Scalable Buttons and Borders" fulltitle="Qt Creator: Creating Scalable Buttons and Borders" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/quick-screens.html" href="http://qt-project.org/doc/qtcreator/quick-screens.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="96" subtype="externalpage" title="Qt Creator: Creating Screens" fulltitle="Qt Creator: Creating Screens" subtitle=""/>
        <page name="http://qt-project.org/doc/qtcreator/technical-support.html" href="http://qt-project.org/doc/qtcreator/technical-support.html" access="public" status="commendable" location="qtcreator.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/qtcreator.qdoc" lineno="272" subtype="externalpage" title="Qt Creator: Technical Support" fulltitle="Qt Creator: Technical Support" subtitle=""/>
        <page name="http://www.ietf.org/rfc/rfc1179.txt" href="http://www.ietf.org/rfc/rfc1179.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="28" subtype="externalpage" title="RFC 1179" fulltitle="RFC 1179" subtitle="">
            <keyword name="lpr"/>
        </page>
        <page name="http://www.rfc-editor.org/rfc/rfc1036.txt" href="http://www.rfc-editor.org/rfc/rfc1036.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="86" subtype="externalpage" title="RFC 1036" fulltitle="RFC 1036" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc1738.txt" href="http://www.rfc-editor.org/rfc/rfc1738.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="34" subtype="externalpage" title="RFC 1738" fulltitle="RFC 1738" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc1928.txt" href="http://www.rfc-editor.org/rfc/rfc1928.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="39" subtype="externalpage" title="RFC 1928" fulltitle="RFC 1928" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc1929.txt" href="http://www.rfc-editor.org/rfc/rfc1929.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="44" subtype="externalpage" title="RFC 1929" fulltitle="RFC 1929" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc2045.txt" href="http://www.rfc-editor.org/rfc/rfc2045.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="49" subtype="externalpage" title="RFC 2045" fulltitle="RFC 2045" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc2109.txt" href="http://www.rfc-editor.org/rfc/rfc2109.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="54" subtype="externalpage" title="RFC 2109" fulltitle="RFC 2109" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc2822.txt" href="http://www.rfc-editor.org/rfc/rfc2822.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="81" subtype="externalpage" title="RFC 2822" fulltitle="RFC 2822" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc2965.txt" href="http://www.rfc-editor.org/rfc/rfc2965.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="60" subtype="externalpage" title="RFC 2965" fulltitle="RFC 2965" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc3174.txt" href="http://www.rfc-editor.org/rfc/rfc3174.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="66" subtype="externalpage" title="RFC 3174" fulltitle="RFC 3174" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc3491.txt" href="http://www.rfc-editor.org/rfc/rfc3491.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="71" subtype="externalpage" title="RFC 3491" fulltitle="RFC 3491" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc3986.txt" href="http://www.rfc-editor.org/rfc/rfc3986.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="76" subtype="externalpage" title="RFC 3986" fulltitle="RFC 3986" subtitle=""/>
        <page name="http://www.rfc-editor.org/rfc/rfc850.txt" href="http://www.rfc-editor.org/rfc/rfc850.txt" access="public" status="commendable" location="rfc.qdoc" filepath="/usr/share/qt5/doc/global/externalsites/rfc.qdoc" lineno="91" subtype="externalpage" title="RFC 850" fulltitle="RFC 850" subtitle=""/>
    </namespace>
    <page name="qmlmodules" href="qmlmodules.html" access="private" status="internal" subtype="group" seen="false" members="QtGraphicalEffects" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-blend" href="qtgraphicaleffects-blend.html" access="private" status="internal" subtype="group" seen="false" members="Blend" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-blur" href="qtgraphicaleffects-blur.html" access="private" status="internal" subtype="group" seen="false" members="FastBlur,GaussianBlur,MaskedBlur,RecursiveBlur" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-color" href="qtgraphicaleffects-color.html" access="private" status="internal" subtype="group" seen="false" members="BrightnessContrast,ColorOverlay,Colorize,Desaturate,GammaAdjust,HueSaturation,LevelAdjust" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-distortion" href="qtgraphicaleffects-distortion.html" access="private" status="internal" subtype="group" seen="false" members="Displace" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-drop-shadow" href="qtgraphicaleffects-drop-shadow.html" access="private" status="internal" subtype="group" seen="false" members="DropShadow,InnerShadow" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-glow" href="qtgraphicaleffects-glow.html" access="private" status="internal" subtype="group" seen="false" members="Glow,RectangularGlow" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-gradient" href="qtgraphicaleffects-gradient.html" access="private" status="internal" subtype="group" seen="false" members="ConicalGradient,LinearGradient,RadialGradient" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-mask" href="qtgraphicaleffects-mask.html" access="private" status="internal" subtype="group" seen="false" members="OpacityMask,ThresholdMask" title="" fulltitle="" subtitle=""/>
    <page name="qtgraphicaleffects-motion-blur" href="qtgraphicaleffects-motion-blur.html" access="private" status="internal" subtype="group" seen="false" members="DirectionalBlur,RadialBlur,ZoomBlur" title="" fulltitle="" subtitle=""/>
</INDEX>