FreeBSD Bugzilla – Attachment 75983 Details for
Bug 109634
[new port] misc/py-qt4-demo: PyQt4 bindings, Qt Demo port and examples
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
20-py-qt4-demo.shar
20-py-qt4-demo.shar (text/plain), 29.25 KB, created by
Danny Pansters
on 2007-02-27 18:10:17 UTC
(
hide
)
Description:
20-py-qt4-demo.shar
Filename:
MIME Type:
Creator:
Danny Pansters
Created:
2007-02-27 18:10:17 UTC
Size:
29.25 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># /usr/ports/misc/py-qt4-demo ># /usr/ports/misc/py-qt4-demo/pkg-descr ># /usr/ports/misc/py-qt4-demo/distinfo ># /usr/ports/misc/py-qt4-demo/Makefile ># /usr/ports/misc/py-qt4-demo/pkg-plist ># >echo c - /usr/ports/misc/py-qt4-demo >mkdir -p /usr/ports/misc/py-qt4-demo > /dev/null 2>&1 >echo x - /usr/ports/misc/py-qt4-demo/pkg-descr >sed 's/^X//' >/usr/ports/misc/py-qt4-demo/pkg-descr << 'END-of-/usr/ports/misc/py-qt4-demo/pkg-descr' >XPyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. >XThis package provides the PyQt4 demo and examples. >X >XWWW: http://www.riverbankcomputing.co.uk/pyqt/ >END-of-/usr/ports/misc/py-qt4-demo/pkg-descr >echo x - /usr/ports/misc/py-qt4-demo/distinfo >sed 's/^X//' >/usr/ports/misc/py-qt4-demo/distinfo << 'END-of-/usr/ports/misc/py-qt4-demo/distinfo' >XMD5 (PyQt-x11-gpl-4-snapshot-20070225.tar.gz) = 89bc82feba24afe9bf3ea077e8f0cae2 >XSHA256 (PyQt-x11-gpl-4-snapshot-20070225.tar.gz) = d181fb50236885107863c6a0ab4c72cf54967b0711a1cd1aea3bff3e710f73af >XSIZE (PyQt-x11-gpl-4-snapshot-20070225.tar.gz) = 5620849 >END-of-/usr/ports/misc/py-qt4-demo/distinfo >echo x - /usr/ports/misc/py-qt4-demo/Makefile >sed 's/^X//' >/usr/ports/misc/py-qt4-demo/Makefile << 'END-of-/usr/ports/misc/py-qt4-demo/Makefile' >X# New ports collection makefile for: py-qt4-demo >X# Date created: 2007-02-20 >X# Whom: Danny Pansters <danny@ricin.com> >X# >X# $FreeBSD: Exp $ >X >XPORTNAME= demo >XPORTVERSION= 4.2 >XCATEGORIES= misc devel python >XMASTER_SITES= http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt4/ \ >X http://freebsd.ricin.com/ports/distfiles/ >XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- >XDISTNAME= PyQt-x11-gpl-4-snapshot-20070225 >X >XMAINTAINER= danny@ricin.com >XCOMMENT= Python bindings for the Qt4 toolkit, demo and examples >X >XUSE_PYTHON= yes >X >XOPTIONS= PYQT4 "Install any missing PyQt4 components" on >X >XOPTIONSFILE= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options >XEXAMPLESDIR= ${PREFIX}/share/examples/py-qt4 >X >X.include <bsd.port.pre.mk> >X >X.if !defined(WITHOUT_PYQT4) >XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtCore.so:${PORTSDIR}/devel/py-qt4-core \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4-xml \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtAssistant.so:${PORTSDIR}/devel/py-qt4-assistant \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtOpenGL.so:${PORTSDIR}/x11/py-qt4-opengl \ >X ${PYTHON_SITELIBDIR}/PyQt4/Qsci.so:${PORTSDIR}/devel/py-qt4-qscintilla2 \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtSql.so:${PORTSDIR}/databases/py-qt4-sql \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtTest.so:${PORTSDIR}/devel/py-qt4-test \ >X ${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:${PORTSDIR}/devel/py-qt4-designer \ >X ${LOCALBASE}/lib/plugins/designer/libpythonplugin.so:${PORTSDIR}/devel/py-qt4-designerplugin \ >X ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbus >X.endif >X.if !defined(NOPORTDOCS) >XRUN_DEPENDS+= ${LOCALBASE}/share/doc/py-qt4/pyqt4ref.html:${PORTSDIR}/misc/py-qt4-doc >X.endif >X >Xdo-build: >X ( cd ${WRKSRC}/examples && \ >X ${PYTHON_CMD} ${PYTHON_LIBDIR}/py_compile.py \ >X `ls */*.py */*/*.py */*/*/*.py` ) >X >Xdo-install: >X ( cd ${WRKSRC} && \ >X ${MKDIR} -m 0755 ${EXAMPLESDIR} && \ >X ${CP} -R examples/ ${EXAMPLESDIR} ) >X >X.include <bsd.port.post.mk> >END-of-/usr/ports/misc/py-qt4-demo/Makefile >echo x - /usr/ports/misc/py-qt4-demo/pkg-plist >sed 's/^X//' >/usr/ports/misc/py-qt4-demo/pkg-plist << 'END-of-/usr/ports/misc/py-qt4-demo/pkg-plist' >X%%EXAMPLESDIR%%/README >X%%EXAMPLESDIR%%/activeqt/README >X%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image0.xpm >X%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image1.xpm >X%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image2.xpm >X%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image3.xpm >X%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image4.xpm >X%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image5.xpm >X%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm >X%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc >X%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui >X%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.py >X%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyc >X%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py >X%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc >X%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py >X%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc >X%%EXAMPLESDIR%%/designer/README >X%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py >X%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc >X%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui >X%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py >X%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc >X%%EXAMPLESDIR%%/designer/plugins/plugins.py >X%%EXAMPLESDIR%%/designer/plugins/plugins.pyc >X%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py >X%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc >X%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py >X%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc >X%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py >X%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc >X%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py >X%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc >X%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.py >X%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyc >X%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py >X%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc >X%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py >X%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc >X%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py >X%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc >X%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py >X%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc >X%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py >X%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc >X%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py >X%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc >X%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py >X%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc >X%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.py >X%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyc >X%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py >X%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc >X%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py >X%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc >X%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py >X%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc >X%%EXAMPLESDIR%%/dialogs/README >X%%EXAMPLESDIR%%/dialogs/complexwizard.py >X%%EXAMPLESDIR%%/dialogs/complexwizard.pyc >X%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py >X%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc >X%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc >X%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.py >X%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyc >X%%EXAMPLESDIR%%/dialogs/configdialog/images/config.png >X%%EXAMPLESDIR%%/dialogs/configdialog/images/query.png >X%%EXAMPLESDIR%%/dialogs/configdialog/images/update.png >X%%EXAMPLESDIR%%/dialogs/extension.py >X%%EXAMPLESDIR%%/dialogs/extension.pyc >X%%EXAMPLESDIR%%/dialogs/findfiles.py >X%%EXAMPLESDIR%%/dialogs/findfiles.pyc >X%%EXAMPLESDIR%%/dialogs/simplewizard.py >X%%EXAMPLESDIR%%/dialogs/simplewizard.pyc >X%%EXAMPLESDIR%%/dialogs/standarddialogs.py >X%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc >X%%EXAMPLESDIR%%/dialogs/tabdialog.py >X%%EXAMPLESDIR%%/dialogs/tabdialog.pyc >X%%EXAMPLESDIR%%/draganddrop/README >X%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py >X%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc >X%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc >X%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.py >X%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyc >X%%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png >X%%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png >X%%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png >X%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py >X%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc >X%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc >X%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.py >X%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyc >X%%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt >X%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py >X%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc >X%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc >X%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.py >X%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyc >X%%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt >X%%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg >X%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py >X%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc >X%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc >X%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.py >X%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyc >X%%EXAMPLESDIR%%/graphicsview/README >X%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py >X%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc >X%%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg >X%%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc >X%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.py >X%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyc >X%%EXAMPLESDIR%%/graphicsview/elasticnodes.py >X%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc >X%%EXAMPLESDIR%%/itemviews/README >X%%EXAMPLESDIR%%/itemviews/chart/chart.py >X%%EXAMPLESDIR%%/itemviews/chart/chart.pyc >X%%EXAMPLESDIR%%/itemviews/chart/chart.qrc >X%%EXAMPLESDIR%%/itemviews/chart/chart_rc.py >X%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyc >X%%EXAMPLESDIR%%/itemviews/chart/mydata.cht >X%%EXAMPLESDIR%%/itemviews/chart/qtdata.cht >X%%EXAMPLESDIR%%/itemviews/dirview.py >X%%EXAMPLESDIR%%/itemviews/dirview.pyc >X%%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png >X%%EXAMPLESDIR%%/itemviews/pixelator/images.qrc >X%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py >X%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc >X%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.py >X%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyc >X%%EXAMPLESDIR%%/itemviews/puzzle/example.jpg >X%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py >X%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc >X%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc >X%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.py >X%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyc >X%%EXAMPLESDIR%%/itemviews/simpledommodel.py >X%%EXAMPLESDIR%%/itemviews/simpledommodel.pyc >X%%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt >X%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py >X%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc >X%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc >X%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.py >X%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc >X%%EXAMPLESDIR%%/itemviews/sortingmodel/default.txt >X%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel.py >X%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel.pyc >X%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel.qrc >X%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel_rc.py >X%%EXAMPLESDIR%%/itemviews/sortingmodel/sortingmodel_rc.pyc >X%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py >X%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc >X%%EXAMPLESDIR%%/layouts/README >X%%EXAMPLESDIR%%/layouts/basiclayout.py >X%%EXAMPLESDIR%%/layouts/basiclayout.pyc >X%%EXAMPLESDIR%%/layouts/borderlayout.py >X%%EXAMPLESDIR%%/layouts/borderlayout.pyc >X%%EXAMPLESDIR%%/layouts/flowlayout.py >X%%EXAMPLESDIR%%/layouts/flowlayout.pyc >X%%EXAMPLESDIR%%/mainwindows/README >X%%EXAMPLESDIR%%/mainwindows/application/application.py >X%%EXAMPLESDIR%%/mainwindows/application/application.pyc >X%%EXAMPLESDIR%%/mainwindows/application/application.qrc >X%%EXAMPLESDIR%%/mainwindows/application/application_rc.py >X%%EXAMPLESDIR%%/mainwindows/application/application_rc.pyc >X%%EXAMPLESDIR%%/mainwindows/application/images/copy.png >X%%EXAMPLESDIR%%/mainwindows/application/images/cut.png >X%%EXAMPLESDIR%%/mainwindows/application/images/new.png >X%%EXAMPLESDIR%%/mainwindows/application/images/open.png >X%%EXAMPLESDIR%%/mainwindows/application/images/paste.png >X%%EXAMPLESDIR%%/mainwindows/application/images/save.png >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.py >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyc >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png >X%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/undo.png >X%%EXAMPLESDIR%%/mainwindows/mdi/images/copy.png >X%%EXAMPLESDIR%%/mainwindows/mdi/images/cut.png >X%%EXAMPLESDIR%%/mainwindows/mdi/images/new.png >X%%EXAMPLESDIR%%/mainwindows/mdi/images/open.png >X%%EXAMPLESDIR%%/mainwindows/mdi/images/paste.png >X%%EXAMPLESDIR%%/mainwindows/mdi/images/save.png >X%%EXAMPLESDIR%%/mainwindows/mdi/mdi.py >X%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc >X%%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc >X%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.py >X%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyc >X%%EXAMPLESDIR%%/mainwindows/menus.py >X%%EXAMPLESDIR%%/mainwindows/menus.pyc >X%%EXAMPLESDIR%%/mainwindows/recentfiles.py >X%%EXAMPLESDIR%%/mainwindows/recentfiles.pyc >X%%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png >X%%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png >X%%EXAMPLESDIR%%/mainwindows/sdi/images/new.png >X%%EXAMPLESDIR%%/mainwindows/sdi/images/open.png >X%%EXAMPLESDIR%%/mainwindows/sdi/images/paste.png >X%%EXAMPLESDIR%%/mainwindows/sdi/images/save.png >X%%EXAMPLESDIR%%/mainwindows/sdi/sdi.py >X%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc >X%%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc >X%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.py >X%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyc >X%%EXAMPLESDIR%%/network/README >X%%EXAMPLESDIR%%/network/blockingfortuneclient.py >X%%EXAMPLESDIR%%/network/blockingfortuneclient.pyc >X%%EXAMPLESDIR%%/network/broadcastreceiver.py >X%%EXAMPLESDIR%%/network/broadcastreceiver.pyc >X%%EXAMPLESDIR%%/network/broadcastsender.py >X%%EXAMPLESDIR%%/network/broadcastsender.pyc >X%%EXAMPLESDIR%%/network/fortuneclient.py >X%%EXAMPLESDIR%%/network/fortuneclient.pyc >X%%EXAMPLESDIR%%/network/fortuneserver.py >X%%EXAMPLESDIR%%/network/fortuneserver.pyc >X%%EXAMPLESDIR%%/network/ftp/ftp.py >X%%EXAMPLESDIR%%/network/ftp/ftp.pyc >X%%EXAMPLESDIR%%/network/ftp/ftp.qrc >X%%EXAMPLESDIR%%/network/ftp/ftp_rc.py >X%%EXAMPLESDIR%%/network/ftp/ftp_rc.pyc >X%%EXAMPLESDIR%%/network/ftp/images/cdtoparent.png >X%%EXAMPLESDIR%%/network/ftp/images/dir.png >X%%EXAMPLESDIR%%/network/ftp/images/file.png >X%%EXAMPLESDIR%%/network/http.py >X%%EXAMPLESDIR%%/network/http.pyc >X%%EXAMPLESDIR%%/network/loopback.py >X%%EXAMPLESDIR%%/network/loopback.pyc >X%%EXAMPLESDIR%%/network/threadedfortuneserver.py >X%%EXAMPLESDIR%%/network/threadedfortuneserver.pyc >X%%EXAMPLESDIR%%/opengl/2dpainting.py >X%%EXAMPLESDIR%%/opengl/2dpainting.pyc >X%%EXAMPLESDIR%%/opengl/README >X%%EXAMPLESDIR%%/opengl/grabber.py >X%%EXAMPLESDIR%%/opengl/grabber.pyc >X%%EXAMPLESDIR%%/opengl/hellogl.py >X%%EXAMPLESDIR%%/opengl/hellogl.pyc >X%%EXAMPLESDIR%%/opengl/overpainting.py >X%%EXAMPLESDIR%%/opengl/overpainting.pyc >X%%EXAMPLESDIR%%/opengl/samplebuffers.py >X%%EXAMPLESDIR%%/opengl/samplebuffers.pyc >X%%EXAMPLESDIR%%/opengl/textures/images/side1.png >X%%EXAMPLESDIR%%/opengl/textures/images/side2.png >X%%EXAMPLESDIR%%/opengl/textures/images/side3.png >X%%EXAMPLESDIR%%/opengl/textures/images/side4.png >X%%EXAMPLESDIR%%/opengl/textures/images/side5.png >X%%EXAMPLESDIR%%/opengl/textures/images/side6.png >X%%EXAMPLESDIR%%/opengl/textures/textures.py >X%%EXAMPLESDIR%%/opengl/textures/textures.pyc >X%%EXAMPLESDIR%%/opengl/textures/textures.qrc >X%%EXAMPLESDIR%%/opengl/textures/textures_rc.py >X%%EXAMPLESDIR%%/opengl/textures/textures_rc.pyc >X%%EXAMPLESDIR%%/painting/README >X%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py >X%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc >X%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc >X%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.py >X%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyc >X%%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png >X%%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png >X%%EXAMPLESDIR%%/painting/concentriccircles.py >X%%EXAMPLESDIR%%/painting/concentriccircles.pyc >X%%EXAMPLESDIR%%/painting/painterpaths.py >X%%EXAMPLESDIR%%/painting/painterpaths.pyc >X%%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg >X%%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg >X%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py >X%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc >X%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc >X%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.py >X%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyc >X%%EXAMPLESDIR%%/painting/transformations.py >X%%EXAMPLESDIR%%/painting/transformations.pyc >X%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py >X%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc >X%%EXAMPLESDIR%%/pyuic/demo.ui >X%%EXAMPLESDIR%%/pyuic/load_ui1.py >X%%EXAMPLESDIR%%/pyuic/load_ui1.pyc >X%%EXAMPLESDIR%%/pyuic/load_ui2.py >X%%EXAMPLESDIR%%/pyuic/load_ui2.pyc >X%%EXAMPLESDIR%%/richtext/README >X%%EXAMPLESDIR%%/richtext/calendar.py >X%%EXAMPLESDIR%%/richtext/calendar.pyc >X%%EXAMPLESDIR%%/richtext/orderform.py >X%%EXAMPLESDIR%%/richtext/orderform.pyc >X%%EXAMPLESDIR%%/richtext/syntaxhighlighter/examples/example >X%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.py >X%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.pyc >X%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter.qrc >X%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter_rc.py >X%%EXAMPLESDIR%%/richtext/syntaxhighlighter/syntaxhighlighter_rc.pyc >X%%EXAMPLESDIR%%/sql/README >X%%EXAMPLESDIR%%/sql/cachedtable.py >X%%EXAMPLESDIR%%/sql/cachedtable.pyc >X%%EXAMPLESDIR%%/sql/connection.py >X%%EXAMPLESDIR%%/sql/connection.pyc >X%%EXAMPLESDIR%%/sql/querymodel.py >X%%EXAMPLESDIR%%/sql/querymodel.pyc >X%%EXAMPLESDIR%%/sql/relationaltablemode.py >X%%EXAMPLESDIR%%/sql/relationaltablemode.pyc >X%%EXAMPLESDIR%%/sql/tablemodel.py >X%%EXAMPLESDIR%%/sql/tablemodel.pyc >X%%EXAMPLESDIR%%/threads/README >X%%EXAMPLESDIR%%/threads/mandelbrot.py >X%%EXAMPLESDIR%%/threads/mandelbrot.pyc >X%%EXAMPLESDIR%%/threads/semaphores.py >X%%EXAMPLESDIR%%/threads/semaphores.pyc >X%%EXAMPLESDIR%%/threads/waitconditions.py >X%%EXAMPLESDIR%%/threads/waitconditions.pyc >X%%EXAMPLESDIR%%/tools/README >X%%EXAMPLESDIR%%/tools/codecs/codecs.py >X%%EXAMPLESDIR%%/tools/codecs/codecs.pyc >X%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt >X%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt >X%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt >X%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16be.txt >X%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16le.txt >X%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt >X%%EXAMPLESDIR%%/tools/i18n/i18n.py >X%%EXAMPLESDIR%%/tools/i18n/i18n.pyc >X%%EXAMPLESDIR%%/tools/i18n/i18n.qrc >X%%EXAMPLESDIR%%/tools/i18n/i18n_rc.py >X%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyc >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.ts >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.qm >X%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts >X%%EXAMPLESDIR%%/tools/qtdemo/demos.xml >X%%EXAMPLESDIR%%/tools/qtdemo/displayshape.py >X%%EXAMPLESDIR%%/tools/qtdemo/displayshape.pyc >X%%EXAMPLESDIR%%/tools/qtdemo/displaywidget.py >X%%EXAMPLESDIR%%/tools/qtdemo/displaywidget.pyc >X%%EXAMPLESDIR%%/tools/qtdemo/examples.xml >X%%EXAMPLESDIR%%/tools/qtdemo/images/qt4-logo.png >X%%EXAMPLESDIR%%/tools/qtdemo/images/rb-logo.png >X%%EXAMPLESDIR%%/tools/qtdemo/launcher.py >X%%EXAMPLESDIR%%/tools/qtdemo/launcher.pyc >X%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.py >X%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.pyc >X%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.qrc >X%%EXAMPLESDIR%%/tools/qtdemo/qtdemo.rc >X%%EXAMPLESDIR%%/tools/qtdemo/qtdemo_rc.py >X%%EXAMPLESDIR%%/tools/qtdemo/qtdemo_rc.pyc >X%%EXAMPLESDIR%%/tools/regexp.py >X%%EXAMPLESDIR%%/tools/regexp.pyc >X%%EXAMPLESDIR%%/tools/settingseditor/inifiles/troll.ini >X%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py >X%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc >X%%EXAMPLESDIR%%/tutorial/README >X%%EXAMPLESDIR%%/tutorial/t1.py >X%%EXAMPLESDIR%%/tutorial/t1.pyc >X%%EXAMPLESDIR%%/tutorial/t10.py >X%%EXAMPLESDIR%%/tutorial/t10.pyc >X%%EXAMPLESDIR%%/tutorial/t11.py >X%%EXAMPLESDIR%%/tutorial/t11.pyc >X%%EXAMPLESDIR%%/tutorial/t12.py >X%%EXAMPLESDIR%%/tutorial/t12.pyc >X%%EXAMPLESDIR%%/tutorial/t13.py >X%%EXAMPLESDIR%%/tutorial/t13.pyc >X%%EXAMPLESDIR%%/tutorial/t14.py >X%%EXAMPLESDIR%%/tutorial/t14.pyc >X%%EXAMPLESDIR%%/tutorial/t2.py >X%%EXAMPLESDIR%%/tutorial/t2.pyc >X%%EXAMPLESDIR%%/tutorial/t3.py >X%%EXAMPLESDIR%%/tutorial/t3.pyc >X%%EXAMPLESDIR%%/tutorial/t4.py >X%%EXAMPLESDIR%%/tutorial/t4.pyc >X%%EXAMPLESDIR%%/tutorial/t5.py >X%%EXAMPLESDIR%%/tutorial/t5.pyc >X%%EXAMPLESDIR%%/tutorial/t6.py >X%%EXAMPLESDIR%%/tutorial/t6.pyc >X%%EXAMPLESDIR%%/tutorial/t7.py >X%%EXAMPLESDIR%%/tutorial/t7.pyc >X%%EXAMPLESDIR%%/tutorial/t8.py >X%%EXAMPLESDIR%%/tutorial/t8.pyc >X%%EXAMPLESDIR%%/tutorial/t9.py >X%%EXAMPLESDIR%%/tutorial/t9.pyc >X%%EXAMPLESDIR%%/widgets/README >X%%EXAMPLESDIR%%/widgets/analogclock.py >X%%EXAMPLESDIR%%/widgets/analogclock.pyc >X%%EXAMPLESDIR%%/widgets/calculator.py >X%%EXAMPLESDIR%%/widgets/calculator.pyc >X%%EXAMPLESDIR%%/widgets/charactermap.py >X%%EXAMPLESDIR%%/widgets/charactermap.pyc >X%%EXAMPLESDIR%%/widgets/digitalclock.py >X%%EXAMPLESDIR%%/widgets/digitalclock.pyc >X%%EXAMPLESDIR%%/widgets/groupbox.py >X%%EXAMPLESDIR%%/widgets/groupbox.pyc >X%%EXAMPLESDIR%%/widgets/icons/icons.py >X%%EXAMPLESDIR%%/widgets/icons/icons.pyc >X%%EXAMPLESDIR%%/widgets/icons/images/designer.png >X%%EXAMPLESDIR%%/widgets/icons/images/find_disabled.png >X%%EXAMPLESDIR%%/widgets/icons/images/find_normal.png >X%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_128x128.png >X%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_16x16.png >X%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_32x32.png >X%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_64x64.png >X%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_128x128.png >X%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_16x16.png >X%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_32x32.png >X%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_64x64.png >X%%EXAMPLESDIR%%/widgets/icons/images/qtopia_16x16.png >X%%EXAMPLESDIR%%/widgets/icons/images/qtopia_32x32.png >X%%EXAMPLESDIR%%/widgets/icons/images/qtopia_48x48.png >X%%EXAMPLESDIR%%/widgets/imageviewer.py >X%%EXAMPLESDIR%%/widgets/imageviewer.pyc >X%%EXAMPLESDIR%%/widgets/lineedits.py >X%%EXAMPLESDIR%%/widgets/lineedits.pyc >X%%EXAMPLESDIR%%/widgets/movie/icons/eject.png >X%%EXAMPLESDIR%%/widgets/movie/icons/play-pause.png >X%%EXAMPLESDIR%%/widgets/movie/icons/quit.png >X%%EXAMPLESDIR%%/widgets/movie/icons/stop.png >X%%EXAMPLESDIR%%/widgets/movie/movie.py >X%%EXAMPLESDIR%%/widgets/movie/movie.pyc >X%%EXAMPLESDIR%%/widgets/movie/movie.qrc >X%%EXAMPLESDIR%%/widgets/movie/movie_rc.py >X%%EXAMPLESDIR%%/widgets/movie/movie_rc.pyc >X%%EXAMPLESDIR%%/widgets/screenshot.py >X%%EXAMPLESDIR%%/widgets/screenshot.pyc >X%%EXAMPLESDIR%%/widgets/scribble.py >X%%EXAMPLESDIR%%/widgets/scribble.pyc >X%%EXAMPLESDIR%%/widgets/shapedclock.py >X%%EXAMPLESDIR%%/widgets/shapedclock.pyc >X%%EXAMPLESDIR%%/widgets/sliders.py >X%%EXAMPLESDIR%%/widgets/sliders.pyc >X%%EXAMPLESDIR%%/widgets/spinboxes.py >X%%EXAMPLESDIR%%/widgets/spinboxes.pyc >X%%EXAMPLESDIR%%/widgets/styles.py >X%%EXAMPLESDIR%%/widgets/styles.pyc >X%%EXAMPLESDIR%%/widgets/tetrix.py >X%%EXAMPLESDIR%%/widgets/tetrix.pyc >X%%EXAMPLESDIR%%/widgets/tooltips/images/circle.png >X%%EXAMPLESDIR%%/widgets/tooltips/images/square.png >X%%EXAMPLESDIR%%/widgets/tooltips/images/triangle.png >X%%EXAMPLESDIR%%/widgets/tooltips/tooltips.py >X%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc >X%%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc >X%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.py >X%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyc >X%%EXAMPLESDIR%%/widgets/wiggly.py >X%%EXAMPLESDIR%%/widgets/wiggly.pyc >X%%EXAMPLESDIR%%/widgets/windowflags.py >X%%EXAMPLESDIR%%/widgets/windowflags.pyc >X%%EXAMPLESDIR%%/xml/README >X%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.py >X%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.pyc >X%%EXAMPLESDIR%%/xml/dombookmarks/frank.xbel >X%%EXAMPLESDIR%%/xml/dombookmarks/jennifer.xbel >X%%EXAMPLESDIR%%/xml/saxbookmarks/frank.xbel >X%%EXAMPLESDIR%%/xml/saxbookmarks/jennifer.xbel >X%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.py >X%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.pyc >X@dirrm %%EXAMPLESDIR%%/activeqt/webbrowser/icons >X@dirrm %%EXAMPLESDIR%%/activeqt/webbrowser >X@dirrm %%EXAMPLESDIR%%/activeqt >X@dirrm %%EXAMPLESDIR%%/designer/calculatorform >X@dirrm %%EXAMPLESDIR%%/designer/plugins/python >X@dirrm %%EXAMPLESDIR%%/designer/plugins/widgets >X@dirrm %%EXAMPLESDIR%%/designer/plugins >X@dirrm %%EXAMPLESDIR%%/designer >X@dirrm %%EXAMPLESDIR%%/dialogs/configdialog/images >X@dirrm %%EXAMPLESDIR%%/dialogs/configdialog >X@dirrm %%EXAMPLESDIR%%/dialogs >X@dirrm %%EXAMPLESDIR%%/draganddrop/draggableicons/images >X@dirrm %%EXAMPLESDIR%%/draganddrop/draggableicons >X@dirrm %%EXAMPLESDIR%%/draganddrop/draggabletext >X@dirrm %%EXAMPLESDIR%%/draganddrop/fridgemagnets >X@dirrm %%EXAMPLESDIR%%/draganddrop/puzzle >X@dirrm %%EXAMPLESDIR%%/draganddrop >X@dirrm %%EXAMPLESDIR%%/graphicsview/collidingmice/images >X@dirrm %%EXAMPLESDIR%%/graphicsview/collidingmice >X@dirrm %%EXAMPLESDIR%%/graphicsview >X@dirrm %%EXAMPLESDIR%%/itemviews/chart >X@dirrm %%EXAMPLESDIR%%/itemviews/pixelator/images >X@dirrm %%EXAMPLESDIR%%/itemviews/pixelator >X@dirrm %%EXAMPLESDIR%%/itemviews/puzzle >X@dirrm %%EXAMPLESDIR%%/itemviews/simpletreemodel >X@dirrm %%EXAMPLESDIR%%/itemviews/sortingmodel >X@dirrm %%EXAMPLESDIR%%/itemviews >X@dirrm %%EXAMPLESDIR%%/layouts >X@dirrm %%EXAMPLESDIR%%/mainwindows/application/images >X@dirrm %%EXAMPLESDIR%%/mainwindows/application >X@dirrm %%EXAMPLESDIR%%/mainwindows/dockwidgets/images >X@dirrm %%EXAMPLESDIR%%/mainwindows/dockwidgets >X@dirrm %%EXAMPLESDIR%%/mainwindows/mdi/images >X@dirrm %%EXAMPLESDIR%%/mainwindows/mdi >X@dirrm %%EXAMPLESDIR%%/mainwindows/sdi/images >X@dirrm %%EXAMPLESDIR%%/mainwindows/sdi >X@dirrm %%EXAMPLESDIR%%/mainwindows >X@dirrm %%EXAMPLESDIR%%/network/ftp/images >X@dirrm %%EXAMPLESDIR%%/network/ftp >X@dirrm %%EXAMPLESDIR%%/network >X@dirrm %%EXAMPLESDIR%%/opengl/textures/images >X@dirrm %%EXAMPLESDIR%%/opengl/textures >X@dirrm %%EXAMPLESDIR%%/opengl >X@dirrm %%EXAMPLESDIR%%/painting/basicdrawing/images >X@dirrm %%EXAMPLESDIR%%/painting/basicdrawing >X@dirrm %%EXAMPLESDIR%%/painting/svgviewer/files >X@dirrm %%EXAMPLESDIR%%/painting/svgviewer >X@dirrm %%EXAMPLESDIR%%/painting >X@dirrm %%EXAMPLESDIR%%/pyuic >X@dirrm %%EXAMPLESDIR%%/richtext/syntaxhighlighter/examples >X@dirrm %%EXAMPLESDIR%%/richtext/syntaxhighlighter >X@dirrm %%EXAMPLESDIR%%/richtext >X@dirrm %%EXAMPLESDIR%%/sql >X@dirrm %%EXAMPLESDIR%%/threads >X@dirrm %%EXAMPLESDIR%%/tools/codecs/encodedfiles >X@dirrm %%EXAMPLESDIR%%/tools/codecs >X@dirrm %%EXAMPLESDIR%%/tools/i18n/translations >X@dirrm %%EXAMPLESDIR%%/tools/i18n >X@dirrm %%EXAMPLESDIR%%/tools/qtdemo/images >X@dirrm %%EXAMPLESDIR%%/tools/qtdemo >X@dirrm %%EXAMPLESDIR%%/tools/settingseditor/inifiles/ >X@dirrm %%EXAMPLESDIR%%/tools/settingseditor >X@dirrm %%EXAMPLESDIR%%/tools >X@dirrm %%EXAMPLESDIR%%/tutorial >X@dirrm %%EXAMPLESDIR%%/widgets/icons/images >X@dirrm %%EXAMPLESDIR%%/widgets/icons >X@dirrm %%EXAMPLESDIR%%/widgets/movie/icons >X@dirrm %%EXAMPLESDIR%%/widgets/movie >X@dirrm %%EXAMPLESDIR%%/widgets/tooltips/images >X@dirrm %%EXAMPLESDIR%%/widgets/tooltips >X@dirrm %%EXAMPLESDIR%%/widgets >X@dirrm %%EXAMPLESDIR%%/xml/dombookmarks >X@dirrm %%EXAMPLESDIR%%/xml/saxbookmarks >X@dirrm %%EXAMPLESDIR%%/xml >X@dirrm %%EXAMPLESDIR%% >END-of-/usr/ports/misc/py-qt4-demo/pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 109634
: 75983