aboutsummaryrefslogtreecommitdiff
path: root/misc/py-qt4-doc/pkg-plist
blob: e5c60ed9eb08195c9b254c20743c4720acb0b403 (plain) (blame)
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
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
%%DOCSDIR%%/LICENSE
%%DOCSDIR%%/NEWS
%%DOCSDIR%%/README
%%DOCSDIR%%/THANKS
%%DOCSDIR%%/html/_sources/buffer_interface.txt
%%DOCSDIR%%/html/_sources/build_system.txt
%%DOCSDIR%%/html/_sources/dbus.txt
%%DOCSDIR%%/html/_sources/deploy_commercial.txt
%%DOCSDIR%%/html/_sources/designer.txt
%%DOCSDIR%%/html/_sources/gotchas.txt
%%DOCSDIR%%/html/_sources/i18n.txt
%%DOCSDIR%%/html/_sources/incompatibilities.txt
%%DOCSDIR%%/html/_sources/incompatible_apis.txt
%%DOCSDIR%%/html/_sources/index.txt
%%DOCSDIR%%/html/_sources/installation.txt
%%DOCSDIR%%/html/_sources/introduction.txt
%%DOCSDIR%%/html/_sources/keyword_arguments.txt
%%DOCSDIR%%/html/_sources/new_style_signals_slots.txt
%%DOCSDIR%%/html/_sources/old_style_signals_slots.txt
%%DOCSDIR%%/html/_sources/pickle.txt
%%DOCSDIR%%/html/_sources/pyqt_qsettings.txt
%%DOCSDIR%%/html/_sources/pyqt_qvariant.txt
%%DOCSDIR%%/html/_sources/python_shell.txt
%%DOCSDIR%%/html/_sources/python_v3.txt
%%DOCSDIR%%/html/_sources/qml.txt
%%DOCSDIR%%/html/_sources/qt_properties.txt
%%DOCSDIR%%/html/_sources/qt_v5.txt
%%DOCSDIR%%/html/_sources/resources.txt
%%DOCSDIR%%/html/_sources/webkit.txt
%%DOCSDIR%%/html/_static/ajax-loader.gif
%%DOCSDIR%%/html/_static/basic.css
%%DOCSDIR%%/html/_static/classic.css
%%DOCSDIR%%/html/_static/comment-bright.png
%%DOCSDIR%%/html/_static/comment-close.png
%%DOCSDIR%%/html/_static/comment.png
%%DOCSDIR%%/html/_static/doctools.js
%%DOCSDIR%%/html/_static/down-pressed.png
%%DOCSDIR%%/html/_static/down.png
%%DOCSDIR%%/html/_static/file.png
%%DOCSDIR%%/html/_static/jquery.js
%%DOCSDIR%%/html/_static/jquery-1.11.1.js
%%DOCSDIR%%/html/_static/logo.png
%%DOCSDIR%%/html/_static/logo_tn.ico
%%DOCSDIR%%/html/_static/minus.png
%%DOCSDIR%%/html/_static/plus.png
%%DOCSDIR%%/html/_static/pygments.css
%%DOCSDIR%%/html/_static/searchtools.js
%%DOCSDIR%%/html/_static/sidebar.js
%%DOCSDIR%%/html/_static/underscore.js
%%DOCSDIR%%/html/_static/underscore-1.3.1.js
%%DOCSDIR%%/html/_static/up-pressed.png
%%DOCSDIR%%/html/_static/up.png
%%DOCSDIR%%/html/_static/websupport.js
%%DOCSDIR%%/html/assistant-manual.html
%%DOCSDIR%%/html/buffer_interface.html
%%DOCSDIR%%/html/build_system.html
%%DOCSDIR%%/html/classes.html
%%DOCSDIR%%/html/dbus.html
%%DOCSDIR%%/html/deploy_commercial.html
%%DOCSDIR%%/html/designer.html
%%DOCSDIR%%/html/genindex.html
%%DOCSDIR%%/html/gotchas.html
%%DOCSDIR%%/html/i18n.html
%%DOCSDIR%%/html/images/alphafill.png
%%DOCSDIR%%/html/images/assistant-toolbar.png
%%DOCSDIR%%/html/images/bearings.png
%%DOCSDIR%%/html/images/brush-outline.png
%%DOCSDIR%%/html/images/brush-styles.png
%%DOCSDIR%%/html/images/buttonbox-gnomelayout-horizontal.png
%%DOCSDIR%%/html/images/buttonbox-gnomelayout-vertical.png
%%DOCSDIR%%/html/images/buttonbox-kdelayout-horizontal.png
%%DOCSDIR%%/html/images/buttonbox-kdelayout-vertical.png
%%DOCSDIR%%/html/images/buttonbox-mac-modeless-horizontal.png
%%DOCSDIR%%/html/images/buttonbox-maclayout-horizontal.png
%%DOCSDIR%%/html/images/buttonbox-maclayout-vertical.png
%%DOCSDIR%%/html/images/buttonbox-winlayout-horizontal.png
%%DOCSDIR%%/html/images/buttonbox-winlayout-vertical.png
%%DOCSDIR%%/html/images/cde-lcdnumber.png
%%DOCSDIR%%/html/images/checkboxes-exclusive.png
%%DOCSDIR%%/html/images/checkboxes-non-exclusive.png
%%DOCSDIR%%/html/images/cleanlooks-calendarwidget.png
%%DOCSDIR%%/html/images/cleanlooks-pushbutton-menu.png
%%DOCSDIR%%/html/images/conceptaudio.png
%%DOCSDIR%%/html/images/conceptvideo.png
%%DOCSDIR%%/html/images/containerextension-example.png
%%DOCSDIR%%/html/images/cursor-arrow.png
%%DOCSDIR%%/html/images/cursor-busy.png
%%DOCSDIR%%/html/images/cursor-closedhand.png
%%DOCSDIR%%/html/images/cursor-cross.png
%%DOCSDIR%%/html/images/cursor-forbidden.png
%%DOCSDIR%%/html/images/cursor-hand.png
%%DOCSDIR%%/html/images/cursor-hsplit.png
%%DOCSDIR%%/html/images/cursor-ibeam.png
%%DOCSDIR%%/html/images/cursor-openhand.png
%%DOCSDIR%%/html/images/cursor-sizeall.png
%%DOCSDIR%%/html/images/cursor-sizeb.png
%%DOCSDIR%%/html/images/cursor-sizef.png
%%DOCSDIR%%/html/images/cursor-sizeh.png
%%DOCSDIR%%/html/images/cursor-sizev.png
%%DOCSDIR%%/html/images/cursor-uparrow.png
%%DOCSDIR%%/html/images/cursor-vsplit.png
%%DOCSDIR%%/html/images/cursor-wait.png
%%DOCSDIR%%/html/images/cursor-whatsthis.png
%%DOCSDIR%%/html/images/effectwidget.png
%%DOCSDIR%%/html/images/filedialogurls.png
%%DOCSDIR%%/html/images/foreignkeys.png
%%DOCSDIR%%/html/images/frames.png
%%DOCSDIR%%/html/images/graphicseffect-blur.png
%%DOCSDIR%%/html/images/graphicseffect-colorize.png
%%DOCSDIR%%/html/images/graphicseffect-drop-shadow.png
%%DOCSDIR%%/html/images/graphicseffect-opacity.png
%%DOCSDIR%%/html/images/graphicseffect-plain.png
%%DOCSDIR%%/html/images/graphicseffect-widget.png
%%DOCSDIR%%/html/images/graphicsview-ellipseitem-pie.png
%%DOCSDIR%%/html/images/graphicsview-ellipseitem.png
%%DOCSDIR%%/html/images/graphicsview-items.png
%%DOCSDIR%%/html/images/graphicsview-lineitem.png
%%DOCSDIR%%/html/images/graphicsview-parentchild.png
%%DOCSDIR%%/html/images/graphicsview-pathitem.png
%%DOCSDIR%%/html/images/graphicsview-pixmapitem.png
%%DOCSDIR%%/html/images/graphicsview-polygonitem.png
%%DOCSDIR%%/html/images/graphicsview-rectitem.png
%%DOCSDIR%%/html/images/graphicsview-simpletextitem.png
%%DOCSDIR%%/html/images/graphicsview-textitem.png
%%DOCSDIR%%/html/images/graphicsview-view.png
%%DOCSDIR%%/html/images/graphicsview-zorder.png
%%DOCSDIR%%/html/images/gridlayout.png
%%DOCSDIR%%/html/images/hoverevents.png
%%DOCSDIR%%/html/images/httpstack.png
%%DOCSDIR%%/html/images/icon.png
%%DOCSDIR%%/html/images/imageprovider.png
%%DOCSDIR%%/html/images/inputdialogs.png
%%DOCSDIR%%/html/images/insertrowinmodelview.png
%%DOCSDIR%%/html/images/licensewizard-flow.png
%%DOCSDIR%%/html/images/macintosh-checkbox.png
%%DOCSDIR%%/html/images/macintosh-dateedit.png
%%DOCSDIR%%/html/images/macintosh-datetimeedit.png
%%DOCSDIR%%/html/images/macintosh-dial.png
%%DOCSDIR%%/html/images/macintosh-groupbox.png
%%DOCSDIR%%/html/images/macintosh-horizontalscrollbar.png
%%DOCSDIR%%/html/images/macintosh-label.png
%%DOCSDIR%%/html/images/macintosh-lcdnumber.png
%%DOCSDIR%%/html/images/macintosh-lineedit.png
%%DOCSDIR%%/html/images/macintosh-listview.png
%%DOCSDIR%%/html/images/macintosh-menu.png
%%DOCSDIR%%/html/images/macintosh-progressbar.png
%%DOCSDIR%%/html/images/macintosh-pushbutton.png
%%DOCSDIR%%/html/images/macintosh-radiobutton.png
%%DOCSDIR%%/html/images/macintosh-slider.png
%%DOCSDIR%%/html/images/macintosh-spinbox.png
%%DOCSDIR%%/html/images/macintosh-tableview.png
%%DOCSDIR%%/html/images/macintosh-tabwidget.png
%%DOCSDIR%%/html/images/macintosh-timeedit.png
%%DOCSDIR%%/html/images/macintosh-treeview.png
%%DOCSDIR%%/html/images/mainwindow-docks.png
%%DOCSDIR%%/html/images/mainwindowlayout.png
%%DOCSDIR%%/html/images/mdi-cascade.png
%%DOCSDIR%%/html/images/mdi-tile.png
%%DOCSDIR%%/html/images/modelindex-no-parent.png
%%DOCSDIR%%/html/images/modelview-begin-append-columns.png
%%DOCSDIR%%/html/images/modelview-begin-append-rows.png
%%DOCSDIR%%/html/images/modelview-begin-insert-columns.png
%%DOCSDIR%%/html/images/modelview-begin-insert-rows.png
%%DOCSDIR%%/html/images/modelview-begin-remove-columns.png
%%DOCSDIR%%/html/images/modelview-begin-remove-rows.png
%%DOCSDIR%%/html/images/modelview-move-rows-1.png
%%DOCSDIR%%/html/images/modelview-move-rows-2.png
%%DOCSDIR%%/html/images/modelview-move-rows-3.png
%%DOCSDIR%%/html/images/modelview-move-rows-4.png
%%DOCSDIR%%/html/images/motif-lcdnumber.png
%%DOCSDIR%%/html/images/motif-menubar.png
%%DOCSDIR%%/html/images/msgbox1.png
%%DOCSDIR%%/html/images/msgbox2.png
%%DOCSDIR%%/html/images/msgbox3.png
%%DOCSDIR%%/html/images/msgbox4.png
%%DOCSDIR%%/html/images/noforeignkeys.png
%%DOCSDIR%%/html/images/palette.png
%%DOCSDIR%%/html/images/pangesture.png
%%DOCSDIR%%/html/images/parent-child-widgets.png
%%DOCSDIR%%/html/images/patternist-wordProcessor.png
%%DOCSDIR%%/html/images/pinchgesture.png
%%DOCSDIR%%/html/images/plastique-checkbox.png
%%DOCSDIR%%/html/images/plastique-colordialog.png
%%DOCSDIR%%/html/images/plastique-dateedit.png
%%DOCSDIR%%/html/images/plastique-datetimeedit.png
%%DOCSDIR%%/html/images/plastique-dial.png
%%DOCSDIR%%/html/images/plastique-fontdialog.png
%%DOCSDIR%%/html/images/plastique-groupbox.png
%%DOCSDIR%%/html/images/plastique-horizontalscrollbar.png
%%DOCSDIR%%/html/images/plastique-label.png
%%DOCSDIR%%/html/images/plastique-lcdnumber.png
%%DOCSDIR%%/html/images/plastique-lineedit.png
%%DOCSDIR%%/html/images/plastique-listview.png
%%DOCSDIR%%/html/images/plastique-menu.png
%%DOCSDIR%%/html/images/plastique-menubar.png
%%DOCSDIR%%/html/images/plastique-printdialog-properties.png
%%DOCSDIR%%/html/images/plastique-printdialog.png
%%DOCSDIR%%/html/images/plastique-progressbar.png
%%DOCSDIR%%/html/images/plastique-progressdialog.png
%%DOCSDIR%%/html/images/plastique-pushbutton-menu.png
%%DOCSDIR%%/html/images/plastique-pushbutton.png
%%DOCSDIR%%/html/images/plastique-radiobutton.png
%%DOCSDIR%%/html/images/plastique-sizegrip.png
%%DOCSDIR%%/html/images/plastique-slider.png
%%DOCSDIR%%/html/images/plastique-spinbox.png
%%DOCSDIR%%/html/images/plastique-statusbar.png
%%DOCSDIR%%/html/images/plastique-tabbar-truncated.png
%%DOCSDIR%%/html/images/plastique-tabbar.png
%%DOCSDIR%%/html/images/plastique-tableview.png
%%DOCSDIR%%/html/images/plastique-tabwidget.png
%%DOCSDIR%%/html/images/plastique-timeedit.png
%%DOCSDIR%%/html/images/plastique-treeview.png
%%DOCSDIR%%/html/images/propagation-custom.png
%%DOCSDIR%%/html/images/propagation-standard.png
%%DOCSDIR%%/html/images/qactiongroup-align.png
%%DOCSDIR%%/html/images/qcalendarwidget-grid.png
%%DOCSDIR%%/html/images/qcolor-cmyk.png
%%DOCSDIR%%/html/images/qcolor-hsv.png
%%DOCSDIR%%/html/images/qcolor-hue.png
%%DOCSDIR%%/html/images/qcolor-rgb.png
%%DOCSDIR%%/html/images/qcolor-saturation.png
%%DOCSDIR%%/html/images/qcolor-value.png
%%DOCSDIR%%/html/images/qcolumnview.png
%%DOCSDIR%%/html/images/qconicalgradient.png
%%DOCSDIR%%/html/images/qdesktopwidget.png
%%DOCSDIR%%/html/images/qeasingcurve-inback.png
%%DOCSDIR%%/html/images/qeasingcurve-inbounce.png
%%DOCSDIR%%/html/images/qeasingcurve-incirc.png
%%DOCSDIR%%/html/images/qeasingcurve-incubic.png
%%DOCSDIR%%/html/images/qeasingcurve-inelastic.png
%%DOCSDIR%%/html/images/qeasingcurve-inexpo.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutback.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutbounce.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutcirc.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutcubic.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutelastic.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutexpo.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutquad.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutquart.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutquint.png
%%DOCSDIR%%/html/images/qeasingcurve-inoutsine.png
%%DOCSDIR%%/html/images/qeasingcurve-inquad.png
%%DOCSDIR%%/html/images/qeasingcurve-inquart.png
%%DOCSDIR%%/html/images/qeasingcurve-inquint.png
%%DOCSDIR%%/html/images/qeasingcurve-insine.png
%%DOCSDIR%%/html/images/qeasingcurve-linear.png
%%DOCSDIR%%/html/images/qeasingcurve-outback.png
%%DOCSDIR%%/html/images/qeasingcurve-outbounce.png
%%DOCSDIR%%/html/images/qeasingcurve-outcirc.png
%%DOCSDIR%%/html/images/qeasingcurve-outcubic.png
%%DOCSDIR%%/html/images/qeasingcurve-outelastic.png
%%DOCSDIR%%/html/images/qeasingcurve-outexpo.png
%%DOCSDIR%%/html/images/qeasingcurve-outinback.png
%%DOCSDIR%%/html/images/qeasingcurve-outinbounce.png
%%DOCSDIR%%/html/images/qeasingcurve-outincirc.png
%%DOCSDIR%%/html/images/qeasingcurve-outincubic.png
%%DOCSDIR%%/html/images/qeasingcurve-outinelastic.png
%%DOCSDIR%%/html/images/qeasingcurve-outinexpo.png
%%DOCSDIR%%/html/images/qeasingcurve-outinquad.png
%%DOCSDIR%%/html/images/qeasingcurve-outinquart.png
%%DOCSDIR%%/html/images/qeasingcurve-outinquint.png
%%DOCSDIR%%/html/images/qeasingcurve-outinsine.png
%%DOCSDIR%%/html/images/qeasingcurve-outquad.png
%%DOCSDIR%%/html/images/qeasingcurve-outquart.png
%%DOCSDIR%%/html/images/qeasingcurve-outquint.png
%%DOCSDIR%%/html/images/qeasingcurve-outsine.png
%%DOCSDIR%%/html/images/qerrormessage.png
%%DOCSDIR%%/html/images/qformlayout-kde.png
%%DOCSDIR%%/html/images/qformlayout-mac.png
%%DOCSDIR%%/html/images/qformlayout-qpe.png
%%DOCSDIR%%/html/images/qformlayout-win.png
%%DOCSDIR%%/html/images/qgradient-conical.png
%%DOCSDIR%%/html/images/qgradient-linear.png
%%DOCSDIR%%/html/images/qgradient-radial.png
%%DOCSDIR%%/html/images/qgraphicsproxywidget-embed.png
%%DOCSDIR%%/html/images/qhboxlayout-with-5-children.png
%%DOCSDIR%%/html/images/qimage-32bit_scaled.png
%%DOCSDIR%%/html/images/qimage-8bit_scaled.png
%%DOCSDIR%%/html/images/qimage-scaling.png
%%DOCSDIR%%/html/images/qline-coordinates.png
%%DOCSDIR%%/html/images/qline-point.png
%%DOCSDIR%%/html/images/qlineargradient-pad.png
%%DOCSDIR%%/html/images/qlineargradient-reflect.png
%%DOCSDIR%%/html/images/qlineargradient-repeat.png
%%DOCSDIR%%/html/images/qlinef-bounded.png
%%DOCSDIR%%/html/images/qlinef-normalvector.png
%%DOCSDIR%%/html/images/qlinef-unbounded.png
%%DOCSDIR%%/html/images/qmatrix-combinedtransformation.png
%%DOCSDIR%%/html/images/qmatrix-representation.png
%%DOCSDIR%%/html/images/qmatrix-simpletransformation.png
%%DOCSDIR%%/html/images/qmdisubwindowlayout.png
%%DOCSDIR%%/html/images/qmessagebox-crit.png
%%DOCSDIR%%/html/images/qmessagebox-info.png
%%DOCSDIR%%/html/images/qmessagebox-quest.png
%%DOCSDIR%%/html/images/qmessagebox-warn.png
%%DOCSDIR%%/html/images/qpainter-affinetransformations.png
%%DOCSDIR%%/html/images/qpainter-arc.png
%%DOCSDIR%%/html/images/qpainter-basicdrawing.png
%%DOCSDIR%%/html/images/qpainter-chord.png
%%DOCSDIR%%/html/images/qpainter-clock.png
%%DOCSDIR%%/html/images/qpainter-compositiondemo.png
%%DOCSDIR%%/html/images/qpainter-compositionmode1.png
%%DOCSDIR%%/html/images/qpainter-compositionmode2.png
%%DOCSDIR%%/html/images/qpainter-concentriccircles.png
%%DOCSDIR%%/html/images/qpainter-ellipse.png
%%DOCSDIR%%/html/images/qpainter-gradients.png
%%DOCSDIR%%/html/images/qpainter-line.png
%%DOCSDIR%%/html/images/qpainter-painterpaths.png
%%DOCSDIR%%/html/images/qpainter-path.png
%%DOCSDIR%%/html/images/qpainter-pathstroking.png
%%DOCSDIR%%/html/images/qpainter-pie.png
%%DOCSDIR%%/html/images/qpainter-polygon.png
%%DOCSDIR%%/html/images/qpainter-rectangle.png
%%DOCSDIR%%/html/images/qpainter-rotation.png
%%DOCSDIR%%/html/images/qpainter-roundrect.png
%%DOCSDIR%%/html/images/qpainter-scale.png
%%DOCSDIR%%/html/images/qpainter-translation.png
%%DOCSDIR%%/html/images/qpainter-vectordeformation.png
%%DOCSDIR%%/html/images/qpainterpath-addellipse.png
%%DOCSDIR%%/html/images/qpainterpath-addpolygon.png
%%DOCSDIR%%/html/images/qpainterpath-addrectangle.png
%%DOCSDIR%%/html/images/qpainterpath-addtext.png
%%DOCSDIR%%/html/images/qpainterpath-arcto.png
%%DOCSDIR%%/html/images/qpainterpath-construction.png
%%DOCSDIR%%/html/images/qpainterpath-cubicto.png
%%DOCSDIR%%/html/images/qpainterpath-demo.png
%%DOCSDIR%%/html/images/qpainterpath-example.png
%%DOCSDIR%%/html/images/qpen-bevel.png
%%DOCSDIR%%/html/images/qpen-custom.png
%%DOCSDIR%%/html/images/qpen-dash.png
%%DOCSDIR%%/html/images/qpen-dashdot.png
%%DOCSDIR%%/html/images/qpen-dashdotdot.png
%%DOCSDIR%%/html/images/qpen-dashpattern.png
%%DOCSDIR%%/html/images/qpen-demo.png
%%DOCSDIR%%/html/images/qpen-dot.png
%%DOCSDIR%%/html/images/qpen-flat.png
%%DOCSDIR%%/html/images/qpen-miter.png
%%DOCSDIR%%/html/images/qpen-miterlimit.png
%%DOCSDIR%%/html/images/qpen-roundcap.png
%%DOCSDIR%%/html/images/qpen-roundjoin.png
%%DOCSDIR%%/html/images/qpen-solid.png
%%DOCSDIR%%/html/images/qpen-square.png
%%DOCSDIR%%/html/images/qradialgradient-pad.png
%%DOCSDIR%%/html/images/qradialgradient-reflect.png
%%DOCSDIR%%/html/images/qradialgradient-repeat.png
%%DOCSDIR%%/html/images/qrect-coordinates.png
%%DOCSDIR%%/html/images/qrect-diagram-one.png
%%DOCSDIR%%/html/images/qrect-diagram-three.png
%%DOCSDIR%%/html/images/qrect-diagram-two.png
%%DOCSDIR%%/html/images/qrect-diagram-zero.png
%%DOCSDIR%%/html/images/qrect-intersect.png
%%DOCSDIR%%/html/images/qrect-unite.png
%%DOCSDIR%%/html/images/qrectf-coordinates.png
%%DOCSDIR%%/html/images/qrectf-diagram-one.png
%%DOCSDIR%%/html/images/qrectf-diagram-three.png
%%DOCSDIR%%/html/images/qrectf-diagram-two.png
%%DOCSDIR%%/html/images/qscrollarea-noscrollbars.png
%%DOCSDIR%%/html/images/qscrollarea-onescrollbar.png
%%DOCSDIR%%/html/images/qscrollarea-twoscrollbars.png
%%DOCSDIR%%/html/images/qscrollbar-picture.png
%%DOCSDIR%%/html/images/qscrollbar-values.png
%%DOCSDIR%%/html/images/qsortfilterproxymodel-sorting.png
%%DOCSDIR%%/html/images/qspinbox-plusminus.png
%%DOCSDIR%%/html/images/qspinbox-updown.png
%%DOCSDIR%%/html/images/qstatustipevent-action.png
%%DOCSDIR%%/html/images/qstatustipevent-widget.png
%%DOCSDIR%%/html/images/qstyle-comboboxes.png
%%DOCSDIR%%/html/images/qstyleoptiontoolbar-position.png
%%DOCSDIR%%/html/images/qt-colors.png
%%DOCSDIR%%/html/images/qt-fillrule-oddeven.png
%%DOCSDIR%%/html/images/qt-fillrule-winding.png
%%DOCSDIR%%/html/images/qtabletevent-tilt.png
%%DOCSDIR%%/html/images/qtableview-resized.png
%%DOCSDIR%%/html/images/qtextblock-sequence.png
%%DOCSDIR%%/html/images/qtextfragment-split.png
%%DOCSDIR%%/html/images/qtextframe-style.png
%%DOCSDIR%%/html/images/qtexttableformat-cell.png
%%DOCSDIR%%/html/images/qtransform-combinedtransformation.png
%%DOCSDIR%%/html/images/qtransform-combinedtransformation2.png
%%DOCSDIR%%/html/images/qtransform-representation.png
%%DOCSDIR%%/html/images/qtransform-simpletransformation.png
%%DOCSDIR%%/html/images/qtwizard-aero1.png
%%DOCSDIR%%/html/images/qtwizard-aero2.png
%%DOCSDIR%%/html/images/qtwizard-classic1.png
%%DOCSDIR%%/html/images/qtwizard-classic2.png
%%DOCSDIR%%/html/images/qtwizard-mac1.png
%%DOCSDIR%%/html/images/qtwizard-mac2.png
%%DOCSDIR%%/html/images/qtwizard-macpage.png
%%DOCSDIR%%/html/images/qtwizard-modern1.png
%%DOCSDIR%%/html/images/qtwizard-modern2.png
%%DOCSDIR%%/html/images/qtwizard-nonmacpage.png
%%DOCSDIR%%/html/images/qundoview.png
%%DOCSDIR%%/html/images/qurl-authority.png
%%DOCSDIR%%/html/images/qurl-authority2.png
%%DOCSDIR%%/html/images/qurl-authority3.png
%%DOCSDIR%%/html/images/qurl-fragment.png
%%DOCSDIR%%/html/images/qurl-ftppath.png
%%DOCSDIR%%/html/images/qurl-mailtopath.png
%%DOCSDIR%%/html/images/qurl-querystring.png
%%DOCSDIR%%/html/images/qvboxlayout-with-5-children.png
%%DOCSDIR%%/html/images/qwebview-diagram.png
%%DOCSDIR%%/html/images/rb-logo.png
%%DOCSDIR%%/html/images/relationaltable.png
%%DOCSDIR%%/html/images/rintersect.png
%%DOCSDIR%%/html/images/roaming-states.png
%%DOCSDIR%%/html/images/rsubtract.png
%%DOCSDIR%%/html/images/runion.png
%%DOCSDIR%%/html/images/rxor.png
%%DOCSDIR%%/html/images/simpleanchorlayout-example.png
%%DOCSDIR%%/html/images/swipegesture.png
%%DOCSDIR%%/html/images/system-tray.png
%%DOCSDIR%%/html/images/taskmenuextension-example-faded.png
%%DOCSDIR%%/html/images/tcpstream.png
%%DOCSDIR%%/html/images/texttable-merge.png
%%DOCSDIR%%/html/images/texttable-split.png
%%DOCSDIR%%/html/images/udppackets.png
%%DOCSDIR%%/html/images/whatsthis.png
%%DOCSDIR%%/html/images/widgetdelegate.png
%%DOCSDIR%%/html/images/windows-checkbox.png
%%DOCSDIR%%/html/images/windows-lcdnumber.png
%%DOCSDIR%%/html/images/windows-lineedit.png
%%DOCSDIR%%/html/images/windows-radiobutton.png
%%DOCSDIR%%/html/images/windows-slider.png
%%DOCSDIR%%/html/images/windowsxp-dateedit.png
%%DOCSDIR%%/html/images/windowsxp-datetimeedit.png
%%DOCSDIR%%/html/images/windowsxp-dial.png
%%DOCSDIR%%/html/images/windowsxp-fontcombobox.png
%%DOCSDIR%%/html/images/windowsxp-groupbox.png
%%DOCSDIR%%/html/images/windowsxp-horizontalscrollbar.png
%%DOCSDIR%%/html/images/windowsxp-label.png
%%DOCSDIR%%/html/images/windowsxp-lcdnumber.png
%%DOCSDIR%%/html/images/windowsxp-listview.png
%%DOCSDIR%%/html/images/windowsxp-menu.png
%%DOCSDIR%%/html/images/windowsxp-progressbar.png
%%DOCSDIR%%/html/images/windowsxp-pushbutton.png
%%DOCSDIR%%/html/images/windowsxp-spinbox.png
%%DOCSDIR%%/html/images/windowsxp-tableview.png
%%DOCSDIR%%/html/images/windowsxp-tabwidget.png
%%DOCSDIR%%/html/images/windowsxp-timeedit.png
%%DOCSDIR%%/html/images/windowsxp-treeview.png
%%DOCSDIR%%/html/incompatibilities.html
%%DOCSDIR%%/html/incompatible_apis.html
%%DOCSDIR%%/html/index.html
%%DOCSDIR%%/html/installation.html
%%DOCSDIR%%/html/introduction.html
%%DOCSDIR%%/html/keyword_arguments.html
%%DOCSDIR%%/html/modules.html
%%DOCSDIR%%/html/new_style_signals_slots.html
%%DOCSDIR%%/html/objects.inv
%%DOCSDIR%%/html/old_style_signals_slots.html
%%DOCSDIR%%/html/phonon-abstractaudiooutput.html
%%DOCSDIR%%/html/phonon-abstractvideooutput.html
%%DOCSDIR%%/html/phonon-audiocapturedevice.html
%%DOCSDIR%%/html/phonon-audiochanneldescription.html
%%DOCSDIR%%/html/phonon-audiooutput.html
%%DOCSDIR%%/html/phonon-audiooutputdevice.html
%%DOCSDIR%%/html/phonon-audiooutputdevicemodel.html
%%DOCSDIR%%/html/phonon-backendcapabilities-notifier.html
%%DOCSDIR%%/html/phonon-backendcapabilities.html
%%DOCSDIR%%/html/phonon-effect.html
%%DOCSDIR%%/html/phonon-effectdescription.html
%%DOCSDIR%%/html/phonon-effectdescriptionmodel.html
%%DOCSDIR%%/html/phonon-effectparameter-hints.html
%%DOCSDIR%%/html/phonon-effectparameter.html
%%DOCSDIR%%/html/phonon-effectwidget.html
%%DOCSDIR%%/html/phonon-mediacontroller-features.html
%%DOCSDIR%%/html/phonon-mediacontroller.html
%%DOCSDIR%%/html/phonon-medianode.html
%%DOCSDIR%%/html/phonon-mediaobject.html
%%DOCSDIR%%/html/phonon-mediasource.html
%%DOCSDIR%%/html/phonon-module.html
%%DOCSDIR%%/html/phonon-path.html
%%DOCSDIR%%/html/phonon-seekslider.html
%%DOCSDIR%%/html/phonon-subtitledescription.html
%%DOCSDIR%%/html/phonon-videoplayer.html
%%DOCSDIR%%/html/phonon-videowidget.html
%%DOCSDIR%%/html/phonon-volumeslider.html
%%DOCSDIR%%/html/phonon.html
%%DOCSDIR%%/html/pickle.html
%%DOCSDIR%%/html/py-modindex.html
%%DOCSDIR%%/html/pyqt_qsettings.html
%%DOCSDIR%%/html/pyqt_qvariant.html
%%DOCSDIR%%/html/python_shell.html
%%DOCSDIR%%/html/python_v3.html
%%DOCSDIR%%/html/qabstractanimation.html
%%DOCSDIR%%/html/qabstractbutton.html
%%DOCSDIR%%/html/qabstracteventdispatcher.html
%%DOCSDIR%%/html/qabstractextensionfactory.html
%%DOCSDIR%%/html/qabstractextensionmanager.html
%%DOCSDIR%%/html/qabstractfileengine-fileflags.html
%%DOCSDIR%%/html/qabstractfileengine.html
%%DOCSDIR%%/html/qabstractfileenginehandler.html
%%DOCSDIR%%/html/qabstractfileengineiterator.html
%%DOCSDIR%%/html/qabstractformbuilder.html
%%DOCSDIR%%/html/qabstractgraphicsshapeitem.html
%%DOCSDIR%%/html/qabstractitemdelegate.html
%%DOCSDIR%%/html/qabstractitemmodel.html
%%DOCSDIR%%/html/qabstractitemview-edittriggers.html
%%DOCSDIR%%/html/qabstractitemview.html
%%DOCSDIR%%/html/qabstractlistmodel.html
%%DOCSDIR%%/html/qabstractmessagehandler.html
%%DOCSDIR%%/html/qabstractnetworkcache.html
%%DOCSDIR%%/html/qabstractprintdialog-printdialogoptions.html
%%DOCSDIR%%/html/qabstractprintdialog.html
%%DOCSDIR%%/html/qabstractproxymodel.html
%%DOCSDIR%%/html/qabstractscrollarea.html
%%DOCSDIR%%/html/qabstractslider.html
%%DOCSDIR%%/html/qabstractsocket.html
%%DOCSDIR%%/html/qabstractspinbox-stepenabled.html
%%DOCSDIR%%/html/qabstractspinbox.html
%%DOCSDIR%%/html/qabstractstate.html
%%DOCSDIR%%/html/qabstracttablemodel.html
%%DOCSDIR%%/html/qabstracttextdocumentlayout-paintcontext.html
%%DOCSDIR%%/html/qabstracttextdocumentlayout-selection.html
%%DOCSDIR%%/html/qabstracttextdocumentlayout.html
%%DOCSDIR%%/html/qabstracttransition.html
%%DOCSDIR%%/html/qabstracturiresolver.html
%%DOCSDIR%%/html/qabstractvideobuffer.html
%%DOCSDIR%%/html/qabstractvideosurface.html
%%DOCSDIR%%/html/qabstractxmlnodemodel.html
%%DOCSDIR%%/html/qabstractxmlreceiver.html
%%DOCSDIR%%/html/qaction.html
%%DOCSDIR%%/html/qactionevent.html
%%DOCSDIR%%/html/qactiongroup.html
%%DOCSDIR%%/html/qanimationgroup.html
%%DOCSDIR%%/html/qapplication.html
%%DOCSDIR%%/html/qassistantclient.html
%%DOCSDIR%%/html/qaudio.html
%%DOCSDIR%%/html/qaudiodeviceinfo.html
%%DOCSDIR%%/html/qaudioformat.html
%%DOCSDIR%%/html/qaudioinput.html
%%DOCSDIR%%/html/qaudiooutput.html
%%DOCSDIR%%/html/qauthenticator.html
%%DOCSDIR%%/html/qaxcontainer.html
%%DOCSDIR%%/html/qbasictimer.html
%%DOCSDIR%%/html/qbitarray.html
%%DOCSDIR%%/html/qbitmap.html
%%DOCSDIR%%/html/qboxlayout.html
%%DOCSDIR%%/html/qbrush.html
%%DOCSDIR%%/html/qbuffer.html
%%DOCSDIR%%/html/qbuttongroup.html
%%DOCSDIR%%/html/qbytearray.html
%%DOCSDIR%%/html/qbytearraymatcher.html
%%DOCSDIR%%/html/qcalendarwidget.html
%%DOCSDIR%%/html/qchar.html
%%DOCSDIR%%/html/qcheckbox.html
%%DOCSDIR%%/html/qchildevent.html
%%DOCSDIR%%/html/qclipboard.html
%%DOCSDIR%%/html/qcloseevent.html
%%DOCSDIR%%/html/qcolor.html
%%DOCSDIR%%/html/qcolordialog-colordialogoptions.html
%%DOCSDIR%%/html/qcolordialog.html
%%DOCSDIR%%/html/qcolumnview.html
%%DOCSDIR%%/html/qcombobox.html
%%DOCSDIR%%/html/qcommandlinkbutton.html
%%DOCSDIR%%/html/qcommonstyle.html
%%DOCSDIR%%/html/qcompleter.html
%%DOCSDIR%%/html/qconicalgradient.html
%%DOCSDIR%%/html/qcontextmenuevent.html
%%DOCSDIR%%/html/qcoreapplication.html
%%DOCSDIR%%/html/qcryptographichash.html
%%DOCSDIR%%/html/qcursor.html
%%DOCSDIR%%/html/qdatastream.html
%%DOCSDIR%%/html/qdatawidgetmapper.html
%%DOCSDIR%%/html/qdate.html
%%DOCSDIR%%/html/qdateedit.html
%%DOCSDIR%%/html/qdatetime.html
%%DOCSDIR%%/html/qdatetimeedit-sections.html
%%DOCSDIR%%/html/qdatetimeedit.html
%%DOCSDIR%%/html/qdbus.html
%%DOCSDIR%%/html/qdbusabstractadaptor.html
%%DOCSDIR%%/html/qdbusabstractinterface.html
%%DOCSDIR%%/html/qdbusargument.html
%%DOCSDIR%%/html/qdbusconnection-connectioncapabilities.html
%%DOCSDIR%%/html/qdbusconnection-registeroptions.html
%%DOCSDIR%%/html/qdbusconnection.html
%%DOCSDIR%%/html/qdbusconnectioninterface.html
%%DOCSDIR%%/html/qdbuserror.html
%%DOCSDIR%%/html/qdbusinterface.html
%%DOCSDIR%%/html/qdbusmessage.html
%%DOCSDIR%%/html/qdbusobjectpath.html
%%DOCSDIR%%/html/qdbuspendingcall.html
%%DOCSDIR%%/html/qdbuspendingcallwatcher.html
%%DOCSDIR%%/html/qdbuspendingreply.html
%%DOCSDIR%%/html/qdbusreply.html
%%DOCSDIR%%/html/qdbusservicewatcher-watchmode.html
%%DOCSDIR%%/html/qdbusservicewatcher.html
%%DOCSDIR%%/html/qdbussignature.html
%%DOCSDIR%%/html/qdbusunixfiledescriptor.html
%%DOCSDIR%%/html/qdbusvariant.html
%%DOCSDIR%%/html/qdeclarativecomponent.html
%%DOCSDIR%%/html/qdeclarativecontext.html
%%DOCSDIR%%/html/qdeclarativeengine.html
%%DOCSDIR%%/html/qdeclarativeerror.html
%%DOCSDIR%%/html/qdeclarativeexpression.html
%%DOCSDIR%%/html/qdeclarativeextensionplugin.html
%%DOCSDIR%%/html/qdeclarativeimageprovider.html
%%DOCSDIR%%/html/qdeclarativeitem.html
%%DOCSDIR%%/html/qdeclarativelistreference.html
%%DOCSDIR%%/html/qdeclarativenetworkaccessmanagerfactory.html
%%DOCSDIR%%/html/qdeclarativeparserstatus.html
%%DOCSDIR%%/html/qdeclarativeproperty.html
%%DOCSDIR%%/html/qdeclarativepropertymap.html
%%DOCSDIR%%/html/qdeclarativepropertyvaluesource.html
%%DOCSDIR%%/html/qdeclarativescriptstring.html
%%DOCSDIR%%/html/qdeclarativeview.html
%%DOCSDIR%%/html/qdesigneractioneditorinterface.html
%%DOCSDIR%%/html/qdesignercontainerextension.html
%%DOCSDIR%%/html/qdesignercustomwidgetcollectioninterface.html
%%DOCSDIR%%/html/qdesignercustomwidgetinterface.html
%%DOCSDIR%%/html/qdesignerformeditorinterface.html
%%DOCSDIR%%/html/qdesignerformwindowcursorinterface.html
%%DOCSDIR%%/html/qdesignerformwindowinterface-feature.html
%%DOCSDIR%%/html/qdesignerformwindowinterface.html
%%DOCSDIR%%/html/qdesignerformwindowmanagerinterface.html
%%DOCSDIR%%/html/qdesignermembersheetextension.html
%%DOCSDIR%%/html/qdesignerobjectinspectorinterface.html
%%DOCSDIR%%/html/qdesignerpropertyeditorinterface.html
%%DOCSDIR%%/html/qdesignerpropertysheetextension.html
%%DOCSDIR%%/html/qdesignertaskmenuextension.html
%%DOCSDIR%%/html/qdesignerwidgetboxinterface.html
%%DOCSDIR%%/html/qdesktopservices.html
%%DOCSDIR%%/html/qdesktopwidget.html
%%DOCSDIR%%/html/qdial.html
%%DOCSDIR%%/html/qdialog.html
%%DOCSDIR%%/html/qdialogbuttonbox-standardbuttons.html
%%DOCSDIR%%/html/qdialogbuttonbox.html
%%DOCSDIR%%/html/qdir-filters.html
%%DOCSDIR%%/html/qdir-sortflags.html
%%DOCSDIR%%/html/qdir.html
%%DOCSDIR%%/html/qdiriterator-iteratorflags.html
%%DOCSDIR%%/html/qdiriterator.html
%%DOCSDIR%%/html/qdirmodel.html
%%DOCSDIR%%/html/qdockwidget-dockwidgetfeatures.html
%%DOCSDIR%%/html/qdockwidget.html
%%DOCSDIR%%/html/qdomattr.html
%%DOCSDIR%%/html/qdomcdatasection.html
%%DOCSDIR%%/html/qdomcharacterdata.html
%%DOCSDIR%%/html/qdomcomment.html
%%DOCSDIR%%/html/qdomdocument.html
%%DOCSDIR%%/html/qdomdocumentfragment.html
%%DOCSDIR%%/html/qdomdocumenttype.html
%%DOCSDIR%%/html/qdomelement.html
%%DOCSDIR%%/html/qdomentity.html
%%DOCSDIR%%/html/qdomentityreference.html
%%DOCSDIR%%/html/qdomimplementation.html
%%DOCSDIR%%/html/qdomnamednodemap.html
%%DOCSDIR%%/html/qdomnode.html
%%DOCSDIR%%/html/qdomnodelist.html
%%DOCSDIR%%/html/qdomnotation.html
%%DOCSDIR%%/html/qdomprocessinginstruction.html
%%DOCSDIR%%/html/qdomtext.html
%%DOCSDIR%%/html/qdoublespinbox.html
%%DOCSDIR%%/html/qdoublevalidator.html
%%DOCSDIR%%/html/qdrag.html
%%DOCSDIR%%/html/qdragenterevent.html
%%DOCSDIR%%/html/qdragleaveevent.html
%%DOCSDIR%%/html/qdragmoveevent.html
%%DOCSDIR%%/html/qdropevent.html
%%DOCSDIR%%/html/qdynamicpropertychangeevent.html
%%DOCSDIR%%/html/qeasingcurve.html
%%DOCSDIR%%/html/qelapsedtimer.html
%%DOCSDIR%%/html/qerrormessage.html
%%DOCSDIR%%/html/qevent.html
%%DOCSDIR%%/html/qeventloop-processeventsflags.html
%%DOCSDIR%%/html/qeventloop.html
%%DOCSDIR%%/html/qeventtransition.html
%%DOCSDIR%%/html/qextensionfactory.html
%%DOCSDIR%%/html/qextensionmanager.html
%%DOCSDIR%%/html/qfile-filehandleflags.html
%%DOCSDIR%%/html/qfile-permissions.html
%%DOCSDIR%%/html/qfile.html
%%DOCSDIR%%/html/qfiledialog-options.html
%%DOCSDIR%%/html/qfiledialog.html
%%DOCSDIR%%/html/qfileiconprovider.html
%%DOCSDIR%%/html/qfileinfo.html
%%DOCSDIR%%/html/qfileopenevent.html
%%DOCSDIR%%/html/qfilesystemmodel.html
%%DOCSDIR%%/html/qfilesystemwatcher.html
%%DOCSDIR%%/html/qfinalstate.html
%%DOCSDIR%%/html/qfocusevent.html
%%DOCSDIR%%/html/qfocusframe.html
%%DOCSDIR%%/html/qfont.html
%%DOCSDIR%%/html/qfontcombobox-fontfilters.html
%%DOCSDIR%%/html/qfontcombobox.html
%%DOCSDIR%%/html/qfontdatabase.html
%%DOCSDIR%%/html/qfontdialog-fontdialogoptions.html
%%DOCSDIR%%/html/qfontdialog.html
%%DOCSDIR%%/html/qfontinfo.html
%%DOCSDIR%%/html/qfontmetrics.html
%%DOCSDIR%%/html/qfontmetricsf.html
%%DOCSDIR%%/html/qformbuilder.html
%%DOCSDIR%%/html/qformlayout.html
%%DOCSDIR%%/html/qframe.html
%%DOCSDIR%%/html/qfsfileengine.html
%%DOCSDIR%%/html/qftp.html
%%DOCSDIR%%/html/qgenericargument.html
%%DOCSDIR%%/html/qgenericreturnargument.html
%%DOCSDIR%%/html/qgesture.html
%%DOCSDIR%%/html/qgestureevent.html
%%DOCSDIR%%/html/qgesturerecognizer-result.html
%%DOCSDIR%%/html/qgesturerecognizer.html
%%DOCSDIR%%/html/qgl-formatoptions.html
%%DOCSDIR%%/html/qgl.html
%%DOCSDIR%%/html/qglbuffer.html
%%DOCSDIR%%/html/qglcolormap.html
%%DOCSDIR%%/html/qglcontext-bindoptions.html
%%DOCSDIR%%/html/qglcontext.html
%%DOCSDIR%%/html/qglformat-openglversionflags.html
%%DOCSDIR%%/html/qglformat.html
%%DOCSDIR%%/html/qglframebufferobject.html
%%DOCSDIR%%/html/qglframebufferobjectformat.html
%%DOCSDIR%%/html/qglpixelbuffer.html
%%DOCSDIR%%/html/qglshader-shadertype.html
%%DOCSDIR%%/html/qglshader.html
%%DOCSDIR%%/html/qglshaderprogram.html
%%DOCSDIR%%/html/qglwidget.html
%%DOCSDIR%%/html/qglyphrun.html
%%DOCSDIR%%/html/qgradient.html
%%DOCSDIR%%/html/qgraphicsanchor.html
%%DOCSDIR%%/html/qgraphicsanchorlayout.html
%%DOCSDIR%%/html/qgraphicsblureffect-blurhints.html
%%DOCSDIR%%/html/qgraphicsblureffect.html
%%DOCSDIR%%/html/qgraphicscolorizeeffect.html
%%DOCSDIR%%/html/qgraphicsdropshadoweffect.html
%%DOCSDIR%%/html/qgraphicseffect-changeflags.html
%%DOCSDIR%%/html/qgraphicseffect.html
%%DOCSDIR%%/html/qgraphicsellipseitem.html
%%DOCSDIR%%/html/qgraphicsgridlayout.html
%%DOCSDIR%%/html/qgraphicsitem-graphicsitemflags.html
%%DOCSDIR%%/html/qgraphicsitem.html
%%DOCSDIR%%/html/qgraphicsitemanimation.html
%%DOCSDIR%%/html/qgraphicsitemgroup.html
%%DOCSDIR%%/html/qgraphicslayout.html
%%DOCSDIR%%/html/qgraphicslayoutitem.html
%%DOCSDIR%%/html/qgraphicslinearlayout.html
%%DOCSDIR%%/html/qgraphicslineitem.html
%%DOCSDIR%%/html/qgraphicsobject.html
%%DOCSDIR%%/html/qgraphicsopacityeffect.html
%%DOCSDIR%%/html/qgraphicspathitem.html
%%DOCSDIR%%/html/qgraphicspixmapitem.html
%%DOCSDIR%%/html/qgraphicspolygonitem.html
%%DOCSDIR%%/html/qgraphicsproxywidget.html
%%DOCSDIR%%/html/qgraphicsrectitem.html
%%DOCSDIR%%/html/qgraphicsrotation.html
%%DOCSDIR%%/html/qgraphicsscale.html
%%DOCSDIR%%/html/qgraphicsscene-scenelayers.html
%%DOCSDIR%%/html/qgraphicsscene.html
%%DOCSDIR%%/html/qgraphicsscenecontextmenuevent.html
%%DOCSDIR%%/html/qgraphicsscenedragdropevent.html
%%DOCSDIR%%/html/qgraphicssceneevent.html
%%DOCSDIR%%/html/qgraphicsscenehelpevent.html
%%DOCSDIR%%/html/qgraphicsscenehoverevent.html
%%DOCSDIR%%/html/qgraphicsscenemouseevent.html
%%DOCSDIR%%/html/qgraphicsscenemoveevent.html
%%DOCSDIR%%/html/qgraphicssceneresizeevent.html
%%DOCSDIR%%/html/qgraphicsscenewheelevent.html
%%DOCSDIR%%/html/qgraphicssimpletextitem.html
%%DOCSDIR%%/html/qgraphicssvgitem.html
%%DOCSDIR%%/html/qgraphicstextitem.html
%%DOCSDIR%%/html/qgraphicstransform.html
%%DOCSDIR%%/html/qgraphicsview-cachemode.html
%%DOCSDIR%%/html/qgraphicsview-optimizationflags.html
%%DOCSDIR%%/html/qgraphicsview.html
%%DOCSDIR%%/html/qgraphicswebview.html
%%DOCSDIR%%/html/qgraphicswidget.html
%%DOCSDIR%%/html/qgridlayout.html
%%DOCSDIR%%/html/qgroupbox.html
%%DOCSDIR%%/html/qhboxlayout.html
%%DOCSDIR%%/html/qheaderview.html
%%DOCSDIR%%/html/qhelpcontentitem.html
%%DOCSDIR%%/html/qhelpcontentmodel.html
%%DOCSDIR%%/html/qhelpcontentwidget.html
%%DOCSDIR%%/html/qhelpengine.html
%%DOCSDIR%%/html/qhelpenginecore.html
%%DOCSDIR%%/html/qhelpevent.html
%%DOCSDIR%%/html/qhelpindexmodel.html
%%DOCSDIR%%/html/qhelpindexwidget.html
%%DOCSDIR%%/html/qhelpsearchengine.html
%%DOCSDIR%%/html/qhelpsearchquery.html
%%DOCSDIR%%/html/qhelpsearchquerywidget.html
%%DOCSDIR%%/html/qhelpsearchresultwidget.html
%%DOCSDIR%%/html/qhideevent.html
%%DOCSDIR%%/html/qhistorystate.html
%%DOCSDIR%%/html/qhostaddress.html
%%DOCSDIR%%/html/qhostinfo.html
%%DOCSDIR%%/html/qhoverevent.html
%%DOCSDIR%%/html/qhttp.html
%%DOCSDIR%%/html/qhttpheader.html
%%DOCSDIR%%/html/qhttpmultipart.html
%%DOCSDIR%%/html/qhttppart.html
%%DOCSDIR%%/html/qhttprequestheader.html
%%DOCSDIR%%/html/qhttpresponseheader.html
%%DOCSDIR%%/html/qicon.html
%%DOCSDIR%%/html/qicondragevent.html
%%DOCSDIR%%/html/qiconengine.html
%%DOCSDIR%%/html/qiconenginev2-availablesizesargument.html
%%DOCSDIR%%/html/qiconenginev2.html
%%DOCSDIR%%/html/qidentityproxymodel.html
%%DOCSDIR%%/html/qimage.html
%%DOCSDIR%%/html/qimageiohandler.html
%%DOCSDIR%%/html/qimagereader.html
%%DOCSDIR%%/html/qimagewriter.html
%%DOCSDIR%%/html/qinputcontext.html
%%DOCSDIR%%/html/qinputcontextfactory.html
%%DOCSDIR%%/html/qinputdialog-inputdialogoptions.html
%%DOCSDIR%%/html/qinputdialog.html
%%DOCSDIR%%/html/qinputevent.html
%%DOCSDIR%%/html/qinputmethodevent-attribute.html
%%DOCSDIR%%/html/qinputmethodevent.html
%%DOCSDIR%%/html/qintvalidator.html
%%DOCSDIR%%/html/qiodevice-openmode.html
%%DOCSDIR%%/html/qiodevice.html
%%DOCSDIR%%/html/qitemdelegate.html
%%DOCSDIR%%/html/qitemeditorcreatorbase.html
%%DOCSDIR%%/html/qitemeditorfactory.html
%%DOCSDIR%%/html/qitemselection.html
%%DOCSDIR%%/html/qitemselectionmodel-selectionflags.html
%%DOCSDIR%%/html/qitemselectionmodel.html
%%DOCSDIR%%/html/qitemselectionrange.html
%%DOCSDIR%%/html/qkeyevent.html
%%DOCSDIR%%/html/qkeyeventtransition.html
%%DOCSDIR%%/html/qkeysequence.html
%%DOCSDIR%%/html/qlabel.html
%%DOCSDIR%%/html/qlatin1char.html
%%DOCSDIR%%/html/qlatin1string.html
%%DOCSDIR%%/html/qlayout.html
%%DOCSDIR%%/html/qlayoutitem.html
%%DOCSDIR%%/html/qlcdnumber.html
%%DOCSDIR%%/html/qlibrary-loadhints.html
%%DOCSDIR%%/html/qlibrary.html
%%DOCSDIR%%/html/qlibraryinfo.html
%%DOCSDIR%%/html/qline.html
%%DOCSDIR%%/html/qlineargradient.html
%%DOCSDIR%%/html/qlineedit.html
%%DOCSDIR%%/html/qlinef.html
%%DOCSDIR%%/html/qlistview.html
%%DOCSDIR%%/html/qlistwidget.html
%%DOCSDIR%%/html/qlistwidgetitem.html
%%DOCSDIR%%/html/qlocale-numberoptions.html
%%DOCSDIR%%/html/qlocale.html
%%DOCSDIR%%/html/qlocalserver.html
%%DOCSDIR%%/html/qlocalsocket.html
%%DOCSDIR%%/html/qmainwindow-dockoptions.html
%%DOCSDIR%%/html/qmainwindow.html
%%DOCSDIR%%/html/qmargins.html
%%DOCSDIR%%/html/qmatrix.html
%%DOCSDIR%%/html/qmatrix2x2.html
%%DOCSDIR%%/html/qmatrix2x3.html
%%DOCSDIR%%/html/qmatrix2x4.html
%%DOCSDIR%%/html/qmatrix3x2.html
%%DOCSDIR%%/html/qmatrix3x3.html
%%DOCSDIR%%/html/qmatrix3x4.html
%%DOCSDIR%%/html/qmatrix4x2.html
%%DOCSDIR%%/html/qmatrix4x3.html
%%DOCSDIR%%/html/qmatrix4x4.html
%%DOCSDIR%%/html/qmdiarea-areaoptions.html
%%DOCSDIR%%/html/qmdiarea.html
%%DOCSDIR%%/html/qmdisubwindow-subwindowoptions.html
%%DOCSDIR%%/html/qmdisubwindow.html
%%DOCSDIR%%/html/qmenu.html
%%DOCSDIR%%/html/qmenubar.html
%%DOCSDIR%%/html/qmessagebox-standardbuttons.html
%%DOCSDIR%%/html/qmessagebox.html
%%DOCSDIR%%/html/qmetaclassinfo.html
%%DOCSDIR%%/html/qmetaenum.html
%%DOCSDIR%%/html/qmetamethod.html
%%DOCSDIR%%/html/qmetaobject.html
%%DOCSDIR%%/html/qmetaproperty.html
%%DOCSDIR%%/html/qmetatype.html
%%DOCSDIR%%/html/qmimedata.html
%%DOCSDIR%%/html/qmimesource.html
%%DOCSDIR%%/html/qml.html
%%DOCSDIR%%/html/qmodelindex.html
%%DOCSDIR%%/html/qmouseevent.html
%%DOCSDIR%%/html/qmouseeventtransition.html
%%DOCSDIR%%/html/qmoveevent.html
%%DOCSDIR%%/html/qmovie.html
%%DOCSDIR%%/html/qmutex.html
%%DOCSDIR%%/html/qmutexlocker.html
%%DOCSDIR%%/html/qnetworkaccessmanager.html
%%DOCSDIR%%/html/qnetworkaddressentry.html
%%DOCSDIR%%/html/qnetworkcachemetadata.html
%%DOCSDIR%%/html/qnetworkconfiguration-stateflags.html
%%DOCSDIR%%/html/qnetworkconfiguration.html
%%DOCSDIR%%/html/qnetworkconfigurationmanager-capabilities.html
%%DOCSDIR%%/html/qnetworkconfigurationmanager.html
%%DOCSDIR%%/html/qnetworkcookie.html
%%DOCSDIR%%/html/qnetworkcookiejar.html
%%DOCSDIR%%/html/qnetworkdiskcache.html
%%DOCSDIR%%/html/qnetworkinterface-interfaceflags.html
%%DOCSDIR%%/html/qnetworkinterface.html
%%DOCSDIR%%/html/qnetworkproxy-capabilities.html
%%DOCSDIR%%/html/qnetworkproxy.html
%%DOCSDIR%%/html/qnetworkproxyfactory.html
%%DOCSDIR%%/html/qnetworkproxyquery.html
%%DOCSDIR%%/html/qnetworkreply.html
%%DOCSDIR%%/html/qnetworkrequest.html
%%DOCSDIR%%/html/qnetworksession.html
%%DOCSDIR%%/html/qobject.html
%%DOCSDIR%%/html/qobjectcleanuphandler.html
%%DOCSDIR%%/html/qpagesetupdialog-pagesetupdialogoptions.html
%%DOCSDIR%%/html/qpagesetupdialog.html
%%DOCSDIR%%/html/qpaintdevice.html
%%DOCSDIR%%/html/qpaintengine-dirtyflags.html
%%DOCSDIR%%/html/qpaintengine-paintenginefeatures.html
%%DOCSDIR%%/html/qpaintengine.html
%%DOCSDIR%%/html/qpaintenginestate.html
%%DOCSDIR%%/html/qpainter-pixmapfragment.html
%%DOCSDIR%%/html/qpainter-pixmapfragmenthints.html
%%DOCSDIR%%/html/qpainter-renderhints.html
%%DOCSDIR%%/html/qpainter.html
%%DOCSDIR%%/html/qpainterpath-element.html
%%DOCSDIR%%/html/qpainterpath.html
%%DOCSDIR%%/html/qpainterpathstroker.html
%%DOCSDIR%%/html/qpaintevent.html
%%DOCSDIR%%/html/qpalette.html
%%DOCSDIR%%/html/qpangesture.html
%%DOCSDIR%%/html/qparallelanimationgroup.html
%%DOCSDIR%%/html/qpauseanimation.html
%%DOCSDIR%%/html/qpen.html
%%DOCSDIR%%/html/qpersistentmodelindex.html
%%DOCSDIR%%/html/qpicture.html
%%DOCSDIR%%/html/qpictureio.html
%%DOCSDIR%%/html/qpinchgesture-changeflags.html
%%DOCSDIR%%/html/qpinchgesture.html
%%DOCSDIR%%/html/qpixmap.html
%%DOCSDIR%%/html/qpixmapcache-key.html
%%DOCSDIR%%/html/qpixmapcache.html
%%DOCSDIR%%/html/qplaintextdocumentlayout.html
%%DOCSDIR%%/html/qplaintextedit.html
%%DOCSDIR%%/html/qpluginloader.html
%%DOCSDIR%%/html/qpoint.html
%%DOCSDIR%%/html/qpointf.html
%%DOCSDIR%%/html/qpolygon.html
%%DOCSDIR%%/html/qpolygonf.html
%%DOCSDIR%%/html/qprintdialog.html
%%DOCSDIR%%/html/qprintengine.html
%%DOCSDIR%%/html/qprinter.html
%%DOCSDIR%%/html/qprinterinfo.html
%%DOCSDIR%%/html/qprintpreviewdialog.html
%%DOCSDIR%%/html/qprintpreviewwidget.html
%%DOCSDIR%%/html/qprocess.html
%%DOCSDIR%%/html/qprocessenvironment.html
%%DOCSDIR%%/html/qprogressbar.html
%%DOCSDIR%%/html/qprogressdialog.html
%%DOCSDIR%%/html/qpropertyanimation.html
%%DOCSDIR%%/html/qproxymodel.html
%%DOCSDIR%%/html/qpushbutton.html
%%DOCSDIR%%/html/qpydeclarativepropertyvaluesource.html
%%DOCSDIR%%/html/qpydesignercontainerextension.html
%%DOCSDIR%%/html/qpydesignercustomwidgetcollectionplugin.html
%%DOCSDIR%%/html/qpydesignercustomwidgetplugin.html
%%DOCSDIR%%/html/qpydesignermembersheetextension.html
%%DOCSDIR%%/html/qpydesignerpropertysheetextension.html
%%DOCSDIR%%/html/qpydesignertaskmenuextension.html
%%DOCSDIR%%/html/qpynullvariant.html
%%DOCSDIR%%/html/qpytextobject.html
%%DOCSDIR%%/html/qquaternion.html
%%DOCSDIR%%/html/qradialgradient.html
%%DOCSDIR%%/html/qradiobutton.html
%%DOCSDIR%%/html/qrawfont.html
%%DOCSDIR%%/html/qreadlocker.html
%%DOCSDIR%%/html/qreadwritelock.html
%%DOCSDIR%%/html/qrect.html
%%DOCSDIR%%/html/qrectf.html
%%DOCSDIR%%/html/qregexp.html
%%DOCSDIR%%/html/qregexpvalidator.html
%%DOCSDIR%%/html/qregion.html
%%DOCSDIR%%/html/qresizeevent.html
%%DOCSDIR%%/html/qresource.html
%%DOCSDIR%%/html/qrubberband.html
%%DOCSDIR%%/html/qrunnable.html
%%DOCSDIR%%/html/qscriptclass-queryflags.html
%%DOCSDIR%%/html/qscriptclass.html
%%DOCSDIR%%/html/qscriptclasspropertyiterator.html
%%DOCSDIR%%/html/qscriptcontext.html
%%DOCSDIR%%/html/qscriptcontextinfo.html
%%DOCSDIR%%/html/qscriptengine-qobjectwrapoptions.html
%%DOCSDIR%%/html/qscriptengine.html
%%DOCSDIR%%/html/qscriptengineagent.html
%%DOCSDIR%%/html/qscriptenginedebugger.html
%%DOCSDIR%%/html/qscriptstring.html
%%DOCSDIR%%/html/qscriptsyntaxcheckresult.html
%%DOCSDIR%%/html/qscriptvalue-propertyflags.html
%%DOCSDIR%%/html/qscriptvalue-resolveflags.html
%%DOCSDIR%%/html/qscriptvalue.html
%%DOCSDIR%%/html/qscriptvalueiterator.html
%%DOCSDIR%%/html/qscrollarea.html
%%DOCSDIR%%/html/qscrollbar.html
%%DOCSDIR%%/html/qsemaphore.html
%%DOCSDIR%%/html/qsequentialanimationgroup.html
%%DOCSDIR%%/html/qsessionmanager.html
%%DOCSDIR%%/html/qsettings.html
%%DOCSDIR%%/html/qsharedmemory.html
%%DOCSDIR%%/html/qshortcut.html
%%DOCSDIR%%/html/qshortcutevent.html
%%DOCSDIR%%/html/qshowevent.html
%%DOCSDIR%%/html/qsignalmapper.html
%%DOCSDIR%%/html/qsignaltransition.html
%%DOCSDIR%%/html/qsimplexmlnodemodel.html
%%DOCSDIR%%/html/qsize.html
%%DOCSDIR%%/html/qsizef.html
%%DOCSDIR%%/html/qsizegrip.html
%%DOCSDIR%%/html/qsizepolicy-controltypes.html
%%DOCSDIR%%/html/qsizepolicy.html
%%DOCSDIR%%/html/qslider.html
%%DOCSDIR%%/html/qsocketnotifier.html
%%DOCSDIR%%/html/qsortfilterproxymodel.html
%%DOCSDIR%%/html/qsound.html
%%DOCSDIR%%/html/qsourcelocation.html
%%DOCSDIR%%/html/qspaceritem.html
%%DOCSDIR%%/html/qspinbox.html
%%DOCSDIR%%/html/qsplashscreen.html
%%DOCSDIR%%/html/qsplitter.html
%%DOCSDIR%%/html/qsplitterhandle.html
%%DOCSDIR%%/html/qsql-paramtype.html
%%DOCSDIR%%/html/qsql.html
%%DOCSDIR%%/html/qsqldatabase.html
%%DOCSDIR%%/html/qsqldriver.html
%%DOCSDIR%%/html/qsqldrivercreatorbase.html
%%DOCSDIR%%/html/qsqlerror.html
%%DOCSDIR%%/html/qsqlfield.html
%%DOCSDIR%%/html/qsqlindex.html
%%DOCSDIR%%/html/qsqlquery.html
%%DOCSDIR%%/html/qsqlquerymodel.html
%%DOCSDIR%%/html/qsqlrecord.html
%%DOCSDIR%%/html/qsqlrelation.html
%%DOCSDIR%%/html/qsqlrelationaldelegate.html
%%DOCSDIR%%/html/qsqlrelationaltablemodel.html
%%DOCSDIR%%/html/qsqlresult.html
%%DOCSDIR%%/html/qsqltablemodel.html
%%DOCSDIR%%/html/qssl-ssloptions.html
%%DOCSDIR%%/html/qssl.html
%%DOCSDIR%%/html/qsslcertificate.html
%%DOCSDIR%%/html/qsslcipher.html
%%DOCSDIR%%/html/qsslconfiguration.html
%%DOCSDIR%%/html/qsslerror.html
%%DOCSDIR%%/html/qsslkey.html
%%DOCSDIR%%/html/qsslsocket.html
%%DOCSDIR%%/html/qstackedlayout.html
%%DOCSDIR%%/html/qstackedwidget.html
%%DOCSDIR%%/html/qstandarditem.html
%%DOCSDIR%%/html/qstandarditemmodel.html
%%DOCSDIR%%/html/qstate.html
%%DOCSDIR%%/html/qstatemachine-signalevent.html
%%DOCSDIR%%/html/qstatemachine-wrappedevent.html
%%DOCSDIR%%/html/qstatemachine.html
%%DOCSDIR%%/html/qstatictext.html
%%DOCSDIR%%/html/qstatusbar.html
%%DOCSDIR%%/html/qstatustipevent.html
%%DOCSDIR%%/html/qstring-sectionflags.html
%%DOCSDIR%%/html/qstring.html
%%DOCSDIR%%/html/qstringlist.html
%%DOCSDIR%%/html/qstringlistmodel.html
%%DOCSDIR%%/html/qstringmatcher.html
%%DOCSDIR%%/html/qstringref.html
%%DOCSDIR%%/html/qstyle-state.html
%%DOCSDIR%%/html/qstyle-subcontrols.html
%%DOCSDIR%%/html/qstyle.html
%%DOCSDIR%%/html/qstyleditemdelegate.html
%%DOCSDIR%%/html/qstylefactory.html
%%DOCSDIR%%/html/qstylehintreturn.html
%%DOCSDIR%%/html/qstylehintreturnmask.html
%%DOCSDIR%%/html/qstylehintreturnvariant.html
%%DOCSDIR%%/html/qstyleoption.html
%%DOCSDIR%%/html/qstyleoptionbutton-buttonfeatures.html
%%DOCSDIR%%/html/qstyleoptionbutton.html
%%DOCSDIR%%/html/qstyleoptioncombobox.html
%%DOCSDIR%%/html/qstyleoptioncomplex.html
%%DOCSDIR%%/html/qstyleoptiondockwidget.html
%%DOCSDIR%%/html/qstyleoptiondockwidgetv2.html
%%DOCSDIR%%/html/qstyleoptionfocusrect.html
%%DOCSDIR%%/html/qstyleoptionframe.html
%%DOCSDIR%%/html/qstyleoptionframev2-framefeatures.html
%%DOCSDIR%%/html/qstyleoptionframev2.html
%%DOCSDIR%%/html/qstyleoptionframev3.html
%%DOCSDIR%%/html/qstyleoptiongraphicsitem.html
%%DOCSDIR%%/html/qstyleoptiongroupbox.html
%%DOCSDIR%%/html/qstyleoptionheader.html
%%DOCSDIR%%/html/qstyleoptionmenuitem.html
%%DOCSDIR%%/html/qstyleoptionprogressbar.html
%%DOCSDIR%%/html/qstyleoptionprogressbarv2.html
%%DOCSDIR%%/html/qstyleoptionrubberband.html
%%DOCSDIR%%/html/qstyleoptionsizegrip.html
%%DOCSDIR%%/html/qstyleoptionslider.html
%%DOCSDIR%%/html/qstyleoptionspinbox.html
%%DOCSDIR%%/html/qstyleoptiontab-cornerwidgets.html
%%DOCSDIR%%/html/qstyleoptiontab.html
%%DOCSDIR%%/html/qstyleoptiontabbarbase.html
%%DOCSDIR%%/html/qstyleoptiontabbarbasev2.html
%%DOCSDIR%%/html/qstyleoptiontabv2.html
%%DOCSDIR%%/html/qstyleoptiontabv3.html
%%DOCSDIR%%/html/qstyleoptiontabwidgetframe.html
%%DOCSDIR%%/html/qstyleoptiontabwidgetframev2.html
%%DOCSDIR%%/html/qstyleoptiontitlebar.html
%%DOCSDIR%%/html/qstyleoptiontoolbar-toolbarfeatures.html
%%DOCSDIR%%/html/qstyleoptiontoolbar.html
%%DOCSDIR%%/html/qstyleoptiontoolbox.html
%%DOCSDIR%%/html/qstyleoptiontoolboxv2.html
%%DOCSDIR%%/html/qstyleoptiontoolbutton-toolbuttonfeatures.html
%%DOCSDIR%%/html/qstyleoptiontoolbutton.html
%%DOCSDIR%%/html/qstyleoptionviewitem.html
%%DOCSDIR%%/html/qstyleoptionviewitemv2-viewitemfeatures.html
%%DOCSDIR%%/html/qstyleoptionviewitemv2.html
%%DOCSDIR%%/html/qstyleoptionviewitemv3.html
%%DOCSDIR%%/html/qstyleoptionviewitemv4.html
%%DOCSDIR%%/html/qstylepainter.html
%%DOCSDIR%%/html/qsvggenerator.html
%%DOCSDIR%%/html/qsvgrenderer.html
%%DOCSDIR%%/html/qsvgwidget.html
%%DOCSDIR%%/html/qswipegesture.html
%%DOCSDIR%%/html/qsyntaxhighlighter.html
%%DOCSDIR%%/html/qsysinfo.html
%%DOCSDIR%%/html/qsystemlocale.html
%%DOCSDIR%%/html/qsystemsemaphore.html
%%DOCSDIR%%/html/qsystemtrayicon.html
%%DOCSDIR%%/html/qt-alignment.html
%%DOCSDIR%%/html/qt-dockwidgetareas.html
%%DOCSDIR%%/html/qt-dropactions.html
%%DOCSDIR%%/html/qt-gestureflags.html
%%DOCSDIR%%/html/qt-imageconversionflags.html
%%DOCSDIR%%/html/qt-inputmethodhints.html
%%DOCSDIR%%/html/qt-itemflags.html
%%DOCSDIR%%/html/qt-keyboardmodifiers.html
%%DOCSDIR%%/html/qt-matchflags.html
%%DOCSDIR%%/html/qt-mousebuttons.html
%%DOCSDIR%%/html/qt-orientations.html
%%DOCSDIR%%/html/qt-textinteractionflags.html
%%DOCSDIR%%/html/qt-toolbarareas.html
%%DOCSDIR%%/html/qt-touchpointstates.html
%%DOCSDIR%%/html/qt-windowflags.html
%%DOCSDIR%%/html/qt-windowstates.html
%%DOCSDIR%%/html/qt.html
%%DOCSDIR%%/html/qt_properties.html
%%DOCSDIR%%/html/qt_v5.html
%%DOCSDIR%%/html/qtabbar.html
%%DOCSDIR%%/html/qtabletevent.html
%%DOCSDIR%%/html/qtableview.html
%%DOCSDIR%%/html/qtablewidget.html
%%DOCSDIR%%/html/qtablewidgetitem.html
%%DOCSDIR%%/html/qtablewidgetselectionrange.html
%%DOCSDIR%%/html/qtabwidget.html
%%DOCSDIR%%/html/qtapandholdgesture.html
%%DOCSDIR%%/html/qtapgesture.html
%%DOCSDIR%%/html/qtassistant.html
%%DOCSDIR%%/html/qtcore.html
%%DOCSDIR%%/html/qtcpserver.html
%%DOCSDIR%%/html/qtcpsocket.html
%%DOCSDIR%%/html/qtdbus.html
%%DOCSDIR%%/html/qtdeclarative.html
%%DOCSDIR%%/html/qtdesigner.html
%%DOCSDIR%%/html/qtemporaryfile.html
%%DOCSDIR%%/html/qtest.html
%%DOCSDIR%%/html/qtextblock-iterator.html
%%DOCSDIR%%/html/qtextblock.html
%%DOCSDIR%%/html/qtextblockformat.html
%%DOCSDIR%%/html/qtextblockgroup.html
%%DOCSDIR%%/html/qtextblockuserdata.html
%%DOCSDIR%%/html/qtextboundaryfinder-boundaryreasons.html
%%DOCSDIR%%/html/qtextboundaryfinder.html
%%DOCSDIR%%/html/qtextbrowser.html
%%DOCSDIR%%/html/qtextcharformat.html
%%DOCSDIR%%/html/qtextcodec-conversionflags.html
%%DOCSDIR%%/html/qtextcodec-converterstate.html
%%DOCSDIR%%/html/qtextcodec.html
%%DOCSDIR%%/html/qtextcursor.html
%%DOCSDIR%%/html/qtextdecoder.html
%%DOCSDIR%%/html/qtextdocument-findflags.html
%%DOCSDIR%%/html/qtextdocument.html
%%DOCSDIR%%/html/qtextdocumentfragment.html
%%DOCSDIR%%/html/qtextdocumentwriter.html
%%DOCSDIR%%/html/qtextedit-autoformatting.html
%%DOCSDIR%%/html/qtextedit-extraselection.html
%%DOCSDIR%%/html/qtextedit.html
%%DOCSDIR%%/html/qtextencoder.html
%%DOCSDIR%%/html/qtextformat-pagebreakflags.html
%%DOCSDIR%%/html/qtextformat.html
%%DOCSDIR%%/html/qtextfragment.html
%%DOCSDIR%%/html/qtextframe-iterator.html
%%DOCSDIR%%/html/qtextframe.html
%%DOCSDIR%%/html/qtextframeformat.html
%%DOCSDIR%%/html/qtextimageformat.html
%%DOCSDIR%%/html/qtextinlineobject.html
%%DOCSDIR%%/html/qtextitem-renderflags.html
%%DOCSDIR%%/html/qtextitem.html
%%DOCSDIR%%/html/qtextlayout-formatrange.html
%%DOCSDIR%%/html/qtextlayout.html
%%DOCSDIR%%/html/qtextlength.html
%%DOCSDIR%%/html/qtextline.html
%%DOCSDIR%%/html/qtextlist.html
%%DOCSDIR%%/html/qtextlistformat.html
%%DOCSDIR%%/html/qtextobject.html
%%DOCSDIR%%/html/qtextobjectinterface.html
%%DOCSDIR%%/html/qtextoption-flags.html
%%DOCSDIR%%/html/qtextoption-tab.html
%%DOCSDIR%%/html/qtextoption.html
%%DOCSDIR%%/html/qtextstream-numberflags.html
%%DOCSDIR%%/html/qtextstream.html
%%DOCSDIR%%/html/qtexttable.html
%%DOCSDIR%%/html/qtexttablecell.html
%%DOCSDIR%%/html/qtexttablecellformat.html
%%DOCSDIR%%/html/qtexttableformat.html
%%DOCSDIR%%/html/qtgui.html
%%DOCSDIR%%/html/qthelp.html
%%DOCSDIR%%/html/qthread.html
%%DOCSDIR%%/html/qthreadpool.html
%%DOCSDIR%%/html/qtime.html
%%DOCSDIR%%/html/qtimeedit.html
%%DOCSDIR%%/html/qtimeline.html
%%DOCSDIR%%/html/qtimer.html
%%DOCSDIR%%/html/qtimerevent.html
%%DOCSDIR%%/html/qtmultimedia.html
%%DOCSDIR%%/html/qtnetwork.html
%%DOCSDIR%%/html/qtoolbar.html
%%DOCSDIR%%/html/qtoolbox.html
%%DOCSDIR%%/html/qtoolbutton.html
%%DOCSDIR%%/html/qtooltip.html
%%DOCSDIR%%/html/qtopengl.html
%%DOCSDIR%%/html/qtouchevent-touchpoint.html
%%DOCSDIR%%/html/qtouchevent.html
%%DOCSDIR%%/html/qtransform.html
%%DOCSDIR%%/html/qtranslator.html
%%DOCSDIR%%/html/qtreeview.html
%%DOCSDIR%%/html/qtreewidget.html
%%DOCSDIR%%/html/qtreewidgetitem.html
%%DOCSDIR%%/html/qtreewidgetitemiterator-iteratorflags.html
%%DOCSDIR%%/html/qtreewidgetitemiterator.html
%%DOCSDIR%%/html/qtscript.html
%%DOCSDIR%%/html/qtscripttools.html
%%DOCSDIR%%/html/qtsql.html
%%DOCSDIR%%/html/qtsvg.html
%%DOCSDIR%%/html/qttest.html
%%DOCSDIR%%/html/qtwebkit.html
%%DOCSDIR%%/html/qtxml.html
%%DOCSDIR%%/html/qtxmlpatterns.html
%%DOCSDIR%%/html/qudpsocket-bindmode.html
%%DOCSDIR%%/html/qudpsocket.html
%%DOCSDIR%%/html/qundocommand.html
%%DOCSDIR%%/html/qundogroup.html
%%DOCSDIR%%/html/qundostack.html
%%DOCSDIR%%/html/qundoview.html
%%DOCSDIR%%/html/qurl-formattingoptions.html
%%DOCSDIR%%/html/qurl.html
%%DOCSDIR%%/html/qurlinfo.html
%%DOCSDIR%%/html/quuid.html
%%DOCSDIR%%/html/qvalidator.html
%%DOCSDIR%%/html/qvariant.html
%%DOCSDIR%%/html/qvariantanimation.html
%%DOCSDIR%%/html/qvboxlayout.html
%%DOCSDIR%%/html/qvector2d.html
%%DOCSDIR%%/html/qvector3d.html
%%DOCSDIR%%/html/qvector4d.html
%%DOCSDIR%%/html/qvideoframe.html
%%DOCSDIR%%/html/qvideosurfaceformat.html
%%DOCSDIR%%/html/qwaitcondition.html
%%DOCSDIR%%/html/qwebdatabase.html
%%DOCSDIR%%/html/qwebelement.html
%%DOCSDIR%%/html/qwebelementcollection.html
%%DOCSDIR%%/html/qwebframe.html
%%DOCSDIR%%/html/qwebhistory.html
%%DOCSDIR%%/html/qwebhistoryinterface.html
%%DOCSDIR%%/html/qwebhistoryitem.html
%%DOCSDIR%%/html/qwebhittestresult.html
%%DOCSDIR%%/html/qwebinspector.html
%%DOCSDIR%%/html/qwebpage-choosemultiplefilesextensionoption.html
%%DOCSDIR%%/html/qwebpage-choosemultiplefilesextensionreturn.html
%%DOCSDIR%%/html/qwebpage-errorpageextensionoption.html
%%DOCSDIR%%/html/qwebpage-errorpageextensionreturn.html
%%DOCSDIR%%/html/qwebpage-extensionoption.html
%%DOCSDIR%%/html/qwebpage-extensionreturn.html
%%DOCSDIR%%/html/qwebpage-findflags.html
%%DOCSDIR%%/html/qwebpage-viewportattributes.html
%%DOCSDIR%%/html/qwebpage.html
%%DOCSDIR%%/html/qwebpluginfactory-extensionoption.html
%%DOCSDIR%%/html/qwebpluginfactory-extensionreturn.html
%%DOCSDIR%%/html/qwebpluginfactory-mimetype.html
%%DOCSDIR%%/html/qwebpluginfactory-plugin.html
%%DOCSDIR%%/html/qwebpluginfactory.html
%%DOCSDIR%%/html/qwebsecurityorigin.html
%%DOCSDIR%%/html/qwebsettings.html
%%DOCSDIR%%/html/qwebview.html
%%DOCSDIR%%/html/qwhatsthis.html
%%DOCSDIR%%/html/qwhatsthisclickedevent.html
%%DOCSDIR%%/html/qwheelevent.html
%%DOCSDIR%%/html/qwidget-renderflags.html
%%DOCSDIR%%/html/qwidget.html
%%DOCSDIR%%/html/qwidgetaction.html
%%DOCSDIR%%/html/qwidgetitem.html
%%DOCSDIR%%/html/qwindowstatechangeevent.html
%%DOCSDIR%%/html/qwizard-wizardoptions.html
%%DOCSDIR%%/html/qwizard.html
%%DOCSDIR%%/html/qwizardpage.html
%%DOCSDIR%%/html/qworkspace.html
%%DOCSDIR%%/html/qwritelocker.html
%%DOCSDIR%%/html/qx11embedcontainer.html
%%DOCSDIR%%/html/qx11embedwidget.html
%%DOCSDIR%%/html/qx11info.html
%%DOCSDIR%%/html/qxmlattributes.html
%%DOCSDIR%%/html/qxmlcontenthandler.html
%%DOCSDIR%%/html/qxmldeclhandler.html
%%DOCSDIR%%/html/qxmldefaulthandler.html
%%DOCSDIR%%/html/qxmldtdhandler.html
%%DOCSDIR%%/html/qxmlentityresolver.html
%%DOCSDIR%%/html/qxmlerrorhandler.html
%%DOCSDIR%%/html/qxmlformatter.html
%%DOCSDIR%%/html/qxmlinputsource.html
%%DOCSDIR%%/html/qxmlitem.html
%%DOCSDIR%%/html/qxmllexicalhandler.html
%%DOCSDIR%%/html/qxmllocator.html
%%DOCSDIR%%/html/qxmlname.html
%%DOCSDIR%%/html/qxmlnamepool.html
%%DOCSDIR%%/html/qxmlnamespacesupport.html
%%DOCSDIR%%/html/qxmlnodemodelindex.html
%%DOCSDIR%%/html/qxmlparseexception.html
%%DOCSDIR%%/html/qxmlquery.html
%%DOCSDIR%%/html/qxmlreader.html
%%DOCSDIR%%/html/qxmlresultitems.html
%%DOCSDIR%%/html/qxmlschema.html
%%DOCSDIR%%/html/qxmlschemavalidator.html
%%DOCSDIR%%/html/qxmlserializer.html
%%DOCSDIR%%/html/qxmlsimplereader.html
%%DOCSDIR%%/html/qxmlstreamattribute.html
%%DOCSDIR%%/html/qxmlstreamattributes.html
%%DOCSDIR%%/html/qxmlstreamentitydeclaration.html
%%DOCSDIR%%/html/qxmlstreamentityresolver.html
%%DOCSDIR%%/html/qxmlstreamnamespacedeclaration.html
%%DOCSDIR%%/html/qxmlstreamnotationdeclaration.html
%%DOCSDIR%%/html/qxmlstreamreader.html
%%DOCSDIR%%/html/qxmlstreamwriter.html
%%DOCSDIR%%/html/resources.html
%%DOCSDIR%%/html/search.html
%%DOCSDIR%%/html/searchindex.js
%%DOCSDIR%%/html/threads.html
%%DOCSDIR%%/html/webkit.html