blob: 495459e0b5d219b5b934b4dd8754a3dd1c6f4a8a (
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
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image0.xpm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image1.xpm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image2.xpm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image3.xpm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image4.xpm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image5.xpm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/images/centered.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/images/ellipse.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/images/figure8.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/images/kinetic.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/images/random.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animatedtiles/images/tile.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/appchooser/accessories-dictionary.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/appchooser/akregator.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/appchooser/appchooser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/appchooser/appchooser.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/appchooser/digikam.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/appchooser/k3b.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/easing/easing.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/easing/easing.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/easing/easing.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/easing/form.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/easing/images/qt-logo.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/easing/ui_form.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/easing/ui_form.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/moveblocks.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/moveblocks.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/accessories-dictionary.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/akregator.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/digikam.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/help-browser.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/k3b.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/kchart.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/states.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/states.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/states/states.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/stickman/animations/chilling
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/stickman/animations/dancing
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/stickman/animations/dead
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/stickman/animations/jumping
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/stickman/stickman.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/stickman/stickman.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/stickman/stickman.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/embeddeddialogs/No-Ones-Laughing-3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/colors.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/colors.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/demoitem.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/demoitem.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/demoscene.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/demoscene.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/dockitem.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/dockitem.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/guide.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/guide.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/guideline.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/guideline.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/headingitem.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/headingitem.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/imageitem.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/imageitem.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/images/demobg.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/images/qtlogo_small.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/images/trolltech-logo.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/letteritem.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/letteritem.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/menucontent.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/menucontent.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/menumanager.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/menumanager.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/scanitem.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/scanitem.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/score.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/score.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/textbutton.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/textbutton.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/qtdemo/xml/examples.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/plugins.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/plugins.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/screenshot.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/screenshot.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/systray/images/bad.svg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/systray/images/heart.svg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/systray/images/trash.svg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/systray/systray.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/systray/systray.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/desktop/systray/systray.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/images/background.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/images/banner.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/images/logo1.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/images/logo2.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/images/logo3.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark1.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark2.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/images/config.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/images/query.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/images/update.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/extension.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/findfiles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/findfiles.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/standarddialogs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/tabdialog.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/tabdialog.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/trivialwizard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/trivialwizard.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/effects/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/effects/lighting.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/effects/lighting.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/anchorlayout.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background1.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background2.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background3.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background4.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bold.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bringtofront.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/delete.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/floodfill.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/italic.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linecolor.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linepointer.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/pointer.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/sendtoback.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/textpointer.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/diagramscene/images/underline.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/dragdroprobot/images/head.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/elasticnodes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/backside.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/artsfftscope.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_contacts.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_journal.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_mail.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_notes.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kopeteavailable.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/metacontact_online.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/images/minitools.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/chart/chart.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/chart/chart.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/chart/chart.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/chart/mydata.cht
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/chart/qtdata.cht
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/dirview.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/dirview.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/editabletreemodel/default.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/editabletreemodel/mainwindow.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/fetchmore.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/fetchmore.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/puzzle/example.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/simpledommodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/simpledommodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/basiclayouts.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/basiclayouts.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/borderlayout.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/borderlayout.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/flowlayout.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/flowlayout.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/application.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/application.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/application.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/images/copy.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/images/cut.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/images/new.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/images/open.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/images/paste.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/images/save.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/undo.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/images/copy.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/images/cut.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/images/new.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/images/open.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/images/paste.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/images/save.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/mdi.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/menus.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/menus.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/recentfiles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/recentfiles.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/images/new.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/images/open.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/images/paste.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/images/save.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/sdi.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/blockingfortuneclient.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/blockingfortuneclient.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/broadcastreceiver.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/broadcastreceiver.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/broadcastsender.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/broadcastsender.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/fortuneclient.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/fortuneclient.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/fortuneserver.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/fortuneserver.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp/ftp.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp/ftp.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp/ftp.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp/images/cdtoparent.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp/images/dir.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp/images/file.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/http/authenticationdialog.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/http/http.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/http/http.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/loopback.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/loopback.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/threadedfortuneserver.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/threadedfortuneserver.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/2dpainting.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/2dpainting.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/grabber.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/grabber.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/hellogl.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/hellogl.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/overpainting.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/overpainting.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/samplebuffers.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/samplebuffers.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/images/side1.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/images/side2.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/images/side3.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/images/side4.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/images/side5.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/images/side6.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/textures.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/textures.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/textures.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/concentriccircles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/concentriccircles.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/painterpaths.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/painterpaths.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer/files/bubbles.svg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/transformations.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/transformations.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/phonon/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/phonon/capabilities.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/phonon/capabilities.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/phonon/musicplayer.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/phonon/musicplayer.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyuic/demo.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyuic/load_ui1.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyuic/load_ui1.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyuic/load_ui2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyuic/load_ui2.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/calendar.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/calendar.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/orderform.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/orderform.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/textobject/files/heart.svg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/textobject/textobject.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/textobject/textobject.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script/helloscript.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script/helloscript.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/cachedtable.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/cachedtable.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/connection.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/connection.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/querymodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/querymodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/relationaltablemodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/relationaltablemodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/tablemodel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/tablemodel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads/mandelbrot.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads/mandelbrot.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads/semaphores.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads/semaphores.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads/waitconditions.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads/waitconditions.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/codecs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/codecs.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16be.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16le.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/i18n.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/i18n.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/i18n.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.qm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/regexp.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/regexp.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor/inifiles/licensepage.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor/inifiles/qsa.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part1.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part4.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part5.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part6.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part7.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/analogclock.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/analogclock.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/calculator.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/calculator.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/charactermap.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/charactermap.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/digitalclock.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/digitalclock.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/groupbox.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/groupbox.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/icons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/icons.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/designer.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/find_disabled.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/find_normal.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_128x128.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_16x16.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_32x32.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_64x64.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_128x128.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_16x16.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_32x32.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_64x64.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_16x16.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_32x32.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_48x48.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/imageviewer.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/imageviewer.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/lineedits.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/lineedits.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/animation.mng
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/movie.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/movie.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/scribble.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/scribble.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/shapedclock.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/shapedclock.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/sliders.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/sliders.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/spinboxes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/spinboxes.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/styles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/styles.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tetrix.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tetrix.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips/images/circle.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips/images/square.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips/images/triangle.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips/tooltips.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/wiggly.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/wiggly.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/windowflags.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/windowflags.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/dombookmarks/frank.xbel
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/dombookmarks/jennifer.xbel
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/saxbookmarks/frank.xbel
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/saxbookmarks/jennifer.xbel
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/contact.xsd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_contact.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_order.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_recipe.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/order.xsd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/recipe.xsd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_contact.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_order.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_recipe.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/schema.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/schema.qrc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/schema.ui
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xmlpatterns/schema/files
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xmlpatterns/schema
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xmlpatterns
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xml/saxbookmarks
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xml/dombookmarks
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xml
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/tooltips/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/tooltips
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/movie
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/icons/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/icons
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/addressbook
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tools/settingseditor/inifiles
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tools/settingseditor
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tools/i18n/translations
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tools/i18n
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tools/codecs/encodedfiles
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tools/codecs
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tools
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/threads
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sql
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/script
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/richtext/textobject/files
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/richtext/textobject
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/richtext
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pyuic
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/phonon
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/painting/svgviewer/files
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/painting/svgviewer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/painting/basicdrawing/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/painting/basicdrawing
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/painting
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/opengl/textures/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/opengl/textures
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/opengl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/network/http
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/network/ftp/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/network/ftp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/network
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows/sdi/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows/sdi
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows/mdi/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows/mdi
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows/dockwidgets/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows/dockwidgets
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows/application/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows/application
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mainwindows
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/layouts
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/itemviews/simpletreemodel
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/itemviews/puzzle
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/itemviews/pixelator/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/itemviews/pixelator
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/itemviews/editabletreemodel
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/itemviews/chart
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/itemviews
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview/padnavigator/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview/padnavigator
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview/dragdroprobot/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview/dragdroprobot
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview/diagramscene/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview/diagramscene
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview/collidingmice/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview/collidingmice
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphicsview
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/effects
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/draganddrop/puzzle
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/draganddrop/fridgemagnets
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/draganddrop/draggabletext
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/draganddrop/draggableicons/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/draganddrop/draggableicons
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/draganddrop
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dialogs/configdialog/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dialogs/configdialog
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dialogs/classwizard/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dialogs/classwizard
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dialogs
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/desktop/systray/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/desktop/systray
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/desktop
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/designer/plugins/widgets
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/designer/plugins/python
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/designer/plugins
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/designer/calculatorform
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/designer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/qtdemo/xml
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/qtdemo/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/qtdemo
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/embeddeddialogs
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/stickman/animations
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/stickman
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/states
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/easing/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/easing
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/appchooser
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/animatedtiles/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation/animatedtiles
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/animation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/activeqt/webbrowser/icons
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/activeqt/webbrowser
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/activeqt
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|