This file is indexed.

/usr/share/qt5/doc/qtquickdialogs/qtquickdialogs.index is in qtdeclarative5-doc-html 5.2.1-3ubuntu15.

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
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="http://qt-project.org/doc/qt-5.2" title="Qt Quick Dialogs Reference Documentation" version="5.2.1" project="QtQuickDialogs">
    <namespace threadsafety="unspecified" name="" access="public" status="commendable">
        <page name="QtQuick.Dialogs" href="qtquick-dialogs-module.html" access="private" status="internal" subtype="module" title="" fulltitle="" subtitle=""/>
        <page name="systemdialogs" href="qtquickdialogs-systemdialogs-example.html" access="public" status="commendable" location="systemdialogs.qdoc" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/examples/quick/dialogs/systemdialogs/doc/src/systemdialogs.qdoc" lineno="27" subtype="example" title="Qt Quick System Dialog Examples" fulltitle="Qt Quick System Dialog Examples" subtitle="" module="QtQuickDialogs" groups="qtquickdialog_examples" brief="This example demonstrates the system dialog types in QML">
            <page name="systemdialogs/ColorDialogs.qml" href="qtquickdialogs-systemdialogs-colordialogs-qml.html" access="public" status="commendable" subtype="file" title="" fulltitle="ColorDialogs.qml Example File" subtitle="systemdialogs/ColorDialogs.qml"/>
            <page name="systemdialogs/FileDialogs.qml" href="qtquickdialogs-systemdialogs-filedialogs-qml.html" access="public" status="commendable" subtype="file" title="" fulltitle="FileDialogs.qml Example File" subtitle="systemdialogs/FileDialogs.qml"/>
            <page name="systemdialogs/FontDialogs.qml" href="qtquickdialogs-systemdialogs-fontdialogs-qml.html" access="public" status="commendable" subtype="file" title="" fulltitle="FontDialogs.qml Example File" subtitle="systemdialogs/FontDialogs.qml"/>
            <page name="systemdialogs/MessageDialogs.qml" href="qtquickdialogs-systemdialogs-messagedialogs-qml.html" access="public" status="commendable" subtype="file" title="" fulltitle="MessageDialogs.qml Example File" subtitle="systemdialogs/MessageDialogs.qml"/>
            <page name="systemdialogs/main.cpp" href="qtquickdialogs-systemdialogs-main-cpp.html" access="public" status="commendable" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="systemdialogs/main.cpp"/>
            <page name="systemdialogs/systemdialogs.pro" href="qtquickdialogs-systemdialogs-systemdialogs-pro.html" access="public" status="commendable" subtype="file" title="" fulltitle="systemdialogs.pro Example File" subtitle="systemdialogs/systemdialogs.pro"/>
            <page name="systemdialogs/systemdialogs.qml" href="qtquickdialogs-systemdialogs-systemdialogs-qml.html" access="public" status="commendable" subtype="file" title="" fulltitle="systemdialogs.qml Example File" subtitle="systemdialogs/systemdialogs.qml"/>
            <page name="systemdialogs/systemdialogs.qrc" href="qtquickdialogs-systemdialogs-systemdialogs-qrc.html" access="public" status="commendable" subtype="file" title="" fulltitle="systemdialogs.qrc Example File" subtitle="systemdialogs/systemdialogs.qrc"/>
        </page>
        <qmlclass name="DefaultColorDialog" href="qml-defaultcolordialog.html" access="private" status="internal" location="DefaultColorDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultColorDialog.qml" lineno="46" title="DefaultColorDialog" fulltitle="DefaultColorDialog" subtitle="">
            <qmlproperty threadsafety="unspecified" name="__valueSet" fullname="DefaultColorDialog::__valueSet" href="qml-defaultcolordialog.html#__valueSet-prop" access="public" status="internal" location="DefaultColorDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultColorDialog.qml" lineno="48" type="bool" attached="false" writable="true"/>
            <qmlmethod threadsafety="unspecified" name="__setControlsFromColor" fullname="DefaultColorDialog::__setControlsFromColor" href="qml-defaultcolordialog.html#__setControlsFromColor-method" access="public" status="internal" location="DefaultColorDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultColorDialog.qml" lineno="49"/>
        </qmlclass>
        <qmlclass name="DefaultFileDialog" href="qml-defaultfiledialog.html" access="private" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="47" title="DefaultFileDialog" fulltitle="DefaultFileDialog" subtitle="">
            <qmlproperty threadsafety="unspecified" name="__lastClickedIdx" fullname="DefaultFileDialog::__lastClickedIdx" href="qml-defaultfiledialog.html#__lastClickedIdx-prop" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="67" type="int" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="__palette" fullname="DefaultFileDialog::__palette" href="qml-defaultfiledialog.html#__palette-prop" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="65" type="SystemPalette" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="__selectedIndices" fullname="DefaultFileDialog::__selectedIndices" href="qml-defaultfiledialog.html#__selectedIndices-prop" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="66" type="var" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="__textX" fullname="DefaultFileDialog::__textX" href="qml-defaultfiledialog.html#__textX-prop" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="64" type="real" attached="false" writable="true"/>
            <qmlmethod threadsafety="unspecified" name="__acceptSelection" fullname="DefaultFileDialog::__acceptSelection" href="qml-defaultfiledialog.html#__acceptSelection-method" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="110"/>
            <qmlmethod threadsafety="unspecified" name="__dirDown" fullname="DefaultFileDialog::__dirDown" href="qml-defaultfiledialog.html#__dirDown-method" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="69"/>
            <qmlmethod threadsafety="unspecified" name="__dirUp" fullname="DefaultFileDialog::__dirUp" href="qml-defaultfiledialog.html#__dirUp-method" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="74"/>
            <qmlmethod threadsafety="unspecified" name="__down" fullname="DefaultFileDialog::__down" href="qml-defaultfiledialog.html#__down-method" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="96"/>
            <qmlmethod threadsafety="unspecified" name="__up" fullname="DefaultFileDialog::__up" href="qml-defaultfiledialog.html#__up-method" access="public" status="internal" location="DefaultFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFileDialog.qml" lineno="82"/>
        </qmlclass>
        <qmlclass name="DefaultFontDialog" href="qml-defaultfontdialog.html" access="private" status="internal" location="DefaultFontDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFontDialog.qml" lineno="47" title="DefaultFontDialog" fulltitle="DefaultFontDialog" subtitle="">
            <qmlproperty threadsafety="unspecified" name="font" fullname="DefaultFontDialog::font" href="qml-defaultfontdialog.html#font-prop" access="public" status="commendable" location="DefaultFontDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultFontDialog.qml" lineno="50" type="alias" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DefaultMessageDialog" href="qml-defaultmessagedialog.html" access="private" status="internal" location="DefaultMessageDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultMessageDialog.qml" lineno="46" title="DefaultMessageDialog" fulltitle="DefaultMessageDialog" subtitle="">
            <qmlmethod threadsafety="unspecified" name="calculateImplicitWidth" fullname="DefaultMessageDialog::calculateImplicitWidth" href="qml-defaultmessagedialog.html#calculateImplicitWidth-method" access="public" status="commendable" location="DefaultMessageDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/DefaultMessageDialog.qml" lineno="321"/>
        </qmlclass>
        <qmlclass name="WidgetColorDialog" href="qml-widgetcolordialog.html" access="private" status="internal" location="WidgetColorDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/WidgetColorDialog.qml" lineno="44" title="WidgetColorDialog" fulltitle="WidgetColorDialog" subtitle=""/>
        <qmlclass name="WidgetFileDialog" href="qml-widgetfiledialog.html" access="private" status="internal" location="WidgetFileDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/WidgetFileDialog.qml" lineno="44" title="WidgetFileDialog" fulltitle="WidgetFileDialog" subtitle=""/>
        <qmlclass name="WidgetMessageDialog" href="qml-widgetmessagedialog.html" access="private" status="internal" location="WidgetMessageDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/WidgetMessageDialog.qml" lineno="44" title="WidgetMessageDialog" fulltitle="WidgetMessageDialog" subtitle=""/>
        <qmlclass name="WidgetFontDialog" href="qml-widgetfontdialog.html" access="private" status="internal" location="WidgetFontDialog.qml" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/WidgetFontDialog.qml" lineno="44" title="WidgetFontDialog" fulltitle="WidgetFontDialog" subtitle=""/>
        <page name="qtquickdialogs-index.html" href="qtquickdialogs-index.html" access="public" status="commendable" location="qtquickdialogs-index.qdoc" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/doc/src/qtquickdialogs-index.qdoc" lineno="33" subtype="page" title="Qt Quick Dialogs" fulltitle="Qt Quick Dialogs" subtitle="" module="QtQuickDialogs" brief="Qt Quick Dialogs submodule">
            <contents name="dialogs" title="Dialogs" level="1"/>
            <contents name="related-information" title="Related information" level="1"/>
            <contents name="examples" title="Examples" level="2"/>
            <contents name="reference" title="Reference" level="2"/>
        </page>
        <page name="QtQuick.Dialogs" qml-module-name="QtQuick.Dialogs" qml-module-version="1.1" href="qtquick-dialogs-qmlmodule.html" access="public" status="commendable" location="plugin.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/plugin.cpp" lineno="70" subtype="qmlmodule" title="Qt Quick Dialogs QML Types" fulltitle="Qt Quick Dialogs QML Types" subtitle="" groups="qmlmodules" brief="Provides QML types for standard file, color picker and message dialogs"/>
        <class threadsafety="unspecified" name="QQuickAbstractDialog" href="qquickabstractdialog.html" access="private" status="internal" abstract="true" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="63" bases="">
            <function threadsafety="unspecified" name="QQuickAbstractDialog" fullname="QQuickAbstractDialog::QQuickAbstractDialog" href="qquickabstractdialog.html#QQuickAbstractDialog" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickAbstractDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="accept" fullname="QQuickAbstractDialog::accept" href="qquickabstractdialog.html#accept" access="protected" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="206" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="accept()"/>
            <function threadsafety="unspecified" name="decorationLoaded" fullname="QQuickAbstractDialog::decorationLoaded" href="qquickabstractdialog.html#decorationLoaded" access="protected" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="165" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="decorationLoaded()"/>
            <function threadsafety="unspecified" name="height" fullname="QQuickAbstractDialog::height" href="qquickabstractdialog.html#height-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="272" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="height" type="int" signature="height() const"/>
            <function threadsafety="unspecified" name="parentWindow" fullname="QQuickAbstractDialog::parentWindow" href="qquickabstractdialog.html#parentWindow" access="protected" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="233" virtual="non" meta="plain" const="false" static="false" overload="false" type="QQuickWindow *" signature="parentWindow()"/>
            <function threadsafety="unspecified" name="reject" fullname="QQuickAbstractDialog::reject" href="qquickabstractdialog.html#reject" access="protected" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="212" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="reject()"/>
            <function threadsafety="unspecified" name="setHeight" fullname="QQuickAbstractDialog::setHeight" href="qquickabstractdialog.html#height-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="323" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="height" type="void" signature="setHeight(int arg)">
                <parameter left="int" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setModality" fullname="QQuickAbstractDialog::setModality" href="qquickabstractdialog.html#modality-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="199" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="modality" type="void" signature="setModality(Qt::WindowModality m)">
                <parameter left="Qt::WindowModality" right="" name="m" default=""/>
            </function>
            <function threadsafety="unspecified" name="setQmlImplementation" fullname="QQuickAbstractDialog::setQmlImplementation" href="qquickabstractdialog.html#setQmlImplementation" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="241" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setQmlImplementation(QObject * obj)">
                <parameter left="QObject *" right="" name="obj" default=""/>
            </function>
            <function threadsafety="unspecified" name="setVisible" fullname="QQuickAbstractDialog::setVisible" href="qquickabstractdialog.html#visible-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="76" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="visible" type="void" signature="setVisible(bool v)">
                <parameter left="bool" right="" name="v" default=""/>
            </function>
            <function threadsafety="unspecified" name="setWidth" fullname="QQuickAbstractDialog::setWidth" href="qquickabstractdialog.html#width-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="309" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="width" type="void" signature="setWidth(int arg)">
                <parameter left="int" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setX" fullname="QQuickAbstractDialog::setX" href="qquickabstractdialog.html#x-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="279" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="x" type="void" signature="setX(int arg)">
                <parameter left="int" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setY" fullname="QQuickAbstractDialog::setY" href="qquickabstractdialog.html#y-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="294" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="y" type="void" signature="setY(int arg)">
                <parameter left="int" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="visibleChanged" fullname="QQuickAbstractDialog::visibleChanged" href="qquickabstractdialog.html#visibleChanged" access="protected" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="218" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="visibleChanged(bool v)">
                <parameter left="bool" right="" name="v" default=""/>
            </function>
            <function threadsafety="unspecified" name="width" fullname="QQuickAbstractDialog::width" href="qquickabstractdialog.html#width-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="265" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="width" type="int" signature="width() const"/>
            <function threadsafety="unspecified" name="windowGeometryChanged" fullname="QQuickAbstractDialog::windowGeometryChanged" href="qquickabstractdialog.html#windowGeometryChanged" access="protected" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="224" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="windowGeometryChanged()"/>
            <function threadsafety="unspecified" name="x" fullname="QQuickAbstractDialog::x" href="qquickabstractdialog.html#x-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="251" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="x" type="int" signature="x() const"/>
            <function threadsafety="unspecified" name="y" fullname="QQuickAbstractDialog::y" href="qquickabstractdialog.html#y-prop" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="258" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="y" type="int" signature="y() const"/>
            <function threadsafety="unspecified" name="~QQuickAbstractDialog" fullname="QQuickAbstractDialog::~QQuickAbstractDialog" href="qquickabstractdialog.html#dtor.QQuickAbstractDialog" access="public" status="commendable" location="qquickabstractdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog.cpp" lineno="72" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickAbstractDialog()"/>
            <function threadsafety="unspecified" name="accepted" fullname="QQuickAbstractDialog::accepted" href="qquickabstractdialog.html#accepted" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="108" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="accepted()"/>
            <function threadsafety="unspecified" name="close" fullname="QQuickAbstractDialog::close" href="qquickabstractdialog.html#close" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="97" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="close()"/>
            <function threadsafety="unspecified" name="geometryChanged" fullname="QQuickAbstractDialog::geometryChanged" href="qquickabstractdialog.html#height-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="105" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="height" type="void" signature="geometryChanged()"/>
            <function threadsafety="unspecified" name="helper" fullname="QQuickAbstractDialog::helper" href="qquickabstractdialog.html#helper" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="119" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QPlatformDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="isVisible" fullname="QQuickAbstractDialog::isVisible" href="qquickabstractdialog.html#visible-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="visible" type="bool" signature="isVisible() const"/>
            <function threadsafety="unspecified" name="isWindow" fullname="QQuickAbstractDialog::isWindow" href="qquickabstractdialog.html#isWindow-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="93" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="isWindow" type="bool" signature="isWindow() const"/>
            <function threadsafety="unspecified" name="modality" fullname="QQuickAbstractDialog::modality" href="qquickabstractdialog.html#modality-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="modality" type="Qt::WindowModality" signature="modality() const"/>
            <function threadsafety="unspecified" name="modalityChanged" fullname="QQuickAbstractDialog::modalityChanged" href="qquickabstractdialog.html#modality-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="106" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="modality" type="void" signature="modalityChanged()"/>
            <function threadsafety="unspecified" name="open" fullname="QQuickAbstractDialog::open" href="qquickabstractdialog.html#open" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="96" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="open()"/>
            <function threadsafety="unspecified" name="qmlImplementation" fullname="QQuickAbstractDialog::qmlImplementation" href="qquickabstractdialog.html#qmlImplementation" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" type="QObject *" signature="qmlImplementation()"/>
            <function threadsafety="unspecified" name="rejected" fullname="QQuickAbstractDialog::rejected" href="qquickabstractdialog.html#rejected" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="109" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rejected()"/>
            <function threadsafety="unspecified" name="setTitle" fullname="QQuickAbstractDialog::setTitle" href="qquickabstractdialog.html#title-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="91" virtual="pure" meta="plain" const="false" static="false" overload="false" associated-property="title" type="void" signature="setTitle(const QString &amp; t)">
                <parameter left="const QString &amp;" right="" name="t" default=""/>
            </function>
            <function threadsafety="unspecified" name="title" fullname="QQuickAbstractDialog::title" href="qquickabstractdialog.html#title-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="81" virtual="pure" meta="plain" const="true" static="false" overload="false" associated-property="title" type="QString" signature="title() const"/>
            <function threadsafety="unspecified" name="titleChanged" fullname="QQuickAbstractDialog::titleChanged" href="qquickabstractdialog.html#title-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="107" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="title" type="void" signature="titleChanged()"/>
            <function threadsafety="unspecified" name="visibilityChanged" fullname="QQuickAbstractDialog::visibilityChanged" href="qquickabstractdialog.html#visible-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="104" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="visible" type="void" signature="visibilityChanged()"/>
            <property threadsafety="unspecified" name="height" fullname="QQuickAbstractDialog::height" href="qquickabstractdialog.html#height-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="73" type="int">
                <getter name="height"/>
                <setter name="setHeight"/>
                <notifier name="geometryChanged"/>
            </property>
            <property threadsafety="unspecified" name="isWindow" fullname="QQuickAbstractDialog::isWindow" href="qquickabstractdialog.html#isWindow-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="69" type="bool">
                <getter name="isWindow"/>
            </property>
            <property threadsafety="unspecified" name="modality" fullname="QQuickAbstractDialog::modality" href="qquickabstractdialog.html#modality-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="67" type="Qt::WindowModality">
                <getter name="modality"/>
                <setter name="setModality"/>
                <notifier name="modalityChanged"/>
            </property>
            <property threadsafety="unspecified" name="title" fullname="QQuickAbstractDialog::title" href="qquickabstractdialog.html#title-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="68" type="QString">
                <getter name="title"/>
                <setter name="setTitle"/>
                <notifier name="titleChanged"/>
            </property>
            <property threadsafety="unspecified" name="visible" fullname="QQuickAbstractDialog::visible" href="qquickabstractdialog.html#visible-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="66" type="bool">
                <getter name="isVisible"/>
                <setter name="setVisible"/>
                <notifier name="visibilityChanged"/>
            </property>
            <property threadsafety="unspecified" name="width" fullname="QQuickAbstractDialog::width" href="qquickabstractdialog.html#width-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="72" type="int">
                <getter name="width"/>
                <setter name="setWidth"/>
                <notifier name="geometryChanged"/>
            </property>
            <property threadsafety="unspecified" name="x" fullname="QQuickAbstractDialog::x" href="qquickabstractdialog.html#x-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="70" type="int">
                <getter name="x"/>
                <setter name="setX"/>
                <notifier name="geometryChanged"/>
            </property>
            <property threadsafety="unspecified" name="y" fullname="QQuickAbstractDialog::y" href="qquickabstractdialog.html#y-prop" access="public" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="71" type="int">
                <getter name="y"/>
                <setter name="setY"/>
                <notifier name="geometryChanged"/>
            </property>
            <variable threadsafety="unspecified" name="m_contentItem" fullname="QQuickAbstractDialog::m_contentItem" href="qquickabstractdialog.html#m_contentItem-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="130" type="QQuickItem *" static="false"/>
            <variable threadsafety="unspecified" name="m_decorationComponent" fullname="QQuickAbstractDialog::m_decorationComponent" href="qquickabstractdialog.html#m_decorationComponent-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="136" type="QQmlComponent *" static="true"/>
            <variable threadsafety="unspecified" name="m_dialogWindow" fullname="QQuickAbstractDialog::m_dialogWindow" href="qquickabstractdialog.html#m_dialogWindow-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="129" type="QWindow *" static="false"/>
            <variable threadsafety="unspecified" name="m_hasAspiredPosition" fullname="QQuickAbstractDialog::m_hasAspiredPosition" href="qquickabstractdialog.html#m_hasAspiredPosition-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="134" type="bool" static="false"/>
            <variable threadsafety="unspecified" name="m_hasNativeWindows" fullname="QQuickAbstractDialog::m_hasNativeWindows" href="qquickabstractdialog.html#m_hasNativeWindows-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="132" type="bool" static="false"/>
            <variable threadsafety="unspecified" name="m_modality" fullname="QQuickAbstractDialog::m_modality" href="qquickabstractdialog.html#m_modality-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="125" type="Qt::WindowModality" static="false"/>
            <variable threadsafety="unspecified" name="m_parentWindow" fullname="QQuickAbstractDialog::m_parentWindow" href="qquickabstractdialog.html#m_parentWindow-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="123" type="QQuickWindow *" static="false"/>
            <variable threadsafety="unspecified" name="m_qmlImplementation" fullname="QQuickAbstractDialog::m_qmlImplementation" href="qquickabstractdialog.html#m_qmlImplementation-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="128" type="QObject *" static="false"/>
            <variable threadsafety="unspecified" name="m_sizeAspiration" fullname="QQuickAbstractDialog::m_sizeAspiration" href="qquickabstractdialog.html#m_sizeAspiration-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="133" type="QRect" static="false"/>
            <variable threadsafety="unspecified" name="m_visible" fullname="QQuickAbstractDialog::m_visible" href="qquickabstractdialog.html#m_visible-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="124" type="bool" static="false"/>
            <variable threadsafety="unspecified" name="m_windowDecoration" fullname="QQuickAbstractDialog::m_windowDecoration" href="qquickabstractdialog.html#m_windowDecoration-var" access="protected" status="commendable" location="qquickabstractdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractdialog_p.h" lineno="131" type="QQuickItem *" static="false"/>
        </class>
        <qmlclass name="AbstractColorDialog" qml-module-name="QtQuick.Dialogs" fullname="QtQuick.Dialogs::AbstractColorDialog" href="qml-qtquick-dialogs-abstractcolordialog.html" access="private" status="internal" location="qquickcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog.cpp" lineno="48" since="5.1" title="AbstractColorDialog" fulltitle="AbstractColorDialog" subtitle="" groups="qtquick-visual" brief="API wrapper for QML file dialog implementations">
            <qmlproperty threadsafety="unspecified" name="implementation" fullname="QtQuick.Dialogs::AbstractColorDialog::implementation" href="qml-qtquick-dialogs-abstractcolordialog.html#implementation-prop" access="public" status="commendable" location="qquickcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog.cpp" lineno="112" type="QObject" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Dialogs::AbstractColorDialog::visible" href="qml-qtquick-dialogs-abstractcolordialog.html#visible-prop" access="public" status="commendable" location="qquickcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog.cpp" lineno="106" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="AbstractFileDialog" qml-module-name="QtQuick.Dialogs" fullname="QtQuick.Dialogs::AbstractFileDialog" href="qml-qtquick-dialogs-abstractfiledialog.html" access="private" status="internal" location="qquickfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog.cpp" lineno="48" since="5.1" title="AbstractFileDialog" fulltitle="AbstractFileDialog" subtitle="" groups="qtquick-visual" brief="API wrapper for QML file dialog implementations">
            <qmlproperty threadsafety="unspecified" name="fileUrls" fullname="QtQuick.Dialogs::AbstractFileDialog::fileUrls" href="qml-qtquick-dialogs-abstractfiledialog.html#fileUrls-prop" access="public" status="commendable" location="qquickfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog.cpp" lineno="117" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="implementation" fullname="QtQuick.Dialogs::AbstractFileDialog::implementation" href="qml-qtquick-dialogs-abstractfiledialog.html#implementation-prop" access="public" status="commendable" location="qquickfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog.cpp" lineno="165" type="QObject" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Dialogs::AbstractFileDialog::visible" href="qml-qtquick-dialogs-abstractfiledialog.html#visible-prop" access="public" status="commendable" location="qquickfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog.cpp" lineno="111" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="AbstractFontDialog" qml-module-name="QtQuick.Dialogs" fullname="QtQuick.Dialogs::AbstractFontDialog" href="qml-qtquick-dialogs-abstractfontdialog.html" access="private" status="internal" location="qquickfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog.cpp" lineno="49" since="5.2" title="AbstractFontDialog" fulltitle="AbstractFontDialog" subtitle="" groups="qtquick-visual" brief="API wrapper for QML font dialog implementations">
            <qmlproperty threadsafety="unspecified" name="implementation" fullname="QtQuick.Dialogs::AbstractFontDialog::implementation" href="qml-qtquick-dialogs-abstractfontdialog.html#implementation-prop" access="public" status="commendable" location="qquickfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog.cpp" lineno="113" type="QObject" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Dialogs::AbstractFontDialog::visible" href="qml-qtquick-dialogs-abstractfontdialog.html#visible-prop" access="public" status="commendable" location="qquickfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog.cpp" lineno="107" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="AbstractMessageDialog" qml-module-name="QtQuick.Dialogs" fullname="QtQuick.Dialogs::AbstractMessageDialog" href="qml-qtquick-dialogs-abstractmessagedialog.html" access="private" status="internal" location="qquickmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog.cpp" lineno="48" since="5.2" title="AbstractMessageDialog" fulltitle="AbstractMessageDialog" subtitle="" groups="qtquick-visual" brief="API wrapper for QML message dialog implementations">
            <qmlproperty threadsafety="unspecified" name="implementation" fullname="QtQuick.Dialogs::AbstractMessageDialog::implementation" href="qml-qtquick-dialogs-abstractmessagedialog.html#implementation-prop" access="public" status="commendable" location="qquickmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog.cpp" lineno="112" type="QObject" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Dialogs::AbstractMessageDialog::visible" href="qml-qtquick-dialogs-abstractmessagedialog.html#visible-prop" access="public" status="commendable" location="qquickmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog.cpp" lineno="106" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <class threadsafety="unspecified" name="QQuickAbstractColorDialog" href="qquickabstractcolordialog.html" access="private" status="internal" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="64" bases="">
            <function threadsafety="unspecified" name="QQuickAbstractColorDialog" fullname="QQuickAbstractColorDialog::QQuickAbstractColorDialog" href="qquickabstractcolordialog.html#QQuickAbstractColorDialog" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="51" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickAbstractColorDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="setColor" fullname="QQuickAbstractColorDialog::setColor" href="qquickabstractcolordialog.html#color-prop" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="108" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="color" type="void" signature="setColor(QColor arg)">
                <parameter left="QColor" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setCurrentColor" fullname="QQuickAbstractColorDialog::setCurrentColor" href="qquickabstractcolordialog.html#currentColor-prop" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="120" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="currentColor" type="void" signature="setCurrentColor(QColor currentColor)">
                <parameter left="QColor" right="" name="currentColor" default=""/>
            </function>
            <function threadsafety="unspecified" name="setModality" fullname="QQuickAbstractColorDialog::setModality" href="qquickabstractcolordialog.html#setModality" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="80" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setModality(Qt::WindowModality m)">
                <parameter left="Qt::WindowModality" right="" name="m" default=""/>
            </function>
            <function threadsafety="unspecified" name="setShowAlphaChannel" fullname="QQuickAbstractColorDialog::setShowAlphaChannel" href="qquickabstractcolordialog.html#showAlphaChannel-prop" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="128" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="showAlphaChannel" type="void" signature="setShowAlphaChannel(bool arg)">
                <parameter left="bool" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setTitle" fullname="QQuickAbstractColorDialog::setTitle" href="qquickabstractcolordialog.html#setTitle" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="101" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setTitle(const QString &amp; t)">
                <parameter left="const QString &amp;" right="" name="t" default=""/>
            </function>
            <function threadsafety="unspecified" name="setVisible" fullname="QQuickAbstractColorDialog::setVisible" href="qquickabstractcolordialog.html#setVisible" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="65" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setVisible(bool v)">
                <parameter left="bool" right="" name="v" default=""/>
            </function>
            <function threadsafety="unspecified" name="showAlphaChannel" fullname="QQuickAbstractColorDialog::showAlphaChannel" href="qquickabstractcolordialog.html#showAlphaChannel-prop" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="showAlphaChannel" type="bool" signature="showAlphaChannel() const"/>
            <function threadsafety="unspecified" name="title" fullname="QQuickAbstractColorDialog::title" href="qquickabstractcolordialog.html#title" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="91" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="title() const"/>
            <function threadsafety="unspecified" name="~QQuickAbstractColorDialog" fullname="QQuickAbstractColorDialog::~QQuickAbstractColorDialog" href="qquickabstractcolordialog.html#dtor.QQuickAbstractColorDialog" access="public" status="commendable" location="qquickabstractcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog.cpp" lineno="61" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickAbstractColorDialog()"/>
            <function threadsafety="unspecified" name="color" fullname="QQuickAbstractColorDialog::color" href="qquickabstractcolordialog.html#color-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="color" type="QColor" signature="color() const"/>
            <function threadsafety="unspecified" name="colorChanged" fullname="QQuickAbstractColorDialog::colorChanged" href="qquickabstractcolordialog.html#color-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="98" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="color" type="void" signature="colorChanged()"/>
            <function threadsafety="unspecified" name="currentAlpha" fullname="QQuickAbstractColorDialog::currentAlpha" href="qquickabstractcolordialog.html#currentAlpha-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentAlpha" type="qreal" signature="currentAlpha() const"/>
            <function threadsafety="unspecified" name="currentColor" fullname="QQuickAbstractColorDialog::currentColor" href="qquickabstractcolordialog.html#currentColor-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="82" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentColor" type="QColor" signature="currentColor() const"/>
            <function threadsafety="unspecified" name="currentColorChanged" fullname="QQuickAbstractColorDialog::currentColorChanged" href="qquickabstractcolordialog.html#currentAlpha-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="99" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="currentAlpha" type="void" signature="currentColorChanged()"/>
            <function threadsafety="unspecified" name="currentHue" fullname="QQuickAbstractColorDialog::currentHue" href="qquickabstractcolordialog.html#currentHue-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentHue" type="qreal" signature="currentHue() const"/>
            <function threadsafety="unspecified" name="currentLightness" fullname="QQuickAbstractColorDialog::currentLightness" href="qquickabstractcolordialog.html#currentLightness-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentLightness" type="qreal" signature="currentLightness() const"/>
            <function threadsafety="unspecified" name="currentSaturation" fullname="QQuickAbstractColorDialog::currentSaturation" href="qquickabstractcolordialog.html#currentSaturation-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="currentSaturation" type="qreal" signature="currentSaturation() const"/>
            <function threadsafety="unspecified" name="selectionAccepted" fullname="QQuickAbstractColorDialog::selectionAccepted" href="qquickabstractcolordialog.html#selectionAccepted" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="100" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionAccepted()"/>
            <function threadsafety="unspecified" name="showAlphaChannelChanged" fullname="QQuickAbstractColorDialog::showAlphaChannelChanged" href="qquickabstractcolordialog.html#showAlphaChannel-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="97" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="showAlphaChannel" type="void" signature="showAlphaChannelChanged()"/>
            <property threadsafety="unspecified" name="color" fullname="QQuickAbstractColorDialog::color" href="qquickabstractcolordialog.html#color-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="68" type="QColor">
                <getter name="color"/>
                <setter name="setColor"/>
                <notifier name="colorChanged"/>
            </property>
            <property threadsafety="unspecified" name="currentAlpha" fullname="QQuickAbstractColorDialog::currentAlpha" href="qquickabstractcolordialog.html#currentAlpha-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="73" type="qreal">
                <getter name="currentAlpha"/>
                <notifier name="currentColorChanged"/>
            </property>
            <property threadsafety="unspecified" name="currentColor" fullname="QQuickAbstractColorDialog::currentColor" href="qquickabstractcolordialog.html#currentColor-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="69" type="QColor">
                <getter name="currentColor"/>
                <setter name="setCurrentColor"/>
                <notifier name="currentColorChanged"/>
            </property>
            <property threadsafety="unspecified" name="currentHue" fullname="QQuickAbstractColorDialog::currentHue" href="qquickabstractcolordialog.html#currentHue-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="70" type="qreal">
                <getter name="currentHue"/>
                <notifier name="currentColorChanged"/>
            </property>
            <property threadsafety="unspecified" name="currentLightness" fullname="QQuickAbstractColorDialog::currentLightness" href="qquickabstractcolordialog.html#currentLightness-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="72" type="qreal">
                <getter name="currentLightness"/>
                <notifier name="currentColorChanged"/>
            </property>
            <property threadsafety="unspecified" name="currentSaturation" fullname="QQuickAbstractColorDialog::currentSaturation" href="qquickabstractcolordialog.html#currentSaturation-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="71" type="qreal">
                <getter name="currentSaturation"/>
                <notifier name="currentColorChanged"/>
            </property>
            <property threadsafety="unspecified" name="showAlphaChannel" fullname="QQuickAbstractColorDialog::showAlphaChannel" href="qquickabstractcolordialog.html#showAlphaChannel-prop" access="public" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="67" type="bool">
                <getter name="showAlphaChannel"/>
                <setter name="setShowAlphaChannel"/>
                <notifier name="showAlphaChannelChanged"/>
            </property>
            <variable threadsafety="unspecified" name="m_color" fullname="QQuickAbstractColorDialog::m_color" href="qquickabstractcolordialog.html#m_color-var" access="protected" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="105" type="QColor" static="false"/>
            <variable threadsafety="unspecified" name="m_currentColor" fullname="QQuickAbstractColorDialog::m_currentColor" href="qquickabstractcolordialog.html#m_currentColor-var" access="protected" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="106" type="QColor" static="false"/>
            <variable threadsafety="unspecified" name="m_dlgHelper" fullname="QQuickAbstractColorDialog::m_dlgHelper" href="qquickabstractcolordialog.html#m_dlgHelper-var" access="protected" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="103" type="QPlatformColorDialogHelper *" static="false"/>
            <variable threadsafety="unspecified" name="m_options" fullname="QQuickAbstractColorDialog::m_options" href="qquickabstractcolordialog.html#m_options-var" access="protected" status="commendable" location="qquickabstractcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractcolordialog_p.h" lineno="104" type="QSharedPointer&lt;QColorDialogOptions&gt;" static="false"/>
        </class>
        <qmlclass name="ColorDialog" qml-module-name="QtQuick.Dialogs" fullname="QtQuick.Dialogs::ColorDialog" href="qml-qtquick-dialogs-colordialog.html" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="52" since="5.1" title="ColorDialog" fulltitle="ColorDialog" subtitle="" groups="dialogs" brief="Dialog component for choosing a color.">
            <qmlproperty threadsafety="unspecified" name="color" fullname="QtQuick.Dialogs::ColorDialog::color" href="qml-qtquick-dialogs-colordialog.html#color-prop" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="231" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="currentColor" fullname="QtQuick.Dialogs::ColorDialog::currentColor" href="qml-qtquick-dialogs-colordialog.html#currentColor-prop" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="243" type="color" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="modality" fullname="QtQuick.Dialogs::ColorDialog::modality" href="qml-qtquick-dialogs-colordialog.html#modality-prop" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="185" type="Qt::WindowModality" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="showAlphaChannel" fullname="QtQuick.Dialogs::ColorDialog::showAlphaChannel" href="qml-qtquick-dialogs-colordialog.html#showAlphaChannel-prop" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="221" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Dialogs::ColorDialog::title" href="qml-qtquick-dialogs-colordialog.html#title-prop" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="215" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Dialogs::ColorDialog::visible" href="qml-qtquick-dialogs-colordialog.html#visible-prop" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="176" type="bool" attached="false" writable="true"/>
            <qmlmethod threadsafety="unspecified" name="close" fullname="QtQuick.Dialogs::ColorDialog::close" href="qml-qtquick-dialogs-colordialog.html#close-method" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="209"/>
            <qmlmethod threadsafety="unspecified" name="open" fullname="QtQuick.Dialogs::ColorDialog::open" href="qml-qtquick-dialogs-colordialog.html#open-method" access="public" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="202"/>
        </qmlclass>
        <qmlclass name="FileDialog" qml-module-name="QtQuick.Dialogs" fullname="QtQuick.Dialogs::FileDialog" href="qml-qtquick-dialogs-filedialog.html" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="52" since="5.1" title="FileDialog" fulltitle="FileDialog" subtitle="" groups="dialogs" brief="Dialog component for choosing files from a local filesystem.">
            <qmlproperty threadsafety="unspecified" name="fileUrl" fullname="QtQuick.Dialogs::FileDialog::fileUrl" href="qml-qtquick-dialogs-filedialog.html#fileUrl-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="297" type="url" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="fileUrls" fullname="QtQuick.Dialogs::FileDialog::fileUrls" href="qml-qtquick-dialogs-filedialog.html#fileUrls-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="308" type="list&lt;url&gt;" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="folder" fullname="QtQuick.Dialogs::FileDialog::folder" href="qml-qtquick-dialogs-filedialog.html#folder-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="254" type="url" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="modality" fullname="QtQuick.Dialogs::FileDialog::modality" href="qml-qtquick-dialogs-filedialog.html#modality-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="187" type="Qt::WindowModality" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="nameFilters" fullname="QtQuick.Dialogs::FileDialog::nameFilters" href="qml-qtquick-dialogs-filedialog.html#nameFilters-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="266" type="list&lt;string&gt;" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="selectExisting" fullname="QtQuick.Dialogs::FileDialog::selectExisting" href="qml-qtquick-dialogs-filedialog.html#selectExisting-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="222" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="selectFolder" fullname="QtQuick.Dialogs::FileDialog::selectFolder" href="qml-qtquick-dialogs-filedialog.html#selectFolder-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="243" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="selectMultiple" fullname="QtQuick.Dialogs::FileDialog::selectMultiple" href="qml-qtquick-dialogs-filedialog.html#selectMultiple-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="233" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="selectedNameFilter" fullname="QtQuick.Dialogs::FileDialog::selectedNameFilter" href="qml-qtquick-dialogs-filedialog.html#selectedNameFilter-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="286" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Dialogs::FileDialog::title" href="qml-qtquick-dialogs-filedialog.html#title-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="216" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Dialogs::FileDialog::visible" href="qml-qtquick-dialogs-filedialog.html#visible-prop" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="178" type="bool" attached="false" writable="true"/>
            <qmlmethod threadsafety="unspecified" name="close" fullname="QtQuick.Dialogs::FileDialog::close" href="qml-qtquick-dialogs-filedialog.html#close-method" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="210"/>
            <qmlmethod threadsafety="unspecified" name="open" fullname="QtQuick.Dialogs::FileDialog::open" href="qml-qtquick-dialogs-filedialog.html#open-method" access="public" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="203"/>
        </qmlclass>
        <qmlclass name="FontDialog" qml-module-name="QtQuick.Dialogs" fullname="QtQuick.Dialogs::FontDialog" href="qml-qtquick-dialogs-fontdialog.html" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="52" since="5.2" title="FontDialog" fulltitle="FontDialog" subtitle="" groups="qtquick-visual,dialogs" brief="Dialog component for choosing a font.">
            <qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Dialogs::FontDialog::font" href="qml-qtquick-dialogs-fontdialog.html#font-prop" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="246" type="font" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="modality" fullname="QtQuick.Dialogs::FontDialog::modality" href="qml-qtquick-dialogs-fontdialog.html#modality-prop" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="187" type="Qt::WindowModality" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="monospacedFonts" fullname="QtQuick.Dialogs::FontDialog::monospacedFonts" href="qml-qtquick-dialogs-fontdialog.html#monospacedFonts-prop" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="234" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="nonScalableFonts" fullname="QtQuick.Dialogs::FontDialog::nonScalableFonts" href="qml-qtquick-dialogs-fontdialog.html#nonScalableFonts-prop" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="228" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="proportionalFonts" fullname="QtQuick.Dialogs::FontDialog::proportionalFonts" href="qml-qtquick-dialogs-fontdialog.html#proportionalFonts-prop" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="240" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="scalableFonts" fullname="QtQuick.Dialogs::FontDialog::scalableFonts" href="qml-qtquick-dialogs-fontdialog.html#scalableFonts-prop" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="222" type="bool" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Dialogs::FontDialog::title" href="qml-qtquick-dialogs-fontdialog.html#title-prop" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="216" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Dialogs::FontDialog::visible" href="qml-qtquick-dialogs-fontdialog.html#visible-prop" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="178" type="bool" attached="false" writable="true"/>
            <qmlmethod threadsafety="unspecified" name="close" fullname="QtQuick.Dialogs::FontDialog::close" href="qml-qtquick-dialogs-fontdialog.html#close-method" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="210"/>
            <qmlmethod threadsafety="unspecified" name="open" fullname="QtQuick.Dialogs::FontDialog::open" href="qml-qtquick-dialogs-fontdialog.html#open-method" access="public" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="203"/>
        </qmlclass>
        <qmlclass name="MessageDialog" qml-module-name="QtQuick.Dialogs" fullname="QtQuick.Dialogs::MessageDialog" href="qml-qtquick-dialogs-messagedialog.html" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="52" since="5.2" title="MessageDialog" fulltitle="MessageDialog" subtitle="" groups="dialogs" brief="Dialog component for displaying popup messages.">
            <qmlproperty threadsafety="unspecified" name="detailedText" fullname="QtQuick.Dialogs::MessageDialog::detailedText" href="qml-qtquick-dialogs-messagedialog.html#detailedText-prop" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="281" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="icon" fullname="QtQuick.Dialogs::MessageDialog::icon" href="qml-qtquick-dialogs-messagedialog.html#icon-prop" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="297" type="QQuickStandardIcon::Icon" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="informativeText" fullname="QtQuick.Dialogs::MessageDialog::informativeText" href="qml-qtquick-dialogs-messagedialog.html#informativeText-prop" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="269" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="modality" fullname="QtQuick.Dialogs::MessageDialog::modality" href="qml-qtquick-dialogs-messagedialog.html#modality-prop" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="229" type="Qt::WindowModality" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="standardButtons" fullname="QtQuick.Dialogs::MessageDialog::standardButtons" href="qml-qtquick-dialogs-messagedialog.html#standardButtons-prop" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="338" type="StandardButtons" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="text" fullname="QtQuick.Dialogs::MessageDialog::text" href="qml-qtquick-dialogs-messagedialog.html#text-prop" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="263" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Dialogs::MessageDialog::title" href="qml-qtquick-dialogs-messagedialog.html#title-prop" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="257" type="string" attached="false" writable="true"/>
            <qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Dialogs::MessageDialog::visible" href="qml-qtquick-dialogs-messagedialog.html#visible-prop" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="220" type="bool" attached="false" writable="true"/>
            <qmlsignal threadsafety="unspecified" name="accepted" fullname="QtQuick.Dialogs::MessageDialog::accepted" href="qml-qtquick-dialogs-messagedialog.html#accepted-signal" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="105"/>
            <qmlsignal threadsafety="unspecified" name="apply" fullname="QtQuick.Dialogs::MessageDialog::apply" href="qml-qtquick-dialogs-messagedialog.html#apply-signal" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="153"/>
            <qmlsignal threadsafety="unspecified" name="discard" fullname="QtQuick.Dialogs::MessageDialog::discard" href="qml-qtquick-dialogs-messagedialog.html#discard-signal" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="121"/>
            <qmlsignal threadsafety="unspecified" name="help" fullname="QtQuick.Dialogs::MessageDialog::help" href="qml-qtquick-dialogs-messagedialog.html#help-signal" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="127"/>
            <qmlsignal threadsafety="unspecified" name="no" fullname="QtQuick.Dialogs::MessageDialog::no" href="qml-qtquick-dialogs-messagedialog.html#no-signal" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="146"/>
            <qmlsignal threadsafety="unspecified" name="rejected" fullname="QtQuick.Dialogs::MessageDialog::rejected" href="qml-qtquick-dialogs-messagedialog.html#rejected-signal" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="113"/>
            <qmlsignal threadsafety="unspecified" name="reset" fullname="QtQuick.Dialogs::MessageDialog::reset" href="qml-qtquick-dialogs-messagedialog.html#reset-signal" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="159"/>
            <qmlsignal threadsafety="unspecified" name="yes" fullname="QtQuick.Dialogs::MessageDialog::yes" href="qml-qtquick-dialogs-messagedialog.html#yes-signal" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="139"/>
            <qmlmethod threadsafety="unspecified" name="close" fullname="QtQuick.Dialogs::MessageDialog::close" href="qml-qtquick-dialogs-messagedialog.html#close-method" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="251"/>
            <qmlmethod threadsafety="unspecified" name="open" fullname="QtQuick.Dialogs::MessageDialog::open" href="qml-qtquick-dialogs-messagedialog.html#open-method" access="public" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="244"/>
        </qmlclass>
        <class threadsafety="unspecified" name="QQuickPlatformMessageDialog" href="qquickplatformmessagedialog.html" access="private" status="internal" location="qquickplatformmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog_p.h" lineno="60" since="5.2" bases="" module="QtQuick.Dialogs" brief="The QQuickPlatformMessageDialog class provides a message dialog">
            <function threadsafety="unspecified" name="helper" fullname="QQuickPlatformMessageDialog::helper" href="qquickplatformmessagedialog.html#helper" access="protected" status="commendable" location="qquickplatformmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog.cpp" lineno="197" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPlatformMessageDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="QQuickPlatformMessageDialog" fullname="QQuickPlatformMessageDialog::QQuickPlatformMessageDialog" href="qquickplatformmessagedialog.html#QQuickPlatformMessageDialog" access="public" status="commendable" location="qquickplatformmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickPlatformMessageDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="~QQuickPlatformMessageDialog" fullname="QQuickPlatformMessageDialog::~QQuickPlatformMessageDialog" href="qquickplatformmessagedialog.html#dtor.QQuickPlatformMessageDialog" access="public" status="commendable" location="qquickplatformmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog_p.h" lineno="66" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickPlatformMessageDialog()"/>
        </class>
        <class threadsafety="unspecified" name="QQuickAbstractFileDialog" href="qquickabstractfiledialog.html" access="private" status="internal" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="64" bases="">
            <function threadsafety="unspecified" name="QQuickAbstractFileDialog" fullname="QQuickAbstractFileDialog::QQuickAbstractFileDialog" href="qquickabstractfiledialog.html#QQuickAbstractFileDialog" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="51" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickAbstractFileDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="fileUrl" fullname="QQuickAbstractFileDialog::fileUrl" href="qquickabstractfiledialog.html#fileUrl-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="154" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="fileUrl" type="QUrl" signature="fileUrl()"/>
            <function threadsafety="unspecified" name="fileUrls" fullname="QQuickAbstractFileDialog::fileUrls" href="qquickabstractfiledialog.html#fileUrls-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="160" virtual="impure" meta="plain" const="false" static="false" overload="false" associated-property="fileUrls" type="QList&lt;QUrl&gt;" signature="fileUrls()"/>
            <function threadsafety="unspecified" name="folder" fullname="QQuickAbstractFileDialog::folder" href="qquickabstractfiledialog.html#folder-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="110" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="folder" type="QUrl" signature="folder()"/>
            <function threadsafety="unspecified" name="selectNameFilter" fullname="QQuickAbstractFileDialog::selectNameFilter" href="qquickabstractfiledialog.html#selectedNameFilter-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="145" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="selectedNameFilter" type="void" signature="selectNameFilter(const QString &amp; f)">
                <parameter left="const QString &amp;" right="" name="f" default=""/>
            </function>
            <function threadsafety="unspecified" name="selectedNameFilter" fullname="QQuickAbstractFileDialog::selectedNameFilter" href="qquickabstractfiledialog.html#selectedNameFilter-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="135" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="selectedNameFilter" type="QString" signature="selectedNameFilter()"/>
            <function threadsafety="unspecified" name="setFolder" fullname="QQuickAbstractFileDialog::setFolder" href="qquickabstractfiledialog.html#folder-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="117" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="folder" type="void" signature="setFolder(const QUrl &amp; f)">
                <parameter left="const QUrl &amp;" right="" name="f" default=""/>
            </function>
            <function threadsafety="unspecified" name="setNameFilters" fullname="QQuickAbstractFileDialog::setNameFilters" href="qquickabstractfiledialog.html#nameFilters-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="125" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="nameFilters" type="void" signature="setNameFilters(const QStringList &amp; f)">
                <parameter left="const QStringList &amp;" right="" name="f" default=""/>
            </function>
            <function threadsafety="unspecified" name="setSelectExisting" fullname="QQuickAbstractFileDialog::setSelectExisting" href="qquickabstractfiledialog.html#selectExisting-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="89" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="selectExisting" type="void" signature="setSelectExisting(bool s)">
                <parameter left="bool" right="" name="s" default=""/>
            </function>
            <function threadsafety="unspecified" name="setSelectFolder" fullname="QQuickAbstractFileDialog::setSelectFolder" href="qquickabstractfiledialog.html#selectFolder-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="103" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="selectFolder" type="void" signature="setSelectFolder(bool s)">
                <parameter left="bool" right="" name="s" default=""/>
            </function>
            <function threadsafety="unspecified" name="setSelectMultiple" fullname="QQuickAbstractFileDialog::setSelectMultiple" href="qquickabstractfiledialog.html#selectMultiple-prop" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="96" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="selectMultiple" type="void" signature="setSelectMultiple(bool s)">
                <parameter left="bool" right="" name="s" default=""/>
            </function>
            <function threadsafety="unspecified" name="setTitle" fullname="QQuickAbstractFileDialog::setTitle" href="qquickabstractfiledialog.html#setTitle" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="82" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setTitle(const QString &amp; t)">
                <parameter left="const QString &amp;" right="" name="t" default=""/>
            </function>
            <function threadsafety="unspecified" name="setVisible" fullname="QQuickAbstractFileDialog::setVisible" href="qquickabstractfiledialog.html#setVisible" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="67" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setVisible(bool v)">
                <parameter left="bool" right="" name="v" default=""/>
            </function>
            <function threadsafety="unspecified" name="title" fullname="QQuickAbstractFileDialog::title" href="qquickabstractfiledialog.html#title" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="77" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="title() const"/>
            <function threadsafety="unspecified" name="updateModes" fullname="QQuickAbstractFileDialog::updateModes" href="qquickabstractfiledialog.html#updateModes" access="protected" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="167" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="updateModes()"/>
            <function threadsafety="unspecified" name="~QQuickAbstractFileDialog" fullname="QQuickAbstractFileDialog::~QQuickAbstractFileDialog" href="qquickabstractfiledialog.html#dtor.QQuickAbstractFileDialog" access="public" status="commendable" location="qquickabstractfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog.cpp" lineno="63" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickAbstractFileDialog()"/>
            <function threadsafety="unspecified" name="fileModeChanged" fullname="QQuickAbstractFileDialog::fileModeChanged" href="qquickabstractfiledialog.html#selectFolder-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="104" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="selectFolder" type="void" signature="fileModeChanged()"/>
            <function threadsafety="unspecified" name="filterSelected" fullname="QQuickAbstractFileDialog::filterSelected" href="qquickabstractfiledialog.html#selectedNameFilter-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="103" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="selectedNameFilter" type="void" signature="filterSelected()"/>
            <function threadsafety="unspecified" name="folderChanged" fullname="QQuickAbstractFileDialog::folderChanged" href="qquickabstractfiledialog.html#folder-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="101" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="folder" type="void" signature="folderChanged()"/>
            <function threadsafety="unspecified" name="nameFilters" fullname="QQuickAbstractFileDialog::nameFilters" href="qquickabstractfiledialog.html#nameFilters-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="nameFilters" type="QStringList" signature="nameFilters() const"/>
            <function threadsafety="unspecified" name="nameFiltersChanged" fullname="QQuickAbstractFileDialog::nameFiltersChanged" href="qquickabstractfiledialog.html#nameFilters-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="102" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="nameFilters" type="void" signature="nameFiltersChanged()"/>
            <function threadsafety="unspecified" name="selectExisting" fullname="QQuickAbstractFileDialog::selectExisting" href="qquickabstractfiledialog.html#selectExisting-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectExisting" type="bool" signature="selectExisting() const"/>
            <function threadsafety="unspecified" name="selectFolder" fullname="QQuickAbstractFileDialog::selectFolder" href="qquickabstractfiledialog.html#selectFolder-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectFolder" type="bool" signature="selectFolder() const"/>
            <function threadsafety="unspecified" name="selectMultiple" fullname="QQuickAbstractFileDialog::selectMultiple" href="qquickabstractfiledialog.html#selectMultiple-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="82" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="selectMultiple" type="bool" signature="selectMultiple() const"/>
            <function threadsafety="unspecified" name="selectionAccepted" fullname="QQuickAbstractFileDialog::selectionAccepted" href="qquickabstractfiledialog.html#fileUrls-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="105" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="fileUrls" type="void" signature="selectionAccepted()"/>
            <property threadsafety="unspecified" name="fileUrl" fullname="QQuickAbstractFileDialog::fileUrl" href="qquickabstractfiledialog.html#fileUrl-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="73" type="QUrl">
                <getter name="fileUrl"/>
                <notifier name="selectionAccepted"/>
            </property>
            <property threadsafety="unspecified" name="fileUrls" fullname="QQuickAbstractFileDialog::fileUrls" href="qquickabstractfiledialog.html#fileUrls-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="74" type="QList&lt;QUrl&gt;">
                <getter name="fileUrls"/>
                <notifier name="selectionAccepted"/>
            </property>
            <property threadsafety="unspecified" name="folder" fullname="QQuickAbstractFileDialog::folder" href="qquickabstractfiledialog.html#folder-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="70" type="QUrl">
                <getter name="folder"/>
                <setter name="setFolder"/>
                <notifier name="folderChanged"/>
            </property>
            <property threadsafety="unspecified" name="nameFilters" fullname="QQuickAbstractFileDialog::nameFilters" href="qquickabstractfiledialog.html#nameFilters-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="71" type="QStringList">
                <getter name="nameFilters"/>
                <setter name="setNameFilters"/>
                <notifier name="nameFiltersChanged"/>
            </property>
            <property threadsafety="unspecified" name="selectExisting" fullname="QQuickAbstractFileDialog::selectExisting" href="qquickabstractfiledialog.html#selectExisting-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="67" type="bool">
                <getter name="selectExisting"/>
                <setter name="setSelectExisting"/>
                <notifier name="fileModeChanged"/>
            </property>
            <property threadsafety="unspecified" name="selectFolder" fullname="QQuickAbstractFileDialog::selectFolder" href="qquickabstractfiledialog.html#selectFolder-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="69" type="bool">
                <getter name="selectFolder"/>
                <setter name="setSelectFolder"/>
                <notifier name="fileModeChanged"/>
            </property>
            <property threadsafety="unspecified" name="selectMultiple" fullname="QQuickAbstractFileDialog::selectMultiple" href="qquickabstractfiledialog.html#selectMultiple-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="68" type="bool">
                <getter name="selectMultiple"/>
                <setter name="setSelectMultiple"/>
                <notifier name="fileModeChanged"/>
            </property>
            <property threadsafety="unspecified" name="selectedNameFilter" fullname="QQuickAbstractFileDialog::selectedNameFilter" href="qquickabstractfiledialog.html#selectedNameFilter-prop" access="public" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="72" type="QString">
                <getter name="selectedNameFilter"/>
                <setter name="selectNameFilter"/>
                <notifier name="filterSelected"/>
            </property>
            <variable threadsafety="unspecified" name="m_dlgHelper" fullname="QQuickAbstractFileDialog::m_dlgHelper" href="qquickabstractfiledialog.html#m_dlgHelper-var" access="protected" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="111" type="QPlatformFileDialogHelper *" static="false"/>
            <variable threadsafety="unspecified" name="m_options" fullname="QQuickAbstractFileDialog::m_options" href="qquickabstractfiledialog.html#m_options-var" access="protected" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="112" type="QSharedPointer&lt;QFileDialogOptions&gt;" static="false"/>
            <variable threadsafety="unspecified" name="m_selectExisting" fullname="QQuickAbstractFileDialog::m_selectExisting" href="qquickabstractfiledialog.html#m_selectExisting-var" access="protected" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="113" type="bool" static="false"/>
            <variable threadsafety="unspecified" name="m_selectFolder" fullname="QQuickAbstractFileDialog::m_selectFolder" href="qquickabstractfiledialog.html#m_selectFolder-var" access="protected" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="115" type="bool" static="false"/>
            <variable threadsafety="unspecified" name="m_selectMultiple" fullname="QQuickAbstractFileDialog::m_selectMultiple" href="qquickabstractfiledialog.html#m_selectMultiple-var" access="protected" status="commendable" location="qquickabstractfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfiledialog_p.h" lineno="114" type="bool" static="false"/>
        </class>
        <class threadsafety="unspecified" name="QQuickAbstractFontDialog" href="qquickabstractfontdialog.html" access="private" status="internal" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="65" bases="">
            <function threadsafety="unspecified" name="QQuickAbstractFontDialog" fullname="QQuickAbstractFontDialog::QQuickAbstractFontDialog" href="qquickabstractfontdialog.html#QQuickAbstractFontDialog" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="51" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickAbstractFontDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="monospacedFonts" fullname="QQuickAbstractFontDialog::monospacedFonts" href="qquickabstractfontdialog.html#monospacedFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="101" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="monospacedFonts" type="bool" signature="monospacedFonts() const"/>
            <function threadsafety="unspecified" name="nonScalableFonts" fullname="QQuickAbstractFontDialog::nonScalableFonts" href="qquickabstractfontdialog.html#nonScalableFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="nonScalableFonts" type="bool" signature="nonScalableFonts() const"/>
            <function threadsafety="unspecified" name="proportionalFonts" fullname="QQuickAbstractFontDialog::proportionalFonts" href="qquickabstractfontdialog.html#proportionalFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="106" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="proportionalFonts" type="bool" signature="proportionalFonts() const"/>
            <function threadsafety="unspecified" name="scalableFonts" fullname="QQuickAbstractFontDialog::scalableFonts" href="qquickabstractfontdialog.html#scalableFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="scalableFonts" type="bool" signature="scalableFonts() const"/>
            <function threadsafety="unspecified" name="setFont" fullname="QQuickAbstractFontDialog::setFont" href="qquickabstractfontdialog.html#font-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="118" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="font" type="void" signature="setFont(const QFont &amp; arg)">
                <parameter left="const QFont &amp;" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setModality" fullname="QQuickAbstractFontDialog::setModality" href="qquickabstractfontdialog.html#setModality" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="75" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setModality(Qt::WindowModality m)">
                <parameter left="Qt::WindowModality" right="" name="m" default=""/>
            </function>
            <function threadsafety="unspecified" name="setMonospacedFonts" fullname="QQuickAbstractFontDialog::setMonospacedFonts" href="qquickabstractfontdialog.html#monospacedFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="138" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="monospacedFonts" type="void" signature="setMonospacedFonts(bool arg)">
                <parameter left="bool" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setNonScalableFonts" fullname="QQuickAbstractFontDialog::setNonScalableFonts" href="qquickabstractfontdialog.html#nonScalableFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="132" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="nonScalableFonts" type="void" signature="setNonScalableFonts(bool arg)">
                <parameter left="bool" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setProportionalFonts" fullname="QQuickAbstractFontDialog::setProportionalFonts" href="qquickabstractfontdialog.html#proportionalFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="144" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="proportionalFonts" type="void" signature="setProportionalFonts(bool arg)">
                <parameter left="bool" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setScalableFonts" fullname="QQuickAbstractFontDialog::setScalableFonts" href="qquickabstractfontdialog.html#scalableFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="126" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="scalableFonts" type="void" signature="setScalableFonts(bool arg)">
                <parameter left="bool" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setTitle" fullname="QQuickAbstractFontDialog::setTitle" href="qquickabstractfontdialog.html#setTitle" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="111" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setTitle(const QString &amp; t)">
                <parameter left="const QString &amp;" right="" name="t" default=""/>
            </function>
            <function threadsafety="unspecified" name="setVisible" fullname="QQuickAbstractFontDialog::setVisible" href="qquickabstractfontdialog.html#setVisible" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="65" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setVisible(bool v)">
                <parameter left="bool" right="" name="v" default=""/>
            </function>
            <function threadsafety="unspecified" name="title" fullname="QQuickAbstractFontDialog::title" href="qquickabstractfontdialog.html#title" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="86" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="title() const"/>
            <function threadsafety="unspecified" name="~QQuickAbstractFontDialog" fullname="QQuickAbstractFontDialog::~QQuickAbstractFontDialog" href="qquickabstractfontdialog.html#dtor.QQuickAbstractFontDialog" access="public" status="commendable" location="qquickabstractfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog.cpp" lineno="61" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickAbstractFontDialog()"/>
            <function threadsafety="unspecified" name="font" fullname="QQuickAbstractFontDialog::font" href="qquickabstractfontdialog.html#font-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="font" type="QFont" signature="font() const"/>
            <function threadsafety="unspecified" name="fontChanged" fullname="QQuickAbstractFontDialog::fontChanged" href="qquickabstractfontdialog.html#font-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="100" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="font" type="void" signature="fontChanged()"/>
            <function threadsafety="unspecified" name="monospacedFontsChanged" fullname="QQuickAbstractFontDialog::monospacedFontsChanged" href="qquickabstractfontdialog.html#monospacedFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="98" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="monospacedFonts" type="void" signature="monospacedFontsChanged()"/>
            <function threadsafety="unspecified" name="nonScalableFontsChanged" fullname="QQuickAbstractFontDialog::nonScalableFontsChanged" href="qquickabstractfontdialog.html#nonScalableFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="97" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="nonScalableFonts" type="void" signature="nonScalableFontsChanged()"/>
            <function threadsafety="unspecified" name="proportionalFontsChanged" fullname="QQuickAbstractFontDialog::proportionalFontsChanged" href="qquickabstractfontdialog.html#proportionalFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="99" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="proportionalFonts" type="void" signature="proportionalFontsChanged()"/>
            <function threadsafety="unspecified" name="scalableFontsChanged" fullname="QQuickAbstractFontDialog::scalableFontsChanged" href="qquickabstractfontdialog.html#scalableFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="96" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="scalableFonts" type="void" signature="scalableFontsChanged()"/>
            <function threadsafety="unspecified" name="selectionAccepted" fullname="QQuickAbstractFontDialog::selectionAccepted" href="qquickabstractfontdialog.html#selectionAccepted" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="101" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="selectionAccepted()"/>
            <property threadsafety="unspecified" name="font" fullname="QQuickAbstractFontDialog::font" href="qquickabstractfontdialog.html#font-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="72" type="QFont">
                <getter name="font"/>
                <setter name="setFont"/>
                <notifier name="fontChanged"/>
            </property>
            <property threadsafety="unspecified" name="monospacedFonts" fullname="QQuickAbstractFontDialog::monospacedFonts" href="qquickabstractfontdialog.html#monospacedFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="70" type="bool">
                <getter name="monospacedFonts"/>
                <setter name="setMonospacedFonts"/>
                <notifier name="monospacedFontsChanged"/>
            </property>
            <property threadsafety="unspecified" name="nonScalableFonts" fullname="QQuickAbstractFontDialog::nonScalableFonts" href="qquickabstractfontdialog.html#nonScalableFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="69" type="bool">
                <getter name="nonScalableFonts"/>
                <setter name="setNonScalableFonts"/>
                <notifier name="nonScalableFontsChanged"/>
            </property>
            <property threadsafety="unspecified" name="proportionalFonts" fullname="QQuickAbstractFontDialog::proportionalFonts" href="qquickabstractfontdialog.html#proportionalFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="71" type="bool">
                <getter name="proportionalFonts"/>
                <setter name="setProportionalFonts"/>
                <notifier name="proportionalFontsChanged"/>
            </property>
            <property threadsafety="unspecified" name="scalableFonts" fullname="QQuickAbstractFontDialog::scalableFonts" href="qquickabstractfontdialog.html#scalableFonts-prop" access="public" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="68" type="bool">
                <getter name="scalableFonts"/>
                <setter name="setScalableFonts"/>
                <notifier name="scalableFontsChanged"/>
            </property>
            <variable threadsafety="unspecified" name="m_dlgHelper" fullname="QQuickAbstractFontDialog::m_dlgHelper" href="qquickabstractfontdialog.html#m_dlgHelper-var" access="protected" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="104" type="QPlatformFontDialogHelper *" static="false"/>
            <variable threadsafety="unspecified" name="m_font" fullname="QQuickAbstractFontDialog::m_font" href="qquickabstractfontdialog.html#m_font-var" access="protected" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="106" type="QFont" static="false"/>
            <variable threadsafety="unspecified" name="m_options" fullname="QQuickAbstractFontDialog::m_options" href="qquickabstractfontdialog.html#m_options-var" access="protected" status="commendable" location="qquickabstractfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractfontdialog_p.h" lineno="105" type="QSharedPointer&lt;QFontDialogOptions&gt;" static="false"/>
        </class>
        <class threadsafety="unspecified" name="QQuickAbstractMessageDialog" href="qquickabstractmessagedialog.html" access="private" status="internal" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="64" bases="">
            <function threadsafety="unspecified" name="QQuickAbstractMessageDialog" fullname="QQuickAbstractMessageDialog::QQuickAbstractMessageDialog" href="qquickabstractmessagedialog.html#QQuickAbstractMessageDialog" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="47" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickAbstractMessageDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="click" fullname="QQuickAbstractMessageDialog::click" href="qquickabstractmessagedialog.html#click" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="137" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="click(QMessageDialogOptions::StandardButton button, QMessageDialogOptions::ButtonRole )">
                <parameter left="QMessageDialogOptions::StandardButton" right="" name="button" default=""/>
                <parameter left="QMessageDialogOptions::ButtonRole" right="" name="" default=""/>
            </function>
            <function threadsafety="unspecified" name="click" fullname="QQuickAbstractMessageDialog::click" href="qquickabstractmessagedialog.html#click-2" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="172" virtual="non" meta="slot" const="false" static="false" overload="true" overload-number="2" type="void" signature="click(QQuickAbstractMessageDialog::StandardButton button)">
                <parameter left="QQuickAbstractMessageDialog::StandardButton" right="" name="button" default=""/>
            </function>
            <function threadsafety="unspecified" name="setDetailedText" fullname="QQuickAbstractMessageDialog::setDetailedText" href="qquickabstractmessagedialog.html#detailedText-prop" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="92" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="detailedText" type="void" signature="setDetailedText(const QString &amp; arg)">
                <parameter left="const QString &amp;" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setIcon" fullname="QQuickAbstractMessageDialog::setIcon" href="qquickabstractmessagedialog.html#icon-prop" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="100" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="icon" type="void" signature="setIcon(Icon icon)">
                <parameter left="Icon" right="" name="icon" default=""/>
            </function>
            <function threadsafety="unspecified" name="setInformativeText" fullname="QQuickAbstractMessageDialog::setInformativeText" href="qquickabstractmessagedialog.html#informativeText-prop" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="84" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="informativeText" type="void" signature="setInformativeText(const QString &amp; arg)">
                <parameter left="const QString &amp;" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setStandardButtons" fullname="QQuickAbstractMessageDialog::setStandardButtons" href="qquickabstractmessagedialog.html#standardButtons-prop" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="129" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="standardButtons" type="void" signature="setStandardButtons(QFlags&lt;QQuickAbstractMessageDialog::StandardButton&gt; buttons)">
                <parameter left="QFlags&lt;QQuickAbstractMessageDialog::StandardButton&gt;" right="" name="buttons" default=""/>
            </function>
            <function threadsafety="unspecified" name="setText" fullname="QQuickAbstractMessageDialog::setText" href="qquickabstractmessagedialog.html#text-prop" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="76" virtual="non" meta="slot" const="false" static="false" overload="false" associated-property="text" type="void" signature="setText(const QString &amp; arg)">
                <parameter left="const QString &amp;" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setTitle" fullname="QQuickAbstractMessageDialog::setTitle" href="qquickabstractmessagedialog.html#setTitle" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="68" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setTitle(const QString &amp; arg)">
                <parameter left="const QString &amp;" right="" name="arg" default=""/>
            </function>
            <function threadsafety="unspecified" name="setVisible" fullname="QQuickAbstractMessageDialog::setVisible" href="qquickabstractmessagedialog.html#setVisible" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="59" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setVisible(bool v)">
                <parameter left="bool" right="" name="v" default=""/>
            </function>
            <function threadsafety="unspecified" name="standardIconSource" fullname="QQuickAbstractMessageDialog::standardIconSource" href="qquickabstractmessagedialog.html#standardIconSource-prop" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="108" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="standardIconSource" type="QUrl" signature="standardIconSource()"/>
            <function threadsafety="unspecified" name="~QQuickAbstractMessageDialog" fullname="QQuickAbstractMessageDialog::~QQuickAbstractMessageDialog" href="qquickabstractmessagedialog.html#dtor.QQuickAbstractMessageDialog" access="public" status="commendable" location="qquickabstractmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog.cpp" lineno="55" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickAbstractMessageDialog()"/>
            <enum threadsafety="unspecified" name="Icon" fullname="QQuickAbstractMessageDialog::Icon" href="qquickabstractmessagedialog.html#Icon-enum" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="89">
                <value name="NoIcon" value="QMessageDialogOptions::NoIcon"/>
                <value name="Information" value="QMessageDialogOptions::Information"/>
                <value name="Warning" value="QMessageDialogOptions::Warning"/>
                <value name="Critical" value="QMessageDialogOptions::Critical"/>
                <value name="Question" value="QMessageDialogOptions::Question"/>
            </enum>
            <enum threadsafety="unspecified" name="StandardButton" fullname="QQuickAbstractMessageDialog::StandardButton" href="qquickabstractmessagedialog.html#StandardButton-enum" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="101" typedef="QQuickAbstractMessageDialog::StandardButtons">
                <value name="NoButton" value="QMessageDialogOptions::NoButton"/>
                <value name="Ok" value="QMessageDialogOptions::Ok"/>
                <value name="Save" value="QMessageDialogOptions::Save"/>
                <value name="SaveAll" value="QMessageDialogOptions::SaveAll"/>
                <value name="Open" value="QMessageDialogOptions::Open"/>
                <value name="Yes" value="QMessageDialogOptions::Yes"/>
                <value name="YesToAll" value="QMessageDialogOptions::YesToAll"/>
                <value name="No" value="QMessageDialogOptions::No"/>
                <value name="NoToAll" value="QMessageDialogOptions::NoToAll"/>
                <value name="Abort" value="QMessageDialogOptions::Abort"/>
                <value name="Retry" value="QMessageDialogOptions::Retry"/>
                <value name="Ignore" value="QMessageDialogOptions::Ignore"/>
                <value name="Close" value="QMessageDialogOptions::Close"/>
                <value name="Cancel" value="QMessageDialogOptions::Cancel"/>
                <value name="Discard" value="QMessageDialogOptions::Discard"/>
                <value name="Help" value="QMessageDialogOptions::Help"/>
                <value name="Apply" value="QMessageDialogOptions::Apply"/>
                <value name="Reset" value="QMessageDialogOptions::Reset"/>
                <value name="RestoreDefaults" value="QMessageDialogOptions::RestoreDefaults"/>
            </enum>
            <typedef threadsafety="unspecified" name="StandardButtons" fullname="QQuickAbstractMessageDialog::StandardButtons" href="qquickabstractmessagedialog.html#StandardButton-enum" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="122" enum="QQuickAbstractMessageDialog::StandardButton"/>
            <function threadsafety="unspecified" name="apply" fullname="QQuickAbstractMessageDialog::apply" href="qquickabstractmessagedialog.html#apply" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="150" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="apply()"/>
            <function threadsafety="unspecified" name="buttonClicked" fullname="QQuickAbstractMessageDialog::buttonClicked" href="qquickabstractmessagedialog.html#clickedButton-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="145" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="clickedButton" type="void" signature="buttonClicked()"/>
            <function threadsafety="unspecified" name="clickedButton" fullname="QQuickAbstractMessageDialog::clickedButton" href="qquickabstractmessagedialog.html#clickedButton-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="126" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="clickedButton" type="StandardButton" signature="clickedButton() const"/>
            <function threadsafety="unspecified" name="detailedText" fullname="QQuickAbstractMessageDialog::detailedText" href="qquickabstractmessagedialog.html#detailedText-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="87" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="detailedText" type="QString" signature="detailedText() const"/>
            <function threadsafety="unspecified" name="detailedTextChanged" fullname="QQuickAbstractMessageDialog::detailedTextChanged" href="qquickabstractmessagedialog.html#detailedText-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="142" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="detailedText" type="void" signature="detailedTextChanged()"/>
            <function threadsafety="unspecified" name="discard" fullname="QQuickAbstractMessageDialog::discard" href="qquickabstractmessagedialog.html#discard" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="146" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="discard()"/>
            <function threadsafety="unspecified" name="help" fullname="QQuickAbstractMessageDialog::help" href="qquickabstractmessagedialog.html#help" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="147" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="help()"/>
            <function threadsafety="unspecified" name="icon" fullname="QQuickAbstractMessageDialog::icon" href="qquickabstractmessagedialog.html#icon-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="97" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="icon" type="Icon" signature="icon() const"/>
            <function threadsafety="unspecified" name="iconChanged" fullname="QQuickAbstractMessageDialog::iconChanged" href="qquickabstractmessagedialog.html#standardIconSource-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="143" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="standardIconSource" type="void" signature="iconChanged()"/>
            <function threadsafety="unspecified" name="informativeText" fullname="QQuickAbstractMessageDialog::informativeText" href="qquickabstractmessagedialog.html#informativeText-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="informativeText" type="QString" signature="informativeText() const"/>
            <function threadsafety="unspecified" name="informativeTextChanged" fullname="QQuickAbstractMessageDialog::informativeTextChanged" href="qquickabstractmessagedialog.html#informativeText-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="141" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="informativeText" type="void" signature="informativeTextChanged()"/>
            <function threadsafety="unspecified" name="no" fullname="QQuickAbstractMessageDialog::no" href="qquickabstractmessagedialog.html#no" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="149" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="no()"/>
            <function threadsafety="unspecified" name="reset" fullname="QQuickAbstractMessageDialog::reset" href="qquickabstractmessagedialog.html#reset" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="151" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="reset()"/>
            <function threadsafety="unspecified" name="standardButtons" fullname="QQuickAbstractMessageDialog::standardButtons" href="qquickabstractmessagedialog.html#standardButtons-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="124" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="standardButtons" type="StandardButtons" signature="standardButtons() const"/>
            <function threadsafety="unspecified" name="standardButtonsChanged" fullname="QQuickAbstractMessageDialog::standardButtonsChanged" href="qquickabstractmessagedialog.html#standardButtons-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="144" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="standardButtons" type="void" signature="standardButtonsChanged()"/>
            <function threadsafety="unspecified" name="text" fullname="QQuickAbstractMessageDialog::text" href="qquickabstractmessagedialog.html#text-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="text" type="QString" signature="text() const"/>
            <function threadsafety="unspecified" name="textChanged" fullname="QQuickAbstractMessageDialog::textChanged" href="qquickabstractmessagedialog.html#text-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="140" virtual="non" meta="signal" const="false" static="false" overload="false" associated-property="text" type="void" signature="textChanged()"/>
            <function threadsafety="unspecified" name="title" fullname="QQuickAbstractMessageDialog::title" href="qquickabstractmessagedialog.html#title" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="84" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="title() const"/>
            <function threadsafety="unspecified" name="yes" fullname="QQuickAbstractMessageDialog::yes" href="qquickabstractmessagedialog.html#yes" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="148" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="yes()"/>
            <property threadsafety="unspecified" name="clickedButton" fullname="QQuickAbstractMessageDialog::clickedButton" href="qquickabstractmessagedialog.html#clickedButton-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="78" type="StandardButton">
                <getter name="clickedButton"/>
                <notifier name="buttonClicked"/>
            </property>
            <property threadsafety="unspecified" name="detailedText" fullname="QQuickAbstractMessageDialog::detailedText" href="qquickabstractmessagedialog.html#detailedText-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="74" type="QString">
                <getter name="detailedText"/>
                <setter name="setDetailedText"/>
                <notifier name="detailedTextChanged"/>
            </property>
            <property threadsafety="unspecified" name="icon" fullname="QQuickAbstractMessageDialog::icon" href="qquickabstractmessagedialog.html#icon-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="75" type="Icon">
                <getter name="icon"/>
                <setter name="setIcon"/>
                <notifier name="iconChanged"/>
            </property>
            <property threadsafety="unspecified" name="informativeText" fullname="QQuickAbstractMessageDialog::informativeText" href="qquickabstractmessagedialog.html#informativeText-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="73" type="QString">
                <getter name="informativeText"/>
                <setter name="setInformativeText"/>
                <notifier name="informativeTextChanged"/>
            </property>
            <property threadsafety="unspecified" name="standardButtons" fullname="QQuickAbstractMessageDialog::standardButtons" href="qquickabstractmessagedialog.html#standardButtons-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="77" type="StandardButtons">
                <getter name="standardButtons"/>
                <setter name="setStandardButtons"/>
                <notifier name="standardButtonsChanged"/>
            </property>
            <property threadsafety="unspecified" name="standardIconSource" fullname="QQuickAbstractMessageDialog::standardIconSource" href="qquickabstractmessagedialog.html#standardIconSource-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="76" type="QUrl">
                <getter name="standardIconSource"/>
                <notifier name="iconChanged"/>
            </property>
            <property threadsafety="unspecified" name="text" fullname="QQuickAbstractMessageDialog::text" href="qquickabstractmessagedialog.html#text-prop" access="public" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="72" type="QString">
                <getter name="text"/>
                <setter name="setText"/>
                <notifier name="textChanged"/>
            </property>
            <variable threadsafety="unspecified" name="m_clickedButton" fullname="QQuickAbstractMessageDialog::m_clickedButton" href="qquickabstractmessagedialog.html#m_clickedButton-var" access="protected" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="156" type="StandardButton" static="false"/>
            <variable threadsafety="unspecified" name="m_dlgHelper" fullname="QQuickAbstractMessageDialog::m_dlgHelper" href="qquickabstractmessagedialog.html#m_dlgHelper-var" access="protected" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="154" type="QPlatformMessageDialogHelper *" static="false"/>
            <variable threadsafety="unspecified" name="m_options" fullname="QQuickAbstractMessageDialog::m_options" href="qquickabstractmessagedialog.html#m_options-var" access="protected" status="commendable" location="qquickabstractmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickabstractmessagedialog_p.h" lineno="155" type="QSharedPointer&lt;QMessageDialogOptions&gt;" static="false"/>
        </class>
        <class threadsafety="unspecified" name="QQuickColorDialog" href="qquickcolordialog.html" access="private" status="internal" location="qquickcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog_p.h" lineno="60" since="5.1" bases="" module="QtQuick.Dialogs">
            <function threadsafety="unspecified" name="QQuickColorDialog" fullname="QQuickColorDialog::QQuickColorDialog" href="qquickcolordialog.html#QQuickColorDialog" access="public" status="commendable" location="qquickcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog_p.h" lineno="67" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickColorDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="helper" fullname="QQuickColorDialog::helper" href="qquickcolordialog.html#helper" access="protected" status="commendable" location="qquickcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog_p.h" lineno="71" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPlatformColorDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="~QQuickColorDialog" fullname="QQuickColorDialog::~QQuickColorDialog" href="qquickcolordialog.html#dtor.QQuickColorDialog" access="public" status="commendable" location="qquickcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog_p.h" lineno="68" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickColorDialog()"/>
            <property threadsafety="unspecified" name="implementation" fullname="QQuickColorDialog::implementation" href="qquickcolordialog.html#implementation-prop" access="public" status="commendable" location="qquickcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog_p.h" lineno="63" type="QObject *"/>
        </class>
        <function threadsafety="unspecified" name="QML_DECLARE_TYPE" access="private" status="internal" location="qquickcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickcolordialog_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" type="" signature="QML_DECLARE_TYPE(QQuickColorDialog * )">
            <parameter left="QQuickColorDialog *" right="" name="" default=""/>
        </function>
        <class threadsafety="unspecified" name="QQuickStandardButton" href="qquickstandardbutton.html" access="private" status="internal" location="qquickdialogassets_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickdialogassets_p.h" lineno="52" bases=""/>
        <class threadsafety="unspecified" name="QQuickStandardIcon" href="qquickstandardicon.html" access="private" status="internal" location="qquickdialogassets_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickdialogassets_p.h" lineno="58" bases=""/>
        <class threadsafety="unspecified" name="QQuickFileDialog" href="qquickfiledialog.html" access="private" status="internal" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="60" since="5.1" bases="" module="QtQuick.Dialogs">
            <function threadsafety="unspecified" name="fileUrls" fullname="QQuickFileDialog::fileUrls" href="qquickfiledialog.html#fileUrls" access="public" status="commendable" location="qquickfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog.cpp" lineno="106" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QList&lt;QUrl&gt;" signature="fileUrls()"/>
            <function threadsafety="unspecified" name="QQuickFileDialog" fullname="QQuickFileDialog::QQuickFileDialog" href="qquickfiledialog.html#QQuickFileDialog" access="public" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="67" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickFileDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="addSelection" fullname="QQuickFileDialog::addSelection" href="qquickfiledialog.html#addSelection" access="public" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="75" virtual="non" meta="slot" const="false" static="false" overload="false" type="bool" brief="Adds one file to fileUrls" signature="addSelection(const QUrl &amp; path)">
                <parameter left="const QUrl &amp;" right="" name="path" default=""/>
            </function>
            <function threadsafety="unspecified" name="clearSelection" fullname="QQuickFileDialog::clearSelection" href="qquickfiledialog.html#clearSelection" access="public" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="74" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" brief="Clears fileUrls" signature="clearSelection()"/>
            <function threadsafety="unspecified" name="helper" fullname="QQuickFileDialog::helper" href="qquickfiledialog.html#helper" access="protected" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="78" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPlatformFileDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="pathFolder" fullname="QQuickFileDialog::pathFolder" href="qquickfiledialog.html#pathFolder" access="protected" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="81" virtual="non" meta="plain" const="false" static="false" overload="false" type="QUrl" brief="get a file's directory as a URL" signature="pathFolder(const QString &amp; path)">
                <parameter left="const QString &amp;" right="" name="path" default=""/>
            </function>
            <function threadsafety="unspecified" name="pathToUrl" fullname="QQuickFileDialog::pathToUrl" href="qquickfiledialog.html#pathToUrl" access="protected" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="80" virtual="non" meta="plain" const="false" static="false" overload="false" type="QUrl" signature="pathToUrl(const QString &amp; path)">
                <parameter left="const QString &amp;" right="" name="path" default=""/>
            </function>
            <function threadsafety="unspecified" name="urlToPath" fullname="QQuickFileDialog::urlToPath" href="qquickfiledialog.html#urlToPath" access="protected" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" type="QString" signature="urlToPath(const QUrl &amp; url)">
                <parameter left="const QUrl &amp;" right="" name="url" default=""/>
            </function>
            <function threadsafety="unspecified" name="~QQuickFileDialog" fullname="QQuickFileDialog::~QQuickFileDialog" href="qquickfiledialog.html#dtor.QQuickFileDialog" access="public" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="68" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickFileDialog()"/>
            <property threadsafety="unspecified" name="implementation" fullname="QQuickFileDialog::implementation" href="qquickfiledialog.html#implementation-prop" access="public" status="commendable" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="63" type="QObject *"/>
        </class>
        <class threadsafety="unspecified" name="QQuickFontDialog" href="qquickfontdialog.html" access="private" status="internal" location="qquickfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog_p.h" lineno="60" since="5.2" bases="" module="QtQuick.Dialogs">
            <function threadsafety="unspecified" name="QQuickFontDialog" fullname="QQuickFontDialog::QQuickFontDialog" href="qquickfontdialog.html#QQuickFontDialog" access="public" status="commendable" location="qquickfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog_p.h" lineno="67" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickFontDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="helper" fullname="QQuickFontDialog::helper" href="qquickfontdialog.html#helper" access="protected" status="commendable" location="qquickfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog_p.h" lineno="71" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPlatformFontDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="~QQuickFontDialog" fullname="QQuickFontDialog::~QQuickFontDialog" href="qquickfontdialog.html#dtor.QQuickFontDialog" access="public" status="commendable" location="qquickfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog_p.h" lineno="68" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickFontDialog()"/>
            <property threadsafety="unspecified" name="implementation" fullname="QQuickFontDialog::implementation" href="qquickfontdialog.html#implementation-prop" access="public" status="commendable" location="qquickfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog_p.h" lineno="63" type="QObject *"/>
        </class>
        <function threadsafety="unspecified" name="QML_DECLARE_TYPE" access="private" status="internal" location="qquickfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfiledialog_p.h" lineno="91" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="2" type="" signature="QML_DECLARE_TYPE(QQuickFileDialog * )">
            <parameter left="QQuickFileDialog *" right="" name="" default=""/>
        </function>
        <function threadsafety="unspecified" name="QML_DECLARE_TYPE" access="private" status="internal" location="qquickplatformmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformmessagedialog_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="8" type="" signature="QML_DECLARE_TYPE(QQuickPlatformMessageDialog * )">
            <parameter left="QQuickPlatformMessageDialog *" right="" name="" default=""/>
        </function>
        <function threadsafety="unspecified" name="QML_DECLARE_TYPE" access="private" status="internal" location="qquickplatformfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="7" type="" signature="QML_DECLARE_TYPE(QQuickPlatformFontDialog * )">
            <parameter left="QQuickPlatformFontDialog *" right="" name="" default=""/>
        </function>
        <class threadsafety="unspecified" name="QQuickPlatformFontDialog" href="qquickplatformfontdialog.html" access="private" status="internal" location="qquickplatformfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog_p.h" lineno="60" since="5.2" bases="" module="QtQuick.Dialogs" brief="The QQuickPlatformFontDialog class provides a font dialog">
            <function threadsafety="unspecified" name="helper" fullname="QQuickPlatformFontDialog::helper" href="qquickplatformfontdialog.html#helper" access="protected" status="commendable" location="qquickplatformfontdialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog.cpp" lineno="157" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPlatformFontDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="QQuickPlatformFontDialog" fullname="QQuickPlatformFontDialog::QQuickPlatformFontDialog" href="qquickplatformfontdialog.html#QQuickPlatformFontDialog" access="public" status="commendable" location="qquickplatformfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickPlatformFontDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="~QQuickPlatformFontDialog" fullname="QQuickPlatformFontDialog::~QQuickPlatformFontDialog" href="qquickplatformfontdialog.html#dtor.QQuickPlatformFontDialog" access="public" status="commendable" location="qquickplatformfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfontdialog_p.h" lineno="66" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickPlatformFontDialog()"/>
        </class>
        <function threadsafety="unspecified" name="QML_DECLARE_TYPE" access="private" status="internal" location="qquickplatformfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="6" type="" signature="QML_DECLARE_TYPE(QQuickPlatformFileDialog * )">
            <parameter left="QQuickPlatformFileDialog *" right="" name="" default=""/>
        </function>
        <class threadsafety="unspecified" name="QQuickPlatformFileDialog" href="qquickplatformfiledialog.html" access="private" status="internal" location="qquickplatformfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog_p.h" lineno="60" since="5.1" bases="" module="QtQuick.Dialogs" brief="The QQuickPlatformFileDialog class provides a file dialog">
            <function threadsafety="unspecified" name="helper" fullname="QQuickPlatformFileDialog::helper" href="qquickplatformfiledialog.html#helper" access="protected" status="commendable" location="qquickplatformfiledialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog.cpp" lineno="157" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPlatformFileDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="QQuickPlatformFileDialog" fullname="QQuickPlatformFileDialog::QQuickPlatformFileDialog" href="qquickplatformfiledialog.html#QQuickPlatformFileDialog" access="public" status="commendable" location="qquickplatformfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickPlatformFileDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="~QQuickPlatformFileDialog" fullname="QQuickPlatformFileDialog::~QQuickPlatformFileDialog" href="qquickplatformfiledialog.html#dtor.QQuickPlatformFileDialog" access="public" status="commendable" location="qquickplatformfiledialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformfiledialog_p.h" lineno="66" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickPlatformFileDialog()"/>
        </class>
        <function threadsafety="unspecified" name="QML_DECLARE_TYPE" access="private" status="internal" location="qquickplatformcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="5" type="" signature="QML_DECLARE_TYPE(QQuickPlatformColorDialog * )">
            <parameter left="QQuickPlatformColorDialog *" right="" name="" default=""/>
        </function>
        <class threadsafety="unspecified" name="QQuickPlatformColorDialog" href="qquickplatformcolordialog.html" access="private" status="internal" location="qquickplatformcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog_p.h" lineno="60" since="5.1" bases="" module="QtQuick.Dialogs" brief="The QQuickPlatformColorDialog class provides a color dialog">
            <function threadsafety="unspecified" name="helper" fullname="QQuickPlatformColorDialog::helper" href="qquickplatformcolordialog.html#helper" access="protected" status="commendable" location="qquickplatformcolordialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog.cpp" lineno="155" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPlatformColorDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="QQuickPlatformColorDialog" fullname="QQuickPlatformColorDialog::QQuickPlatformColorDialog" href="qquickplatformcolordialog.html#QQuickPlatformColorDialog" access="public" status="commendable" location="qquickplatformcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickPlatformColorDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="~QQuickPlatformColorDialog" fullname="QQuickPlatformColorDialog::~QQuickPlatformColorDialog" href="qquickplatformcolordialog.html#dtor.QQuickPlatformColorDialog" access="public" status="commendable" location="qquickplatformcolordialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickplatformcolordialog_p.h" lineno="66" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickPlatformColorDialog()"/>
        </class>
        <function threadsafety="unspecified" name="QML_DECLARE_TYPE" access="private" status="internal" location="qquickmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog_p.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="4" type="" signature="QML_DECLARE_TYPE(QQuickMessageDialog * )">
            <parameter left="QQuickMessageDialog *" right="" name="" default=""/>
        </function>
        <class threadsafety="unspecified" name="QQuickMessageDialog" href="qquickmessagedialog.html" access="private" status="internal" location="qquickmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog_p.h" lineno="60" since="5.2" bases="" module="QtQuick.Dialogs">
            <function threadsafety="unspecified" name="accept" fullname="QQuickMessageDialog::accept" href="qquickmessagedialog.html#accept" access="protected" status="commendable" location="qquickmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog.cpp" lineno="119" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="accept()"/>
            <function threadsafety="unspecified" name="reject" fullname="QQuickMessageDialog::reject" href="qquickmessagedialog.html#reject" access="protected" status="commendable" location="qquickmessagedialog.cpp" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog.cpp" lineno="126" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="reject()"/>
            <function threadsafety="unspecified" name="QQuickMessageDialog" fullname="QQuickMessageDialog::QQuickMessageDialog" href="qquickmessagedialog.html#QQuickMessageDialog" access="public" status="commendable" location="qquickmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog_p.h" lineno="67" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QQuickMessageDialog(QObject * parent)">
                <parameter left="QObject *" right="" name="parent" default="0"/>
            </function>
            <function threadsafety="unspecified" name="helper" fullname="QQuickMessageDialog::helper" href="qquickmessagedialog.html#helper" access="protected" status="commendable" location="qquickmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog_p.h" lineno="71" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QPlatformDialogHelper *" signature="helper()"/>
            <function threadsafety="unspecified" name="~QQuickMessageDialog" fullname="QQuickMessageDialog::~QQuickMessageDialog" href="qquickmessagedialog.html#dtor.QQuickMessageDialog" access="public" status="commendable" location="qquickmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog_p.h" lineno="68" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QQuickMessageDialog()"/>
            <property threadsafety="unspecified" name="implementation" fullname="QQuickMessageDialog::implementation" href="qquickmessagedialog.html#implementation-prop" access="public" status="commendable" location="qquickmessagedialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickmessagedialog_p.h" lineno="63" type="QObject *"/>
        </class>
        <function threadsafety="unspecified" name="QML_DECLARE_TYPE" access="private" status="internal" location="qquickfontdialog_p.h" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/qquickfontdialog_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="true" overload-number="3" type="" signature="QML_DECLARE_TYPE(QQuickFontDialog * )">
            <parameter left="QQuickFontDialog *" right="" name="" default=""/>
        </function>
        <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="dialogs" href="dialogs.html" access="public" status="commendable" location="qtquickdialogs-index.qdoc" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/doc/src/qtquickdialogs-index.qdoc" lineno="28" subtype="group" seen="true" members="ColorDialog,FileDialog,FontDialog,MessageDialog" title="Dialogs" fulltitle="Dialogs" subtitle=""/>
    <page name="qmlmodules" href="qmlmodules.html" access="private" status="internal" subtype="group" seen="false" members="QtQuick.Dialogs" title="" fulltitle="" subtitle=""/>
    <page name="qtquick-visual" href="qtquick-visual.html" access="private" status="internal" subtype="group" seen="false" members="AbstractColorDialog,AbstractFileDialog,AbstractFontDialog,AbstractMessageDialog,FontDialog" title="" fulltitle="" subtitle=""/>
    <page name="qtquickdialog_examples" href="qtquickdialog-examples.html" access="public" status="commendable" location="qtquickdialogs-examples.qdoc" filepath="/build/buildd/qtdeclarative-opensource-src-5.2.1/src/imports/dialogs/doc/src/qtquickdialogs-examples.qdoc" lineno="28" subtype="group" seen="true" members="systemdialogs,qtquickexamples" title="Qt Quick Examples - Dialogs" fulltitle="Qt Quick Examples - Dialogs" subtitle="" groups="qtquickexamples" brief="A Collection of examples for Qt Quick Dialogs, written in QML."/>
    <page name="qtquickexamples" href="qtquickexamples.html" access="private" status="internal" subtype="group" seen="false" members="qtquickdialog_examples" title="" fulltitle="" subtitle="" groups="qtquickdialog_examples"/>
</INDEX>