ports/109633: [new port] misc/py-qt4-doc: PyQt4 bindings, documentation

Danny Pansters danny at ricin.com
Tue Feb 27 18:10:17 UTC 2007


>Number:         109633
>Category:       ports
>Synopsis:       [new port] misc/py-qt4-doc: PyQt4 bindings, documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 27 18:10:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Danny Pansters
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD desktop.homenet 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Fri Jan 12 23:22:55 CET 2007 danny at desktop.homenet:/usr/obj/usr/src/sys/DESKTOP i386


	
>Description:
	This PR creates:	misc/py-qt4-doc
				misc/py-qt4-doc/files
	new files:		Makefile, distinfo, pkg-descr, pkg-plist,
				files/patch-configure.py

	This PR is part 19 of a series of 20 PRs concerning PyQt4 and QScintilla2


	The following existing ports are affected
	=========================================

	devel/py-sip          ==> update to recent snapshot
	devel/py-dbus         ==> update to 0.8.1 (dbus 1.0 API)
	x11-toolkits/py-qt    ==> update to recent snapshot (sip backport)


	The following ports are new
	===========================

	devel/qscintilla2
	devel/qscintilla2-designerplugin

	databases/py-qt4-sql
	devel/py-qt4-assistant
	devel/py-qt4-core
	devel/py-qt4-dbus
	devel/py-qt4-designer
	devel/py-qt4-designerplugin
	devel/py-qt4-qscintilla2
	devel/py-qt4-test
	graphics/py-qt4-svg
	misc/py-qt4-demo
	misc/py-qt4-doc
	net/py-qt4-network
	textproc/py-qt4-xml
	x11/py-qt4-opengl
	x11-toolkits/py-qt4-gui


	Distfile rerolling, packages
	============================

	Currently there are new snapshots made available upstream daily. The
	older snapshots are not retained and upstream often uploads a new
	snapshot under an existing name, which causes checksums to break.
	The distfiles from my web location should be in sync with the latest
	distname used in the ports so fetching and checksumming should work
	with that. Binary packages (i386/FreeBSD6-stable) can be fetched from
	http://freebsd.ricin.com/ports/packages/All/

>How-To-Repeat:
	
>Fix:
	

