diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-13 18:15:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-13 18:15:58 +0000 |
commit | 71fee7a28f398a2397323d85043fe27f64592ff3 (patch) | |
tree | 1bd1d6b6cd839caa689ea882fe31da6bd8c7ae79 /misc/py-qt4-demo | |
parent | 3a031558959ee2330ba8253b9752de0ea489d195 (diff) | |
download | ports-71fee7a28f398a2397323d85043fe27f64592ff3.tar.gz ports-71fee7a28f398a2397323d85043fe27f64592ff3.zip |
Notes
Diffstat (limited to 'misc/py-qt4-demo')
-rw-r--r-- | misc/py-qt4-demo/Makefile | 29 | ||||
-rw-r--r-- | misc/py-qt4-demo/distinfo | 6 | ||||
-rw-r--r-- | misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py | 22 | ||||
-rw-r--r-- | misc/py-qt4-demo/pkg-plist | 1103 |
4 files changed, 596 insertions, 564 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile index 1723acb83421..382633f67bb8 100644 --- a/misc/py-qt4-demo/Makefile +++ b/misc/py-qt4-demo/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ PORTNAME= demo -PORTVERSION= 4.2 -PORTREVISION= 1 +PORTVERSION= 4.3 +PORTREVISION= # zero CATEGORIES= misc devel python MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ \ http://freebsd.ricin.com/ports/distfiles/ @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- DISTNAME= PyQt-x11-gpl-${PORTVERSION} MAINTAINER= danny@ricin.com -COMMENT= Python bindings for the Qt4 toolkit, demo and examples +COMMENT= Python bindings for the Qt4 toolkit, demo and other examples USE_PYTHON= yes @@ -32,12 +32,12 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtCore.so:${PORTSDIR}/devel/py-qt4-core ${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4-xml \ ${PYTHON_SITELIBDIR}/PyQt4/QtAssistant.so:${PORTSDIR}/devel/py-qt4-assistant \ ${PYTHON_SITELIBDIR}/PyQt4/QtOpenGL.so:${PORTSDIR}/x11/py-qt4-opengl \ - ${PYTHON_SITELIBDIR}/PyQt4/Qsci.so:${PORTSDIR}/devel/py-qt4-qscintilla2 \ + ${PYTHON_SITELIBDIR}/PyQt4/QtScript.so:${PORTSDIR}/devel/py-qt4-script \ ${PYTHON_SITELIBDIR}/PyQt4/QtSql.so:${PORTSDIR}/databases/py-qt4-sql \ ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_SITELIBDIR}/PyQt4/QtTest.so:${PORTSDIR}/devel/py-qt4-test \ ${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:${PORTSDIR}/devel/py-qt4-designer \ - ${LOCALBASE}/lib/plugins/designer/libpythonplugin.so:${PORTSDIR}/devel/py-qt4-designerplugin \ + ${LOCALBASE}/lib/qt4/plugins/designer/libpythonplugin.so:${PORTSDIR}/devel/py-qt4-designerplugin \ ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbus .if !defined(NOPORTDOCS) RUN_DEPENDS+= ${LOCALBASE}/share/doc/py-qt4/pyqt4ref.html:${PORTSDIR}/misc/py-qt4-doc @@ -45,13 +45,20 @@ RUN_DEPENDS+= ${LOCALBASE}/share/doc/py-qt4/pyqt4ref.html:${PORTSDIR}/misc/py-qt .endif do-build: - ( cd ${WRKSRC}/examples && \ - ${PYTHON_CMD} ${PYTHON_LIBDIR}/py_compile.py \ - `ls */*.py */*/*.py */*/*/*.py` ) +.if !defined(NOPORTEXAMPLES) + cd ${WRKSRC}/examples &&\ + ${PYTHON_CMD} ${PYTHON_LIBDIR}/py_compile.py\ + `ls */*.py */*/*.py */*/*/*.py` +.endif do-install: - ( cd ${WRKSRC} && \ - ${MKDIR} -m 0755 ${EXAMPLESDIR} && \ - ${CP} -R examples/ ${EXAMPLESDIR} ) +.if !defined(NOPORTEXAMPLES) + cd ${WRKSRC} &&\ + ${RM} -f examples/designer/plugins/plugins.py.orig &&\ + ${MKDIR} ${EXAMPLESDIR} &&\ + ${CP} -R examples/ ${EXAMPLESDIR} +.else + @${ECHO} "NOPORTEXAMPLES is set -- installing nothing." +.endif .include <bsd.port.post.mk> diff --git a/misc/py-qt4-demo/distinfo b/misc/py-qt4-demo/distinfo index 3317bc659e04..504192030ea8 100644 --- a/misc/py-qt4-demo/distinfo +++ b/misc/py-qt4-demo/distinfo @@ -1,3 +1,3 @@ -MD5 (PyQt-x11-gpl-4.2.tar.gz) = af4baa7f7441914f9a527ef3cf788fef -SHA256 (PyQt-x11-gpl-4.2.tar.gz) = 6fa8a853a66ae500f36629793e7d4c54896c7ccf6337c2b90ea0175b28aa7ae6 -SIZE (PyQt-x11-gpl-4.2.tar.gz) = 5661258 +MD5 (PyQt-x11-gpl-4.3.tar.gz) = 3bb0c0064dc6b8b80413f87a14e5553c +SHA256 (PyQt-x11-gpl-4.3.tar.gz) = c184c3df596c13e9ed610aa8fa0504881976c4d972ccab1b739738a95f4ab0e5 +SIZE (PyQt-x11-gpl-4.3.tar.gz) = 6036193 diff --git a/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py b/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py new file mode 100644 index 000000000000..f0a5ae585442 --- /dev/null +++ b/misc/py-qt4-demo/files/patch-examples__designer__plugins__plugins.py @@ -0,0 +1,22 @@ +--- examples/designer/plugins/plugins.py.orig Thu Aug 9 23:42:04 2007 ++++ examples/designer/plugins/plugins.py Thu Aug 9 23:47:13 2007 +@@ -11,6 +11,10 @@ + + from PyQt4 import QtCore, QtGui + ++# FreeBSD check ++freebsd = False ++if sys.platform[:-1] == 'freebsd': freebsd = True ++ + + # Set a specified environment variable with a directory name. + def setEnvironment(env, var_name, dir_name): +@@ -56,6 +60,8 @@ + + if sys.platform == "darwin": + designer_bin.append("/Designer.app/Contents/MacOS/Designer") ++elif freebsd: ++ designer_bin.append("/designer-qt4") + else: + designer_bin.append("/designer") + diff --git a/misc/py-qt4-demo/pkg-plist b/misc/py-qt4-demo/pkg-plist index 937cb7749716..bc2e20e17aa8 100644 --- a/misc/py-qt4-demo/pkg-plist +++ b/misc/py-qt4-demo/pkg-plist @@ -1,550 +1,553 @@ -%%EXAMPLESDIR%%/README -%%EXAMPLESDIR%%/activeqt/README -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image0.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image1.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image2.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image3.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image4.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image5.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.py -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc -%%EXAMPLESDIR%%/designer/README -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc -%%EXAMPLESDIR%%/designer/plugins/plugins.py -%%EXAMPLESDIR%%/designer/plugins/plugins.pyc -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.py -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc -%%EXAMPLESDIR%%/dialogs/README -%%EXAMPLESDIR%%/dialogs/complexwizard.py -%%EXAMPLESDIR%%/dialogs/complexwizard.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/images/config.png -%%EXAMPLESDIR%%/dialogs/configdialog/images/query.png -%%EXAMPLESDIR%%/dialogs/configdialog/images/update.png -%%EXAMPLESDIR%%/dialogs/extension.py -%%EXAMPLESDIR%%/dialogs/extension.pyc -%%EXAMPLESDIR%%/dialogs/findfiles.py -%%EXAMPLESDIR%%/dialogs/findfiles.pyc -%%EXAMPLESDIR%%/dialogs/simplewizard.py -%%EXAMPLESDIR%%/dialogs/simplewizard.pyc -%%EXAMPLESDIR%%/dialogs/standarddialogs.py -%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc -%%EXAMPLESDIR%%/dialogs/tabdialog.py -%%EXAMPLESDIR%%/dialogs/tabdialog.pyc -%%EXAMPLESDIR%%/draganddrop/README -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt -%%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyc -%%EXAMPLESDIR%%/graphicsview/README -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyc -%%EXAMPLESDIR%%/graphicsview/elasticnodes.py -%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc -%%EXAMPLESDIR%%/itemviews/README -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart.py -%%EXAMPLESDIR%%/itemviews/chart/chart.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart.qrc -%%EXAMPLESDIR%%/itemviews/chart/chart_rc.py -%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyc -%%EXAMPLESDIR%%/itemviews/chart/mydata.cht -%%EXAMPLESDIR%%/itemviews/chart/qtdata.cht -%%EXAMPLESDIR%%/itemviews/dirview.py -%%EXAMPLESDIR%%/itemviews/dirview.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png -%%EXAMPLESDIR%%/itemviews/pixelator/images.qrc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/example.jpg -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyc -%%EXAMPLESDIR%%/itemviews/simpledommodel.py -%%EXAMPLESDIR%%/itemviews/simpledommodel.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc -%%EXAMPLESDIR%%/layouts/README -%%EXAMPLESDIR%%/layouts/basiclayout.py -%%EXAMPLESDIR%%/layouts/basiclayout.pyc -%%EXAMPLESDIR%%/layouts/borderlayout.py -%%EXAMPLESDIR%%/layouts/borderlayout.pyc -%%EXAMPLESDIR%%/layouts/flowlayout.py -%%EXAMPLESDIR%%/layouts/flowlayout.pyc -%%EXAMPLESDIR%%/mainwindows/README -%%EXAMPLESDIR%%/mainwindows/application/application.py -%%EXAMPLESDIR%%/mainwindows/application/application.pyc -%%EXAMPLESDIR%%/mainwindows/application/application.qrc -%%EXAMPLESDIR%%/mainwindows/application/application_rc.py -%%EXAMPLESDIR%%/mainwindows/application/application_rc.pyc -%%EXAMPLESDIR%%/mainwindows/application/images/copy.png -%%EXAMPLESDIR%%/mainwindows/application/images/cut.png -%%EXAMPLESDIR%%/mainwindows/application/images/new.png -%%EXAMPLESDIR%%/mainwindows/application/images/open.png -%%EXAMPLESDIR%%/mainwindows/application/images/paste.png -%%EXAMPLESDIR%%/mainwindows/application/images/save.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/undo.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/copy.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/cut.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/new.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/open.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/paste.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/save.png -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyc -%%EXAMPLESDIR%%/mainwindows/menus.py -%%EXAMPLESDIR%%/mainwindows/menus.pyc -%%EXAMPLESDIR%%/mainwindows/recentfiles.py -%%EXAMPLESDIR%%/mainwindows/recentfiles.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/new.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/open.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/paste.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/save.png -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyc -%%EXAMPLESDIR%%/network/README -%%EXAMPLESDIR%%/network/blockingfortuneclient.py -%%EXAMPLESDIR%%/network/blockingfortuneclient.pyc -%%EXAMPLESDIR%%/network/broadcastreceiver.py -%%EXAMPLESDIR%%/network/broadcastreceiver.pyc -%%EXAMPLESDIR%%/network/broadcastsender.py -%%EXAMPLESDIR%%/network/broadcastsender.pyc -%%EXAMPLESDIR%%/network/fortuneclient.py -%%EXAMPLESDIR%%/network/fortuneclient.pyc -%%EXAMPLESDIR%%/network/fortuneserver.py -%%EXAMPLESDIR%%/network/fortuneserver.pyc -%%EXAMPLESDIR%%/network/ftp/ftp.py -%%EXAMPLESDIR%%/network/ftp/ftp.pyc -%%EXAMPLESDIR%%/network/ftp/ftp.qrc -%%EXAMPLESDIR%%/network/ftp/ftp_rc.py -%%EXAMPLESDIR%%/network/ftp/ftp_rc.pyc -%%EXAMPLESDIR%%/network/ftp/images/cdtoparent.png -%%EXAMPLESDIR%%/network/ftp/images/dir.png -%%EXAMPLESDIR%%/network/ftp/images/file.png -%%EXAMPLESDIR%%/network/http.py -%%EXAMPLESDIR%%/network/http.pyc -%%EXAMPLESDIR%%/network/loopback.py -%%EXAMPLESDIR%%/network/loopback.pyc -%%EXAMPLESDIR%%/network/threadedfortuneserver.py -%%EXAMPLESDIR%%/network/threadedfortuneserver.pyc -%%EXAMPLESDIR%%/opengl/2dpainting.py -%%EXAMPLESDIR%%/opengl/2dpainting.pyc -%%EXAMPLESDIR%%/opengl/README -%%EXAMPLESDIR%%/opengl/grabber.py -%%EXAMPLESDIR%%/opengl/grabber.pyc -%%EXAMPLESDIR%%/opengl/hellogl.py -%%EXAMPLESDIR%%/opengl/hellogl.pyc -%%EXAMPLESDIR%%/opengl/overpainting.py -%%EXAMPLESDIR%%/opengl/overpainting.pyc -%%EXAMPLESDIR%%/opengl/samplebuffers.py -%%EXAMPLESDIR%%/opengl/samplebuffers.pyc -%%EXAMPLESDIR%%/opengl/textures/images/side1.png -%%EXAMPLESDIR%%/opengl/textures/images/side2.png -%%EXAMPLESDIR%%/opengl/textures/images/side3.png -%%EXAMPLESDIR%%/opengl/textures/images/side4.png -%%EXAMPLESDIR%%/opengl/textures/images/side5.png -%%EXAMPLESDIR%%/opengl/textures/images/side6.png -%%EXAMPLESDIR%%/opengl/textures/textures.py -%%EXAMPLESDIR%%/opengl/textures/textures.pyc -%%EXAMPLESDIR%%/opengl/textures/textures.qrc -%%EXAMPLESDIR%%/opengl/textures/textures_rc.py -%%EXAMPLESDIR%%/opengl/textures/textures_rc.pyc -%%EXAMPLESDIR%%/painting/README -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png -%%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png -%%EXAMPLESDIR%%/painting/concentriccircles.py -%%EXAMPLESDIR%%/painting/concentriccircles.pyc -%%EXAMPLESDIR%%/painting/painterpaths.py -%%EXAMPLESDIR%%/painting/painterpaths.pyc -%%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg -%%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyc -%%EXAMPLESDIR%%/painting/transformations.py -%%EXAMPLESDIR%%/painting/transformations.pyc -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc -%%EXAMPLESDIR%%/pyuic/demo.ui -%%EXAMPLESDIR%%/pyuic/load_ui1.py -%%EXAMPLESDIR%%/pyuic/load_ui1.pyc -%%EXAMPLESDIR%%/pyuic/load_ui2.py -%%EXAMPLESDIR%%/pyuic/load_ui2.pyc -%%EXAMPLESDIR%%/richtext/README -%%EXAMPLESDIR%%/richtext/calendar.py -%%EXAMPLESDIR%%/richtext/calendar.pyc -%%EXAMPLESDIR%%/richtext/orderform.py -%%EXAMPLESDIR%%/richtext/orderform.pyc -%%EXAMPLESDIR%%/richtext/syntaxhighlighter/examples/example -%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.py -%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.pyc -%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.qrc -%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter_rc.py -%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter_rc.pyc -%%EXAMPLESDIR%%/sql/README -%%EXAMPLESDIR%%/sql/cachedtable.py -%%EXAMPLESDIR%%/sql/cachedtable.pyc -%%EXAMPLESDIR%%/sql/connection.py -%%EXAMPLESDIR%%/sql/connection.pyc -%%EXAMPLESDIR%%/sql/querymodel.py -%%EXAMPLESDIR%%/sql/querymodel.pyc -%%EXAMPLESDIR%%/sql/relationaltablemode.py -%%EXAMPLESDIR%%/sql/relationaltablemode.pyc -%%EXAMPLESDIR%%/sql/tablemodel.py -%%EXAMPLESDIR%%/sql/tablemodel.pyc -%%EXAMPLESDIR%%/threads/README -%%EXAMPLESDIR%%/threads/mandelbrot.py -%%EXAMPLESDIR%%/threads/mandelbrot.pyc -%%EXAMPLESDIR%%/threads/semaphores.py -%%EXAMPLESDIR%%/threads/semaphores.pyc -%%EXAMPLESDIR%%/threads/waitconditions.py -%%EXAMPLESDIR%%/threads/waitconditions.pyc -%%EXAMPLESDIR%%/tools/README -%%EXAMPLESDIR%%/tools/codecs/codecs.py -%%EXAMPLESDIR%%/tools/codecs/codecs.pyc -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16be.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16le.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt -%%EXAMPLESDIR%%/tools/i18n/i18n.py -%%EXAMPLESDIR%%/tools/i18n/i18n.pyc -%%EXAMPLESDIR%%/tools/i18n/i18n.qrc -%%EXAMPLESDIR%%/tools/i18n/i18n_rc.py -%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyc -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts -%%EXAMPLESDIR%%/tools/qtdemo/demos.xml -%%EXAMPLESDIR%%/tools/qtdemo/displayshape.py -%%EXAMPLESDIR%%/tools/qtdemo/displayshape.pyc -%%EXAMPLESDIR%%/tools/qtdemo/displaywidget.py -%%EXAMPLESDIR%%/tools/qtdemo/displaywidget.pyc -%%EXAMPLESDIR%%/tools/qtdemo/examples.xml -%%EXAMPLESDIR%%/tools/qtdemo/images/qt4-logo.png -%%EXAMPLESDIR%%/tools/qtdemo/images/rb-logo.png -%%EXAMPLESDIR%%/tools/qtdemo/launcher.py -%%EXAMPLESDIR%%/tools/qtdemo/launcher.pyc -%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.py -%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.pyc -%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.qrc -%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.rc -%%EXAMPLESDIR%%/tools/qtdemo/qtdemo_rc.py -%%EXAMPLESDIR%%/tools/qtdemo/qtdemo_rc.pyc -%%EXAMPLESDIR%%/tools/regexp.py -%%EXAMPLESDIR%%/tools/regexp.pyc -%%EXAMPLESDIR%%/tools/settingseditor/inifiles/troll.ini -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc -%%EXAMPLESDIR%%/tutorial/README -%%EXAMPLESDIR%%/tutorial/t1.py -%%EXAMPLESDIR%%/tutorial/t1.pyc -%%EXAMPLESDIR%%/tutorial/t10.py -%%EXAMPLESDIR%%/tutorial/t10.pyc -%%EXAMPLESDIR%%/tutorial/t11.py -%%EXAMPLESDIR%%/tutorial/t11.pyc -%%EXAMPLESDIR%%/tutorial/t12.py -%%EXAMPLESDIR%%/tutorial/t12.pyc -%%EXAMPLESDIR%%/tutorial/t13.py -%%EXAMPLESDIR%%/tutorial/t13.pyc -%%EXAMPLESDIR%%/tutorial/t14.py -%%EXAMPLESDIR%%/tutorial/t14.pyc -%%EXAMPLESDIR%%/tutorial/t2.py -%%EXAMPLESDIR%%/tutorial/t2.pyc -%%EXAMPLESDIR%%/tutorial/t3.py -%%EXAMPLESDIR%%/tutorial/t3.pyc -%%EXAMPLESDIR%%/tutorial/t4.py -%%EXAMPLESDIR%%/tutorial/t4.pyc -%%EXAMPLESDIR%%/tutorial/t5.py -%%EXAMPLESDIR%%/tutorial/t5.pyc -%%EXAMPLESDIR%%/tutorial/t6.py -%%EXAMPLESDIR%%/tutorial/t6.pyc -%%EXAMPLESDIR%%/tutorial/t7.py -%%EXAMPLESDIR%%/tutorial/t7.pyc -%%EXAMPLESDIR%%/tutorial/t8.py -%%EXAMPLESDIR%%/tutorial/t8.pyc -%%EXAMPLESDIR%%/tutorial/t9.py -%%EXAMPLESDIR%%/tutorial/t9.pyc -%%EXAMPLESDIR%%/widgets/README -%%EXAMPLESDIR%%/widgets/analogclock.py -%%EXAMPLESDIR%%/widgets/analogclock.pyc -%%EXAMPLESDIR%%/widgets/calculator.py -%%EXAMPLESDIR%%/widgets/calculator.pyc -%%EXAMPLESDIR%%/widgets/charactermap.py -%%EXAMPLESDIR%%/widgets/charactermap.pyc -%%EXAMPLESDIR%%/widgets/digitalclock.py -%%EXAMPLESDIR%%/widgets/digitalclock.pyc -%%EXAMPLESDIR%%/widgets/groupbox.py -%%EXAMPLESDIR%%/widgets/groupbox.pyc -%%EXAMPLESDIR%%/widgets/icons/icons.py -%%EXAMPLESDIR%%/widgets/icons/icons.pyc -%%EXAMPLESDIR%%/widgets/icons/images/designer.png -%%EXAMPLESDIR%%/widgets/icons/images/find_disabled.png -%%EXAMPLESDIR%%/widgets/icons/images/find_normal.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_128x128.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_64x64.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_128x128.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_64x64.png -%%EXAMPLESDIR%%/widgets/icons/images/qtopia_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/qtopia_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/qtopia_48x48.png -%%EXAMPLESDIR%%/widgets/imageviewer.py -%%EXAMPLESDIR%%/widgets/imageviewer.pyc -%%EXAMPLESDIR%%/widgets/lineedits.py -%%EXAMPLESDIR%%/widgets/lineedits.pyc -%%EXAMPLESDIR%%/widgets/movie/icons/eject.png -%%EXAMPLESDIR%%/widgets/movie/icons/play-pause.png -%%EXAMPLESDIR%%/widgets/movie/icons/quit.png -%%EXAMPLESDIR%%/widgets/movie/icons/stop.png -%%EXAMPLESDIR%%/widgets/movie/movie.py -%%EXAMPLESDIR%%/widgets/movie/movie.pyc -%%EXAMPLESDIR%%/widgets/movie/movie.qrc -%%EXAMPLESDIR%%/widgets/movie/movie_rc.py -%%EXAMPLESDIR%%/widgets/movie/movie_rc.pyc -%%EXAMPLESDIR%%/widgets/screenshot.py -%%EXAMPLESDIR%%/widgets/screenshot.pyc -%%EXAMPLESDIR%%/widgets/scribble.py -%%EXAMPLESDIR%%/widgets/scribble.pyc -%%EXAMPLESDIR%%/widgets/shapedclock.py -%%EXAMPLESDIR%%/widgets/shapedclock.pyc -%%EXAMPLESDIR%%/widgets/sliders.py -%%EXAMPLESDIR%%/widgets/sliders.pyc -%%EXAMPLESDIR%%/widgets/spinboxes.py -%%EXAMPLESDIR%%/widgets/spinboxes.pyc -%%EXAMPLESDIR%%/widgets/styles.py -%%EXAMPLESDIR%%/widgets/styles.pyc -%%EXAMPLESDIR%%/widgets/tetrix.py -%%EXAMPLESDIR%%/widgets/tetrix.pyc -%%EXAMPLESDIR%%/widgets/tooltips/images/circle.png -%%EXAMPLESDIR%%/widgets/tooltips/images/square.png -%%EXAMPLESDIR%%/widgets/tooltips/images/triangle.png -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyc -%%EXAMPLESDIR%%/widgets/wiggly.py -%%EXAMPLESDIR%%/widgets/wiggly.pyc -%%EXAMPLESDIR%%/widgets/windowflags.py -%%EXAMPLESDIR%%/widgets/windowflags.pyc -%%EXAMPLESDIR%%/xml/README -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.py -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.pyc -%%EXAMPLESDIR%%/xml/dombookmarks/frank.xbel -%%EXAMPLESDIR%%/xml/dombookmarks/jennifer.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/frank.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/jennifer.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.py -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.pyc -@dirrm %%EXAMPLESDIR%%/activeqt/webbrowser/icons -@dirrm %%EXAMPLESDIR%%/activeqt/webbrowser -@dirrm %%EXAMPLESDIR%%/activeqt -@dirrm %%EXAMPLESDIR%%/designer/calculatorform -@dirrm %%EXAMPLESDIR%%/designer/plugins/python -@dirrm %%EXAMPLESDIR%%/designer/plugins/widgets -@dirrm %%EXAMPLESDIR%%/designer/plugins -@dirrm %%EXAMPLESDIR%%/designer -@dirrm %%EXAMPLESDIR%%/dialogs/configdialog/images -@dirrm %%EXAMPLESDIR%%/dialogs/configdialog -@dirrm %%EXAMPLESDIR%%/dialogs -@dirrm %%EXAMPLESDIR%%/draganddrop/draggableicons/images -@dirrm %%EXAMPLESDIR%%/draganddrop/draggableicons -@dirrm %%EXAMPLESDIR%%/draganddrop/draggabletext -@dirrm %%EXAMPLESDIR%%/draganddrop/fridgemagnets -@dirrm %%EXAMPLESDIR%%/draganddrop/puzzle -@dirrm %%EXAMPLESDIR%%/draganddrop -@dirrm %%EXAMPLESDIR%%/graphicsview/collidingmice/images -@dirrm %%EXAMPLESDIR%%/graphicsview/collidingmice -@dirrm %%EXAMPLESDIR%%/graphicsview -@dirrm %%EXAMPLESDIR%%/itemviews/chart -@dirrm %%EXAMPLESDIR%%/itemviews/pixelator/images -@dirrm %%EXAMPLESDIR%%/itemviews/pixelator -@dirrm %%EXAMPLESDIR%%/itemviews/puzzle -@dirrm %%EXAMPLESDIR%%/itemviews/simpletreemodel -@dirrm %%EXAMPLESDIR%%/itemviews/sortingmodel -@dirrm %%EXAMPLESDIR%%/itemviews -@dirrm %%EXAMPLESDIR%%/layouts -@dirrm %%EXAMPLESDIR%%/mainwindows/application/images -@dirrm %%EXAMPLESDIR%%/mainwindows/application -@dirrm %%EXAMPLESDIR%%/mainwindows/dockwidgets/images -@dirrm %%EXAMPLESDIR%%/mainwindows/dockwidgets -@dirrm %%EXAMPLESDIR%%/mainwindows/mdi/images -@dirrm %%EXAMPLESDIR%%/mainwindows/mdi -@dirrm %%EXAMPLESDIR%%/mainwindows/sdi/images -@dirrm %%EXAMPLESDIR%%/mainwindows/sdi -@dirrm %%EXAMPLESDIR%%/mainwindows -@dirrm %%EXAMPLESDIR%%/network/ftp/images -@dirrm %%EXAMPLESDIR%%/network/ftp -@dirrm %%EXAMPLESDIR%%/network -@dirrm %%EXAMPLESDIR%%/opengl/textures/images -@dirrm %%EXAMPLESDIR%%/opengl/textures -@dirrm %%EXAMPLESDIR%%/opengl -@dirrm %%EXAMPLESDIR%%/painting/basicdrawing/images -@dirrm %%EXAMPLESDIR%%/painting/basicdrawing -@dirrm %%EXAMPLESDIR%%/painting/svgviewer/files -@dirrm %%EXAMPLESDIR%%/painting/svgviewer -@dirrm %%EXAMPLESDIR%%/painting -@dirrm %%EXAMPLESDIR%%/pyuic -@dirrm %%EXAMPLESDIR%%/richtext/syntaxhighlighter/examples -@dirrm %%EXAMPLESDIR%%/richtext/syntaxhighlighter -@dirrm %%EXAMPLESDIR%%/richtext -@dirrm %%EXAMPLESDIR%%/sql -@dirrm %%EXAMPLESDIR%%/threads -@dirrm %%EXAMPLESDIR%%/tools/codecs/encodedfiles -@dirrm %%EXAMPLESDIR%%/tools/codecs -@dirrm %%EXAMPLESDIR%%/tools/i18n/translations -@dirrm %%EXAMPLESDIR%%/tools/i18n -@dirrm %%EXAMPLESDIR%%/tools/qtdemo/images -@dirrm %%EXAMPLESDIR%%/tools/qtdemo -@dirrm %%EXAMPLESDIR%%/tools/settingseditor/inifiles/ -@dirrm %%EXAMPLESDIR%%/tools/settingseditor -@dirrm %%EXAMPLESDIR%%/tools -@dirrm %%EXAMPLESDIR%%/tutorial -@dirrm %%EXAMPLESDIR%%/widgets/icons/images -@dirrm %%EXAMPLESDIR%%/widgets/icons -@dirrm %%EXAMPLESDIR%%/widgets/movie/icons -@dirrm %%EXAMPLESDIR%%/widgets/movie -@dirrm %%EXAMPLESDIR%%/widgets/tooltips/images -@dirrm %%EXAMPLESDIR%%/widgets/tooltips -@dirrm %%EXAMPLESDIR%%/widgets -@dirrm %%EXAMPLESDIR%%/xml/dombookmarks -@dirrm %%EXAMPLESDIR%%/xml/saxbookmarks -@dirrm %%EXAMPLESDIR%%/xml -@dirrm %%EXAMPLESDIR%% +%%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/mainwindow_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyc +%%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%%/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/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/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/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/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%%/dialogs/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/complexwizard.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/complexwizard.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyc +%%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/simplewizard.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/simplewizard.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/standarddialogs.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/tabdialog.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/tabdialog.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/draggableicons_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyc +%%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/draggabletext_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyc +%%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/fridgemagnets_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyc +%%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%%/draganddrop/puzzle/puzzle_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/README +%%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/collidingmice/mice_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/elasticnodes.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/elasticnodes.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/chart_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyc +%%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/pixelator/images/qt.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/images.qrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyc +%%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/puzzle/puzzle_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyc +%%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/simpletreemodel/simpletreemodel_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/basiclayout.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts/basiclayout.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/application_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/application_rc.pyc +%%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/dockwidgets_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyc +%%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/mdi/mdi_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyc +%%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%%/mainwindows/sdi/sdi_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyc +%%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/ftp_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp/ftp_rc.pyc +%%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.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/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%%/opengl/textures/textures_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/textures_rc.pyc +%%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/basicdrawing_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyc +%%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/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/svgviewer/svgviewer_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/transformations.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/transformations.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/examples/example +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.qrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter_rc.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/relationaltablemode.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql/relationaltablemode.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/i18n_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyc +%%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/qtdemo/demos.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/displayshape.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/displayshape.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/displaywidget.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/displaywidget.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/examples.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/images/qt4-logo.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/images/rb-logo.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/launcher.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/launcher.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.qrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/qtdemo_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/qtdemo_rc.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/regexp.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/regexp.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor/inifiles/troll.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t1.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t1.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t10.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t10.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t11.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t11.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t12.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t12.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t13.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t13.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t14.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t14.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t2.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t2.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t3.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t3.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t4.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t4.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t5.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t5.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t6.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t6.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t7.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t7.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t8.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t8.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t9.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/t9.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/qtopia_16x16.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/qtopia_32x32.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images/qtopia_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/icons/eject.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/icons/play-pause.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/icons/quit.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/icons/stop.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/movie.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/movie.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/movie.qrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/movie_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/movie_rc.pyc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/screenshot.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/screenshot.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/tooltips/tooltips_rc.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyc +%%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 +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser/icons +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt/webbrowser +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/activeqt +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/calculatorform +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/python +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins/widgets +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer/plugins +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/designer +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs/configdialog +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggableicons +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/draggabletext +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/fridgemagnets +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop/puzzle +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/draganddrop +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/collidingmice/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview/collidingmice +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphicsview +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/chart +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/pixelator +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/puzzle +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews/simpletreemodel +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/itemviews +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/layouts +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/application +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/dockwidgets +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/mdi +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows/sdi +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mainwindows +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/network/ftp +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/network +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/textures +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/basicdrawing/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/basicdrawing +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer/files +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting/svgviewer +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/painting +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyuic +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter/examples +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext/syntaxhighlighter +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/richtext +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/script +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs/encodedfiles +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/codecs +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n/translations +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/i18n +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/qtdemo +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor/inifiles/ +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools/settingseditor +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tools +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/icons +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie/icons +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/movie +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips/images +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/tooltips +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/dombookmarks +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/saxbookmarks +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml +@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%% |