--- 19-py-qt4-doc.shar begins here ---
# 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-doc
#	/usr/ports/misc/py-qt4-doc/pkg-descr
#	/usr/ports/misc/py-qt4-doc/distinfo
#	/usr/ports/misc/py-qt4-doc/Makefile
#	/usr/ports/misc/py-qt4-doc/pkg-plist
#
echo c - /usr/ports/misc/py-qt4-doc
mkdir -p /usr/ports/misc/py-qt4-doc > /dev/null 2>&1
echo x - /usr/ports/misc/py-qt4-doc/pkg-descr
sed 's/^X//' >/usr/ports/misc/py-qt4-doc/pkg-descr << 'END-of-/usr/ports/misc/py-qt4-doc/pkg-descr'
XPyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
XThis package provides the PyQt4 documentation.
X
XWWW: http://www.riverbankcomputing.co.uk/pyqt/
END-of-/usr/ports/misc/py-qt4-doc/pkg-descr
echo x - /usr/ports/misc/py-qt4-doc/distinfo
sed 's/^X//' >/usr/ports/misc/py-qt4-doc/distinfo << 'END-of-/usr/ports/misc/py-qt4-doc/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-doc/distinfo
echo x - /usr/ports/misc/py-qt4-doc/Makefile
sed 's/^X//' >/usr/ports/misc/py-qt4-doc/Makefile << 'END-of-/usr/ports/misc/py-qt4-doc/Makefile'
X# New ports collection makefile for:	py-qt4-doc
X# Date created:				2007-02-20
X# Whom:					Danny Pansters <danny at ricin.com>
X#
X# $FreeBSD: Exp $
X
XPORTNAME=	doc
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 at ricin.com
XCOMMENT=	Python bindings for the Qt4 toolkit, documentation
X
XNO_BUILD=	yes
XUSE_PYTHON=	yes
X
XDOCSDIR=	${PREFIX}/share/doc/py-qt4
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	( cd ${WRKSRC} && \
X		${MKDIR} -m 0755 ${DOCSDIR} && \
X		${INSTALL_DATA} ChangeLog NEWS README THANKS ${DOCSDIR} && \
X		${CP} -R doc/ ${DOCSDIR} )
X
X.include <bsd.port.post.mk>
END-of-/usr/ports/misc/py-qt4-doc/Makefile
echo x - /usr/ports/misc/py-qt4-doc/pkg-plist
sed 's/^X//' >/usr/ports/misc/py-qt4-doc/pkg-plist << 'END-of-/usr/ports/misc/py-qt4-doc/pkg-plist'
X%%DOCSDIR%%/ChangeLog
X%%DOCSDIR%%/NEWS
X%%DOCSDIR%%/README
X%%DOCSDIR%%/THANKS
X%%DOCSDIR%%/default.css
X%%DOCSDIR%%/html/assistant-manual.html
X%%DOCSDIR%%/html/classes.html
X%%DOCSDIR%%/html/images/alphafill.png
X%%DOCSDIR%%/html/images/assistant-assistant.png
X%%DOCSDIR%%/html/images/assistant-docwindow.png
X%%DOCSDIR%%/html/images/assistant-search.png
X%%DOCSDIR%%/html/images/assistant-sidebar.png
X%%DOCSDIR%%/html/images/assistant-toolbar1.png
X%%DOCSDIR%%/html/images/bearings.png
X%%DOCSDIR%%/html/images/brush-outline.png
X%%DOCSDIR%%/html/images/brush-styles.png
X%%DOCSDIR%%/html/images/buttonbox-gnomelayout-horizontal.png
X%%DOCSDIR%%/html/images/buttonbox-gnomelayout-vertical.png
X%%DOCSDIR%%/html/images/buttonbox-kdelayout-horizontal.png
X%%DOCSDIR%%/html/images/buttonbox-kdelayout-vertical.png
X%%DOCSDIR%%/html/images/buttonbox-mac-modeless-horizontal.png
X%%DOCSDIR%%/html/images/buttonbox-mac-modeless-vertical.png
X%%DOCSDIR%%/html/images/buttonbox-maclayout-horizontal.png
X%%DOCSDIR%%/html/images/buttonbox-maclayout-vertical.png
X%%DOCSDIR%%/html/images/buttonbox-winlayout-horizontal.png
X%%DOCSDIR%%/html/images/buttonbox-winlayout-vertical.png
X%%DOCSDIR%%/html/images/cde-lcdnumber.png
X%%DOCSDIR%%/html/images/cleanlooks-calendarwidget.png
X%%DOCSDIR%%/html/images/containerextension-example.png
X%%DOCSDIR%%/html/images/cursor-arrow.png
X%%DOCSDIR%%/html/images/cursor-busy.png
X%%DOCSDIR%%/html/images/cursor-closedhand.png
X%%DOCSDIR%%/html/images/cursor-cross.png
X%%DOCSDIR%%/html/images/cursor-forbidden.png
X%%DOCSDIR%%/html/images/cursor-hand.png
X%%DOCSDIR%%/html/images/cursor-hsplit.png
X%%DOCSDIR%%/html/images/cursor-ibeam.png
X%%DOCSDIR%%/html/images/cursor-openhand.png
X%%DOCSDIR%%/html/images/cursor-sizeall.png
X%%DOCSDIR%%/html/images/cursor-sizeb.png
X%%DOCSDIR%%/html/images/cursor-sizef.png
X%%DOCSDIR%%/html/images/cursor-sizeh.png
X%%DOCSDIR%%/html/images/cursor-sizev.png
X%%DOCSDIR%%/html/images/cursor-uparrow.png
X%%DOCSDIR%%/html/images/cursor-vsplit.png
X%%DOCSDIR%%/html/images/cursor-wait.png
X%%DOCSDIR%%/html/images/cursor-whatsthis.png
X%%DOCSDIR%%/html/images/foreignkeys.png
X%%DOCSDIR%%/html/images/frames.png
X%%DOCSDIR%%/html/images/graphicsview-ellipseitem-pie.png
X%%DOCSDIR%%/html/images/graphicsview-ellipseitem.png
X%%DOCSDIR%%/html/images/graphicsview-items.png
X%%DOCSDIR%%/html/images/graphicsview-lineitem.png
X%%DOCSDIR%%/html/images/graphicsview-parentchild.png
X%%DOCSDIR%%/html/images/graphicsview-pathitem.png
X%%DOCSDIR%%/html/images/graphicsview-pixmapitem.png
X%%DOCSDIR%%/html/images/graphicsview-polygonitem.png
X%%DOCSDIR%%/html/images/graphicsview-rectitem.png
X%%DOCSDIR%%/html/images/graphicsview-view.png
X%%DOCSDIR%%/html/images/gridlayout.png
X%%DOCSDIR%%/html/images/httpstack.png
X%%DOCSDIR%%/html/images/icon.png
X%%DOCSDIR%%/html/images/inputdialogs.png
X%%DOCSDIR%%/html/images/insertrowinmodelview.png
X%%DOCSDIR%%/html/images/macintosh-checkbox.png
X%%DOCSDIR%%/html/images/macintosh-dateedit.png
X%%DOCSDIR%%/html/images/macintosh-datetimeedit.png
X%%DOCSDIR%%/html/images/macintosh-dial.png
X%%DOCSDIR%%/html/images/macintosh-groupbox.png
X%%DOCSDIR%%/html/images/macintosh-horizontalscrollbar.png
X%%DOCSDIR%%/html/images/macintosh-label.png
X%%DOCSDIR%%/html/images/macintosh-lcdnumber.png
X%%DOCSDIR%%/html/images/macintosh-lineedit.png
X%%DOCSDIR%%/html/images/macintosh-listview.png
X%%DOCSDIR%%/html/images/macintosh-progressbar.png
X%%DOCSDIR%%/html/images/macintosh-pushbutton.png
X%%DOCSDIR%%/html/images/macintosh-radiobutton.png
X%%DOCSDIR%%/html/images/macintosh-slider.png
X%%DOCSDIR%%/html/images/macintosh-spinbox.png
X%%DOCSDIR%%/html/images/macintosh-tableview.png
X%%DOCSDIR%%/html/images/macintosh-tabwidget.png
X%%DOCSDIR%%/html/images/macintosh-timeedit.png
X%%DOCSDIR%%/html/images/macintosh-treeview.png
X%%DOCSDIR%%/html/images/mainwindow-contextmenu.png
X%%DOCSDIR%%/html/images/mainwindow-docks.png
X%%DOCSDIR%%/html/images/modelindex-no-parent.png
X%%DOCSDIR%%/html/images/modelview-begin-append-columns.png
X%%DOCSDIR%%/html/images/modelview-begin-append-rows.png
X%%DOCSDIR%%/html/images/modelview-begin-insert-columns.png
X%%DOCSDIR%%/html/images/modelview-begin-insert-rows.png
X%%DOCSDIR%%/html/images/modelview-begin-remove-columns.png
X%%DOCSDIR%%/html/images/modelview-begin-remove-rows.png
X%%DOCSDIR%%/html/images/motif-lcdnumber.png
X%%DOCSDIR%%/html/images/motif-menubar.png
X%%DOCSDIR%%/html/images/noforeignkeys.png
X%%DOCSDIR%%/html/images/palette.png
X%%DOCSDIR%%/html/images/parent-child-widgets.png
X%%DOCSDIR%%/html/images/plastique-checkbox.png
X%%DOCSDIR%%/html/images/plastique-colordialog.png
X%%DOCSDIR%%/html/images/plastique-dateedit.png
X%%DOCSDIR%%/html/images/plastique-datetimeedit.png
X%%DOCSDIR%%/html/images/plastique-dial.png
X%%DOCSDIR%%/html/images/plastique-fontdialog.png
X%%DOCSDIR%%/html/images/plastique-groupbox.png
X%%DOCSDIR%%/html/images/plastique-horizontalscrollbar.png
X%%DOCSDIR%%/html/images/plastique-label.png
X%%DOCSDIR%%/html/images/plastique-lcdnumber.png
X%%DOCSDIR%%/html/images/plastique-lineedit.png
X%%DOCSDIR%%/html/images/plastique-listview.png
X%%DOCSDIR%%/html/images/plastique-menubar.png
X%%DOCSDIR%%/html/images/plastique-printdialog-properties.png
X%%DOCSDIR%%/html/images/plastique-printdialog.png
X%%DOCSDIR%%/html/images/plastique-progressbar.png
X%%DOCSDIR%%/html/images/plastique-progressdialog.png
X%%DOCSDIR%%/html/images/plastique-pushbutton.png
X%%DOCSDIR%%/html/images/plastique-radiobutton.png
X%%DOCSDIR%%/html/images/plastique-sizegrip.png
X%%DOCSDIR%%/html/images/plastique-slider.png
X%%DOCSDIR%%/html/images/plastique-spinbox.png
X%%DOCSDIR%%/html/images/plastique-statusbar.png
X%%DOCSDIR%%/html/images/plastique-tabbar-truncated.png
X%%DOCSDIR%%/html/images/plastique-tabbar.png
X%%DOCSDIR%%/html/images/plastique-tableview.png
X%%DOCSDIR%%/html/images/plastique-tabwidget.png
X%%DOCSDIR%%/html/images/plastique-timeedit.png
X%%DOCSDIR%%/html/images/plastique-treeview.png
X%%DOCSDIR%%/html/images/propagation-custom.png
X%%DOCSDIR%%/html/images/propagation-standard.png
X%%DOCSDIR%%/html/images/qactiongroup-align.png
X%%DOCSDIR%%/html/images/qcalendarwidget-grid.png
X%%DOCSDIR%%/html/images/qcolor-cmyk.png
X%%DOCSDIR%%/html/images/qcolor-hsv.png
X%%DOCSDIR%%/html/images/qcolor-hue.png
X%%DOCSDIR%%/html/images/qcolor-rgb.png
X%%DOCSDIR%%/html/images/qcolor-saturation.png
X%%DOCSDIR%%/html/images/qcolor-value.png
X%%DOCSDIR%%/html/images/qconicalgradient.png
X%%DOCSDIR%%/html/images/qdesktopwidget.png
X%%DOCSDIR%%/html/images/qerrormessage.png
X%%DOCSDIR%%/html/images/qgradient-conical.png
X%%DOCSDIR%%/html/images/qgradient-linear.png
X%%DOCSDIR%%/html/images/qgradient-radial.png
X%%DOCSDIR%%/html/images/qhboxlayout-with-5-children.png
X%%DOCSDIR%%/html/images/qimage-32bit_scaled.png
X%%DOCSDIR%%/html/images/qimage-8bit_scaled.png
X%%DOCSDIR%%/html/images/qimage-scaling.png
X%%DOCSDIR%%/html/images/qline-coordinates.png
X%%DOCSDIR%%/html/images/qline-point.png
X%%DOCSDIR%%/html/images/qlineargradient-pad.png
X%%DOCSDIR%%/html/images/qlineargradient-reflect.png
X%%DOCSDIR%%/html/images/qlineargradient-repeat.png
X%%DOCSDIR%%/html/images/qlinef-angle-identicaldirection.png
X%%DOCSDIR%%/html/images/qlinef-angle-oppositedirection.png
X%%DOCSDIR%%/html/images/qlinef-bounded.png
X%%DOCSDIR%%/html/images/qlinef-normalvector.png
X%%DOCSDIR%%/html/images/qlinef-unbounded.png
X%%DOCSDIR%%/html/images/qmatrix-combinedtransformation.png
X%%DOCSDIR%%/html/images/qmatrix-representation.png
X%%DOCSDIR%%/html/images/qmatrix-simpletransformation.png
X%%DOCSDIR%%/html/images/qmessagebox-crit.png
X%%DOCSDIR%%/html/images/qmessagebox-info.png
X%%DOCSDIR%%/html/images/qmessagebox-quest.png
X%%DOCSDIR%%/html/images/qmessagebox-warn.png
X%%DOCSDIR%%/html/images/qpainter-affinetransformations.png
X%%DOCSDIR%%/html/images/qpainter-arc.png
X%%DOCSDIR%%/html/images/qpainter-basicdrawing.png
X%%DOCSDIR%%/html/images/qpainter-chord.png
X%%DOCSDIR%%/html/images/qpainter-clock.png
X%%DOCSDIR%%/html/images/qpainter-compositiondemo.png
X%%DOCSDIR%%/html/images/qpainter-compositionmode1.png
X%%DOCSDIR%%/html/images/qpainter-compositionmode2.png
X%%DOCSDIR%%/html/images/qpainter-concentriccircles.png
X%%DOCSDIR%%/html/images/qpainter-ellipse.png
X%%DOCSDIR%%/html/images/qpainter-gradients.png
X%%DOCSDIR%%/html/images/qpainter-line.png
X%%DOCSDIR%%/html/images/qpainter-painterpaths.png
X%%DOCSDIR%%/html/images/qpainter-path.png
X%%DOCSDIR%%/html/images/qpainter-pathstroking.png
X%%DOCSDIR%%/html/images/qpainter-pie.png
X%%DOCSDIR%%/html/images/qpainter-polygon.png
X%%DOCSDIR%%/html/images/qpainter-rectangle.png
X%%DOCSDIR%%/html/images/qpainter-rotation.png
X%%DOCSDIR%%/html/images/qpainter-roundrect.png
X%%DOCSDIR%%/html/images/qpainter-scale.png
X%%DOCSDIR%%/html/images/qpainter-translation.png
X%%DOCSDIR%%/html/images/qpainter-vectordeformation.png
X%%DOCSDIR%%/html/images/qpainterpath-addellipse.png
X%%DOCSDIR%%/html/images/qpainterpath-addpolygon.png
X%%DOCSDIR%%/html/images/qpainterpath-addrectangle.png
X%%DOCSDIR%%/html/images/qpainterpath-addtext.png
X%%DOCSDIR%%/html/images/qpainterpath-arcto.png
X%%DOCSDIR%%/html/images/qpainterpath-construction.png
X%%DOCSDIR%%/html/images/qpainterpath-cubicto.png
X%%DOCSDIR%%/html/images/qpainterpath-demo.png
X%%DOCSDIR%%/html/images/qpainterpath-example.png
X%%DOCSDIR%%/html/images/qpen-bevel.png
X%%DOCSDIR%%/html/images/qpen-custom.png
X%%DOCSDIR%%/html/images/qpen-dash.png
X%%DOCSDIR%%/html/images/qpen-dashdot.png
X%%DOCSDIR%%/html/images/qpen-dashdotdot.png
X%%DOCSDIR%%/html/images/qpen-demo.png
X%%DOCSDIR%%/html/images/qpen-dot.png
X%%DOCSDIR%%/html/images/qpen-flat.png
X%%DOCSDIR%%/html/images/qpen-miter.png
X%%DOCSDIR%%/html/images/qpen-miterlimit.png
X%%DOCSDIR%%/html/images/qpen-roundcap.png
X%%DOCSDIR%%/html/images/qpen-roundjoin.png
X%%DOCSDIR%%/html/images/qpen-solid.png
X%%DOCSDIR%%/html/images/qpen-square.png
X%%DOCSDIR%%/html/images/qradialgradient-pad.png
X%%DOCSDIR%%/html/images/qradialgradient-reflect.png
X%%DOCSDIR%%/html/images/qradialgradient-repeat.png
X%%DOCSDIR%%/html/images/qrect-coordinates.png
X%%DOCSDIR%%/html/images/qrect-diagram-one.png
X%%DOCSDIR%%/html/images/qrect-diagram-three.png
X%%DOCSDIR%%/html/images/qrect-diagram-two.png
X%%DOCSDIR%%/html/images/qrect-diagram-zero.png
X%%DOCSDIR%%/html/images/qrect-intersect.png
X%%DOCSDIR%%/html/images/qrect-unite.png
X%%DOCSDIR%%/html/images/qrectf-coordinates.png
X%%DOCSDIR%%/html/images/qrectf-diagram-one.png
X%%DOCSDIR%%/html/images/qrectf-diagram-three.png
X%%DOCSDIR%%/html/images/qrectf-diagram-two.png
X%%DOCSDIR%%/html/images/qscrollarea-noscrollbars.png
X%%DOCSDIR%%/html/images/qscrollarea-onescrollbar.png
X%%DOCSDIR%%/html/images/qscrollarea-twoscrollbars.png
X%%DOCSDIR%%/html/images/qscrollbar-picture.png
X%%DOCSDIR%%/html/images/qscrollbar-values.png
X%%DOCSDIR%%/html/images/qsortfilterproxymodel-sorting.png
X%%DOCSDIR%%/html/images/qspinbox-plusminus.png
X%%DOCSDIR%%/html/images/qspinbox-updown.png
X%%DOCSDIR%%/html/images/qstatustipevent-action.png
X%%DOCSDIR%%/html/images/qstatustipevent-widget.png
X%%DOCSDIR%%/html/images/qstyle-comboboxes.png
X%%DOCSDIR%%/html/images/qstyleoptiontoolbar-position.png
X%%DOCSDIR%%/html/images/qt-colors.png
X%%DOCSDIR%%/html/images/qt-fillrule-oddeven.png
X%%DOCSDIR%%/html/images/qt-fillrule-winding.png
X%%DOCSDIR%%/html/images/qtabletevent-tilt.png
X%%DOCSDIR%%/html/images/qtextblock-sequence.png
X%%DOCSDIR%%/html/images/qtextfragment-split.png
X%%DOCSDIR%%/html/images/qtextframe-style.png
X%%DOCSDIR%%/html/images/qtexttableformat-cell.png
X%%DOCSDIR%%/html/images/qundoview.png
X%%DOCSDIR%%/html/images/qurl-authority.png
X%%DOCSDIR%%/html/images/qurl-authority2.png
X%%DOCSDIR%%/html/images/qurl-authority3.png
X%%DOCSDIR%%/html/images/qurl-fragment.png
X%%DOCSDIR%%/html/images/qurl-ftppath.png
X%%DOCSDIR%%/html/images/qurl-mailtopath.png
X%%DOCSDIR%%/html/images/qurl-querystring.png
X%%DOCSDIR%%/html/images/qvboxlayout-with-5-children.png
X%%DOCSDIR%%/html/images/qworkspace-arrange.png
X%%DOCSDIR%%/html/images/rb-logo.png
X%%DOCSDIR%%/html/images/relationaltable.png
X%%DOCSDIR%%/html/images/rintersect.png
X%%DOCSDIR%%/html/images/rsubtract.png
X%%DOCSDIR%%/html/images/runion.png
X%%DOCSDIR%%/html/images/rxor.png
X%%DOCSDIR%%/html/images/system-tray.png
X%%DOCSDIR%%/html/images/taskmenuextension-example-faded.png
X%%DOCSDIR%%/html/images/tcpstream.png
X%%DOCSDIR%%/html/images/threadsandobjects.png
X%%DOCSDIR%%/html/images/udppackets.png
X%%DOCSDIR%%/html/images/whatsthis.png
X%%DOCSDIR%%/html/images/windows-checkbox.png
X%%DOCSDIR%%/html/images/windows-horizontalscrollbar.png
X%%DOCSDIR%%/html/images/windows-lcdnumber.png
X%%DOCSDIR%%/html/images/windows-lineedit.png
X%%DOCSDIR%%/html/images/windows-radiobutton.png
X%%DOCSDIR%%/html/images/windows-slider.png
X%%DOCSDIR%%/html/images/windowsxp-dateedit.png
X%%DOCSDIR%%/html/images/windowsxp-datetimeedit.png
X%%DOCSDIR%%/html/images/windowsxp-dial.png
X%%DOCSDIR%%/html/images/windowsxp-fontcombobox.png
X%%DOCSDIR%%/html/images/windowsxp-groupbox.png
X%%DOCSDIR%%/html/images/windowsxp-label.png
X%%DOCSDIR%%/html/images/windowsxp-lcdnumber.png
X%%DOCSDIR%%/html/images/windowsxp-listview.png
X%%DOCSDIR%%/html/images/windowsxp-progressbar.png
X%%DOCSDIR%%/html/images/windowsxp-pushbutton.png
X%%DOCSDIR%%/html/images/windowsxp-spinbox.png
X%%DOCSDIR%%/html/images/windowsxp-tableview.png
X%%DOCSDIR%%/html/images/windowsxp-tabwidget.png
X%%DOCSDIR%%/html/images/windowsxp-timeedit.png
X%%DOCSDIR%%/html/images/windowsxp-treeview.png
X%%DOCSDIR%%/html/modules.html
X%%DOCSDIR%%/html/qabstractbutton.html
X%%DOCSDIR%%/html/qabstracteventdispatcher.html
X%%DOCSDIR%%/html/qabstractextensionfactory.html
X%%DOCSDIR%%/html/qabstractextensionmanager.html
X%%DOCSDIR%%/html/qabstractfileengine-fileflags.html
X%%DOCSDIR%%/html/qabstractfileengine.html
X%%DOCSDIR%%/html/qabstractfileenginehandler.html
X%%DOCSDIR%%/html/qabstractformbuilder.html
X%%DOCSDIR%%/html/qabstractgraphicsshapeitem.html
X%%DOCSDIR%%/html/qabstractitemdelegate.html
X%%DOCSDIR%%/html/qabstractitemmodel.html
X%%DOCSDIR%%/html/qabstractitemview-edittriggers.html
X%%DOCSDIR%%/html/qabstractitemview.html
X%%DOCSDIR%%/html/qabstractlistmodel.html
X%%DOCSDIR%%/html/qabstractprintdialog-printdialogoptions.html
X%%DOCSDIR%%/html/qabstractprintdialog.html
X%%DOCSDIR%%/html/qabstractproxymodel.html
X%%DOCSDIR%%/html/qabstractscrollarea.html
X%%DOCSDIR%%/html/qabstractslider.html
X%%DOCSDIR%%/html/qabstractsocket.html
X%%DOCSDIR%%/html/qabstractspinbox-stepenabled.html
X%%DOCSDIR%%/html/qabstractspinbox.html
X%%DOCSDIR%%/html/qabstracttablemodel.html
X%%DOCSDIR%%/html/qabstracttextdocumentlayout-paintcontext.html
X%%DOCSDIR%%/html/qabstracttextdocumentlayout-selection.html
X%%DOCSDIR%%/html/qabstracttextdocumentlayout.html
X%%DOCSDIR%%/html/qaction.html
X%%DOCSDIR%%/html/qactionevent.html
X%%DOCSDIR%%/html/qactiongroup.html
X%%DOCSDIR%%/html/qapplication.html
X%%DOCSDIR%%/html/qassistantclient.html
X%%DOCSDIR%%/html/qaxcontainer.html
X%%DOCSDIR%%/html/qbasictimer.html
X%%DOCSDIR%%/html/qbitarray.html
X%%DOCSDIR%%/html/qbitmap.html
X%%DOCSDIR%%/html/qboxlayout.html
X%%DOCSDIR%%/html/qbrush.html
X%%DOCSDIR%%/html/qbuffer.html
X%%DOCSDIR%%/html/qbuttongroup.html
X%%DOCSDIR%%/html/qbytearray.html
X%%DOCSDIR%%/html/qbytearraymatcher.html
X%%DOCSDIR%%/html/qcalendarwidget.html
X%%DOCSDIR%%/html/qchar.html
X%%DOCSDIR%%/html/qcheckbox.html
X%%DOCSDIR%%/html/qchildevent.html
X%%DOCSDIR%%/html/qclipboard.html
X%%DOCSDIR%%/html/qcloseevent.html
X%%DOCSDIR%%/html/qcolor.html
X%%DOCSDIR%%/html/qcolordialog.html
X%%DOCSDIR%%/html/qcombobox.html
X%%DOCSDIR%%/html/qcompleter.html
X%%DOCSDIR%%/html/qconicalgradient.html
X%%DOCSDIR%%/html/qcontextmenuevent.html
X%%DOCSDIR%%/html/qcoreapplication.html
X%%DOCSDIR%%/html/qcursor.html
X%%DOCSDIR%%/html/qdatastream.html
X%%DOCSDIR%%/html/qdatawidgetmapper.html
X%%DOCSDIR%%/html/qdate.html
X%%DOCSDIR%%/html/qdateedit.html
X%%DOCSDIR%%/html/qdatetime.html
X%%DOCSDIR%%/html/qdatetimeedit-sections.html
X%%DOCSDIR%%/html/qdatetimeedit.html
X%%DOCSDIR%%/html/qdesigneractioneditorinterface.html
X%%DOCSDIR%%/html/qdesignercontainerextension.html
X%%DOCSDIR%%/html/qdesignercustomwidgetcollectioninterface.html
X%%DOCSDIR%%/html/qdesignercustomwidgetinterface.html
X%%DOCSDIR%%/html/qdesignerformeditorinterface.html
X%%DOCSDIR%%/html/qdesignerformwindowcursorinterface.html
X%%DOCSDIR%%/html/qdesignerformwindowinterface-feature.html
X%%DOCSDIR%%/html/qdesignerformwindowinterface.html
X%%DOCSDIR%%/html/qdesignerformwindowmanagerinterface.html
X%%DOCSDIR%%/html/qdesignermembersheetextension.html
X%%DOCSDIR%%/html/qdesignerobjectinspectorinterface.html
X%%DOCSDIR%%/html/qdesignerpropertyeditorinterface.html
X%%DOCSDIR%%/html/qdesignerpropertysheetextension.html
X%%DOCSDIR%%/html/qdesignertaskmenuextension.html
X%%DOCSDIR%%/html/qdesignerwidgetboxinterface.html
X%%DOCSDIR%%/html/qdesktopservices.html
X%%DOCSDIR%%/html/qdesktopwidget.html
X%%DOCSDIR%%/html/qdial.html
X%%DOCSDIR%%/html/qdialog.html
X%%DOCSDIR%%/html/qdialogbuttonbox-standardbuttons.html
X%%DOCSDIR%%/html/qdialogbuttonbox.html
X%%DOCSDIR%%/html/qdir-filters.html
X%%DOCSDIR%%/html/qdir-sortflags.html
X%%DOCSDIR%%/html/qdir.html
X%%DOCSDIR%%/html/qdirmodel.html
X%%DOCSDIR%%/html/qdockwidget-dockwidgetfeatures.html
X%%DOCSDIR%%/html/qdockwidget.html
X%%DOCSDIR%%/html/qdomattr.html
X%%DOCSDIR%%/html/qdomcdatasection.html
X%%DOCSDIR%%/html/qdomcharacterdata.html
X%%DOCSDIR%%/html/qdomcomment.html
X%%DOCSDIR%%/html/qdomdocument.html
X%%DOCSDIR%%/html/qdomdocumentfragment.html
X%%DOCSDIR%%/html/qdomdocumenttype.html
X%%DOCSDIR%%/html/qdomelement.html
X%%DOCSDIR%%/html/qdomentity.html
X%%DOCSDIR%%/html/qdomentityreference.html
X%%DOCSDIR%%/html/qdomimplementation.html
X%%DOCSDIR%%/html/qdomnamednodemap.html
X%%DOCSDIR%%/html/qdomnode.html
X%%DOCSDIR%%/html/qdomnodelist.html
X%%DOCSDIR%%/html/qdomnotation.html
X%%DOCSDIR%%/html/qdomprocessinginstruction.html
X%%DOCSDIR%%/html/qdomtext.html
X%%DOCSDIR%%/html/qdoublespinbox.html
X%%DOCSDIR%%/html/qdoublevalidator.html
X%%DOCSDIR%%/html/qdrag.html
X%%DOCSDIR%%/html/qdragenterevent.html
X%%DOCSDIR%%/html/qdragleaveevent.html
X%%DOCSDIR%%/html/qdragmoveevent.html
X%%DOCSDIR%%/html/qdropevent.html
X%%DOCSDIR%%/html/qdynamicpropertychangeevent.html
X%%DOCSDIR%%/html/qerrormessage.html
X%%DOCSDIR%%/html/qevent.html
X%%DOCSDIR%%/html/qeventloop-processeventsflags.html
X%%DOCSDIR%%/html/qeventloop.html
X%%DOCSDIR%%/html/qextensionfactory.html
X%%DOCSDIR%%/html/qextensionmanager.html
X%%DOCSDIR%%/html/qfile-permissions.html
X%%DOCSDIR%%/html/qfile.html
X%%DOCSDIR%%/html/qfiledialog-options.html
X%%DOCSDIR%%/html/qfiledialog.html
X%%DOCSDIR%%/html/qfileiconprovider.html
X%%DOCSDIR%%/html/qfileinfo.html
X%%DOCSDIR%%/html/qfileopenevent.html
X%%DOCSDIR%%/html/qfilesystemwatcher.html
X%%DOCSDIR%%/html/qfocusevent.html
X%%DOCSDIR%%/html/qfocusframe.html
X%%DOCSDIR%%/html/qfont.html
X%%DOCSDIR%%/html/qfontcombobox-fontfilters.html
X%%DOCSDIR%%/html/qfontcombobox.html
X%%DOCSDIR%%/html/qfontdatabase.html
X%%DOCSDIR%%/html/qfontdialog.html
X%%DOCSDIR%%/html/qfontinfo.html
X%%DOCSDIR%%/html/qfontmetrics.html
X%%DOCSDIR%%/html/qfontmetricsf.html
X%%DOCSDIR%%/html/qformbuilder.html
X%%DOCSDIR%%/html/qframe.html
X%%DOCSDIR%%/html/qfsfileengine.html
X%%DOCSDIR%%/html/qftp.html
X%%DOCSDIR%%/html/qgl-formatoptions.html
X%%DOCSDIR%%/html/qgl.html
X%%DOCSDIR%%/html/qglcolormap.html
X%%DOCSDIR%%/html/qglcontext.html
X%%DOCSDIR%%/html/qglformat-openglversionflags.html
X%%DOCSDIR%%/html/qglformat.html
X%%DOCSDIR%%/html/qglframebufferobject.html
X%%DOCSDIR%%/html/qglpixelbuffer.html
X%%DOCSDIR%%/html/qglwidget.html
X%%DOCSDIR%%/html/qgradient.html
X%%DOCSDIR%%/html/qgraphicsellipseitem.html
X%%DOCSDIR%%/html/qgraphicsitem-graphicsitemflags.html
X%%DOCSDIR%%/html/qgraphicsitem.html
X%%DOCSDIR%%/html/qgraphicsitemanimation.html
X%%DOCSDIR%%/html/qgraphicsitemgroup.html
X%%DOCSDIR%%/html/qgraphicslineitem.html
X%%DOCSDIR%%/html/qgraphicspathitem.html
X%%DOCSDIR%%/html/qgraphicspixmapitem.html
X%%DOCSDIR%%/html/qgraphicspolygonitem.html
X%%DOCSDIR%%/html/qgraphicsrectitem.html
X%%DOCSDIR%%/html/qgraphicsscene.html
X%%DOCSDIR%%/html/qgraphicsscenecontextmenuevent.html
X%%DOCSDIR%%/html/qgraphicsscenedragdropevent.html
X%%DOCSDIR%%/html/qgraphicssceneevent.html
X%%DOCSDIR%%/html/qgraphicsscenehelpevent.html
X%%DOCSDIR%%/html/qgraphicsscenehoverevent.html
X%%DOCSDIR%%/html/qgraphicsscenemouseevent.html
X%%DOCSDIR%%/html/qgraphicsscenewheelevent.html
X%%DOCSDIR%%/html/qgraphicssimpletextitem.html
X%%DOCSDIR%%/html/qgraphicssvgitem.html
X%%DOCSDIR%%/html/qgraphicstextitem.html
X%%DOCSDIR%%/html/qgraphicsview-cachemode.html
X%%DOCSDIR%%/html/qgraphicsview.html
X%%DOCSDIR%%/html/qgridlayout.html
X%%DOCSDIR%%/html/qgroupbox.html
X%%DOCSDIR%%/html/qhboxlayout.html
X%%DOCSDIR%%/html/qheaderview.html
X%%DOCSDIR%%/html/qhelpevent.html
X%%DOCSDIR%%/html/qhideevent.html
X%%DOCSDIR%%/html/qhostaddress.html
X%%DOCSDIR%%/html/qhostinfo.html
X%%DOCSDIR%%/html/qhoverevent.html
X%%DOCSDIR%%/html/qhttp.html
X%%DOCSDIR%%/html/qhttpheader.html
X%%DOCSDIR%%/html/qhttprequestheader.html
X%%DOCSDIR%%/html/qhttpresponseheader.html
X%%DOCSDIR%%/html/qicon.html
X%%DOCSDIR%%/html/qicondragevent.html
X%%DOCSDIR%%/html/qiconengine.html
X%%DOCSDIR%%/html/qimage.html
X%%DOCSDIR%%/html/qimageiohandler.html
X%%DOCSDIR%%/html/qimagereader.html
X%%DOCSDIR%%/html/qimagewriter.html
X%%DOCSDIR%%/html/qinputcontext.html
X%%DOCSDIR%%/html/qinputdialog.html
X%%DOCSDIR%%/html/qinputevent.html
X%%DOCSDIR%%/html/qinputmethodevent-attribute.html
X%%DOCSDIR%%/html/qinputmethodevent.html
X%%DOCSDIR%%/html/qintvalidator.html
X%%DOCSDIR%%/html/qiodevice-openmode.html
X%%DOCSDIR%%/html/qiodevice.html
X%%DOCSDIR%%/html/qitemdelegate.html
X%%DOCSDIR%%/html/qitemeditorcreatorbase.html
X%%DOCSDIR%%/html/qitemeditorfactory.html
X%%DOCSDIR%%/html/qitemselection.html
X%%DOCSDIR%%/html/qitemselectionmodel-selectionflags.html
X%%DOCSDIR%%/html/qitemselectionmodel.html
X%%DOCSDIR%%/html/qitemselectionrange.html
X%%DOCSDIR%%/html/qkeyevent.html
X%%DOCSDIR%%/html/qkeysequence.html
X%%DOCSDIR%%/html/qlabel.html
X%%DOCSDIR%%/html/qlatin1char.html
X%%DOCSDIR%%/html/qlatin1string.html
X%%DOCSDIR%%/html/qlayout.html
X%%DOCSDIR%%/html/qlayoutitem.html
X%%DOCSDIR%%/html/qlcdnumber.html
X%%DOCSDIR%%/html/qlibrary-loadhints.html
X%%DOCSDIR%%/html/qlibrary.html
X%%DOCSDIR%%/html/qlibraryinfo.html
X%%DOCSDIR%%/html/qline.html
X%%DOCSDIR%%/html/qlineargradient.html
X%%DOCSDIR%%/html/qlineedit.html
X%%DOCSDIR%%/html/qlinef.html
X%%DOCSDIR%%/html/qlistview.html
X%%DOCSDIR%%/html/qlistwidget.html
X%%DOCSDIR%%/html/qlistwidgetitem.html
X%%DOCSDIR%%/html/qlocale-numberoptions.html
X%%DOCSDIR%%/html/qlocale.html
X%%DOCSDIR%%/html/qmainwindow.html
X%%DOCSDIR%%/html/qmatrix.html
X%%DOCSDIR%%/html/qmenu.html
X%%DOCSDIR%%/html/qmenubar.html
X%%DOCSDIR%%/html/qmessagebox-standardbuttons.html
X%%DOCSDIR%%/html/qmessagebox.html
X%%DOCSDIR%%/html/qmetaclassinfo.html
X%%DOCSDIR%%/html/qmetaenum.html
X%%DOCSDIR%%/html/qmetamethod.html
X%%DOCSDIR%%/html/qmetaobject.html
X%%DOCSDIR%%/html/qmetaproperty.html
X%%DOCSDIR%%/html/qmimedata.html
X%%DOCSDIR%%/html/qmimesource.html
X%%DOCSDIR%%/html/qmodelindex.html
X%%DOCSDIR%%/html/qmouseevent.html
X%%DOCSDIR%%/html/qmoveevent.html
X%%DOCSDIR%%/html/qmovie.html
X%%DOCSDIR%%/html/qmutex.html
X%%DOCSDIR%%/html/qmutexlocker.html
X%%DOCSDIR%%/html/qnetworkaddressentry.html
X%%DOCSDIR%%/html/qnetworkinterface-interfaceflags.html
X%%DOCSDIR%%/html/qnetworkinterface.html
X%%DOCSDIR%%/html/qnetworkproxy.html
X%%DOCSDIR%%/html/qobject.html
X%%DOCSDIR%%/html/qobjectcleanuphandler.html
X%%DOCSDIR%%/html/qpagesetupdialog.html
X%%DOCSDIR%%/html/qpaintdevice.html
X%%DOCSDIR%%/html/qpaintengine-dirtyflags.html
X%%DOCSDIR%%/html/qpaintengine-paintenginefeatures.html
X%%DOCSDIR%%/html/qpaintengine.html
X%%DOCSDIR%%/html/qpaintenginestate.html
X%%DOCSDIR%%/html/qpainter-renderhints.html
X%%DOCSDIR%%/html/qpainter.html
X%%DOCSDIR%%/html/qpainterpath-element.html
X%%DOCSDIR%%/html/qpainterpath.html
X%%DOCSDIR%%/html/qpaintevent.html
X%%DOCSDIR%%/html/qpalette.html
X%%DOCSDIR%%/html/qpen.html
X%%DOCSDIR%%/html/qpersistentmodelindex.html
X%%DOCSDIR%%/html/qpicture.html
X%%DOCSDIR%%/html/qpictureio.html
X%%DOCSDIR%%/html/qpixmap.html
X%%DOCSDIR%%/html/qpixmapcache.html
X%%DOCSDIR%%/html/qpluginloader.html
X%%DOCSDIR%%/html/qpoint.html
X%%DOCSDIR%%/html/qpointf.html
X%%DOCSDIR%%/html/qpolygon.html
X%%DOCSDIR%%/html/qpolygonf.html
X%%DOCSDIR%%/html/qprintdialog.html
X%%DOCSDIR%%/html/qprintengine.html
X%%DOCSDIR%%/html/qprinter.html
X%%DOCSDIR%%/html/qprocess.html
X%%DOCSDIR%%/html/qprogressbar.html
X%%DOCSDIR%%/html/qprogressdialog.html
X%%DOCSDIR%%/html/qproxymodel.html
X%%DOCSDIR%%/html/qpushbutton.html
X%%DOCSDIR%%/html/qpydesignercontainerextension.html
X%%DOCSDIR%%/html/qpydesignercustomwidgetcollectionplugin.html
X%%DOCSDIR%%/html/qpydesignercustomwidgetplugin.html
X%%DOCSDIR%%/html/qpydesignermembersheetextension.html
X%%DOCSDIR%%/html/qpydesignerpropertysheetextension.html
X%%DOCSDIR%%/html/qpydesignertaskmenuextension.html
X%%DOCSDIR%%/html/qradialgradient.html
X%%DOCSDIR%%/html/qradiobutton.html
X%%DOCSDIR%%/html/qreadlocker.html
X%%DOCSDIR%%/html/qreadwritelock.html
X%%DOCSDIR%%/html/qrect.html
X%%DOCSDIR%%/html/qrectf.html
X%%DOCSDIR%%/html/qregexp.html
X%%DOCSDIR%%/html/qregexpvalidator.html
X%%DOCSDIR%%/html/qregion.html
X%%DOCSDIR%%/html/qresizeevent.html
X%%DOCSDIR%%/html/qresource.html
X%%DOCSDIR%%/html/qrubberband.html
X%%DOCSDIR%%/html/qscrollarea.html
X%%DOCSDIR%%/html/qscrollbar.html
X%%DOCSDIR%%/html/qsemaphore.html
X%%DOCSDIR%%/html/qsessionmanager.html
X%%DOCSDIR%%/html/qsettings.html
X%%DOCSDIR%%/html/qshortcut.html
X%%DOCSDIR%%/html/qshortcutevent.html
X%%DOCSDIR%%/html/qshowevent.html
X%%DOCSDIR%%/html/qsignalmapper.html
X%%DOCSDIR%%/html/qsize.html
X%%DOCSDIR%%/html/qsizef.html
X%%DOCSDIR%%/html/qsizegrip.html
X%%DOCSDIR%%/html/qsizepolicy.html
X%%DOCSDIR%%/html/qslider.html
X%%DOCSDIR%%/html/qsocketnotifier.html
X%%DOCSDIR%%/html/qsortfilterproxymodel.html
X%%DOCSDIR%%/html/qsound.html
X%%DOCSDIR%%/html/qspaceritem.html
X%%DOCSDIR%%/html/qspinbox.html
X%%DOCSDIR%%/html/qsplashscreen.html
X%%DOCSDIR%%/html/qsplitter.html
X%%DOCSDIR%%/html/qsplitterhandle.html
X%%DOCSDIR%%/html/qsql-paramtype.html
X%%DOCSDIR%%/html/qsql.html
X%%DOCSDIR%%/html/qsqldatabase.html
X%%DOCSDIR%%/html/qsqldriver.html
X%%DOCSDIR%%/html/qsqldrivercreatorbase.html
X%%DOCSDIR%%/html/qsqlerror.html
X%%DOCSDIR%%/html/qsqlfield.html
X%%DOCSDIR%%/html/qsqlindex.html
X%%DOCSDIR%%/html/qsqlquery.html
X%%DOCSDIR%%/html/qsqlquerymodel.html
X%%DOCSDIR%%/html/qsqlrecord.html
X%%DOCSDIR%%/html/qsqlrelation.html
X%%DOCSDIR%%/html/qsqlrelationaldelegate.html
X%%DOCSDIR%%/html/qsqlrelationaltablemodel.html
X%%DOCSDIR%%/html/qsqlresult.html
X%%DOCSDIR%%/html/qsqltablemodel.html
X%%DOCSDIR%%/html/qstackedlayout.html
X%%DOCSDIR%%/html/qstackedwidget.html
X%%DOCSDIR%%/html/qstandarditem.html
X%%DOCSDIR%%/html/qstandarditemmodel.html
X%%DOCSDIR%%/html/qstatusbar.html
X%%DOCSDIR%%/html/qstatustipevent.html
X%%DOCSDIR%%/html/qstring-sectionflags.html
X%%DOCSDIR%%/html/qstring.html
X%%DOCSDIR%%/html/qstringlist.html
X%%DOCSDIR%%/html/qstringlistmodel.html
X%%DOCSDIR%%/html/qstringmatcher.html
X%%DOCSDIR%%/html/qstyle-state.html
X%%DOCSDIR%%/html/qstyle-subcontrols.html
X%%DOCSDIR%%/html/qstyle.html
X%%DOCSDIR%%/html/qstylefactory.html
X%%DOCSDIR%%/html/qstylehintreturn.html
X%%DOCSDIR%%/html/qstylehintreturnmask.html
X%%DOCSDIR%%/html/qstyleoption.html
X%%DOCSDIR%%/html/qstyleoptionbutton-buttonfeatures.html
X%%DOCSDIR%%/html/qstyleoptionbutton.html
X%%DOCSDIR%%/html/qstyleoptioncombobox.html
X%%DOCSDIR%%/html/qstyleoptioncomplex.html
X%%DOCSDIR%%/html/qstyleoptiondockwidget.html
X%%DOCSDIR%%/html/qstyleoptionfocusrect.html
X%%DOCSDIR%%/html/qstyleoptionframe.html
X%%DOCSDIR%%/html/qstyleoptionframev2-framefeatures.html
X%%DOCSDIR%%/html/qstyleoptionframev2.html
X%%DOCSDIR%%/html/qstyleoptiongraphicsitem.html
X%%DOCSDIR%%/html/qstyleoptiongroupbox.html
X%%DOCSDIR%%/html/qstyleoptionheader.html
X%%DOCSDIR%%/html/qstyleoptionmenuitem.html
X%%DOCSDIR%%/html/qstyleoptionprogressbar.html
X%%DOCSDIR%%/html/qstyleoptionprogressbarv2.html
X%%DOCSDIR%%/html/qstyleoptionrubberband.html
X%%DOCSDIR%%/html/qstyleoptionsizegrip.html
X%%DOCSDIR%%/html/qstyleoptionslider.html
X%%DOCSDIR%%/html/qstyleoptionspinbox.html
X%%DOCSDIR%%/html/qstyleoptiontab-cornerwidgets.html
X%%DOCSDIR%%/html/qstyleoptiontab.html
X%%DOCSDIR%%/html/qstyleoptiontabbarbase.html
X%%DOCSDIR%%/html/qstyleoptiontabv2.html
X%%DOCSDIR%%/html/qstyleoptiontabwidgetframe.html
X%%DOCSDIR%%/html/qstyleoptiontitlebar.html
X%%DOCSDIR%%/html/qstyleoptiontoolbar-toolbarfeatures.html
X%%DOCSDIR%%/html/qstyleoptiontoolbar.html
X%%DOCSDIR%%/html/qstyleoptiontoolbox.html
X%%DOCSDIR%%/html/qstyleoptiontoolbutton-toolbuttonfeatures.html
X%%DOCSDIR%%/html/qstyleoptiontoolbutton.html
X%%DOCSDIR%%/html/qstyleoptionviewitem.html
X%%DOCSDIR%%/html/qstyleoptionviewitemv2-viewitemfeatures.html
X%%DOCSDIR%%/html/qstyleoptionviewitemv2.html
X%%DOCSDIR%%/html/qstylepainter.html
X%%DOCSDIR%%/html/qsvgrenderer.html
X%%DOCSDIR%%/html/qsvgwidget.html
X%%DOCSDIR%%/html/qsyntaxhighlighter.html
X%%DOCSDIR%%/html/qsysinfo.html
X%%DOCSDIR%%/html/qsystemlocale.html
X%%DOCSDIR%%/html/qsystemtrayicon.html
X%%DOCSDIR%%/html/qt-alignment.html
X%%DOCSDIR%%/html/qt-dockwidgetareas.html
X%%DOCSDIR%%/html/qt-dropactions.html
X%%DOCSDIR%%/html/qt-imageconversionflags.html
X%%DOCSDIR%%/html/qt-itemflags.html
X%%DOCSDIR%%/html/qt-keyboardmodifiers.html
X%%DOCSDIR%%/html/qt-matchflags.html
X%%DOCSDIR%%/html/qt-mousebuttons.html
X%%DOCSDIR%%/html/qt-orientations.html
X%%DOCSDIR%%/html/qt-textinteractionflags.html
X%%DOCSDIR%%/html/qt-toolbarareas.html
X%%DOCSDIR%%/html/qt-windowflags.html
X%%DOCSDIR%%/html/qt-windowstates.html
X%%DOCSDIR%%/html/qt.html
X%%DOCSDIR%%/html/qtabbar.html
X%%DOCSDIR%%/html/qtabletevent.html
X%%DOCSDIR%%/html/qtableview.html
X%%DOCSDIR%%/html/qtablewidget.html
X%%DOCSDIR%%/html/qtablewidgetitem.html
X%%DOCSDIR%%/html/qtablewidgetselectionrange.html
X%%DOCSDIR%%/html/qtabwidget.html
X%%DOCSDIR%%/html/qtassistant.html
X%%DOCSDIR%%/html/qtcore.html
X%%DOCSDIR%%/html/qtcpserver.html
X%%DOCSDIR%%/html/qtcpsocket.html
X%%DOCSDIR%%/html/qtdesigner.html
X%%DOCSDIR%%/html/qtemporaryfile.html
X%%DOCSDIR%%/html/qtest.html
X%%DOCSDIR%%/html/qtextblock-iterator.html
X%%DOCSDIR%%/html/qtextblock.html
X%%DOCSDIR%%/html/qtextblockformat.html
X%%DOCSDIR%%/html/qtextblockgroup.html
X%%DOCSDIR%%/html/qtextblockuserdata.html
X%%DOCSDIR%%/html/qtextbrowser.html
X%%DOCSDIR%%/html/qtextcharformat.html
X%%DOCSDIR%%/html/qtextcodec-conversionflags.html
X%%DOCSDIR%%/html/qtextcodec-converterstate.html
X%%DOCSDIR%%/html/qtextcodec.html
X%%DOCSDIR%%/html/qtextcursor.html
X%%DOCSDIR%%/html/qtextdecoder.html
X%%DOCSDIR%%/html/qtextdocument-findflags.html
X%%DOCSDIR%%/html/qtextdocument.html
X%%DOCSDIR%%/html/qtextdocumentfragment.html
X%%DOCSDIR%%/html/qtextedit-autoformatting.html
X%%DOCSDIR%%/html/qtextedit-extraselection.html
X%%DOCSDIR%%/html/qtextedit.html
X%%DOCSDIR%%/html/qtextencoder.html
X%%DOCSDIR%%/html/qtextformat-pagebreakflags.html
X%%DOCSDIR%%/html/qtextformat.html
X%%DOCSDIR%%/html/qtextfragment.html
X%%DOCSDIR%%/html/qtextframe-iterator.html
X%%DOCSDIR%%/html/qtextframe.html
X%%DOCSDIR%%/html/qtextframeformat.html
X%%DOCSDIR%%/html/qtextimageformat.html
X%%DOCSDIR%%/html/qtextinlineobject.html
X%%DOCSDIR%%/html/qtextitem-renderflags.html
X%%DOCSDIR%%/html/qtextitem.html
X%%DOCSDIR%%/html/qtextlayout-formatrange.html
X%%DOCSDIR%%/html/qtextlayout.html
X%%DOCSDIR%%/html/qtextlength.html
X%%DOCSDIR%%/html/qtextline.html
X%%DOCSDIR%%/html/qtextlist.html
X%%DOCSDIR%%/html/qtextlistformat.html
X%%DOCSDIR%%/html/qtextobject.html
X%%DOCSDIR%%/html/qtextoption-flags.html
X%%DOCSDIR%%/html/qtextoption.html
X%%DOCSDIR%%/html/qtextstream-numberflags.html
X%%DOCSDIR%%/html/qtextstream.html
X%%DOCSDIR%%/html/qtexttable.html
X%%DOCSDIR%%/html/qtexttablecell.html
X%%DOCSDIR%%/html/qtexttableformat.html
X%%DOCSDIR%%/html/qtgui.html
X%%DOCSDIR%%/html/qthread.html
X%%DOCSDIR%%/html/qtime.html
X%%DOCSDIR%%/html/qtimeedit.html
X%%DOCSDIR%%/html/qtimeline.html
X%%DOCSDIR%%/html/qtimer.html
X%%DOCSDIR%%/html/qtimerevent.html
X%%DOCSDIR%%/html/qtnetwork.html
X%%DOCSDIR%%/html/qtoolbar.html
X%%DOCSDIR%%/html/qtoolbox.html
X%%DOCSDIR%%/html/qtoolbutton.html
X%%DOCSDIR%%/html/qtooltip.html
X%%DOCSDIR%%/html/qtopengl.html
X%%DOCSDIR%%/html/qtranslator.html
X%%DOCSDIR%%/html/qtreeview.html
X%%DOCSDIR%%/html/qtreewidget.html
X%%DOCSDIR%%/html/qtreewidgetitem.html
X%%DOCSDIR%%/html/qtreewidgetitemiterator-iteratorflags.html
X%%DOCSDIR%%/html/qtreewidgetitemiterator.html
X%%DOCSDIR%%/html/qtsql.html
X%%DOCSDIR%%/html/qtsvg.html
X%%DOCSDIR%%/html/qttest.html
X%%DOCSDIR%%/html/qtxml.html
X%%DOCSDIR%%/html/qudpsocket-bindmode.html
X%%DOCSDIR%%/html/qudpsocket.html
X%%DOCSDIR%%/html/qundocommand.html
X%%DOCSDIR%%/html/qundogroup.html
X%%DOCSDIR%%/html/qundostack.html
X%%DOCSDIR%%/html/qundoview.html
X%%DOCSDIR%%/html/qurl-formattingoptions.html
X%%DOCSDIR%%/html/qurl.html
X%%DOCSDIR%%/html/qurlinfo.html
X%%DOCSDIR%%/html/quuid.html
X%%DOCSDIR%%/html/qvalidator.html
X%%DOCSDIR%%/html/qvariant.html
X%%DOCSDIR%%/html/qvboxlayout.html
X%%DOCSDIR%%/html/qwaitcondition.html
X%%DOCSDIR%%/html/qwhatsthis.html
X%%DOCSDIR%%/html/qwhatsthisclickedevent.html
X%%DOCSDIR%%/html/qwheelevent.html
X%%DOCSDIR%%/html/qwidget.html
X%%DOCSDIR%%/html/qwidgetaction.html
X%%DOCSDIR%%/html/qwidgetitem.html
X%%DOCSDIR%%/html/qwindowstatechangeevent.html
X%%DOCSDIR%%/html/qworkspace.html
X%%DOCSDIR%%/html/qwritelocker.html
X%%DOCSDIR%%/html/qx11embedcontainer.html
X%%DOCSDIR%%/html/qx11embedwidget.html
X%%DOCSDIR%%/html/qx11info.html
X%%DOCSDIR%%/html/qxmlattributes.html
X%%DOCSDIR%%/html/qxmlcontenthandler.html
X%%DOCSDIR%%/html/qxmldeclhandler.html
X%%DOCSDIR%%/html/qxmldefaulthandler.html
X%%DOCSDIR%%/html/qxmldtdhandler.html
X%%DOCSDIR%%/html/qxmlentityresolver.html
X%%DOCSDIR%%/html/qxmlerrorhandler.html
X%%DOCSDIR%%/html/qxmlinputsource.html
X%%DOCSDIR%%/html/qxmllexicalhandler.html
X%%DOCSDIR%%/html/qxmllocator.html
X%%DOCSDIR%%/html/qxmlnamespacesupport.html
X%%DOCSDIR%%/html/qxmlparseexception.html
X%%DOCSDIR%%/html/qxmlreader.html
X%%DOCSDIR%%/html/qxmlsimplereader.html
X%%DOCSDIR%%/html/threads.html
X%%DOCSDIR%%/pyqt4ref.html
X%%DOCSDIR%%/pyqt4ref.txt
X at dirrm %%DOCSDIR%%/html/images
X at dirrm %%DOCSDIR%%/html
X at dirrm %%DOCSDIR%%
END-of-/usr/ports/misc/py-qt4-doc/pkg-plist
exit
--- 19-py-qt4-doc.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list