aboutsummaryrefslogtreecommitdiff
path: root/misc/qt4-doc
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-02-05 20:56:24 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-02-05 20:56:24 +0000
commit74cb0fb1e88e05ac2dc49f1aa7274c98a470a7c8 (patch)
tree5a2cd52714027788ca840d18e6087ab373c335b4 /misc/qt4-doc
parent9650cc958392c895ef613d1abea30ed3510adffd (diff)
downloadports-74cb0fb1e88e05ac2dc49f1aa7274c98a470a7c8.tar.gz
ports-74cb0fb1e88e05ac2dc49f1aa7274c98a470a7c8.zip
Notes
Diffstat (limited to 'misc/qt4-doc')
-rw-r--r--misc/qt4-doc/Makefile56
-rw-r--r--misc/qt4-doc/distinfo3
-rw-r--r--misc/qt4-doc/pkg-descr12
-rw-r--r--misc/qt4-doc/pkg-plist3619
4 files changed, 3690 insertions, 0 deletions
diff --git a/misc/qt4-doc/Makefile b/misc/qt4-doc/Makefile
new file mode 100644
index 000000000000..9da71225de9a
--- /dev/null
+++ b/misc/qt4-doc/Makefile
@@ -0,0 +1,56 @@
+# -*-mode: makefile-*-
+# New ports collection makefile for: qt40
+# Date created: Wed Jun 29 11:49:42 CEST 2005
+# Whom: lofi@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= doc
+PORTVERSION= 4.2.2
+CATEGORIES?= x11-toolkits ipv6
+MASTER_SITES= ${MASTER_SITE_QT}
+PKGNAMEPREFIX= qt4-
+DISTNAME= qt-x11-opensource-src-${PORTVERSION}
+DIST_SUBDIR= KDE
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Multiplatform C++ application framework
+
+CONFLICTS= linguist-0.* qt-2.* qt-3.0.* \
+ qt-3.1.* qt-3.2.* qt-designer-2.* xfmail-1.5.[0-5] \
+ xfmail-1.5.5_[1-2]
+
+NO_BUILD= yes
+
+CONFIGURE_ARGS= -fast -no-exceptions \
+ -platform ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
+ -qt-gif -release -system-libjpeg -system-libpng \
+ -system-zlib -no-nas-sound -prefix ${PREFIX} \
+ -plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \
+ -confirm-license
+
+ALL_TARGET= first
+CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
+MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
+ PATH=${WRKSRC}/bin:$$PATH
+EXTRACT_AFTER_ARGS=| ${TAR} -xf - \
+ --exclude '${DISTNAME}/mkspecs' --exclude '${DISTNAME}/qmake' \
+ --exclude '${DISTNAME}/demos' --exclude '${DISTNAME}/examples' \
+ --exclude '${DISTNAME}/src/gui' --exclude '${DISTNAME}/src/network' \
+ --exclude '${DISTNAME}/src/opengl' --exclude '${DISTNAME}/src/qt3support' \
+ --exclude '${DISTNAME}/src/sql' --exclude '${DISTNAME}/src/plugins' \
+ --exclude '${DISTNAME}/src/3rdparty' --exclude '${DISTNAME}/src/xml' \
+ --exclude '${DISTNAME}/src/tools/rcc' --exclude '${DISTNAME}/src/tools/moc'\
+ --exclude '${DISTNAME}/src/tools/uic' --exclude '${DISTNAME}/src/tools/uic3' \
+ --exclude '${DISTNAME}/tools/assistant' --exclude '${DISTNAME}/tools/designer' \
+ --exclude '${DISTNAME}/tools/linguist' --exclude '${DISTNAME}/tools/porting' \
+ --exclude '${DISTNAME}/tools/qtconfig' --exclude '${DISTNAME}/tools/qvfb'
+
+DOCSDIR=${PREFIX}/share/doc/qt4
+do-install:
+ ${MKDIR} ${DOCSDIR}
+ ${RM} -f ${WRKSRC}/doc/html/qmake*
+ ${CP} -Rp ${WRKSRC}/doc/html ${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/misc/qt4-doc/distinfo b/misc/qt4-doc/distinfo
new file mode 100644
index 000000000000..5f51cf7b1256
--- /dev/null
+++ b/misc/qt4-doc/distinfo
@@ -0,0 +1,3 @@
+MD5 (KDE/qt-x11-opensource-src-4.2.2.tar.gz) = 19f6374fe7924e33775cb87ee02669cb
+SHA256 (KDE/qt-x11-opensource-src-4.2.2.tar.gz) = e790d227fa7958f2b0c0b0facd8ca880190121ed2b9c99ca70643baf7a0cd24c
+SIZE (KDE/qt-x11-opensource-src-4.2.2.tar.gz) = 37636491
diff --git a/misc/qt4-doc/pkg-descr b/misc/qt4-doc/pkg-descr
new file mode 100644
index 000000000000..efc79b9aaf24
--- /dev/null
+++ b/misc/qt4-doc/pkg-descr
@@ -0,0 +1,12 @@
+Qt is a C++ toolkit for application development. It lets application
+developers target all major operating systems with a single application
+source code.
+
+Qt provides a platform-independent API to all central platform functionality:
+GUI, database access, networking, file handling, etc. The Qt library
+encapsulates the different APIs of different operating systems, providing
+the application programmer with a single, common API for all operating systems.
+The native C APIs are encapsulated in a set of well-designed, fully
+object-oriented C++ classes.
+
+WWW: http://www.trolltech.com/products/qt/index.html
diff --git a/misc/qt4-doc/pkg-plist b/misc/qt4-doc/pkg-plist
new file mode 100644
index 000000000000..96569b7b29fb
--- /dev/null
+++ b/misc/qt4-doc/pkg-plist
@@ -0,0 +1,3619 @@
+%%DOCSDIR%%/html/3rdparty.html
+%%DOCSDIR%%/html/aboutqt.html
+%%DOCSDIR%%/html/abstractwidgets.html
+%%DOCSDIR%%/html/accelerators.html
+%%DOCSDIR%%/html/accessibility.html
+%%DOCSDIR%%/html/activeqt-comapp-main-cpp.html
+%%DOCSDIR%%/html/activeqt-comapp.html
+%%DOCSDIR%%/html/activeqt-dotnet.html
+%%DOCSDIR%%/html/activeqt-dumpcpp.html
+%%DOCSDIR%%/html/activeqt-dumpdoc.html
+%%DOCSDIR%%/html/activeqt-hierarchy-main-cpp.html
+%%DOCSDIR%%/html/activeqt-hierarchy-objects-cpp.html
+%%DOCSDIR%%/html/activeqt-hierarchy-objects-h.html
+%%DOCSDIR%%/html/activeqt-hierarchy.html
+%%DOCSDIR%%/html/activeqt-idc.html
+%%DOCSDIR%%/html/activeqt-menus-main-cpp.html
+%%DOCSDIR%%/html/activeqt-menus-menus-cpp.html
+%%DOCSDIR%%/html/activeqt-menus-menus-h.html
+%%DOCSDIR%%/html/activeqt-menus.html
+%%DOCSDIR%%/html/activeqt-multiple-ax1-h.html
+%%DOCSDIR%%/html/activeqt-multiple-ax2-h.html
+%%DOCSDIR%%/html/activeqt-multiple-main-cpp.html
+%%DOCSDIR%%/html/activeqt-multiple.html
+%%DOCSDIR%%/html/activeqt-opengl-glbox-cpp.html
+%%DOCSDIR%%/html/activeqt-opengl-glbox-h.html
+%%DOCSDIR%%/html/activeqt-opengl-globjwin-cpp.html
+%%DOCSDIR%%/html/activeqt-opengl-globjwin-h.html
+%%DOCSDIR%%/html/activeqt-opengl-main-cpp.html
+%%DOCSDIR%%/html/activeqt-opengl.html
+%%DOCSDIR%%/html/activeqt-qutlook-addressview-cpp.html
+%%DOCSDIR%%/html/activeqt-qutlook-addressview-h.html
+%%DOCSDIR%%/html/activeqt-qutlook-main-cpp.html
+%%DOCSDIR%%/html/activeqt-qutlook.html
+%%DOCSDIR%%/html/activeqt-simple-main-cpp.html
+%%DOCSDIR%%/html/activeqt-simple.html
+%%DOCSDIR%%/html/activeqt-testcon.html
+%%DOCSDIR%%/html/activeqt-tools.html
+%%DOCSDIR%%/html/activeqt-webbrowser-main-cpp.html
+%%DOCSDIR%%/html/activeqt-webbrowser.html
+%%DOCSDIR%%/html/activeqt-wrapper-main-cpp.html
+%%DOCSDIR%%/html/activeqt-wrapper.html
+%%DOCSDIR%%/html/activeqt.html
+%%DOCSDIR%%/html/advanced.html
+%%DOCSDIR%%/html/annotated.html
+%%DOCSDIR%%/html/appearance.html
+%%DOCSDIR%%/html/appicon.html
+%%DOCSDIR%%/html/application.html
+%%DOCSDIR%%/html/architecture.html
+%%DOCSDIR%%/html/assistant-manual.html
+%%DOCSDIR%%/html/assistant-simpletextviewer-findfiledialog-cpp.html
+%%DOCSDIR%%/html/assistant-simpletextviewer-findfiledialog-h.html
+%%DOCSDIR%%/html/assistant-simpletextviewer-main-cpp.html
+%%DOCSDIR%%/html/assistant-simpletextviewer-mainwindow-cpp.html
+%%DOCSDIR%%/html/assistant-simpletextviewer-mainwindow-h.html
+%%DOCSDIR%%/html/assistant-simpletextviewer.html
+%%DOCSDIR%%/html/assistant.dcf
+%%DOCSDIR%%/html/basic.html
+%%DOCSDIR%%/html/bughowto.html
+%%DOCSDIR%%/html/buildsystem.html
+%%DOCSDIR%%/html/classes.html
+%%DOCSDIR%%/html/classic.css
+%%DOCSDIR%%/html/classlists.html
+%%DOCSDIR%%/html/codec-big5.html
+%%DOCSDIR%%/html/codec-big5hkscs.html
+%%DOCSDIR%%/html/codec-eucjp.html
+%%DOCSDIR%%/html/codec-euckr.html
+%%DOCSDIR%%/html/codec-gbk.html
+%%DOCSDIR%%/html/codec-sjis.html
+%%DOCSDIR%%/html/codec-tscii.html
+%%DOCSDIR%%/html/codecs-jis.html
+%%DOCSDIR%%/html/codecs.html
+%%DOCSDIR%%/html/commercialeditions.html
+%%DOCSDIR%%/html/compatclasses.html
+%%DOCSDIR%%/html/console-edition-classes.html
+%%DOCSDIR%%/html/containers.html
+%%DOCSDIR%%/html/coordsys.html
+%%DOCSDIR%%/html/credits.html
+%%DOCSDIR%%/html/database.html
+%%DOCSDIR%%/html/datastreamformat.html
+%%DOCSDIR%%/html/debug.html
+%%DOCSDIR%%/html/demos-affine-affine-qrc.html
+%%DOCSDIR%%/html/demos-affine-main-cpp.html
+%%DOCSDIR%%/html/demos-affine-xform-cpp.html
+%%DOCSDIR%%/html/demos-affine-xform-h.html
+%%DOCSDIR%%/html/demos-affine.html
+%%DOCSDIR%%/html/demos-arthurplugin-arthur-plugin-qrc.html
+%%DOCSDIR%%/html/demos-arthurplugin-plugin-cpp.html
+%%DOCSDIR%%/html/demos-arthurplugin.html
+%%DOCSDIR%%/html/demos-books-bookdelegate-cpp.html
+%%DOCSDIR%%/html/demos-books-bookdelegate-h.html
+%%DOCSDIR%%/html/demos-books-books-qrc.html
+%%DOCSDIR%%/html/demos-books-bookwindow-cpp.html
+%%DOCSDIR%%/html/demos-books-bookwindow-h.html
+%%DOCSDIR%%/html/demos-books-initdb-h.html
+%%DOCSDIR%%/html/demos-books-main-cpp.html
+%%DOCSDIR%%/html/demos-books.html
+%%DOCSDIR%%/html/demos-chip-chip-cpp.html
+%%DOCSDIR%%/html/demos-chip-chip-h.html
+%%DOCSDIR%%/html/demos-chip-images-qrc.html
+%%DOCSDIR%%/html/demos-chip-main-cpp.html
+%%DOCSDIR%%/html/demos-chip-mainwindow-cpp.html
+%%DOCSDIR%%/html/demos-chip-mainwindow-h.html
+%%DOCSDIR%%/html/demos-chip-view-cpp.html
+%%DOCSDIR%%/html/demos-chip-view-h.html
+%%DOCSDIR%%/html/demos-chip.html
+%%DOCSDIR%%/html/demos-composition-composition-cpp.html
+%%DOCSDIR%%/html/demos-composition-composition-h.html
+%%DOCSDIR%%/html/demos-composition-composition-qrc.html
+%%DOCSDIR%%/html/demos-composition-main-cpp.html
+%%DOCSDIR%%/html/demos-composition.html
+%%DOCSDIR%%/html/demos-deform-deform-qrc.html
+%%DOCSDIR%%/html/demos-deform-main-cpp.html
+%%DOCSDIR%%/html/demos-deform-pathdeform-cpp.html
+%%DOCSDIR%%/html/demos-deform-pathdeform-h.html
+%%DOCSDIR%%/html/demos-deform.html
+%%DOCSDIR%%/html/demos-gradients-gradients-cpp.html
+%%DOCSDIR%%/html/demos-gradients-gradients-h.html
+%%DOCSDIR%%/html/demos-gradients-gradients-qrc.html
+%%DOCSDIR%%/html/demos-gradients-main-cpp.html
+%%DOCSDIR%%/html/demos-gradients.html
+%%DOCSDIR%%/html/demos-interview-interview-qrc.html
+%%DOCSDIR%%/html/demos-interview-main-cpp.html
+%%DOCSDIR%%/html/demos-interview-model-cpp.html
+%%DOCSDIR%%/html/demos-interview-model-h.html
+%%DOCSDIR%%/html/demos-interview.html
+%%DOCSDIR%%/html/demos-mainwindow-colorswatch-cpp.html
+%%DOCSDIR%%/html/demos-mainwindow-colorswatch-h.html
+%%DOCSDIR%%/html/demos-mainwindow-main-cpp.html
+%%DOCSDIR%%/html/demos-mainwindow-mainwindow-cpp.html
+%%DOCSDIR%%/html/demos-mainwindow-mainwindow-h.html
+%%DOCSDIR%%/html/demos-mainwindow-mainwindow-qrc.html
+%%DOCSDIR%%/html/demos-mainwindow-toolbar-cpp.html
+%%DOCSDIR%%/html/demos-mainwindow-toolbar-h.html
+%%DOCSDIR%%/html/demos-mainwindow.html
+%%DOCSDIR%%/html/demos-pathstroke-main-cpp.html
+%%DOCSDIR%%/html/demos-pathstroke-pathstroke-cpp.html
+%%DOCSDIR%%/html/demos-pathstroke-pathstroke-h.html
+%%DOCSDIR%%/html/demos-pathstroke-pathstroke-qrc.html
+%%DOCSDIR%%/html/demos-pathstroke.html
+%%DOCSDIR%%/html/demos-spreadsheet-main-cpp.html
+%%DOCSDIR%%/html/demos-spreadsheet-spreadsheet-qrc.html
+%%DOCSDIR%%/html/demos-spreadsheet.html
+%%DOCSDIR%%/html/demos-sqlbrowser-browser-cpp.html
+%%DOCSDIR%%/html/demos-sqlbrowser-browser-h.html
+%%DOCSDIR%%/html/demos-sqlbrowser-connectionwidget-cpp.html
+%%DOCSDIR%%/html/demos-sqlbrowser-connectionwidget-h.html
+%%DOCSDIR%%/html/demos-sqlbrowser-main-cpp.html
+%%DOCSDIR%%/html/demos-sqlbrowser-qsqlconnectiondialog-cpp.html
+%%DOCSDIR%%/html/demos-sqlbrowser-qsqlconnectiondialog-h.html
+%%DOCSDIR%%/html/demos-sqlbrowser.html
+%%DOCSDIR%%/html/demos-textedit-main-cpp.html
+%%DOCSDIR%%/html/demos-textedit-printpreview-cpp.html
+%%DOCSDIR%%/html/demos-textedit-printpreview-h.html
+%%DOCSDIR%%/html/demos-textedit-textedit-cpp.html
+%%DOCSDIR%%/html/demos-textedit-textedit-h.html
+%%DOCSDIR%%/html/demos-textedit-textedit-qrc.html
+%%DOCSDIR%%/html/demos-textedit.html
+%%DOCSDIR%%/html/demos.html
+%%DOCSDIR%%/html/deployment-mac.html
+%%DOCSDIR%%/html/deployment-windows.html
+%%DOCSDIR%%/html/deployment-x11.html
+%%DOCSDIR%%/html/deployment.html
+%%DOCSDIR%%/html/designer-buddy-mode.html
+%%DOCSDIR%%/html/designer-calculatorbuilder-calculatorbuilder-qrc.html
+%%DOCSDIR%%/html/designer-calculatorbuilder-calculatorform-cpp.html
+%%DOCSDIR%%/html/designer-calculatorbuilder-calculatorform-h.html
+%%DOCSDIR%%/html/designer-calculatorbuilder-main-cpp.html
+%%DOCSDIR%%/html/designer-calculatorbuilder.html
+%%DOCSDIR%%/html/designer-calculatorform-calculatorform-cpp.html
+%%DOCSDIR%%/html/designer-calculatorform-calculatorform-h.html
+%%DOCSDIR%%/html/designer-calculatorform-main-cpp.html
+%%DOCSDIR%%/html/designer-calculatorform.html
+%%DOCSDIR%%/html/designer-connection-mode.html
+%%DOCSDIR%%/html/designer-containerextension-multipagewidget-cpp.html
+%%DOCSDIR%%/html/designer-containerextension-multipagewidget-h.html
+%%DOCSDIR%%/html/designer-containerextension-multipagewidgetcontainerextension-cpp.html
+%%DOCSDIR%%/html/designer-containerextension-multipagewidgetcontainerextension-h.html
+%%DOCSDIR%%/html/designer-containerextension-multipagewidgetextensionfactory-cpp.html
+%%DOCSDIR%%/html/designer-containerextension-multipagewidgetextensionfactory-h.html
+%%DOCSDIR%%/html/designer-containerextension-multipagewidgetplugin-cpp.html
+%%DOCSDIR%%/html/designer-containerextension-multipagewidgetplugin-h.html
+%%DOCSDIR%%/html/designer-containerextension.html
+%%DOCSDIR%%/html/designer-creating-custom-widgets-extensions.html
+%%DOCSDIR%%/html/designer-creating-custom-widgets.html
+%%DOCSDIR%%/html/designer-creating-mainwindows.html
+%%DOCSDIR%%/html/designer-customizing-forms.html
+%%DOCSDIR%%/html/designer-customwidgetplugin-analogclock-cpp.html
+%%DOCSDIR%%/html/designer-customwidgetplugin-analogclock-h.html
+%%DOCSDIR%%/html/designer-customwidgetplugin-customwidgetplugin-cpp.html
+%%DOCSDIR%%/html/designer-customwidgetplugin-customwidgetplugin-h.html
+%%DOCSDIR%%/html/designer-customwidgetplugin.html
+%%DOCSDIR%%/html/designer-designing-a-component.html
+%%DOCSDIR%%/html/designer-editing-mode.html
+%%DOCSDIR%%/html/designer-getting-started.html
+%%DOCSDIR%%/html/designer-manual.html
+%%DOCSDIR%%/html/designer-recursive-shadow-casting.html
+%%DOCSDIR%%/html/designer-resources.html
+%%DOCSDIR%%/html/designer-tab-order.html
+%%DOCSDIR%%/html/designer-taskmenuextension-tictactoe-cpp.html
+%%DOCSDIR%%/html/designer-taskmenuextension-tictactoe-h.html
+%%DOCSDIR%%/html/designer-taskmenuextension-tictactoedialog-cpp.html
+%%DOCSDIR%%/html/designer-taskmenuextension-tictactoedialog-h.html
+%%DOCSDIR%%/html/designer-taskmenuextension-tictactoeplugin-cpp.html
+%%DOCSDIR%%/html/designer-taskmenuextension-tictactoeplugin-h.html
+%%DOCSDIR%%/html/designer-taskmenuextension-tictactoetaskmenu-cpp.html
+%%DOCSDIR%%/html/designer-taskmenuextension-tictactoetaskmenu-h.html
+%%DOCSDIR%%/html/designer-taskmenuextension.html
+%%DOCSDIR%%/html/designer-ui-file-format.html
+%%DOCSDIR%%/html/designer-using-a-component.html
+%%DOCSDIR%%/html/designer-using-containers.html
+%%DOCSDIR%%/html/designer-using-custom-widgets.html
+%%DOCSDIR%%/html/designer-worldtimeclockbuilder-main-cpp.html
+%%DOCSDIR%%/html/designer-worldtimeclockbuilder-worldtimeclockbuilder-qrc.html
+%%DOCSDIR%%/html/designer-worldtimeclockbuilder.html
+%%DOCSDIR%%/html/designer-worldtimeclockplugin-worldtimeclock-cpp.html
+%%DOCSDIR%%/html/designer-worldtimeclockplugin-worldtimeclock-h.html
+%%DOCSDIR%%/html/designer-worldtimeclockplugin-worldtimeclockplugin-cpp.html
+%%DOCSDIR%%/html/designer-worldtimeclockplugin-worldtimeclockplugin-h.html
+%%DOCSDIR%%/html/designer-worldtimeclockplugin.html
+%%DOCSDIR%%/html/designer.dcf
+%%DOCSDIR%%/html/desktop-edition-classes.html
+%%DOCSDIR%%/html/desktop-integration.html
+%%DOCSDIR%%/html/desktop-light-edition-classes.html
+%%DOCSDIR%%/html/desktop-screenshot-main-cpp.html
+%%DOCSDIR%%/html/desktop-screenshot-screenshot-cpp.html
+%%DOCSDIR%%/html/desktop-screenshot-screenshot-h.html
+%%DOCSDIR%%/html/desktop-screenshot.html
+%%DOCSDIR%%/html/desktop-systray-main-cpp.html
+%%DOCSDIR%%/html/desktop-systray-systray-qrc.html
+%%DOCSDIR%%/html/desktop-systray-window-cpp.html
+%%DOCSDIR%%/html/desktop-systray-window-h.html
+%%DOCSDIR%%/html/desktop-systray.html
+%%DOCSDIR%%/html/desktop.html
+%%DOCSDIR%%/html/dialogs-configdialog-configdialog-cpp.html
+%%DOCSDIR%%/html/dialogs-configdialog-configdialog-h.html
+%%DOCSDIR%%/html/dialogs-configdialog-configdialog-qrc.html
+%%DOCSDIR%%/html/dialogs-configdialog-main-cpp.html
+%%DOCSDIR%%/html/dialogs-configdialog-pages-cpp.html
+%%DOCSDIR%%/html/dialogs-configdialog-pages-h.html
+%%DOCSDIR%%/html/dialogs-configdialog.html
+%%DOCSDIR%%/html/dialogs-extension-finddialog-cpp.html
+%%DOCSDIR%%/html/dialogs-extension-finddialog-h.html
+%%DOCSDIR%%/html/dialogs-extension-main-cpp.html
+%%DOCSDIR%%/html/dialogs-extension.html
+%%DOCSDIR%%/html/dialogs-findfiles-main-cpp.html
+%%DOCSDIR%%/html/dialogs-findfiles-window-cpp.html
+%%DOCSDIR%%/html/dialogs-findfiles-window-h.html
+%%DOCSDIR%%/html/dialogs-findfiles.html
+%%DOCSDIR%%/html/dialogs-standarddialogs-dialog-cpp.html
+%%DOCSDIR%%/html/dialogs-standarddialogs-dialog-h.html
+%%DOCSDIR%%/html/dialogs-standarddialogs-main-cpp.html
+%%DOCSDIR%%/html/dialogs-standarddialogs.html
+%%DOCSDIR%%/html/dialogs-tabdialog-main-cpp.html
+%%DOCSDIR%%/html/dialogs-tabdialog-tabdialog-cpp.html
+%%DOCSDIR%%/html/dialogs-tabdialog-tabdialog-h.html
+%%DOCSDIR%%/html/dialogs-tabdialog.html
+%%DOCSDIR%%/html/dialogs.html
+%%DOCSDIR%%/html/dnd.html
+%%DOCSDIR%%/html/draganddrop-draggableicons-draggableicons-qrc.html
+%%DOCSDIR%%/html/draganddrop-draggableicons-dragwidget-cpp.html
+%%DOCSDIR%%/html/draganddrop-draggableicons-dragwidget-h.html
+%%DOCSDIR%%/html/draganddrop-draggableicons-main-cpp.html
+%%DOCSDIR%%/html/draganddrop-draggableicons.html
+%%DOCSDIR%%/html/draganddrop-draggabletext-draggabletext-qrc.html
+%%DOCSDIR%%/html/draganddrop-draggabletext-draglabel-cpp.html
+%%DOCSDIR%%/html/draganddrop-draggabletext-draglabel-h.html
+%%DOCSDIR%%/html/draganddrop-draggabletext-dragwidget-cpp.html
+%%DOCSDIR%%/html/draganddrop-draggabletext-dragwidget-h.html
+%%DOCSDIR%%/html/draganddrop-draggabletext-main-cpp.html
+%%DOCSDIR%%/html/draganddrop-draggabletext.html
+%%DOCSDIR%%/html/draganddrop-dropsite-droparea-cpp.html
+%%DOCSDIR%%/html/draganddrop-dropsite-droparea-h.html
+%%DOCSDIR%%/html/draganddrop-dropsite-dropsitewindow-cpp.html
+%%DOCSDIR%%/html/draganddrop-dropsite-dropsitewindow-h.html
+%%DOCSDIR%%/html/draganddrop-dropsite-main-cpp.html
+%%DOCSDIR%%/html/draganddrop-dropsite.html
+%%DOCSDIR%%/html/draganddrop-fridgemagnets-draglabel-cpp.html
+%%DOCSDIR%%/html/draganddrop-fridgemagnets-draglabel-h.html
+%%DOCSDIR%%/html/draganddrop-fridgemagnets-dragwidget-cpp.html
+%%DOCSDIR%%/html/draganddrop-fridgemagnets-dragwidget-h.html
+%%DOCSDIR%%/html/draganddrop-fridgemagnets-fridgemagnets-qrc.html
+%%DOCSDIR%%/html/draganddrop-fridgemagnets-main-cpp.html
+%%DOCSDIR%%/html/draganddrop-fridgemagnets.html
+%%DOCSDIR%%/html/draganddrop-puzzle-main-cpp.html
+%%DOCSDIR%%/html/draganddrop-puzzle-mainwindow-cpp.html
+%%DOCSDIR%%/html/draganddrop-puzzle-mainwindow-h.html
+%%DOCSDIR%%/html/draganddrop-puzzle-pieceslist-cpp.html
+%%DOCSDIR%%/html/draganddrop-puzzle-pieceslist-h.html
+%%DOCSDIR%%/html/draganddrop-puzzle-puzzle-qrc.html
+%%DOCSDIR%%/html/draganddrop-puzzle-puzzlewidget-cpp.html
+%%DOCSDIR%%/html/draganddrop-puzzle-puzzlewidget-h.html
+%%DOCSDIR%%/html/draganddrop-puzzle.html
+%%DOCSDIR%%/html/draganddrop.html
+%%DOCSDIR%%/html/editions.html
+%%DOCSDIR%%/html/environment.html
+%%DOCSDIR%%/html/events.html
+%%DOCSDIR%%/html/eventsandfilters.html
+%%DOCSDIR%%/html/examples.html
+%%DOCSDIR%%/html/exportedfunctions.html
+%%DOCSDIR%%/html/focus.html
+%%DOCSDIR%%/html/functions.html
+%%DOCSDIR%%/html/gallery-cde.html
+%%DOCSDIR%%/html/gallery-cleanlooks.html
+%%DOCSDIR%%/html/gallery-macintosh.html
+%%DOCSDIR%%/html/gallery-motif.html
+%%DOCSDIR%%/html/gallery-plastique.html
+%%DOCSDIR%%/html/gallery-windows.html
+%%DOCSDIR%%/html/gallery-windowsxp.html
+%%DOCSDIR%%/html/gallery.html
+%%DOCSDIR%%/html/geomanagement.html
+%%DOCSDIR%%/html/geometry.html
+%%DOCSDIR%%/html/gpl.html
+%%DOCSDIR%%/html/graphicsview-collidingmice-main-cpp.html
+%%DOCSDIR%%/html/graphicsview-collidingmice-mice-qrc.html
+%%DOCSDIR%%/html/graphicsview-collidingmice-mouse-cpp.html
+%%DOCSDIR%%/html/graphicsview-collidingmice-mouse-h.html
+%%DOCSDIR%%/html/graphicsview-collidingmice.html
+%%DOCSDIR%%/html/graphicsview-dragdroprobot-coloritem-cpp.html
+%%DOCSDIR%%/html/graphicsview-dragdroprobot-coloritem-h.html
+%%DOCSDIR%%/html/graphicsview-dragdroprobot-main-cpp.html
+%%DOCSDIR%%/html/graphicsview-dragdroprobot-robot-cpp.html
+%%DOCSDIR%%/html/graphicsview-dragdroprobot-robot-h.html
+%%DOCSDIR%%/html/graphicsview-dragdroprobot-robot-qrc.html
+%%DOCSDIR%%/html/graphicsview-dragdroprobot.html
+%%DOCSDIR%%/html/graphicsview-elasticnodes-edge-cpp.html
+%%DOCSDIR%%/html/graphicsview-elasticnodes-edge-h.html
+%%DOCSDIR%%/html/graphicsview-elasticnodes-graphwidget-cpp.html
+%%DOCSDIR%%/html/graphicsview-elasticnodes-graphwidget-h.html
+%%DOCSDIR%%/html/graphicsview-elasticnodes-main-cpp.html
+%%DOCSDIR%%/html/graphicsview-elasticnodes-node-cpp.html
+%%DOCSDIR%%/html/graphicsview-elasticnodes-node-h.html
+%%DOCSDIR%%/html/graphicsview-elasticnodes.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-animateditem-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-animateditem-h.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-ledmeter-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-ledmeter-h.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-main-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-portedasteroids-qrc.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-sprites-h.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-toplevel-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-toplevel-h.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-view-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids-view-h.html
+%%DOCSDIR%%/html/graphicsview-portedasteroids.html
+%%DOCSDIR%%/html/graphicsview-portedcanvas-blendshadow-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedcanvas-canvas-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedcanvas-canvas-h.html
+%%DOCSDIR%%/html/graphicsview-portedcanvas-main-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedcanvas-makeimg-cpp.html
+%%DOCSDIR%%/html/graphicsview-portedcanvas-portedcanvas-qrc.html
+%%DOCSDIR%%/html/graphicsview-portedcanvas.html
+%%DOCSDIR%%/html/graphicsview-porting.html
+%%DOCSDIR%%/html/graphicsview.html
+%%DOCSDIR%%/html/groups.html
+%%DOCSDIR%%/html/gui-programming.html
+%%DOCSDIR%%/html/guibooks.html
+%%DOCSDIR%%/html/helpsystem.html
+%%DOCSDIR%%/html/hierarchy.html
+%%DOCSDIR%%/html/how-to-learn-qt.html
+%%DOCSDIR%%/html/howto.html
+%%DOCSDIR%%/html/i18n.html
+%%DOCSDIR%%/html/images/2dpainting-example.png
+%%DOCSDIR%%/html/images/abstract-connections.png
+%%DOCSDIR%%/html/images/affine-demo.png
+%%DOCSDIR%%/html/images/alphafill.png
+%%DOCSDIR%%/html/images/analogclock-example.png
+%%DOCSDIR%%/html/images/analogclock-viewport.png
+%%DOCSDIR%%/html/images/antialiased.png
+%%DOCSDIR%%/html/images/application-menus.png
+%%DOCSDIR%%/html/images/application.png
+%%DOCSDIR%%/html/images/arthurplugin-demo.png
+%%DOCSDIR%%/html/images/assistant-assistant.png
+%%DOCSDIR%%/html/images/assistant-docwindow.png
+%%DOCSDIR%%/html/images/assistant-search.png
+%%DOCSDIR%%/html/images/assistant-sidebar.png
+%%DOCSDIR%%/html/images/assistant-toolbar1.png
+%%DOCSDIR%%/html/images/basicdrawing-example.png
+%%DOCSDIR%%/html/images/basiclayouts-example.png
+%%DOCSDIR%%/html/images/basicsortfiltermodel-example.png
+%%DOCSDIR%%/html/images/bearings.png
+%%DOCSDIR%%/html/images/blockingfortuneclient-example.png
+%%DOCSDIR%%/html/images/books-demo.png
+%%DOCSDIR%%/html/images/borderlayout-example.png
+%%DOCSDIR%%/html/images/broadcastreceiver-example.png
+%%DOCSDIR%%/html/images/broadcastsender-example.png
+%%DOCSDIR%%/html/images/brush-outline.png
+%%DOCSDIR%%/html/images/brush-styles.png
+%%DOCSDIR%%/html/images/buttonbox-gnomelayout-horizontal.png
+%%DOCSDIR%%/html/images/buttonbox-gnomelayout-vertical.png
+%%DOCSDIR%%/html/images/buttonbox-kdelayout-horizontal.png
+%%DOCSDIR%%/html/images/buttonbox-kdelayout-vertical.png
+%%DOCSDIR%%/html/images/buttonbox-mac-modeless-horizontal.png
+%%DOCSDIR%%/html/images/buttonbox-mac-modeless-vertical.png
+%%DOCSDIR%%/html/images/buttonbox-maclayout-horizontal.png
+%%DOCSDIR%%/html/images/buttonbox-maclayout-vertical.png
+%%DOCSDIR%%/html/images/buttonbox-winlayout-horizontal.png
+%%DOCSDIR%%/html/images/buttonbox-winlayout-vertical.png
+%%DOCSDIR%%/html/images/cachedtable-example.png
+%%DOCSDIR%%/html/images/calculator-example.png
+%%DOCSDIR%%/html/images/calculator-ugly.png
+%%DOCSDIR%%/html/images/calculatorbuilder-example.png
+%%DOCSDIR%%/html/images/calculatorform-example.png
+%%DOCSDIR%%/html/images/calendar-example.png
+%%DOCSDIR%%/html/images/cde-calendarwidget.png
+%%DOCSDIR%%/html/images/cde-checkbox.png
+%%DOCSDIR%%/html/images/cde-combobox.png
+%%DOCSDIR%%/html/images/cde-dateedit.png
+%%DOCSDIR%%/html/images/cde-datetimeedit.png
+%%DOCSDIR%%/html/images/cde-dial.png
+%%DOCSDIR%%/html/images/cde-doublespinbox.png
+%%DOCSDIR%%/html/images/cde-fontcombobox.png
+%%DOCSDIR%%/html/images/cde-frame.png
+%%DOCSDIR%%/html/images/cde-groupbox.png
+%%DOCSDIR%%/html/images/cde-horizontalscrollbar.png
+%%DOCSDIR%%/html/images/cde-label.png
+%%DOCSDIR%%/html/images/cde-lcdnumber.png
+%%DOCSDIR%%/html/images/cde-lineedit.png
+%%DOCSDIR%%/html/images/cde-listview.png
+%%DOCSDIR%%/html/images/cde-progressbar.png
+%%DOCSDIR%%/html/images/cde-pushbutton.png
+%%DOCSDIR%%/html/images/cde-radiobutton.png
+%%DOCSDIR%%/html/images/cde-slider.png
+%%DOCSDIR%%/html/images/cde-spinbox.png
+%%DOCSDIR%%/html/images/cde-tableview.png
+%%DOCSDIR%%/html/images/cde-tabwidget.png
+%%DOCSDIR%%/html/images/cde-textedit.png
+%%DOCSDIR%%/html/images/cde-timeedit.png
+%%DOCSDIR%%/html/images/cde-toolbox.png
+%%DOCSDIR%%/html/images/cde-toolbutton.png
+%%DOCSDIR%%/html/images/cde-treeview.png
+%%DOCSDIR%%/html/images/charactermap-example.png
+%%DOCSDIR%%/html/images/chart-example.png
+%%DOCSDIR%%/html/images/chat-example.png
+%%DOCSDIR%%/html/images/chip-demo.png
+%%DOCSDIR%%/html/images/cleanlooks-calendarwidget.png
+%%DOCSDIR%%/html/images/cleanlooks-checkbox.png
+%%DOCSDIR%%/html/images/cleanlooks-combobox.png
+%%DOCSDIR%%/html/images/cleanlooks-dateedit.png
+%%DOCSDIR%%/html/images/cleanlooks-datetimeedit.png
+%%DOCSDIR%%/html/images/cleanlooks-dial.png
+%%DOCSDIR%%/html/images/cleanlooks-dialogbuttonbox.png
+%%DOCSDIR%%/html/images/cleanlooks-doublespinbox.png
+%%DOCSDIR%%/html/images/cleanlooks-fontcombobox.png
+%%DOCSDIR%%/html/images/cleanlooks-frame.png
+%%DOCSDIR%%/html/images/cleanlooks-groupbox.png
+%%DOCSDIR%%/html/images/cleanlooks-horizontalscrollbar.png
+%%DOCSDIR%%/html/images/cleanlooks-label.png
+%%DOCSDIR%%/html/images/cleanlooks-lcdnumber.png
+%%DOCSDIR%%/html/images/cleanlooks-lineedit.png
+%%DOCSDIR%%/html/images/cleanlooks-listview.png
+%%DOCSDIR%%/html/images/cleanlooks-progressbar.png
+%%DOCSDIR%%/html/images/cleanlooks-pushbutton.png
+%%DOCSDIR%%/html/images/cleanlooks-radiobutton.png
+%%DOCSDIR%%/html/images/cleanlooks-slider.png
+%%DOCSDIR%%/html/images/cleanlooks-spinbox.png
+%%DOCSDIR%%/html/images/cleanlooks-tableview.png
+%%DOCSDIR%%/html/images/cleanlooks-tabwidget.png
+%%DOCSDIR%%/html/images/cleanlooks-textedit.png
+%%DOCSDIR%%/html/images/cleanlooks-timeedit.png
+%%DOCSDIR%%/html/images/cleanlooks-toolbox.png
+%%DOCSDIR%%/html/images/cleanlooks-toolbutton.png
+%%DOCSDIR%%/html/images/cleanlooks-treeview.png
+%%DOCSDIR%%/html/images/codecs-example.png
+%%DOCSDIR%%/html/images/collidingmice-example.png
+%%DOCSDIR%%/html/images/completer-example.png
+%%DOCSDIR%%/html/images/composition-demo.png
+%%DOCSDIR%%/html/images/concentriccircles-example.png
+%%DOCSDIR%%/html/images/configdialog-example.png
+%%DOCSDIR%%/html/images/conicalGradient.png
+%%DOCSDIR%%/html/images/containerextension-example.png
+%%DOCSDIR%%/html/images/coordinatesystem-analogclock.png
+%%DOCSDIR%%/html/images/coordinatesystem-line-antialias.png
+%%DOCSDIR%%/html/images/coordinatesystem-line-raster.png
+%%DOCSDIR%%/html/images/coordinatesystem-line.png
+%%DOCSDIR%%/html/images/coordinatesystem-rect-antialias.png
+%%DOCSDIR%%/html/images/coordinatesystem-rect-raster.png
+%%DOCSDIR%%/html/images/coordinatesystem-rect.png
+%%DOCSDIR%%/html/images/coordinatesystem-transformations.png
+%%DOCSDIR%%/html/images/cursor-arrow.png
+%%DOCSDIR%%/html/images/cursor-busy.png
+%%DOCSDIR%%/html/images/cursor-closedhand.png
+%%DOCSDIR%%/html/images/cursor-cross.png
+%%DOCSDIR%%/html/images/cursor-forbidden.png
+%%DOCSDIR%%/html/images/cursor-hand.png
+%%DOCSDIR%%/html/images/cursor-hsplit.png
+%%DOCSDIR%%/html/images/cursor-ibeam.png
+%%DOCSDIR%%/html/images/cursor-openhand.png
+%%DOCSDIR%%/html/images/cursor-sizeall.png
+%%DOCSDIR%%/html/images/cursor-sizeb.png
+%%DOCSDIR%%/html/images/cursor-sizef.png
+%%DOCSDIR%%/html/images/cursor-sizeh.png
+%%DOCSDIR%%/html/images/cursor-sizev.png
+%%DOCSDIR%%/html/images/cursor-uparrow.png
+%%DOCSDIR%%/html/images/cursor-vsplit.png
+%%DOCSDIR%%/html/images/cursor-wait.png
+%%DOCSDIR%%/html/images/cursor-whatsthis.png
+%%DOCSDIR%%/html/images/customcompleter-example.png
+%%DOCSDIR%%/html/images/customsortfiltermodel-example.png
+%%DOCSDIR%%/html/images/customwidgetplugin-example.png
+%%DOCSDIR%%/html/images/datetimewidgets.png
+%%DOCSDIR%%/html/images/deform-demo.png
+%%DOCSDIR%%/html/images/dependencies.png
+%%DOCSDIR%%/html/images/deployment-mac-application.png
+%%DOCSDIR%%/html/images/deployment-mac-bundlestructure.png
+%%DOCSDIR%%/html/images/deployment-windows-depends.png
+%%DOCSDIR%%/html/images/designer-action-editor.png
+%%DOCSDIR%%/html/images/designer-adding-dockwidget.png
+%%DOCSDIR%%/html/images/designer-adding-menu-action.png
+%%DOCSDIR%%/html/images/designer-adding-toolbar-action.png
+%%DOCSDIR%%/html/images/designer-buddy-making.png
+%%DOCSDIR%%/html/images/designer-buddy-mode.png
+%%DOCSDIR%%/html/images/designer-buddy-tool.png
+%%DOCSDIR%%/html/images/designer-choosing-form.png
+%%DOCSDIR%%/html/images/designer-connection-dialog.png
+%%DOCSDIR%%/html/images/designer-connection-editing.png
+%%DOCSDIR%%/html/images/designer-connection-editor.png
+%%DOCSDIR%%/html/images/designer-connection-highlight.png
+%%DOCSDIR%%/html/images/designer-connection-making.png
+%%DOCSDIR%%/html/images/designer-connection-mode.png
+%%DOCSDIR%%/html/images/designer-connection-to-form.png
+%%DOCSDIR%%/html/images/designer-connection-tool.png
+%%DOCSDIR%%/html/images/designer-containers-dockwidget.png
+%%DOCSDIR%%/html/images/designer-containers-frame.png
+%%DOCSDIR%%/html/images/designer-containers-groupbox.png
+%%DOCSDIR%%/html/images/designer-containers-stackedwidget.png
+%%DOCSDIR%%/html/images/designer-containers-tabwidget.png
+%%DOCSDIR%%/html/images/designer-containers-toolbox.png
+%%DOCSDIR%%/html/images/designer-creating-menu-entry1.png
+%%DOCSDIR%%/html/images/designer-creating-menu-entry2.png
+%%DOCSDIR%%/html/images/designer-creating-menu-entry3.png
+%%DOCSDIR%%/html/images/designer-creating-menu-entry4.png
+%%DOCSDIR%%/html/images/designer-creating-menu1.png
+%%DOCSDIR%%/html/images/designer-creating-menu2.png
+%%DOCSDIR%%/html/images/designer-creating-menu3.png
+%%DOCSDIR%%/html/images/designer-creating-menu4.png
+%%DOCSDIR%%/html/images/designer-dialog-final.png
+%%DOCSDIR%%/html/images/designer-dialog-initial.png
+%%DOCSDIR%%/html/images/designer-dialog-layout.png
+%%DOCSDIR%%/html/images/designer-dialog-preview.png
+%%DOCSDIR%%/html/images/designer-dragging-onto-form.png
+%%DOCSDIR%%/html/images/designer-edit-resource.png
+%%DOCSDIR%%/html/images/designer-editing-mode.png
+%%DOCSDIR%%/html/images/designer-form-layoutfunction.png
+%%DOCSDIR%%/html/images/designer-form-settings.png
+%%DOCSDIR%%/html/images/designer-getting-started.png
+%%DOCSDIR%%/html/images/designer-layout-inserting.png
+%%DOCSDIR%%/html/images/designer-main-window.png
+%%DOCSDIR%%/html/images/designer-making-connection.png
+%%DOCSDIR%%/html/images/designer-manual-containerextension.png
+%%DOCSDIR%%/html/images/designer-manual-membersheetextension.png
+%%DOCSDIR%%/html/images/designer-manual-propertysheetextension.png
+%%DOCSDIR%%/html/images/designer-manual-taskmenuextension.png
+%%DOCSDIR%%/html/images/designer-object-inspector.png
+%%DOCSDIR%%/html/images/designer-promoting-widgets.png
+%%DOCSDIR%%/html/images/designer-property-editor-link.png
+%%DOCSDIR%%/html/images/designer-property-editor.png
+%%DOCSDIR%%/html/images/designer-resource-editor.png
+%%DOCSDIR%%/html/images/designer-resources-editing.png
+%%DOCSDIR%%/html/images/designer-resources-using.png
+%%DOCSDIR%%/html/images/designer-selecting-widget.png
+%%DOCSDIR%%/html/images/designer-splitter-layout.png
+%%DOCSDIR%%/html/images/designer-tab-order-mode.png
+%%DOCSDIR%%/html/images/designer-tab-order-tool.png
+%%DOCSDIR%%/html/images/designer-widget-box.png
+%%DOCSDIR%%/html/images/designer-widget-tool.png
+%%DOCSDIR%%/html/images/diagonalGradient.png
+%%DOCSDIR%%/html/images/digitalclock-example.png
+%%DOCSDIR%%/html/images/dirview-example.png
+%%DOCSDIR%%/html/images/dockwidgets-example.png
+%%DOCSDIR%%/html/images/dombookmarks-example.png
+%%DOCSDIR%%/html/images/draganddroppuzzle-example.png
+%%DOCSDIR%%/html/images/dragdroprobot-example.png
+%%DOCSDIR%%/html/images/draggableicons-example.png
+%%DOCSDIR%%/html/images/draggabletext-example.png
+%%DOCSDIR%%/html/images/dropsite-example.png
+%%DOCSDIR%%/html/images/elasticnodes-example.png
+%%DOCSDIR%%/html/images/extension-example.png
+%%DOCSDIR%%/html/images/extension_more.png
+%%DOCSDIR%%/html/images/findfiles-example.png
+%%DOCSDIR%%/html/images/findfiles_progress_dialog.png
+%%DOCSDIR%%/html/images/flowlayout-example.png
+%%DOCSDIR%%/html/images/fontsampler-example.png
+%%DOCSDIR%%/html/images/foreignkeys.png
+%%DOCSDIR%%/html/images/fortuneclient-example.png
+%%DOCSDIR%%/html/images/fortuneserver-example.png
+%%DOCSDIR%%/html/images/framebufferobject-example.png
+%%DOCSDIR%%/html/images/framebufferobject2-example.png
+%%DOCSDIR%%/html/images/frames.png
+%%DOCSDIR%%/html/images/fridgemagnets-example.png
+%%DOCSDIR%%/html/images/ftp-example.png
+%%DOCSDIR%%/html/images/geometry.png
+%%DOCSDIR%%/html/images/grabber-example.png
+%%DOCSDIR%%/html/images/gradientText.png
+%%DOCSDIR%%/html/images/gradients-demo.png
+%%DOCSDIR%%/html/images/graphicsview-ellipseitem-pie.png
+%%DOCSDIR%%/html/images/graphicsview-ellipseitem.png
+%%DOCSDIR%%/html/images/graphicsview-items.png
+%%DOCSDIR%%/html/images/graphicsview-lineitem.png
+%%DOCSDIR%%/html/images/graphicsview-map.png
+%%DOCSDIR%%/html/images/graphicsview-parentchild.png
+%%DOCSDIR%%/html/images/graphicsview-pathitem.png
+%%DOCSDIR%%/html/images/graphicsview-pixmapitem.png
+%%DOCSDIR%%/html/images/graphicsview-polygonitem.png
+%%DOCSDIR%%/html/images/graphicsview-rectitem.png
+%%DOCSDIR%%/html/images/graphicsview-shapes.png
+%%DOCSDIR%%/html/images/graphicsview-text.png
+%%DOCSDIR%%/html/images/graphicsview-view.png
+%%DOCSDIR%%/html/images/gridlayout.png
+%%DOCSDIR%%/html/images/groupbox-example.png
+%%DOCSDIR%%/html/images/hellogl-example.png
+%%DOCSDIR%%/html/images/http-example.png
+%%DOCSDIR%%/html/images/httpstack.png
+%%DOCSDIR%%/html/images/i18n-example.png
+%%DOCSDIR%%/html/images/icon.png
+%%DOCSDIR%%/html/images/icons-example.png
+%%DOCSDIR%%/html/images/icons-view-menu.png
+%%DOCSDIR%%/html/images/icons_find_mess.png
+%%DOCSDIR%%/html/images/icons_find_normal.png
+%%DOCSDIR%%/html/images/icons_find_normal_disabled.png
+%%DOCSDIR%%/html/images/icons_images_groupbox.png
+%%DOCSDIR%%/html/images/icons_monkey.png
+%%DOCSDIR%%/html/images/icons_monkey_mess.png
+%%DOCSDIR%%/html/images/icons_preview_area.png
+%%DOCSDIR%%/html/images/icons_qtopia_16x16.png
+%%DOCSDIR%%/html/images/icons_qtopia_17x17.png
+%%DOCSDIR%%/html/images/icons_qtopia_32x32.png
+%%DOCSDIR%%/html/images/icons_qtopia_33x33.png
+%%DOCSDIR%%/html/images/icons_qtopia_48x48.png
+%%DOCSDIR%%/html/images/icons_qtopia_64x64.png
+%%DOCSDIR%%/html/images/icons_qtopia_8x8.png
+%%DOCSDIR%%/html/images/icons_size_groupbox.png
+%%DOCSDIR%%/html/images/icons_size_spinbox.png
+%%DOCSDIR%%/html/images/imagecomposition-example.png
+%%DOCSDIR%%/html/images/imageviewer-example.png
+%%DOCSDIR%%/html/images/imageviewer-original_size.png
+%%DOCSDIR%%/html/images/imageviewer-zoom_in_1.png
+%%DOCSDIR%%/html/images/imageviewer-zoom_in_2.png
+%%DOCSDIR%%/html/images/inputdialogs.png
+%%DOCSDIR%%/html/images/insertrowinmodelview.png
+%%DOCSDIR%%/html/images/interview-demo.png
+%%DOCSDIR%%/html/images/interview-shareddirmodel.png
+%%DOCSDIR%%/html/images/itemviewspuzzle-example.png
+%%DOCSDIR%%/html/images/javaiterators1.png
+%%DOCSDIR%%/html/images/javaiterators2.png
+%%DOCSDIR%%/html/images/layout1.png
+%%DOCSDIR%%/html/images/layout2.png
+%%DOCSDIR%%/html/images/lineedits-example.png
+%%DOCSDIR%%/html/images/linguist-arrowpad_en.png
+%%DOCSDIR%%/html/images/linguist-arrowpad_fr.png
+%%DOCSDIR%%/html/images/linguist-arrowpad_nl.png
+%%DOCSDIR%%/html/images/linguist-doneandnext.png
+%%DOCSDIR%%/html/images/linguist-editcopy.png
+%%DOCSDIR%%/html/images/linguist-editcut.png
+%%DOCSDIR%%/html/images/linguist-editfind.png
+%%DOCSDIR%%/html/images/linguist-editpaste.png
+%%DOCSDIR%%/html/images/linguist-editredo.png
+%%DOCSDIR%%/html/images/linguist-editundo.png
+%%DOCSDIR%%/html/images/linguist-fileopen.png
+%%DOCSDIR%%/html/images/linguist-fileprint.png
+%%DOCSDIR%%/html/images/linguist-filesave.png
+%%DOCSDIR%%/html/images/linguist-finddialog.png
+%%DOCSDIR%%/html/images/linguist-hellotr_en.png
+%%DOCSDIR%%/html/images/linguist-hellotr_la.png
+%%DOCSDIR%%/html/images/linguist-linguist.png
+%%DOCSDIR%%/html/images/linguist-menubar.png
+%%DOCSDIR%%/html/images/linguist-next.png
+%%DOCSDIR%%/html/images/linguist-nextunfinished.png
+%%DOCSDIR%%/html/images/linguist-phrasebookdialog.png
+%%DOCSDIR%%/html/images/linguist-phrasebookopen.png
+%%DOCSDIR%%/html/images/linguist-prev.png
+%%DOCSDIR%%/html/images/linguist-prevunfinished.png
+%%DOCSDIR%%/html/images/linguist-toolbar.png
+%%DOCSDIR%%/html/images/linguist-trollprint_10_en.png
+%%DOCSDIR%%/html/images/linguist-trollprint_10_pt_bad.png
+%%DOCSDIR%%/html/images/linguist-trollprint_10_pt_good.png
+%%DOCSDIR%%/html/images/linguist-trollprint_11_en.png
+%%DOCSDIR%%/html/images/linguist-trollprint_11_pt.png
+%%DOCSDIR%%/html/images/linguist-validateaccelerators.png
+%%DOCSDIR%%/html/images/linguist-validatephrases.png
+%%DOCSDIR%%/html/images/linguist-validatepunctuation.png
+%%DOCSDIR%%/html/images/loopback-example.png
+%%DOCSDIR%%/html/images/macintosh-calendarwidget.png
+%%DOCSDIR%%/html/images/macintosh-checkbox.png
+%%DOCSDIR%%/html/images/macintosh-combobox.png
+%%DOCSDIR%%/html/images/macintosh-dateedit.png
+%%DOCSDIR%%/html/images/macintosh-datetimeedit.png
+%%DOCSDIR%%/html/images/macintosh-dial.png
+%%DOCSDIR%%/html/images/macintosh-doublespinbox.png
+%%DOCSDIR%%/html/images/macintosh-fontcombobox.png
+%%DOCSDIR%%/html/images/macintosh-frame.png
+%%DOCSDIR%%/html/images/macintosh-groupbox.png
+%%DOCSDIR%%/html/images/macintosh-horizontalscrollbar.png
+%%DOCSDIR%%/html/images/macintosh-label.png
+%%DOCSDIR%%/html/images/macintosh-lcdnumber.png
+%%DOCSDIR%%/html/images/macintosh-lineedit.png
+%%DOCSDIR%%/html/images/macintosh-listview.png
+%%DOCSDIR%%/html/images/macintosh-progressbar.png
+%%DOCSDIR%%/html/images/macintosh-pushbutton.png
+%%DOCSDIR%%/html/images/macintosh-radiobutton.png
+%%DOCSDIR%%/html/images/macintosh-slider.png
+%%DOCSDIR%%/html/images/macintosh-spinbox.png
+%%DOCSDIR%%/html/images/macintosh-tableview.png
+%%DOCSDIR%%/html/images/macintosh-tabwidget.png
+%%DOCSDIR%%/html/images/macintosh-textedit.png
+%%DOCSDIR%%/html/images/macintosh-timeedit.png
+%%DOCSDIR%%/html/images/macintosh-toolbox.png
+%%DOCSDIR%%/html/images/macintosh-toolbutton.png
+%%DOCSDIR%%/html/images/macintosh-treeview.png
+%%DOCSDIR%%/html/images/mainwindow-contextmenu.png
+%%DOCSDIR%%/html/images/mainwindow-demo.png
+%%DOCSDIR%%/html/images/mainwindow-docks-example.png
+%%DOCSDIR%%/html/images/mainwindow-docks.png
+%%DOCSDIR%%/html/images/mandelbrot.png
+%%DOCSDIR%%/html/images/mandelbrot_scroll1.png
+%%DOCSDIR%%/html/images/mandelbrot_scroll2.png
+%%DOCSDIR%%/html/images/mandelbrot_scroll3.png
+%%DOCSDIR%%/html/images/mandelbrot_zoom1.png
+%%DOCSDIR%%/html/images/mandelbrot_zoom2.png
+%%DOCSDIR%%/html/images/mandelbrot_zoom3.png
+%%DOCSDIR%%/html/images/mdi-example.png
+%%DOCSDIR%%/html/images/menus-example.png
+%%DOCSDIR%%/html/images/modelindex-no-parent.png
+%%DOCSDIR%%/html/images/modelview-begin-append-columns.png
+%%DOCSDIR%%/html/images/modelview-begin-append-rows.png
+%%DOCSDIR%%/html/images/modelview-begin-insert-columns.png
+%%DOCSDIR%%/html/images/modelview-begin-insert-rows.png
+%%DOCSDIR%%/html/images/modelview-begin-remove-columns.png
+%%DOCSDIR%%/html/images/modelview-begin-remove-rows.png
+%%DOCSDIR%%/html/images/modelview-models.png
+%%DOCSDIR%%/html/images/modelview-overview.png
+%%DOCSDIR%%/html/images/modelview-roles.png
+%%DOCSDIR%%/html/images/modelview-tablemodel.png
+%%DOCSDIR%%/html/images/modelview-treemodel.png
+%%DOCSDIR%%/html/images/motif-calendarwidget.png
+%%DOCSDIR%%/html/images/motif-checkbox.png
+%%DOCSDIR%%/html/images/motif-combobox.png
+%%DOCSDIR%%/html/images/motif-dateedit.png
+%%DOCSDIR%%/html/images/motif-datetimeedit.png
+%%DOCSDIR%%/html/images/motif-dial.png
+%%DOCSDIR%%/html/images/motif-doublespinbox.png
+%%DOCSDIR%%/html/images/motif-fontcombobox.png
+%%DOCSDIR%%/html/images/motif-frame.png
+%%DOCSDIR%%/html/images/motif-groupbox.png
+%%DOCSDIR%%/html/images/motif-horizontalscrollbar.png
+%%DOCSDIR%%/html/images/motif-label.png
+%%DOCSDIR%%/html/images/motif-lcdnumber.png
+%%DOCSDIR%%/html/images/motif-lineedit.png
+%%DOCSDIR%%/html/images/motif-listview.png
+%%DOCSDIR%%/html/images/motif-menubar.png
+%%DOCSDIR%%/html/images/motif-progressbar.png
+%%DOCSDIR%%/html/images/motif-pushbutton.png
+%%DOCSDIR%%/html/images/motif-radiobutton.png
+%%DOCSDIR%%/html/images/motif-slider.png
+%%DOCSDIR%%/html/images/motif-spinbox.png
+%%DOCSDIR%%/html/images/motif-tableview.png
+%%DOCSDIR%%/html/images/motif-tabwidget.png
+%%DOCSDIR%%/html/images/motif-textedit.png
+%%DOCSDIR%%/html/images/motif-timeedit.png
+%%DOCSDIR%%/html/images/motif-toolbox.png
+%%DOCSDIR%%/html/images/motif-toolbutton.png
+%%DOCSDIR%%/html/images/motif-treeview.png
+%%DOCSDIR%%/html/images/movie-example.png
+%%DOCSDIR%%/html/images/noforeignkeys.png
+%%DOCSDIR%%/html/images/orderform-example.png
+%%DOCSDIR%%/html/images/overpainting-example.png
+%%DOCSDIR%%/html/images/painterpaths-example.png
+%%DOCSDIR%%/html/images/paintsystem-antialiasing.png
+%%DOCSDIR%%/html/images/paintsystem-core.png
+%%DOCSDIR%%/html/images/paintsystem-devices.png
+%%DOCSDIR%%/html/images/paintsystem-fancygradient.png
+%%DOCSDIR%%/html/images/paintsystem-gradients.png
+%%DOCSDIR%%/html/images/paintsystem-icon.png
+%%DOCSDIR%%/html/images/paintsystem-movie.png
+%%DOCSDIR%%/html/images/paintsystem-painterpath.png
+%%DOCSDIR%%/html/images/paintsystem-stylepainter.png
+%%DOCSDIR%%/html/images/paintsystem-svg.png
+%%DOCSDIR%%/html/images/palette.png
+%%DOCSDIR%%/html/images/parent-child-widgets.png
+%%DOCSDIR%%/html/images/pathexample.png
+%%DOCSDIR%%/html/images/pathstroke-demo.png
+%%DOCSDIR%%/html/images/pbuffers-example.png
+%%DOCSDIR%%/html/images/pbuffers2-example.png
+%%DOCSDIR%%/html/images/pixelator-example.png
+%%DOCSDIR%%/html/images/plaintext-layout.png
+%%DOCSDIR%%/html/images/plastique-calendarwidget.png
+%%DOCSDIR%%/html/images/plastique-checkbox.png
+%%DOCSDIR%%/html/images/plastique-colordialog.png
+%%DOCSDIR%%/html/images/plastique-combobox.png
+%%DOCSDIR%%/html/images/plastique-dateedit.png
+%%DOCSDIR%%/html/images/plastique-datetimeedit.png
+%%DOCSDIR%%/html/images/plastique-dial.png
+%%DOCSDIR%%/html/images/plastique-dialogbuttonbox.png
+%%DOCSDIR%%/html/images/plastique-doublespinbox.png
+%%DOCSDIR%%/html/images/plastique-fontcombobox-open.png
+%%DOCSDIR%%/html/images/plastique-fontcombobox.png
+%%DOCSDIR%%/html/images/plastique-fontdialog.png
+%%DOCSDIR%%/html/images/plastique-frame.png
+%%DOCSDIR%%/html/images/plastique-groupbox.png
+%%DOCSDIR%%/html/images/plastique-horizontalscrollbar.png
+%%DOCSDIR%%/html/images/plastique-label.png
+%%DOCSDIR%%/html/images/plastique-lcdnumber.png
+%%DOCSDIR%%/html/images/plastique-lineedit.png
+%%DOCSDIR%%/html/images/plastique-listview.png
+%%DOCSDIR%%/html/images/plastique-menubar.png
+%%DOCSDIR%%/html/images/plastique-printdialog-properties.png
+%%DOCSDIR%%/html/images/plastique-printdialog.png
+%%DOCSDIR%%/html/images/plastique-progressbar.png
+%%DOCSDIR%%/html/images/plastique-progressdialog.png
+%%DOCSDIR%%/html/images/plastique-pushbutton.png
+%%DOCSDIR%%/html/images/plastique-radiobutton.png
+%%DOCSDIR%%/html/images/plastique-sizegrip.png
+%%DOCSDIR%%/html/images/plastique-slider.png
+%%DOCSDIR%%/html/images/plastique-spinbox.png
+%%DOCSDIR%%/html/images/plastique-statusbar.png
+%%DOCSDIR%%/html/images/plastique-tabbar-truncated.png
+%%DOCSDIR%%/html/images/plastique-tabbar.png
+%%DOCSDIR%%/html/images/plastique-tableview.png
+%%DOCSDIR%%/html/images/plastique-tabwidget.png
+%%DOCSDIR%%/html/images/plastique-textedit.png
+%%DOCSDIR%%/html/images/plastique-timeedit.png
+%%DOCSDIR%%/html/images/plastique-toolbox.png
+%%DOCSDIR%%/html/images/plastique-toolbutton.png
+%%DOCSDIR%%/html/images/plastique-treeview.png
+%%DOCSDIR%%/html/images/plugandpaint-plugindialog.png
+%%DOCSDIR%%/html/images/plugandpaint.png
+%%DOCSDIR%%/html/images/portedasteroids-example.png
+%%DOCSDIR%%/html/images/portedcanvas-example.png
+%%DOCSDIR%%/html/images/printer-rects.png
+%%DOCSDIR%%/html/images/propagation-custom.png
+%%DOCSDIR%%/html/images/propagation-standard.png
+%%DOCSDIR%%/html/images/q3painter_rationale.png
+%%DOCSDIR%%/html/images/qactiongroup-align.png
+%%DOCSDIR%%/html/images/qcalendarwidget-grid.png
+%%DOCSDIR%%/html/images/qcalendarwidget-maximum.png
+%%DOCSDIR%%/html/images/qcalendarwidget-minimum.png
+%%DOCSDIR%%/html/images/qcanvasellipse.png
+%%DOCSDIR%%/html/images/qcdestyle.png
+%%DOCSDIR%%/html/images/qcolor-cmyk.png
+%%DOCSDIR%%/html/images/qcolor-hsv.png
+%%DOCSDIR%%/html/images/qcolor-hue.png
+%%DOCSDIR%%/html/images/qcolor-rgb.png
+%%DOCSDIR%%/html/images/qcolor-saturation.png
+%%DOCSDIR%%/html/images/qcolor-value.png
+%%DOCSDIR%%/html/images/qconicalgradient.png
+%%DOCSDIR%%/html/images/qdesktopwidget.png
+%%DOCSDIR%%/html/images/qdockwindow.png
+%%DOCSDIR%%/html/images/qerrormessage.png
+%%DOCSDIR%%/html/images/qgradient-conical.png
+%%DOCSDIR%%/html/images/qgradient-linear.png
+%%DOCSDIR%%/html/images/qgradient-radial.png
+%%DOCSDIR%%/html/images/qgridlayout-with-5-children.png
+%%DOCSDIR%%/html/images/qhbox-m.png
+%%DOCSDIR%%/html/images/qhboxlayout-with-5-children.png
+%%DOCSDIR%%/html/images/qimage-32bit_scaled.png
+%%DOCSDIR%%/html/images/qimage-8bit_scaled.png
+%%DOCSDIR%%/html/images/qimage-scaling.png
+%%DOCSDIR%%/html/images/qline-coordinates.png
+%%DOCSDIR%%/html/images/qline-point.png
+%%DOCSDIR%%/html/images/qlineargradient-pad.png
+%%DOCSDIR%%/html/images/qlineargradient-reflect.png
+%%DOCSDIR%%/html/images/qlineargradient-repeat.png
+%%DOCSDIR%%/html/images/qlinef-angle-identicaldirection.png
+%%DOCSDIR%%/html/images/qlinef-angle-oppositedirection.png
+%%DOCSDIR%%/html/images/qlinef-bounded.png
+%%DOCSDIR%%/html/images/qlinef-normalvector.png
+%%DOCSDIR%%/html/images/qlinef-unbounded.png
+%%DOCSDIR%%/html/images/qlistbox-m.png
+%%DOCSDIR%%/html/images/qlistbox-w.png
+%%DOCSDIR%%/html/images/qlistviewitems.png
+%%DOCSDIR%%/html/images/qmacstyle.png
+%%DOCSDIR%%/html/images/qmainwindow-qdockareas.png
+%%DOCSDIR%%/html/images/qmatrix-combinedtransformation.png
+%%DOCSDIR%%/html/images/qmatrix-representation.png
+%%DOCSDIR%%/html/images/qmatrix-simpletransformation.png
+%%DOCSDIR%%/html/images/qmessagebox-crit.png
+%%DOCSDIR%%/html/images/qmessagebox-info.png
+%%DOCSDIR%%/html/images/qmessagebox-quest.png
+%%DOCSDIR%%/html/images/qmessagebox-warn.png
+%%DOCSDIR%%/html/images/qmotifstyle.png
+%%DOCSDIR%%/html/images/qpainter-affinetransformations.png
+%%DOCSDIR%%/html/images/qpainter-arc.png
+%%DOCSDIR%%/html/images/qpainter-basicdrawing.png
+%%DOCSDIR%%/html/images/qpainter-chord.png
+%%DOCSDIR%%/html/images/qpainter-clock.png
+%%DOCSDIR%%/html/images/qpainter-compositiondemo.png
+%%DOCSDIR%%/html/images/qpainter-compositionmode1.png
+%%DOCSDIR%%/html/images/qpainter-compositionmode2.png
+%%DOCSDIR%%/html/images/qpainter-concentriccircles.png
+%%DOCSDIR%%/html/images/qpainter-ellipse.png
+%%DOCSDIR%%/html/images/qpainter-gradients.png
+%%DOCSDIR%%/html/images/qpainter-line.png
+%%DOCSDIR%%/html/images/qpainter-painterpaths.png
+%%DOCSDIR%%/html/images/qpainter-path.png
+%%DOCSDIR%%/html/images/qpainter-pathstroking.png
+%%DOCSDIR%%/html/images/qpainter-pie.png
+%%DOCSDIR%%/html/images/qpainter-polygon.png
+%%DOCSDIR%%/html/images/qpainter-rectangle.png
+%%DOCSDIR%%/html/images/qpainter-rotation.png
+%%DOCSDIR%%/html/images/qpainter-roundrect.png
+%%DOCSDIR%%/html/images/qpainter-scale.png
+%%DOCSDIR%%/html/images/qpainter-text.png
+%%DOCSDIR%%/html/images/qpainter-translation.png
+%%DOCSDIR%%/html/images/qpainter-vectordeformation.png
+%%DOCSDIR%%/html/images/qpainterpath-addellipse.png
+%%DOCSDIR%%/html/images/qpainterpath-addpolygon.png
+%%DOCSDIR%%/html/images/qpainterpath-addrectangle.png
+%%DOCSDIR%%/html/images/qpainterpath-addtext.png
+%%DOCSDIR%%/html/images/qpainterpath-arcto.png
+%%DOCSDIR%%/html/images/qpainterpath-construction.png
+%%DOCSDIR%%/html/images/qpainterpath-cubicto.png
+%%DOCSDIR%%/html/images/qpainterpath-demo.png
+%%DOCSDIR%%/html/images/qpainterpath-example.png
+%%DOCSDIR%%/html/images/qpen-bevel.png
+%%DOCSDIR%%/html/images/qpen-custom.png
+%%DOCSDIR%%/html/images/qpen-dash.png
+%%DOCSDIR%%/html/images/qpen-dashdot.png
+%%DOCSDIR%%/html/images/qpen-dashdotdot.png
+%%DOCSDIR%%/html/images/qpen-demo.png
+%%DOCSDIR%%/html/images/qpen-dot.png
+%%DOCSDIR%%/html/images/qpen-flat.png
+%%DOCSDIR%%/html/images/qpen-miter.png
+%%DOCSDIR%%/html/images/qpen-miterlimit.png
+%%DOCSDIR%%/html/images/qpen-roundcap.png
+%%DOCSDIR%%/html/images/qpen-roundjoin.png
+%%DOCSDIR%%/html/images/qpen-solid.png
+%%DOCSDIR%%/html/images/qpen-square.png
+%%DOCSDIR%%/html/images/qplastiquestyle.png
+%%DOCSDIR%%/html/images/qprogbar-m.png
+%%DOCSDIR%%/html/images/qprogbar-w.png
+%%DOCSDIR%%/html/images/qprogdlg-m.png
+%%DOCSDIR%%/html/images/qprogdlg-w.png
+%%DOCSDIR%%/html/images/qradialgradient-pad.png
+%%DOCSDIR%%/html/images/qradialgradient-reflect.png
+%%DOCSDIR%%/html/images/qradialgradient-repeat.png
+%%DOCSDIR%%/html/images/qrect-coordinates.png
+%%DOCSDIR%%/html/images/qrect-diagram-one.png
+%%DOCSDIR%%/html/images/qrect-diagram-three.png
+%%DOCSDIR%%/html/images/qrect-diagram-two.png
+%%DOCSDIR%%/html/images/qrect-diagram-zero.png
+%%DOCSDIR%%/html/images/qrect-intersect.png
+%%DOCSDIR%%/html/images/qrect-unite.png
+%%DOCSDIR%%/html/images/qrectf-coordinates.png
+%%DOCSDIR%%/html/images/qrectf-diagram-one.png
+%%DOCSDIR%%/html/images/qrectf-diagram-three.png
+%%DOCSDIR%%/html/images/qrectf-diagram-two.png
+%%DOCSDIR%%/html/images/qscrollarea-noscrollbars.png
+%%DOCSDIR%%/html/images/qscrollarea-onescrollbar.png
+%%DOCSDIR%%/html/images/qscrollarea-twoscrollbars.png
+%%DOCSDIR%%/html/images/qscrollbar-picture.png
+%%DOCSDIR%%/html/images/qscrollbar-values.png
+%%DOCSDIR%%/html/images/qscrollview-cl.png
+%%DOCSDIR%%/html/images/qscrollview-vp.png
+%%DOCSDIR%%/html/images/qscrollview-vp2.png
+%%DOCSDIR%%/html/images/qsortfilterproxymodel-sorting.png
+%%DOCSDIR%%/html/images/qspinbox-plusminus.png
+%%DOCSDIR%%/html/images/qspinbox-updown.png
+%%DOCSDIR%%/html/images/qstatustipevent-action.png
+%%DOCSDIR%%/html/images/qstatustipevent-widget.png
+%%DOCSDIR%%/html/images/qstyle-comboboxes.png
+%%DOCSDIR%%/html/images/qstyleoptiontoolbar-position.png
+%%DOCSDIR%%/html/images/qt-colors.png
+%%DOCSDIR%%/html/images/qt-fillrule-oddeven.png
+%%DOCSDIR%%/html/images/qt-fillrule-winding.png
+%%DOCSDIR%%/html/images/qt-logo.png
+%%DOCSDIR%%/html/images/qtableitems.png
+%%DOCSDIR%%/html/images/qtabletevent-tilt.png
+%%DOCSDIR%%/html/images/qtconfig-appearance.png
+%%DOCSDIR%%/html/images/qtdemo-example.png
+%%DOCSDIR%%/html/images/qtdesignerextensions.png
+%%DOCSDIR%%/html/images/qtdesignerscreenshot.png
+%%DOCSDIR%%/html/images/qtextblock-sequence.png
+%%DOCSDIR%%/html/images/qtextfragment-split.png
+%%DOCSDIR%%/html/images/qtextframe-style.png
+%%DOCSDIR%%/html/images/qtexttableformat-cell.png
+%%DOCSDIR%%/html/images/qtopiacore-accelerateddriver.png
+%%DOCSDIR%%/html/images/qtopiacore-architecture.png
+%%DOCSDIR%%/html/images/qtopiacore-architecture2.png
+%%DOCSDIR%%/html/images/qtopiacore-characterinputlayer.png
+%%DOCSDIR%%/html/images/qtopiacore-clamshellphone-closed.png
+%%DOCSDIR%%/html/images/qtopiacore-clamshellphone-pressed.png
+%%DOCSDIR%%/html/images/qtopiacore-clamshellphone.png
+%%DOCSDIR%%/html/images/qtopiacore-client.png
+%%DOCSDIR%%/html/images/qtopiacore-clientrendering.png
+%%DOCSDIR%%/html/images/qtopiacore-clientservercommunication.png
+%%DOCSDIR%%/html/images/qtopiacore-drawingonscreen.png
+%%DOCSDIR%%/html/images/qtopiacore-fontfeatures.png
+%%DOCSDIR%%/html/images/qtopiacore-opengl.png
+%%DOCSDIR%%/html/images/qtopiacore-pda.png
+%%DOCSDIR%%/html/images/qtopiacore-phone.png
+%%DOCSDIR%%/html/images/qtopiacore-pointerhandlinglayer.png
+%%DOCSDIR%%/html/images/qtopiacore-qconfigtool.png
+%%DOCSDIR%%/html/images/qtopiacore-qvfbfilemenu.png
+%%DOCSDIR%%/html/images/qtopiacore-qvfbviewmenu.png
+%%DOCSDIR%%/html/images/qtopiacore-reserveregion.png
+%%DOCSDIR%%/html/images/qtopiacore-runningapplication.png
+%%DOCSDIR%%/html/images/qtopiacore-setwindowattribute.png
+%%DOCSDIR%%/html/images/qtopiacore-vanilla.png
+%%DOCSDIR%%/html/images/qtopiacore-virtualframebuffer.png
+%%DOCSDIR%%/html/images/querymodel-example.png
+%%DOCSDIR%%/html/images/qundoview.png
+%%DOCSDIR%%/html/images/qurl-authority.png
+%%DOCSDIR%%/html/images/qurl-authority2.png
+%%DOCSDIR%%/html/images/qurl-authority3.png
+%%DOCSDIR%%/html/images/qurl-fragment.png
+%%DOCSDIR%%/html/images/qurl-ftppath.png
+%%DOCSDIR%%/html/images/qurl-mailtopath.png
+%%DOCSDIR%%/html/images/qurl-querystring.png
+%%DOCSDIR%%/html/images/qvbox-m.png
+%%DOCSDIR%%/html/images/qvboxlayout-with-5-children.png
+%%DOCSDIR%%/html/images/qwindowsstyle.png
+%%DOCSDIR%%/html/images/qwindowsxpstyle.png
+%%DOCSDIR%%/html/images/qworkspace-arrange.png
+%%DOCSDIR%%/html/images/qwsserver_keyboardfilter.png
+%%DOCSDIR%%/html/images/radialGradient.png
+%%DOCSDIR%%/html/images/recentfiles-example.png
+%%DOCSDIR%%/html/images/regexp-example.png
+%%DOCSDIR%%/html/images/relationaltable.png
+%%DOCSDIR%%/html/images/relationaltablemodel-example.png
+%%DOCSDIR%%/html/images/resources.png
+%%DOCSDIR%%/html/images/richtext-document.png
+%%DOCSDIR%%/html/images/rintersect.png
+%%DOCSDIR%%/html/images/rsubtract.png
+%%DOCSDIR%%/html/images/runion.png
+%%DOCSDIR%%/html/images/rxor.png
+%%DOCSDIR%%/html/images/samplebuffers-example.png
+%%DOCSDIR%%/html/images/saxbookmarks-example.png
+%%DOCSDIR%%/html/images/screenshot-example.png
+%%DOCSDIR%%/html/images/scribble-example.png
+%%DOCSDIR%%/html/images/sdi-example.png
+%%DOCSDIR%%/html/images/selected-items1.png
+%%DOCSDIR%%/html/images/selected-items2.png
+%%DOCSDIR%%/html/images/selected-items3.png
+%%DOCSDIR%%/html/images/selection-extended.png
+%%DOCSDIR%%/html/images/selection-multi.png
+%%DOCSDIR%%/html/images/selection-single.png
+%%DOCSDIR%%/html/images/session.png
+%%DOCSDIR%%/html/images/settingseditor-example.png
+%%DOCSDIR%%/html/images/shapedclock-dragging.png
+%%DOCSDIR%%/html/images/shapedclock-example.png
+%%DOCSDIR%%/html/images/shareddirmodel.png
+%%DOCSDIR%%/html/images/sharedmodel-tableviews.png
+%%DOCSDIR%%/html/images/sharedselection-tableviews.png
+%%DOCSDIR%%/html/images/simpledommodel-example.png
+%%DOCSDIR%%/html/images/simpletextviewer-example.png
+%%DOCSDIR%%/html/images/simpletextviewer-findfiledialog.png
+%%DOCSDIR%%/html/images/simpletextviewer-mainwindow.png
+%%DOCSDIR%%/html/images/simpletreemodel-example.png
+%%DOCSDIR%%/html/images/sliders-example.png
+%%DOCSDIR%%/html/images/spinboxdelegate-example.png
+%%DOCSDIR%%/html/images/spinboxes-example.png
+%%DOCSDIR%%/html/images/spreadsheet-demo.png
+%%DOCSDIR%%/html/images/sqlbrowser-demo.png
+%%DOCSDIR%%/html/images/standard-views.png
+%%DOCSDIR%%/html/images/standarddialogs-example.png
+%%DOCSDIR%%/html/images/stliterators1.png
+%%DOCSDIR%%/html/images/stringlistmodel.png
+%%DOCSDIR%%/html/images/styles-3d.png
+%%DOCSDIR%%/html/images/styles-aliasing.png
+%%DOCSDIR%%/html/images/styles-disabledwood.png
+%%DOCSDIR%%/html/images/styles-enabledwood.png
+%%DOCSDIR%%/html/images/styles-woodbuttons.png
+%%DOCSDIR%%/html/images/stylesheet-boxmodel.png
+%%DOCSDIR%%/html/images/stylesheet-coffee-xp.png
+%%DOCSDIR%%/html/images/stylesheet-pagefold.png
+%%DOCSDIR%%/html/images/stylesheet-redbutton1.png
+%%DOCSDIR%%/html/images/stylesheet-redbutton2.png
+%%DOCSDIR%%/html/images/stylesheet-redbutton3.png
+%%DOCSDIR%%/html/images/svg-image.png
+%%DOCSDIR%%/html/images/svgviewer-example.png
+%%DOCSDIR%%/html/images/syntaxhighlighter-example.png
+%%DOCSDIR%%/html/images/system-tray.png
+%%DOCSDIR%%/html/images/systemtray-example.png
+%%DOCSDIR%%/html/images/t1.png
+%%DOCSDIR%%/html/images/t10.png
+%%DOCSDIR%%/html/images/t11.png
+%%DOCSDIR%%/html/images/t12.png
+%%DOCSDIR%%/html/images/t13.png
+%%DOCSDIR%%/html/images/t14.png
+%%DOCSDIR%%/html/images/t2.png
+%%DOCSDIR%%/html/images/t3.png
+%%DOCSDIR%%/html/images/t4.png
+%%DOCSDIR%%/html/images/t5.png
+%%DOCSDIR%%/html/images/t6.png
+%%DOCSDIR%%/html/images/t7.png
+%%DOCSDIR%%/html/images/t8.png
+%%DOCSDIR%%/html/images/t9.png
+%%DOCSDIR%%/html/images/t9_1.png
+%%DOCSDIR%%/html/images/t9_2.png
+%%DOCSDIR%%/html/images/tabdialog-example.png
+%%DOCSDIR%%/html/images/tablemodel-example.png
+%%DOCSDIR%%/html/images/taskmenuextension-dialog.png
+%%DOCSDIR%%/html/images/taskmenuextension-example-faded.png
+%%DOCSDIR%%/html/images/taskmenuextension-menu.png
+%%DOCSDIR%%/html/images/tcpstream.png
+%%DOCSDIR%%/html/images/tetrix-example.png
+%%DOCSDIR%%/html/images/textedit-demo.png
+%%DOCSDIR%%/html/images/textures-example.png
+%%DOCSDIR%%/html/images/threadedfortuneserver-example.png
+%%DOCSDIR%%/html/images/threadsandobjects.png
+%%DOCSDIR%%/html/images/tooltips-example.png
+%%DOCSDIR%%/html/images/torrent-example.png
+%%DOCSDIR%%/html/images/transformations-example.png
+%%DOCSDIR%%/html/images/treemodel-structure.png
+%%DOCSDIR%%/html/images/trolltech-logo.png
+%%DOCSDIR%%/html/images/tutorial8-layout.png
+%%DOCSDIR%%/html/images/tutorial8-reallayout.png
+%%DOCSDIR%%/html/images/udppackets.png
+%%DOCSDIR%%/html/images/whatsthis.png
+%%DOCSDIR%%/html/images/wiggly-example.png
+%%DOCSDIR%%/html/images/windowflags-example.png
+%%DOCSDIR%%/html/images/windowflags_controllerwindow.png
+%%DOCSDIR%%/html/images/windowflags_previewwindow.png
+%%DOCSDIR%%/html/images/windows-calendarwidget.png
+%%DOCSDIR%%/html/images/windows-checkbox.png
+%%DOCSDIR%%/html/images/windows-combobox.png
+%%DOCSDIR%%/html/images/windows-dateedit.png
+%%DOCSDIR%%/html/images/windows-datetimeedit.png
+%%DOCSDIR%%/html/images/windows-dial.png
+%%DOCSDIR%%/html/images/windows-doublespinbox.png
+%%DOCSDIR%%/html/images/windows-fontcombobox.png
+%%DOCSDIR%%/html/images/windows-frame.png
+%%DOCSDIR%%/html/images/windows-groupbox.png
+%%DOCSDIR%%/html/images/windows-horizontalscrollbar.png
+%%DOCSDIR%%/html/images/windows-label.png
+%%DOCSDIR%%/html/images/windows-lcdnumber.png
+%%DOCSDIR%%/html/images/windows-lineedit.png
+%%DOCSDIR%%/html/images/windows-listview.png
+%%DOCSDIR%%/html/images/windows-progressbar.png
+%%DOCSDIR%%/html/images/windows-pushbutton.png
+%%DOCSDIR%%/html/images/windows-radiobutton.png
+%%DOCSDIR%%/html/images/windows-slider.png
+%%DOCSDIR%%/html/images/windows-spinbox.png
+%%DOCSDIR%%/html/images/windows-tableview.png
+%%DOCSDIR%%/html/images/windows-tabwidget.png
+%%DOCSDIR%%/html/images/windows-textedit.png
+%%DOCSDIR%%/html/images/windows-timeedit.png
+%%DOCSDIR%%/html/images/windows-toolbox.png
+%%DOCSDIR%%/html/images/windows-toolbutton.png
+%%DOCSDIR%%/html/images/windows-treeview.png
+%%DOCSDIR%%/html/images/windowsxp-calendarwidget.png
+%%DOCSDIR%%/html/images/windowsxp-checkbox.png
+%%DOCSDIR%%/html/images/windowsxp-combobox.png
+%%DOCSDIR%%/html/images/windowsxp-dateedit.png
+%%DOCSDIR%%/html/images/windowsxp-datetimeedit.png
+%%DOCSDIR%%/html/images/windowsxp-dial.png
+%%DOCSDIR%%/html/images/windowsxp-doublespinbox.png
+%%DOCSDIR%%/html/images/windowsxp-fontcombobox.png
+%%DOCSDIR%%/html/images/windowsxp-frame.png
+%%DOCSDIR%%/html/images/windowsxp-groupbox.png
+%%DOCSDIR%%/html/images/windowsxp-horizontalscrollbar.png
+%%DOCSDIR%%/html/images/windowsxp-label.png
+%%DOCSDIR%%/html/images/windowsxp-lcdnumber.png
+%%DOCSDIR%%/html/images/windowsxp-lineedit.png
+%%DOCSDIR%%/html/images/windowsxp-listview.png
+%%DOCSDIR%%/html/images/windowsxp-progressbar.png
+%%DOCSDIR%%/html/images/windowsxp-pushbutton.png
+%%DOCSDIR%%/html/images/windowsxp-radiobutton.png
+%%DOCSDIR%%/html/images/windowsxp-slider.png
+%%DOCSDIR%%/html/images/windowsxp-spinbox.png
+%%DOCSDIR%%/html/images/windowsxp-tableview.png
+%%DOCSDIR%%/html/images/windowsxp-tabwidget.png
+%%DOCSDIR%%/html/images/windowsxp-textedit.png
+%%DOCSDIR%%/html/images/windowsxp-timeedit.png
+%%DOCSDIR%%/html/images/windowsxp-toolbox.png
+%%DOCSDIR%%/html/images/windowsxp-toolbutton.png
+%%DOCSDIR%%/html/images/windowsxp-treeview.png
+%%DOCSDIR%%/html/images/woodbackground.png
+%%DOCSDIR%%/html/images/woodbutton.png
+%%DOCSDIR%%/html/images/worldtimeclock-connection.png
+%%DOCSDIR%%/html/images/worldtimeclock-signalandslot.png
+%%DOCSDIR%%/html/images/worldtimeclockbuilder-example.png
+%%DOCSDIR%%/html/images/worldtimeclockplugin-example.png
+%%DOCSDIR%%/html/index.html
+%%DOCSDIR%%/html/install-mac.html
+%%DOCSDIR%%/html/install-win.html
+%%DOCSDIR%%/html/install-x11.html
+%%DOCSDIR%%/html/installation.html
+%%DOCSDIR%%/html/intro-to-dbus.html
+%%DOCSDIR%%/html/io.html
+%%DOCSDIR%%/html/itemviews-basicsortfiltermodel-main-cpp.html
+%%DOCSDIR%%/html/itemviews-basicsortfiltermodel-window-cpp.html
+%%DOCSDIR%%/html/itemviews-basicsortfiltermodel-window-h.html
+%%DOCSDIR%%/html/itemviews-basicsortfiltermodel.html
+%%DOCSDIR%%/html/itemviews-chart-chart-qrc.html
+%%DOCSDIR%%/html/itemviews-chart-main-cpp.html
+%%DOCSDIR%%/html/itemviews-chart-mainwindow-cpp.html
+%%DOCSDIR%%/html/itemviews-chart-mainwindow-h.html
+%%DOCSDIR%%/html/itemviews-chart-pieview-cpp.html
+%%DOCSDIR%%/html/itemviews-chart-pieview-h.html
+%%DOCSDIR%%/html/itemviews-chart.html
+%%DOCSDIR%%/html/itemviews-customsortfiltermodel-main-cpp.html
+%%DOCSDIR%%/html/itemviews-customsortfiltermodel-mysortfilterproxymodel-cpp.html
+%%DOCSDIR%%/html/itemviews-customsortfiltermodel-mysortfilterproxymodel-h.html
+%%DOCSDIR%%/html/itemviews-customsortfiltermodel-window-cpp.html
+%%DOCSDIR%%/html/itemviews-customsortfiltermodel-window-h.html
+%%DOCSDIR%%/html/itemviews-customsortfiltermodel.html
+%%DOCSDIR%%/html/itemviews-dirview-main-cpp.html
+%%DOCSDIR%%/html/itemviews-dirview.html
+%%DOCSDIR%%/html/itemviews-pixelator-imagemodel-cpp.html
+%%DOCSDIR%%/html/itemviews-pixelator-imagemodel-h.html
+%%DOCSDIR%%/html/itemviews-pixelator-images-qrc.html
+%%DOCSDIR%%/html/itemviews-pixelator-main-cpp.html
+%%DOCSDIR%%/html/itemviews-pixelator-mainwindow-cpp.html
+%%DOCSDIR%%/html/itemviews-pixelator-mainwindow-h.html
+%%DOCSDIR%%/html/itemviews-pixelator-pixeldelegate-cpp.html
+%%DOCSDIR%%/html/itemviews-pixelator-pixeldelegate-h.html
+%%DOCSDIR%%/html/itemviews-pixelator.html
+%%DOCSDIR%%/html/itemviews-puzzle-main-cpp.html
+%%DOCSDIR%%/html/itemviews-puzzle-mainwindow-cpp.html
+%%DOCSDIR%%/html/itemviews-puzzle-mainwindow-h.html
+%%DOCSDIR%%/html/itemviews-puzzle-piecesmodel-cpp.html
+%%DOCSDIR%%/html/itemviews-puzzle-piecesmodel-h.html
+%%DOCSDIR%%/html/itemviews-puzzle-puzzle-qrc.html
+%%DOCSDIR%%/html/itemviews-puzzle-puzzlewidget-cpp.html
+%%DOCSDIR%%/html/itemviews-puzzle-puzzlewidget-h.html
+%%DOCSDIR%%/html/itemviews-puzzle.html
+%%DOCSDIR%%/html/itemviews-simpledommodel-domitem-cpp.html
+%%DOCSDIR%%/html/itemviews-simpledommodel-domitem-h.html
+%%DOCSDIR%%/html/itemviews-simpledommodel-dommodel-cpp.html
+%%DOCSDIR%%/html/itemviews-simpledommodel-dommodel-h.html
+%%DOCSDIR%%/html/itemviews-simpledommodel-main-cpp.html
+%%DOCSDIR%%/html/itemviews-simpledommodel-mainwindow-cpp.html
+%%DOCSDIR%%/html/itemviews-simpledommodel-mainwindow-h.html
+%%DOCSDIR%%/html/itemviews-simpledommodel.html
+%%DOCSDIR%%/html/itemviews-simpletreemodel-main-cpp.html
+%%DOCSDIR%%/html/itemviews-simpletreemodel-simpletreemodel-qrc.html
+%%DOCSDIR%%/html/itemviews-simpletreemodel-treeitem-cpp.html
+%%DOCSDIR%%/html/itemviews-simpletreemodel-treeitem-h.html
+%%DOCSDIR%%/html/itemviews-simpletreemodel-treemodel-cpp.html
+%%DOCSDIR%%/html/itemviews-simpletreemodel-treemodel-h.html
+%%DOCSDIR%%/html/itemviews-simpletreemodel.html
+%%DOCSDIR%%/html/itemviews-spinboxdelegate-delegate-cpp.html
+%%DOCSDIR%%/html/itemviews-spinboxdelegate-delegate-h.html
+%%DOCSDIR%%/html/itemviews-spinboxdelegate-main-cpp.html
+%%DOCSDIR%%/html/itemviews-spinboxdelegate.html
+%%DOCSDIR%%/html/known-issues.html
+%%DOCSDIR%%/html/layout.html
+%%DOCSDIR%%/html/layouts-basiclayouts-dialog-cpp.html
+%%DOCSDIR%%/html/layouts-basiclayouts-dialog-h.html
+%%DOCSDIR%%/html/layouts-basiclayouts-main-cpp.html
+%%DOCSDIR%%/html/layouts-basiclayouts.html
+%%DOCSDIR%%/html/layouts-borderlayout-borderlayout-cpp.html
+%%DOCSDIR%%/html/layouts-borderlayout-borderlayout-h.html
+%%DOCSDIR%%/html/layouts-borderlayout-main-cpp.html
+%%DOCSDIR%%/html/layouts-borderlayout-window-cpp.html
+%%DOCSDIR%%/html/layouts-borderlayout-window-h.html
+%%DOCSDIR%%/html/layouts-borderlayout.html
+%%DOCSDIR%%/html/layouts-dynamiclayouts-dialog-cpp.html
+%%DOCSDIR%%/html/layouts-dynamiclayouts-dialog-h.html
+%%DOCSDIR%%/html/layouts-dynamiclayouts-main-cpp.html
+%%DOCSDIR%%/html/layouts-dynamiclayouts.html
+%%DOCSDIR%%/html/layouts-flowlayout-flowlayout-cpp.html
+%%DOCSDIR%%/html/layouts-flowlayout-flowlayout-h.html
+%%DOCSDIR%%/html/layouts-flowlayout-main-cpp.html
+%%DOCSDIR%%/html/layouts-flowlayout-window-cpp.html
+%%DOCSDIR%%/html/layouts-flowlayout-window-h.html
+%%DOCSDIR%%/html/layouts-flowlayout.html
+%%DOCSDIR%%/html/licenses-fonts.html
+%%DOCSDIR%%/html/licenses.html
+%%DOCSDIR%%/html/licensing.html
+%%DOCSDIR%%/html/linguist-arrowpad-arrowpad-cpp.html
+%%DOCSDIR%%/html/linguist-arrowpad-arrowpad-h.html
+%%DOCSDIR%%/html/linguist-arrowpad-main-cpp.html
+%%DOCSDIR%%/html/linguist-arrowpad-mainwindow-cpp.html
+%%DOCSDIR%%/html/linguist-arrowpad-mainwindow-h.html
+%%DOCSDIR%%/html/linguist-arrowpad.html
+%%DOCSDIR%%/html/linguist-hellotr-main-cpp.html
+%%DOCSDIR%%/html/linguist-hellotr.html
+%%DOCSDIR%%/html/linguist-manager.html
+%%DOCSDIR%%/html/linguist-manual.html
+%%DOCSDIR%%/html/linguist-programmers.html
+%%DOCSDIR%%/html/linguist-translators.html
+%%DOCSDIR%%/html/linguist-trollprint-main-cpp.html
+%%DOCSDIR%%/html/linguist-trollprint-mainwindow-cpp.html
+%%DOCSDIR%%/html/linguist-trollprint-mainwindow-h.html
+%%DOCSDIR%%/html/linguist-trollprint-printpanel-cpp.html
+%%DOCSDIR%%/html/linguist-trollprint-printpanel-h.html
+%%DOCSDIR%%/html/linguist-trollprint.html
+%%DOCSDIR%%/html/linguist.dcf
+%%DOCSDIR%%/html/mac-differences.html
+%%DOCSDIR%%/html/mainclasses.html
+%%DOCSDIR%%/html/mainwindows-application-application-qrc.html
+%%DOCSDIR%%/html/mainwindows-application-main-cpp.html
+%%DOCSDIR%%/html/mainwindows-application-mainwindow-cpp.html
+%%DOCSDIR%%/html/mainwindows-application-mainwindow-h.html
+%%DOCSDIR%%/html/mainwindows-application.html
+%%DOCSDIR%%/html/mainwindows-dockwidgets-dockwidgets-qrc.html
+%%DOCSDIR%%/html/mainwindows-dockwidgets-main-cpp.html
+%%DOCSDIR%%/html/mainwindows-dockwidgets-mainwindow-cpp.html
+%%DOCSDIR%%/html/mainwindows-dockwidgets-mainwindow-h.html
+%%DOCSDIR%%/html/mainwindows-dockwidgets.html
+%%DOCSDIR%%/html/mainwindows-mdi-main-cpp.html
+%%DOCSDIR%%/html/mainwindows-mdi-mainwindow-cpp.html
+%%DOCSDIR%%/html/mainwindows-mdi-mainwindow-h.html
+%%DOCSDIR%%/html/mainwindows-mdi-mdi-qrc.html
+%%DOCSDIR%%/html/mainwindows-mdi-mdichild-cpp.html
+%%DOCSDIR%%/html/mainwindows-mdi-mdichild-h.html
+%%DOCSDIR%%/html/mainwindows-mdi.html
+%%DOCSDIR%%/html/mainwindows-menus-main-cpp.html
+%%DOCSDIR%%/html/mainwindows-menus-mainwindow-cpp.html
+%%DOCSDIR%%/html/mainwindows-menus-mainwindow-h.html
+%%DOCSDIR%%/html/mainwindows-menus.html
+%%DOCSDIR%%/html/mainwindows-recentfiles-main-cpp.html
+%%DOCSDIR%%/html/mainwindows-recentfiles-mainwindow-cpp.html
+%%DOCSDIR%%/html/mainwindows-recentfiles-mainwindow-h.html
+%%DOCSDIR%%/html/mainwindows-recentfiles.html
+%%DOCSDIR%%/html/mainwindows-sdi-main-cpp.html
+%%DOCSDIR%%/html/mainwindows-sdi-mainwindow-cpp.html
+%%DOCSDIR%%/html/mainwindows-sdi-mainwindow-h.html
+%%DOCSDIR%%/html/mainwindows-sdi-sdi-qrc.html
+%%DOCSDIR%%/html/mainwindows-sdi.html
+%%DOCSDIR%%/html/metaobjects.html
+%%DOCSDIR%%/html/misc.html
+%%DOCSDIR%%/html/moc.html
+%%DOCSDIR%%/html/model-view-convenience.html
+%%DOCSDIR%%/html/model-view-creating-models.html
+%%DOCSDIR%%/html/model-view-delegate.html
+%%DOCSDIR%%/html/model-view-dnd.html
+%%DOCSDIR%%/html/model-view-model-subclassing.html
+%%DOCSDIR%%/html/model-view-model.html
+%%DOCSDIR%%/html/model-view-programming.html
+%%DOCSDIR%%/html/model-view-proxy-models.html
+%%DOCSDIR%%/html/model-view-selection.html
+%%DOCSDIR%%/html/model-view-using.html
+%%DOCSDIR%%/html/model-view-view.html
+%%DOCSDIR%%/html/model-view.html
+%%DOCSDIR%%/html/modules.html
+%%DOCSDIR%%/html/multimedia.html
+%%DOCSDIR%%/html/network-blockingfortuneclient-blockingclient-cpp.html
+%%DOCSDIR%%/html/network-blockingfortuneclient-blockingclient-h.html
+%%DOCSDIR%%/html/network-blockingfortuneclient-fortunethread-cpp.html
+%%DOCSDIR%%/html/network-blockingfortuneclient-fortunethread-h.html
+%%DOCSDIR%%/html/network-blockingfortuneclient-main-cpp.html
+%%DOCSDIR%%/html/network-blockingfortuneclient.html
+%%DOCSDIR%%/html/network-broadcastreceiver-main-cpp.html
+%%DOCSDIR%%/html/network-broadcastreceiver-receiver-cpp.html
+%%DOCSDIR%%/html/network-broadcastreceiver-receiver-h.html
+%%DOCSDIR%%/html/network-broadcastreceiver.html
+%%DOCSDIR%%/html/network-broadcastsender-main-cpp.html
+%%DOCSDIR%%/html/network-broadcastsender-sender-cpp.html
+%%DOCSDIR%%/html/network-broadcastsender-sender-h.html
+%%DOCSDIR%%/html/network-broadcastsender.html
+%%DOCSDIR%%/html/network-chat-chatdialog-cpp.html
+%%DOCSDIR%%/html/network-chat-chatdialog-h.html
+%%DOCSDIR%%/html/network-chat-client-cpp.html
+%%DOCSDIR%%/html/network-chat-client-h.html
+%%DOCSDIR%%/html/network-chat-connection-cpp.html
+%%DOCSDIR%%/html/network-chat-connection-h.html
+%%DOCSDIR%%/html/network-chat-main-cpp.html
+%%DOCSDIR%%/html/network-chat-peermanager-cpp.html
+%%DOCSDIR%%/html/network-chat-peermanager-h.html
+%%DOCSDIR%%/html/network-chat-server-cpp.html
+%%DOCSDIR%%/html/network-chat-server-h.html
+%%DOCSDIR%%/html/network-chat.html
+%%DOCSDIR%%/html/network-fortuneclient-client-cpp.html
+%%DOCSDIR%%/html/network-fortuneclient-client-h.html
+%%DOCSDIR%%/html/network-fortuneclient-main-cpp.html
+%%DOCSDIR%%/html/network-fortuneclient.html
+%%DOCSDIR%%/html/network-fortuneserver-main-cpp.html
+%%DOCSDIR%%/html/network-fortuneserver-server-cpp.html
+%%DOCSDIR%%/html/network-fortuneserver-server-h.html
+%%DOCSDIR%%/html/network-fortuneserver.html
+%%DOCSDIR%%/html/network-ftp-ftp-qrc.html
+%%DOCSDIR%%/html/network-ftp-ftpwindow-cpp.html
+%%DOCSDIR%%/html/network-ftp-ftpwindow-h.html
+%%DOCSDIR%%/html/network-ftp-main-cpp.html
+%%DOCSDIR%%/html/network-ftp.html
+%%DOCSDIR%%/html/network-http-httpwindow-cpp.html
+%%DOCSDIR%%/html/network-http-httpwindow-h.html
+%%DOCSDIR%%/html/network-http-main-cpp.html
+%%DOCSDIR%%/html/network-http.html
+%%DOCSDIR%%/html/network-loopback-dialog-cpp.html
+%%DOCSDIR%%/html/network-loopback-dialog-h.html
+%%DOCSDIR%%/html/network-loopback-main-cpp.html
+%%DOCSDIR%%/html/network-loopback.html
+%%DOCSDIR%%/html/network-threadedfortuneserver-dialog-cpp.html
+%%DOCSDIR%%/html/network-threadedfortuneserver-dialog-h.html
+%%DOCSDIR%%/html/network-threadedfortuneserver-fortuneserver-cpp.html
+%%DOCSDIR%%/html/network-threadedfortuneserver-fortuneserver-h.html
+%%DOCSDIR%%/html/network-threadedfortuneserver-fortunethread-cpp.html
+%%DOCSDIR%%/html/network-threadedfortuneserver-fortunethread-h.html
+%%DOCSDIR%%/html/network-threadedfortuneserver-main-cpp.html
+%%DOCSDIR%%/html/network-threadedfortuneserver.html
+%%DOCSDIR%%/html/network-torrent-3rdparty-sha1-h.html
+%%DOCSDIR%%/html/network-torrent-addtorrentdialog-cpp.html
+%%DOCSDIR%%/html/network-torrent-addtorrentdialog-h.html
+%%DOCSDIR%%/html/network-torrent-bencodeparser-cpp.html
+%%DOCSDIR%%/html/network-torrent-bencodeparser-h.html
+%%DOCSDIR%%/html/network-torrent-connectionmanager-cpp.html
+%%DOCSDIR%%/html/network-torrent-connectionmanager-h.html
+%%DOCSDIR%%/html/network-torrent-filemanager-cpp.html
+%%DOCSDIR%%/html/network-torrent-filemanager-h.html
+%%DOCSDIR%%/html/network-torrent-icons-qrc.html
+%%DOCSDIR%%/html/network-torrent-main-cpp.html
+%%DOCSDIR%%/html/network-torrent-mainwindow-cpp.html
+%%DOCSDIR%%/html/network-torrent-mainwindow-h.html
+%%DOCSDIR%%/html/network-torrent-metainfo-cpp.html
+%%DOCSDIR%%/html/network-torrent-metainfo-h.html
+%%DOCSDIR%%/html/network-torrent-peerwireclient-cpp.html
+%%DOCSDIR%%/html/network-torrent-peerwireclient-h.html
+%%DOCSDIR%%/html/network-torrent-ratecontroller-cpp.html
+%%DOCSDIR%%/html/network-torrent-ratecontroller-h.html
+%%DOCSDIR%%/html/network-torrent-torrentclient-cpp.html
+%%DOCSDIR%%/html/network-torrent-torrentclient-h.html
+%%DOCSDIR%%/html/network-torrent-torrentserver-cpp.html
+%%DOCSDIR%%/html/network-torrent-torrentserver-h.html
+%%DOCSDIR%%/html/network-torrent-trackerclient-cpp.html
+%%DOCSDIR%%/html/network-torrent-trackerclient-h.html
+%%DOCSDIR%%/html/network-torrent.html
+%%DOCSDIR%%/html/object.html
+%%DOCSDIR%%/html/objectmodel.html
+%%DOCSDIR%%/html/objecttrees.html
+%%DOCSDIR%%/html/opengl-2dpainting-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-2dpainting-glwidget-h.html
+%%DOCSDIR%%/html/opengl-2dpainting-helper-cpp.html
+%%DOCSDIR%%/html/opengl-2dpainting-helper-h.html
+%%DOCSDIR%%/html/opengl-2dpainting-main-cpp.html
+%%DOCSDIR%%/html/opengl-2dpainting-widget-cpp.html
+%%DOCSDIR%%/html/opengl-2dpainting-widget-h.html
+%%DOCSDIR%%/html/opengl-2dpainting-window-cpp.html
+%%DOCSDIR%%/html/opengl-2dpainting-window-h.html
+%%DOCSDIR%%/html/opengl-2dpainting.html
+%%DOCSDIR%%/html/opengl-framebufferobject-framebufferobject-qrc.html
+%%DOCSDIR%%/html/opengl-framebufferobject-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-framebufferobject-glwidget-h.html
+%%DOCSDIR%%/html/opengl-framebufferobject-main-cpp.html
+%%DOCSDIR%%/html/opengl-framebufferobject.html
+%%DOCSDIR%%/html/opengl-framebufferobject2-framebufferobject2-qrc.html
+%%DOCSDIR%%/html/opengl-framebufferobject2-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-framebufferobject2-glwidget-h.html
+%%DOCSDIR%%/html/opengl-framebufferobject2-main-cpp.html
+%%DOCSDIR%%/html/opengl-framebufferobject2.html
+%%DOCSDIR%%/html/opengl-grabber-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-grabber-glwidget-h.html
+%%DOCSDIR%%/html/opengl-grabber-main-cpp.html
+%%DOCSDIR%%/html/opengl-grabber-mainwindow-cpp.html
+%%DOCSDIR%%/html/opengl-grabber-mainwindow-h.html
+%%DOCSDIR%%/html/opengl-grabber.html
+%%DOCSDIR%%/html/opengl-hellogl-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-hellogl-glwidget-h.html
+%%DOCSDIR%%/html/opengl-hellogl-main-cpp.html
+%%DOCSDIR%%/html/opengl-hellogl-window-cpp.html
+%%DOCSDIR%%/html/opengl-hellogl-window-h.html
+%%DOCSDIR%%/html/opengl-hellogl.html
+%%DOCSDIR%%/html/opengl-overpainting-bubble-cpp.html
+%%DOCSDIR%%/html/opengl-overpainting-bubble-h.html
+%%DOCSDIR%%/html/opengl-overpainting-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-overpainting-glwidget-h.html
+%%DOCSDIR%%/html/opengl-overpainting-main-cpp.html
+%%DOCSDIR%%/html/opengl-overpainting.html
+%%DOCSDIR%%/html/opengl-pbuffers-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-pbuffers-glwidget-h.html
+%%DOCSDIR%%/html/opengl-pbuffers-main-cpp.html
+%%DOCSDIR%%/html/opengl-pbuffers-pbuffers-qrc.html
+%%DOCSDIR%%/html/opengl-pbuffers.html
+%%DOCSDIR%%/html/opengl-pbuffers2-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-pbuffers2-glwidget-h.html
+%%DOCSDIR%%/html/opengl-pbuffers2-main-cpp.html
+%%DOCSDIR%%/html/opengl-pbuffers2-pbuffers2-qrc.html
+%%DOCSDIR%%/html/opengl-pbuffers2.html
+%%DOCSDIR%%/html/opengl-samplebuffers-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-samplebuffers-glwidget-h.html
+%%DOCSDIR%%/html/opengl-samplebuffers-main-cpp.html
+%%DOCSDIR%%/html/opengl-samplebuffers.html
+%%DOCSDIR%%/html/opengl-textures-glwidget-cpp.html
+%%DOCSDIR%%/html/opengl-textures-glwidget-h.html
+%%DOCSDIR%%/html/opengl-textures-main-cpp.html
+%%DOCSDIR%%/html/opengl-textures-textures-qrc.html
+%%DOCSDIR%%/html/opengl-textures-window-cpp.html
+%%DOCSDIR%%/html/opengl-textures-window-h.html
+%%DOCSDIR%%/html/opengl-textures.html
+%%DOCSDIR%%/html/opensourceedition.html
+%%DOCSDIR%%/html/organizers.html
+%%DOCSDIR%%/html/overviews.html
+%%DOCSDIR%%/html/painting-basicdrawing-basicdrawing-qrc.html
+%%DOCSDIR%%/html/painting-basicdrawing-main-cpp.html
+%%DOCSDIR%%/html/painting-basicdrawing-renderarea-cpp.html
+%%DOCSDIR%%/html/painting-basicdrawing-renderarea-h.html
+%%DOCSDIR%%/html/painting-basicdrawing-window-cpp.html
+%%DOCSDIR%%/html/painting-basicdrawing-window-h.html
+%%DOCSDIR%%/html/painting-basicdrawing.html
+%%DOCSDIR%%/html/painting-concentriccircles-circlewidget-cpp.html
+%%DOCSDIR%%/html/painting-concentriccircles-circlewidget-h.html
+%%DOCSDIR%%/html/painting-concentriccircles-main-cpp.html
+%%DOCSDIR%%/html/painting-concentriccircles-window-cpp.html
+%%DOCSDIR%%/html/painting-concentriccircles-window-h.html
+%%DOCSDIR%%/html/painting-concentriccircles.html
+%%DOCSDIR%%/html/painting-fontsampler-main-cpp.html
+%%DOCSDIR%%/html/painting-fontsampler-mainwindow-cpp.html
+%%DOCSDIR%%/html/painting-fontsampler-mainwindow-h.html
+%%DOCSDIR%%/html/painting-fontsampler-previewdialog-cpp.html
+%%DOCSDIR%%/html/painting-fontsampler-previewdialog-h.html
+%%DOCSDIR%%/html/painting-fontsampler-previewlabel-cpp.html
+%%DOCSDIR%%/html/painting-fontsampler-previewlabel-h.html
+%%DOCSDIR%%/html/painting-fontsampler.html
+%%DOCSDIR%%/html/painting-imagecomposition-imagecomposer-cpp.html
+%%DOCSDIR%%/html/painting-imagecomposition-imagecomposer-h.html
+%%DOCSDIR%%/html/painting-imagecomposition-imagecomposition-qrc.html
+%%DOCSDIR%%/html/painting-imagecomposition-main-cpp.html
+%%DOCSDIR%%/html/painting-imagecomposition.html
+%%DOCSDIR%%/html/painting-painterpaths-main-cpp.html
+%%DOCSDIR%%/html/painting-painterpaths-renderarea-cpp.html
+%%DOCSDIR%%/html/painting-painterpaths-renderarea-h.html
+%%DOCSDIR%%/html/painting-painterpaths-window-cpp.html
+%%DOCSDIR%%/html/painting-painterpaths-window-h.html
+%%DOCSDIR%%/html/painting-painterpaths.html
+%%DOCSDIR%%/html/painting-separations.html
+%%DOCSDIR%%/html/painting-svgviewer-main-cpp.html
+%%DOCSDIR%%/html/painting-svgviewer-mainwindow-cpp.html
+%%DOCSDIR%%/html/painting-svgviewer-mainwindow-h.html
+%%DOCSDIR%%/html/painting-svgviewer-svgview-cpp.html
+%%DOCSDIR%%/html/painting-svgviewer-svgview-h.html
+%%DOCSDIR%%/html/painting-svgviewer-svgviewer-qrc.html
+%%DOCSDIR%%/html/painting-svgviewer-svgwindow-cpp.html
+%%DOCSDIR%%/html/painting-svgviewer-svgwindow-h.html
+%%DOCSDIR%%/html/painting-svgviewer.html
+%%DOCSDIR%%/html/painting-transformations-main-cpp.html
+%%DOCSDIR%%/html/painting-transformations-renderarea-cpp.html
+%%DOCSDIR%%/html/painting-transformations-renderarea-h.html
+%%DOCSDIR%%/html/painting-transformations-window-cpp.html
+%%DOCSDIR%%/html/painting-transformations-window-h.html
+%%DOCSDIR%%/html/painting-transformations.html
+%%DOCSDIR%%/html/paintsystem.html
+%%DOCSDIR%%/html/pdf-licensing.html
+%%DOCSDIR%%/html/platform-notes.html
+%%DOCSDIR%%/html/plugins-howto.html
+%%DOCSDIR%%/html/plugins.html
+%%DOCSDIR%%/html/porting.html
+%%DOCSDIR%%/html/porting4-designer.html
+%%DOCSDIR%%/html/porting4-dnd.html
+%%DOCSDIR%%/html/porting4.html
+%%DOCSDIR%%/html/printing.html
+%%DOCSDIR%%/html/properties.html
+%%DOCSDIR%%/html/q3accel-members.html
+%%DOCSDIR%%/html/q3accel-obsolete.html
+%%DOCSDIR%%/html/q3accel.html
+%%DOCSDIR%%/html/q3action-members.html
+%%DOCSDIR%%/html/q3action.html
+%%DOCSDIR%%/html/q3actiongroup-members.html
+%%DOCSDIR%%/html/q3actiongroup.html
+%%DOCSDIR%%/html/q3asciicache-members.html
+%%DOCSDIR%%/html/q3asciicache.html
+%%DOCSDIR%%/html/q3asciicacheiterator-members.html
+%%DOCSDIR%%/html/q3asciicacheiterator.html
+%%DOCSDIR%%/html/q3asciidict-members.html
+%%DOCSDIR%%/html/q3asciidict.html
+%%DOCSDIR%%/html/q3asciidictiterator-members.html
+%%DOCSDIR%%/html/q3asciidictiterator.html
+%%DOCSDIR%%/html/q3button-members.html
+%%DOCSDIR%%/html/q3button.html
+%%DOCSDIR%%/html/q3buttongroup-members.html
+%%DOCSDIR%%/html/q3buttongroup.html
+%%DOCSDIR%%/html/q3cache-members.html
+%%DOCSDIR%%/html/q3cache.html
+%%DOCSDIR%%/html/q3cacheiterator-members.html
+%%DOCSDIR%%/html/q3cacheiterator.html
+%%DOCSDIR%%/html/q3canvas-members.html
+%%DOCSDIR%%/html/q3canvas.html
+%%DOCSDIR%%/html/q3canvasellipse-members.html
+%%DOCSDIR%%/html/q3canvasellipse.html
+%%DOCSDIR%%/html/q3canvasitem-members.html
+%%DOCSDIR%%/html/q3canvasitem-obsolete.html
+%%DOCSDIR%%/html/q3canvasitem.html
+%%DOCSDIR%%/html/q3canvasitemlist-members.html
+%%DOCSDIR%%/html/q3canvasitemlist.html
+%%DOCSDIR%%/html/q3canvasline-members.html
+%%DOCSDIR%%/html/q3canvasline.html
+%%DOCSDIR%%/html/q3canvaspixmap-members.html
+%%DOCSDIR%%/html/q3canvaspixmap.html
+%%DOCSDIR%%/html/q3canvaspixmaparray-members.html
+%%DOCSDIR%%/html/q3canvaspixmaparray-obsolete.html
+%%DOCSDIR%%/html/q3canvaspixmaparray.html
+%%DOCSDIR%%/html/q3canvaspolygon-members.html
+%%DOCSDIR%%/html/q3canvaspolygon.html
+%%DOCSDIR%%/html/q3canvaspolygonalitem-members.html
+%%DOCSDIR%%/html/q3canvaspolygonalitem.html
+%%DOCSDIR%%/html/q3canvasrectangle-members.html
+%%DOCSDIR%%/html/q3canvasrectangle.html
+%%DOCSDIR%%/html/q3canvasspline-members.html
+%%DOCSDIR%%/html/q3canvasspline.html
+%%DOCSDIR%%/html/q3canvassprite-members.html
+%%DOCSDIR%%/html/q3canvassprite.html
+%%DOCSDIR%%/html/q3canvastext-members.html
+%%DOCSDIR%%/html/q3canvastext.html
+%%DOCSDIR%%/html/q3canvasview-members.html
+%%DOCSDIR%%/html/q3canvasview.html
+%%DOCSDIR%%/html/q3checklistitem-members.html
+%%DOCSDIR%%/html/q3checklistitem.html
+%%DOCSDIR%%/html/q3checktableitem-members.html
+%%DOCSDIR%%/html/q3checktableitem.html
+%%DOCSDIR%%/html/q3colordrag-members.html
+%%DOCSDIR%%/html/q3colordrag.html
+%%DOCSDIR%%/html/q3combobox-members.html
+%%DOCSDIR%%/html/q3combobox-obsolete.html
+%%DOCSDIR%%/html/q3combobox.html
+%%DOCSDIR%%/html/q3combotableitem-members.html
+%%DOCSDIR%%/html/q3combotableitem.html
+%%DOCSDIR%%/html/q3cstring-members.html
+%%DOCSDIR%%/html/q3cstring.html
+%%DOCSDIR%%/html/q3databrowser-members.html
+%%DOCSDIR%%/html/q3databrowser.html
+%%DOCSDIR%%/html/q3datatable-members.html
+%%DOCSDIR%%/html/q3datatable.html
+%%DOCSDIR%%/html/q3dataview-members.html
+%%DOCSDIR%%/html/q3dataview.html
+%%DOCSDIR%%/html/q3dateedit-members.html
+%%DOCSDIR%%/html/q3dateedit.html
+%%DOCSDIR%%/html/q3datetimeedit-members.html
+%%DOCSDIR%%/html/q3datetimeedit.html
+%%DOCSDIR%%/html/q3datetimeeditbase-members.html
+%%DOCSDIR%%/html/q3datetimeeditbase.html
+%%DOCSDIR%%/html/q3deepcopy-members.html
+%%DOCSDIR%%/html/q3deepcopy.html
+%%DOCSDIR%%/html/q3dict-members.html
+%%DOCSDIR%%/html/q3dict.html
+%%DOCSDIR%%/html/q3dictiterator-members.html
+%%DOCSDIR%%/html/q3dictiterator.html
+%%DOCSDIR%%/html/q3dns-members.html
+%%DOCSDIR%%/html/q3dns.html
+%%DOCSDIR%%/html/q3dockarea-members.html
+%%DOCSDIR%%/html/q3dockarea.html
+%%DOCSDIR%%/html/q3dockwindow-members.html
+%%DOCSDIR%%/html/q3dockwindow.html
+%%DOCSDIR%%/html/q3dragobject-members.html
+%%DOCSDIR%%/html/q3dragobject.html
+%%DOCSDIR%%/html/q3dropsite-members.html
+%%DOCSDIR%%/html/q3dropsite.html
+%%DOCSDIR%%/html/q3editorfactory-members.html
+%%DOCSDIR%%/html/q3editorfactory.html
+%%DOCSDIR%%/html/q3filedialog-members.html
+%%DOCSDIR%%/html/q3filedialog.html
+%%DOCSDIR%%/html/q3fileiconprovider-members.html
+%%DOCSDIR%%/html/q3fileiconprovider.html
+%%DOCSDIR%%/html/q3filepreview-members.html
+%%DOCSDIR%%/html/q3filepreview.html
+%%DOCSDIR%%/html/q3frame-members.html
+%%DOCSDIR%%/html/q3frame.html
+%%DOCSDIR%%/html/q3ftp-members.html
+%%DOCSDIR%%/html/q3ftp.html
+%%DOCSDIR%%/html/q3grid-members.html
+%%DOCSDIR%%/html/q3grid.html
+%%DOCSDIR%%/html/q3gridview-members.html
+%%DOCSDIR%%/html/q3gridview.html
+%%DOCSDIR%%/html/q3groupbox-members.html
+%%DOCSDIR%%/html/q3groupbox.html
+%%DOCSDIR%%/html/q3hbox-members.html
+%%DOCSDIR%%/html/q3hbox.html
+%%DOCSDIR%%/html/q3hbuttongroup-members.html
+%%DOCSDIR%%/html/q3hbuttongroup.html
+%%DOCSDIR%%/html/q3header-members.html
+%%DOCSDIR%%/html/q3header.html
+%%DOCSDIR%%/html/q3hgroupbox-members.html
+%%DOCSDIR%%/html/q3hgroupbox.html
+%%DOCSDIR%%/html/q3http-members.html
+%%DOCSDIR%%/html/q3http.html
+%%DOCSDIR%%/html/q3httpheader-members.html
+%%DOCSDIR%%/html/q3httpheader.html
+%%DOCSDIR%%/html/q3httprequestheader-members.html
+%%DOCSDIR%%/html/q3httprequestheader.html
+%%DOCSDIR%%/html/q3httpresponseheader-members.html
+%%DOCSDIR%%/html/q3httpresponseheader.html
+%%DOCSDIR%%/html/q3icondrag-members.html
+%%DOCSDIR%%/html/q3icondrag.html
+%%DOCSDIR%%/html/q3icondragitem-members.html
+%%DOCSDIR%%/html/q3icondragitem.html
+%%DOCSDIR%%/html/q3iconview-members.html
+%%DOCSDIR%%/html/q3iconview.html
+%%DOCSDIR%%/html/q3iconviewitem-members.html
+%%DOCSDIR%%/html/q3iconviewitem.html
+%%DOCSDIR%%/html/q3imagedrag-members.html
+%%DOCSDIR%%/html/q3imagedrag.html
+%%DOCSDIR%%/html/q3intcache-members.html
+%%DOCSDIR%%/html/q3intcache.html
+%%DOCSDIR%%/html/q3intcacheiterator-members.html
+%%DOCSDIR%%/html/q3intcacheiterator.html
+%%DOCSDIR%%/html/q3intdict-members.html
+%%DOCSDIR%%/html/q3intdict.html
+%%DOCSDIR%%/html/q3intdictiterator-members.html
+%%DOCSDIR%%/html/q3intdictiterator.html
+%%DOCSDIR%%/html/q3listbox-members.html
+%%DOCSDIR%%/html/q3listbox.html
+%%DOCSDIR%%/html/q3listboxitem-members.html
+%%DOCSDIR%%/html/q3listboxitem.html
+%%DOCSDIR%%/html/q3listboxpixmap-members.html
+%%DOCSDIR%%/html/q3listboxpixmap.html
+%%DOCSDIR%%/html/q3listboxtext-members.html
+%%DOCSDIR%%/html/q3listboxtext.html
+%%DOCSDIR%%/html/q3listview-members.html
+%%DOCSDIR%%/html/q3listview.html
+%%DOCSDIR%%/html/q3listviewitem-members.html
+%%DOCSDIR%%/html/q3listviewitem.html
+%%DOCSDIR%%/html/q3listviewitemiterator-members.html
+%%DOCSDIR%%/html/q3listviewitemiterator.html
+%%DOCSDIR%%/html/q3localfs-members.html
+%%DOCSDIR%%/html/q3localfs.html
+%%DOCSDIR%%/html/q3mainwindow-members.html
+%%DOCSDIR%%/html/q3mainwindow.html
+%%DOCSDIR%%/html/q3memarray-members.html
+%%DOCSDIR%%/html/q3memarray.html
+%%DOCSDIR%%/html/q3mimesourcefactory-members.html
+%%DOCSDIR%%/html/q3mimesourcefactory.html
+%%DOCSDIR%%/html/q3multilineedit-members.html
+%%DOCSDIR%%/html/q3multilineedit.html
+%%DOCSDIR%%/html/q3networkoperation-members.html
+%%DOCSDIR%%/html/q3networkoperation.html
+%%DOCSDIR%%/html/q3networkprotocol-members.html
+%%DOCSDIR%%/html/q3networkprotocol.html
+%%DOCSDIR%%/html/q3paintdevicemetrics-members.html
+%%DOCSDIR%%/html/q3paintdevicemetrics.html
+%%DOCSDIR%%/html/q3painter-members.html
+%%DOCSDIR%%/html/q3painter.html
+%%DOCSDIR%%/html/q3picture-members.html
+%%DOCSDIR%%/html/q3picture.html
+%%DOCSDIR%%/html/q3pointarray-members.html
+%%DOCSDIR%%/html/q3pointarray.html
+%%DOCSDIR%%/html/q3popupmenu-members.html
+%%DOCSDIR%%/html/q3popupmenu.html
+%%DOCSDIR%%/html/q3process-members.html
+%%DOCSDIR%%/html/q3process.html
+%%DOCSDIR%%/html/q3progressbar-members.html
+%%DOCSDIR%%/html/q3progressbar-obsolete.html
+%%DOCSDIR%%/html/q3progressbar.html
+%%DOCSDIR%%/html/q3progressdialog-members.html
+%%DOCSDIR%%/html/q3progressdialog.html
+%%DOCSDIR%%/html/q3ptrcollection-members.html
+%%DOCSDIR%%/html/q3ptrcollection.html
+%%DOCSDIR%%/html/q3ptrdict-members.html
+%%DOCSDIR%%/html/q3ptrdict.html
+%%DOCSDIR%%/html/q3ptrdictiterator-members.html
+%%DOCSDIR%%/html/q3ptrdictiterator.html
+%%DOCSDIR%%/html/q3ptrlist-members.html
+%%DOCSDIR%%/html/q3ptrlist.html
+%%DOCSDIR%%/html/q3ptrlistiterator-members.html
+%%DOCSDIR%%/html/q3ptrlistiterator.html
+%%DOCSDIR%%/html/q3ptrqueue-members.html
+%%DOCSDIR%%/html/q3ptrqueue.html
+%%DOCSDIR%%/html/q3ptrstack-members.html
+%%DOCSDIR%%/html/q3ptrstack.html
+%%DOCSDIR%%/html/q3ptrvector-members.html
+%%DOCSDIR%%/html/q3ptrvector.html
+%%DOCSDIR%%/html/q3rangecontrol-members.html
+%%DOCSDIR%%/html/q3rangecontrol.html
+%%DOCSDIR%%/html/q3scrollview-members.html
+%%DOCSDIR%%/html/q3scrollview-obsolete.html
+%%DOCSDIR%%/html/q3scrollview.html
+%%DOCSDIR%%/html/q3semaphore-members.html
+%%DOCSDIR%%/html/q3semaphore.html
+%%DOCSDIR%%/html/q3serversocket-members.html
+%%DOCSDIR%%/html/q3serversocket.html
+%%DOCSDIR%%/html/q3shared-members.html
+%%DOCSDIR%%/html/q3shared.html
+%%DOCSDIR%%/html/q3signal-members.html
+%%DOCSDIR%%/html/q3signal-obsolete.html
+%%DOCSDIR%%/html/q3signal.html
+%%DOCSDIR%%/html/q3simplerichtext-members.html
+%%DOCSDIR%%/html/q3simplerichtext.html
+%%DOCSDIR%%/html/q3socket-members.html
+%%DOCSDIR%%/html/q3socket.html
+%%DOCSDIR%%/html/q3socketdevice-members.html
+%%DOCSDIR%%/html/q3socketdevice.html
+%%DOCSDIR%%/html/q3sqlcursor-members.html
+%%DOCSDIR%%/html/q3sqlcursor.html
+%%DOCSDIR%%/html/q3sqleditorfactory-members.html
+%%DOCSDIR%%/html/q3sqleditorfactory.html
+%%DOCSDIR%%/html/q3sqlfieldinfo-members.html
+%%DOCSDIR%%/html/q3sqlfieldinfo.html
+%%DOCSDIR%%/html/q3sqlform-members.html
+%%DOCSDIR%%/html/q3sqlform.html
+%%DOCSDIR%%/html/q3sqlpropertymap-members.html
+%%DOCSDIR%%/html/q3sqlpropertymap.html
+%%DOCSDIR%%/html/q3sqlrecordinfo-members.html
+%%DOCSDIR%%/html/q3sqlrecordinfo.html
+%%DOCSDIR%%/html/q3sqlselectcursor-members.html
+%%DOCSDIR%%/html/q3sqlselectcursor.html
+%%DOCSDIR%%/html/q3storeddrag-members.html
+%%DOCSDIR%%/html/q3storeddrag.html
+%%DOCSDIR%%/html/q3strilist-members.html
+%%DOCSDIR%%/html/q3strilist.html
+%%DOCSDIR%%/html/q3strlist-members.html
+%%DOCSDIR%%/html/q3strlist.html
+%%DOCSDIR%%/html/q3strlistiterator-members.html
+%%DOCSDIR%%/html/q3strlistiterator.html
+%%DOCSDIR%%/html/q3stylesheet-members.html
+%%DOCSDIR%%/html/q3stylesheet.html
+%%DOCSDIR%%/html/q3stylesheetitem-members.html
+%%DOCSDIR%%/html/q3stylesheetitem.html
+%%DOCSDIR%%/html/q3syntaxhighlighter-members.html
+%%DOCSDIR%%/html/q3syntaxhighlighter.html
+%%DOCSDIR%%/html/q3tabdialog-members.html
+%%DOCSDIR%%/html/q3tabdialog-obsolete.html
+%%DOCSDIR%%/html/q3tabdialog.html
+%%DOCSDIR%%/html/q3table-members.html
+%%DOCSDIR%%/html/q3table.html
+%%DOCSDIR%%/html/q3tableitem-members.html
+%%DOCSDIR%%/html/q3tableitem.html
+%%DOCSDIR%%/html/q3tableselection-members.html
+%%DOCSDIR%%/html/q3tableselection.html
+%%DOCSDIR%%/html/q3textbrowser-members.html
+%%DOCSDIR%%/html/q3textbrowser.html
+%%DOCSDIR%%/html/q3textdrag-members.html
+%%DOCSDIR%%/html/q3textdrag.html
+%%DOCSDIR%%/html/q3textedit-members.html
+%%DOCSDIR%%/html/q3textedit.html
+%%DOCSDIR%%/html/q3textstream-members.html
+%%DOCSDIR%%/html/q3textstream-obsolete.html
+%%DOCSDIR%%/html/q3textstream.html
+%%DOCSDIR%%/html/q3textview-members.html
+%%DOCSDIR%%/html/q3textview.html
+%%DOCSDIR%%/html/q3timeedit-members.html
+%%DOCSDIR%%/html/q3timeedit.html
+%%DOCSDIR%%/html/q3toolbar-members.html
+%%DOCSDIR%%/html/q3toolbar.html
+%%DOCSDIR%%/html/q3uridrag-members.html
+%%DOCSDIR%%/html/q3uridrag-obsolete.html
+%%DOCSDIR%%/html/q3uridrag.html
+%%DOCSDIR%%/html/q3url-members.html
+%%DOCSDIR%%/html/q3url.html
+%%DOCSDIR%%/html/q3urloperator-members.html
+%%DOCSDIR%%/html/q3urloperator.html
+%%DOCSDIR%%/html/q3valuelist-members.html
+%%DOCSDIR%%/html/q3valuelist.html
+%%DOCSDIR%%/html/q3valuelistconstiterator-members.html
+%%DOCSDIR%%/html/q3valuelistconstiterator.html
+%%DOCSDIR%%/html/q3valuelistiterator-members.html
+%%DOCSDIR%%/html/q3valuelistiterator.html
+%%DOCSDIR%%/html/q3valuestack-members.html
+%%DOCSDIR%%/html/q3valuestack.html
+%%DOCSDIR%%/html/q3valuevector-members.html
+%%DOCSDIR%%/html/q3valuevector.html
+%%DOCSDIR%%/html/q3vbox-members.html
+%%DOCSDIR%%/html/q3vbox.html
+%%DOCSDIR%%/html/q3vbuttongroup-members.html
+%%DOCSDIR%%/html/q3vbuttongroup.html
+%%DOCSDIR%%/html/q3vgroupbox-members.html
+%%DOCSDIR%%/html/q3vgroupbox.html
+%%DOCSDIR%%/html/q3whatsthis-members.html
+%%DOCSDIR%%/html/q3whatsthis.html
+%%DOCSDIR%%/html/q3widgetstack-members.html
+%%DOCSDIR%%/html/q3widgetstack.html
+%%DOCSDIR%%/html/q3wizard-members.html
+%%DOCSDIR%%/html/q3wizard-obsolete.html
+%%DOCSDIR%%/html/q3wizard.html
+%%DOCSDIR%%/html/qabstractbutton-members.html
+%%DOCSDIR%%/html/qabstractbutton-qt3.html
+%%DOCSDIR%%/html/qabstractbutton.html
+%%DOCSDIR%%/html/qabstracteventdispatcher-members.html
+%%DOCSDIR%%/html/qabstracteventdispatcher.html
+%%DOCSDIR%%/html/qabstractextensionfactory-members.html
+%%DOCSDIR%%/html/qabstractextensionfactory.html
+%%DOCSDIR%%/html/qabstractextensionmanager-members.html
+%%DOCSDIR%%/html/qabstractextensionmanager.html
+%%DOCSDIR%%/html/qabstractfileengine-members.html
+%%DOCSDIR%%/html/qabstractfileengine.html
+%%DOCSDIR%%/html/qabstractfileenginehandler-members.html
+%%DOCSDIR%%/html/qabstractfileenginehandler.html
+%%DOCSDIR%%/html/qabstractformbuilder-members.html
+%%DOCSDIR%%/html/qabstractformbuilder.html
+%%DOCSDIR%%/html/qabstractgraphicsshapeitem-members.html
+%%DOCSDIR%%/html/qabstractgraphicsshapeitem.html
+%%DOCSDIR%%/html/qabstractitemdelegate-members.html
+%%DOCSDIR%%/html/qabstractitemdelegate-obsolete.html
+%%DOCSDIR%%/html/qabstractitemdelegate.html
+%%DOCSDIR%%/html/qabstractitemmodel-members.html
+%%DOCSDIR%%/html/qabstractitemmodel-obsolete.html
+%%DOCSDIR%%/html/qabstractitemmodel.html
+%%DOCSDIR%%/html/qabstractitemview-members.html
+%%DOCSDIR%%/html/qabstractitemview-obsolete.html
+%%DOCSDIR%%/html/qabstractitemview.html
+%%DOCSDIR%%/html/qabstractlistmodel-members.html
+%%DOCSDIR%%/html/qabstractlistmodel.html
+%%DOCSDIR%%/html/qabstractprintdialog-members.html
+%%DOCSDIR%%/html/qabstractprintdialog.html
+%%DOCSDIR%%/html/qabstractproxymodel-members.html
+%%DOCSDIR%%/html/qabstractproxymodel.html
+%%DOCSDIR%%/html/qabstractscrollarea-members.html
+%%DOCSDIR%%/html/qabstractscrollarea.html
+%%DOCSDIR%%/html/qabstractslider-members.html
+%%DOCSDIR%%/html/qabstractslider-qt3.html
+%%DOCSDIR%%/html/qabstractslider.html
+%%DOCSDIR%%/html/qabstractsocket-members.html
+%%DOCSDIR%%/html/qabstractsocket-qt3.html
+%%DOCSDIR%%/html/qabstractsocket.html
+%%DOCSDIR%%/html/qabstractspinbox-members.html
+%%DOCSDIR%%/html/qabstractspinbox.html
+%%DOCSDIR%%/html/qabstracttablemodel-members.html
+%%DOCSDIR%%/html/qabstracttablemodel.html
+%%DOCSDIR%%/html/qabstracttextdocumentlayout-members.html
+%%DOCSDIR%%/html/qabstracttextdocumentlayout-paintcontext-members.html
+%%DOCSDIR%%/html/qabstracttextdocumentlayout-paintcontext.html
+%%DOCSDIR%%/html/qabstracttextdocumentlayout-selection-members.html
+%%DOCSDIR%%/html/qabstracttextdocumentlayout-selection.html
+%%DOCSDIR%%/html/qabstracttextdocumentlayout.html
+%%DOCSDIR%%/html/qaccessible-members.html
+%%DOCSDIR%%/html/qaccessible.html
+%%DOCSDIR%%/html/qaccessiblebridge-members.html
+%%DOCSDIR%%/html/qaccessiblebridge.html
+%%DOCSDIR%%/html/qaccessiblebridgeplugin-members.html
+%%DOCSDIR%%/html/qaccessiblebridgeplugin.html
+%%DOCSDIR%%/html/qaccessibleevent-members.html
+%%DOCSDIR%%/html/qaccessibleevent.html
+%%DOCSDIR%%/html/qaccessibleinterface-members.html
+%%DOCSDIR%%/html/qaccessibleinterface.html
+%%DOCSDIR%%/html/qaccessibleobject-members.html
+%%DOCSDIR%%/html/qaccessibleobject.html
+%%DOCSDIR%%/html/qaccessibleplugin-members.html
+%%DOCSDIR%%/html/qaccessibleplugin.html
+%%DOCSDIR%%/html/qaccessiblewidget-members.html
+%%DOCSDIR%%/html/qaccessiblewidget.html
+%%DOCSDIR%%/html/qaction-members.html
+%%DOCSDIR%%/html/qaction-qt3.html
+%%DOCSDIR%%/html/qaction.html
+%%DOCSDIR%%/html/qactionevent-members.html
+%%DOCSDIR%%/html/qactionevent.html
+%%DOCSDIR%%/html/qactiongroup-members.html
+%%DOCSDIR%%/html/qactiongroup-qt3.html
+%%DOCSDIR%%/html/qactiongroup.html
+%%DOCSDIR%%/html/qapplication-members.html
+%%DOCSDIR%%/html/qapplication-qt3.html
+%%DOCSDIR%%/html/qapplication.html
+%%DOCSDIR%%/html/qassistantclient-members.html
+%%DOCSDIR%%/html/qassistantclient.html
+%%DOCSDIR%%/html/qaxaggregated-members.html
+%%DOCSDIR%%/html/qaxaggregated.html
+%%DOCSDIR%%/html/qaxbase-members.html
+%%DOCSDIR%%/html/qaxbase.html
+%%DOCSDIR%%/html/qaxbindable-members.html
+%%DOCSDIR%%/html/qaxbindable.html
+%%DOCSDIR%%/html/qaxcontainer.html
+%%DOCSDIR%%/html/qaxfactory-members.html
+%%DOCSDIR%%/html/qaxfactory.html
+%%DOCSDIR%%/html/qaxobject-members.html
+%%DOCSDIR%%/html/qaxobject.html
+%%DOCSDIR%%/html/qaxscript-members.html
+%%DOCSDIR%%/html/qaxscript.html
+%%DOCSDIR%%/html/qaxscriptengine-members.html
+%%DOCSDIR%%/html/qaxscriptengine.html
+%%DOCSDIR%%/html/qaxscriptmanager-members.html
+%%DOCSDIR%%/html/qaxscriptmanager.html
+%%DOCSDIR%%/html/qaxserver-demo-hierarchy.html
+%%DOCSDIR%%/html/qaxserver-demo-menus.html
+%%DOCSDIR%%/html/qaxserver-demo-multiple.html
+%%DOCSDIR%%/html/qaxserver-demo-opengl.html
+%%DOCSDIR%%/html/qaxserver-demo-simple.html
+%%DOCSDIR%%/html/qaxserver-demo-wrapper.html
+%%DOCSDIR%%/html/qaxserver.html
+%%DOCSDIR%%/html/qaxwidget-members.html
+%%DOCSDIR%%/html/qaxwidget.html
+%%DOCSDIR%%/html/qbasictimer-members.html
+%%DOCSDIR%%/html/qbasictimer.html
+%%DOCSDIR%%/html/qbitarray-members.html
+%%DOCSDIR%%/html/qbitarray.html
+%%DOCSDIR%%/html/qbitmap-members.html
+%%DOCSDIR%%/html/qbitmap-qt3.html
+%%DOCSDIR%%/html/qbitmap.html
+%%DOCSDIR%%/html/qboxlayout-members.html
+%%DOCSDIR%%/html/qboxlayout-qt3.html
+%%DOCSDIR%%/html/qboxlayout.html
+%%DOCSDIR%%/html/qbrush-members.html
+%%DOCSDIR%%/html/qbrush-qt3.html
+%%DOCSDIR%%/html/qbrush.html
+%%DOCSDIR%%/html/qbuffer-members.html
+%%DOCSDIR%%/html/qbuffer.html
+%%DOCSDIR%%/html/qbuttongroup-members.html
+%%DOCSDIR%%/html/qbuttongroup-qt3.html
+%%DOCSDIR%%/html/qbuttongroup.html
+%%DOCSDIR%%/html/qbytearray-members.html
+%%DOCSDIR%%/html/qbytearray-qt3.html
+%%DOCSDIR%%/html/qbytearray.html
+%%DOCSDIR%%/html/qbytearraymatcher-members.html
+%%DOCSDIR%%/html/qbytearraymatcher.html
+%%DOCSDIR%%/html/qcache-members.html
+%%DOCSDIR%%/html/qcache-qt3.html
+%%DOCSDIR%%/html/qcache.html
+%%DOCSDIR%%/html/qcalendarwidget-members.html
+%%DOCSDIR%%/html/qcalendarwidget.html
+%%DOCSDIR%%/html/qcdestyle-members.html
+%%DOCSDIR%%/html/qcdestyle.html
+%%DOCSDIR%%/html/qchar-members.html
+%%DOCSDIR%%/html/qchar-qt3.html
+%%DOCSDIR%%/html/qchar.html
+%%DOCSDIR%%/html/qcheckbox-members.html
+%%DOCSDIR%%/html/qcheckbox-qt3.html
+%%DOCSDIR%%/html/qcheckbox.html
+%%DOCSDIR%%/html/qchildevent-members.html
+%%DOCSDIR%%/html/qchildevent-qt3.html
+%%DOCSDIR%%/html/qchildevent.html
+%%DOCSDIR%%/html/qcleanlooksstyle-members.html
+%%DOCSDIR%%/html/qcleanlooksstyle.html
+%%DOCSDIR%%/html/qclipboard-members.html
+%%DOCSDIR%%/html/qclipboard-qt3.html
+%%DOCSDIR%%/html/qclipboard.html
+%%DOCSDIR%%/html/qcloseevent-members.html
+%%DOCSDIR%%/html/qcloseevent.html
+%%DOCSDIR%%/html/qcolor-members.html
+%%DOCSDIR%%/html/qcolor-qt3.html
+%%DOCSDIR%%/html/qcolor.html
+%%DOCSDIR%%/html/qcolordialog-members.html
+%%DOCSDIR%%/html/qcolordialog-qt3.html
+%%DOCSDIR%%/html/qcolordialog.html
+%%DOCSDIR%%/html/qcolorgroup-members.html
+%%DOCSDIR%%/html/qcolorgroup-qt3.html
+%%DOCSDIR%%/html/qcolorgroup.html
+%%DOCSDIR%%/html/qcolormap-members.html
+%%DOCSDIR%%/html/qcolormap.html
+%%DOCSDIR%%/html/qcombobox-members.html
+%%DOCSDIR%%/html/qcombobox-obsolete.html
+%%DOCSDIR%%/html/qcombobox-qt3.html
+%%DOCSDIR%%/html/qcombobox.html
+%%DOCSDIR%%/html/qcommonstyle-members.html
+%%DOCSDIR%%/html/qcommonstyle.html
+%%DOCSDIR%%/html/qcompleter-members.html
+%%DOCSDIR%%/html/qcompleter.html
+%%DOCSDIR%%/html/qconicalgradient-members.html
+%%DOCSDIR%%/html/qconicalgradient.html
+%%DOCSDIR%%/html/qconststring-members.html
+%%DOCSDIR%%/html/qconststring-qt3.html
+%%DOCSDIR%%/html/qconststring.html
+%%DOCSDIR%%/html/qcontextmenuevent-members.html
+%%DOCSDIR%%/html/qcontextmenuevent-qt3.html
+%%DOCSDIR%%/html/qcontextmenuevent.html
+%%DOCSDIR%%/html/qcopchannel-members.html
+%%DOCSDIR%%/html/qcopchannel-qt3.html
+%%DOCSDIR%%/html/qcopchannel.html
+%%DOCSDIR%%/html/qcoreapplication-members.html
+%%DOCSDIR%%/html/qcoreapplication-qt3.html
+%%DOCSDIR%%/html/qcoreapplication.html
+%%DOCSDIR%%/html/qcursor-members.html
+%%DOCSDIR%%/html/qcursor.html
+%%DOCSDIR%%/html/qcustomevent-members.html
+%%DOCSDIR%%/html/qcustomevent-qt3.html
+%%DOCSDIR%%/html/qcustomevent.html
+%%DOCSDIR%%/html/qcustomrasterpaintdevice-members.html
+%%DOCSDIR%%/html/qcustomrasterpaintdevice.html
+%%DOCSDIR%%/html/qdatastream-members.html
+%%DOCSDIR%%/html/qdatastream-qt3.html
+%%DOCSDIR%%/html/qdatastream.html
+%%DOCSDIR%%/html/qdatawidgetmapper-members.html
+%%DOCSDIR%%/html/qdatawidgetmapper.html
+%%DOCSDIR%%/html/qdate-members.html
+%%DOCSDIR%%/html/qdate-obsolete.html
+%%DOCSDIR%%/html/qdate-qt3.html
+%%DOCSDIR%%/html/qdate.html
+%%DOCSDIR%%/html/qdateedit-members.html
+%%DOCSDIR%%/html/qdateedit.html
+%%DOCSDIR%%/html/qdatetime-members.html
+%%DOCSDIR%%/html/qdatetime-qt3.html
+%%DOCSDIR%%/html/qdatetime.html
+%%DOCSDIR%%/html/qdatetimeedit-members.html
+%%DOCSDIR%%/html/qdatetimeedit.html
+%%DOCSDIR%%/html/qdbus.html
+%%DOCSDIR%%/html/qdbusabstractadaptor-members.html
+%%DOCSDIR%%/html/qdbusabstractadaptor.html
+%%DOCSDIR%%/html/qdbusabstractinterface-members.html
+%%DOCSDIR%%/html/qdbusabstractinterface.html
+%%DOCSDIR%%/html/qdbusadaptorexample.html
+%%DOCSDIR%%/html/qdbusargument-members.html
+%%DOCSDIR%%/html/qdbusargument.html
+%%DOCSDIR%%/html/qdbusconnection-members.html
+%%DOCSDIR%%/html/qdbusconnection.html
+%%DOCSDIR%%/html/qdbusconnectioninterface-members.html
+%%DOCSDIR%%/html/qdbusconnectioninterface.html
+%%DOCSDIR%%/html/qdbusdeclaringsignals.html
+%%DOCSDIR%%/html/qdbusdeclaringslots.html
+%%DOCSDIR%%/html/qdbuserror-members.html
+%%DOCSDIR%%/html/qdbuserror.html
+%%DOCSDIR%%/html/qdbusinterface-members.html
+%%DOCSDIR%%/html/qdbusinterface.html
+%%DOCSDIR%%/html/qdbusmessage-members.html
+%%DOCSDIR%%/html/qdbusmessage.html
+%%DOCSDIR%%/html/qdbusobjectpath-members.html
+%%DOCSDIR%%/html/qdbusobjectpath.html
+%%DOCSDIR%%/html/qdbusreply-members.html
+%%DOCSDIR%%/html/qdbusreply.html
+%%DOCSDIR%%/html/qdbusserver-members.html
+%%DOCSDIR%%/html/qdbusserver.html
+%%DOCSDIR%%/html/qdbussignature-members.html
+%%DOCSDIR%%/html/qdbussignature.html
+%%DOCSDIR%%/html/qdbustypesystem.html
+%%DOCSDIR%%/html/qdbusvariant-members.html
+%%DOCSDIR%%/html/qdbusvariant.html
+%%DOCSDIR%%/html/qdbusxml2cpp.html
+%%DOCSDIR%%/html/qdecoration-members.html
+%%DOCSDIR%%/html/qdecoration.html
+%%DOCSDIR%%/html/qdecorationfactory-members.html
+%%DOCSDIR%%/html/qdecorationfactory.html
+%%DOCSDIR%%/html/qdecorationplugin-members.html
+%%DOCSDIR%%/html/qdecorationplugin.html
+%%DOCSDIR%%/html/qdesigneractioneditorinterface-members.html
+%%DOCSDIR%%/html/qdesigneractioneditorinterface.html
+%%DOCSDIR%%/html/qdesignercontainerextension-members.html
+%%DOCSDIR%%/html/qdesignercontainerextension.html
+%%DOCSDIR%%/html/qdesignercustomwidgetcollectioninterface-members.html
+%%DOCSDIR%%/html/qdesignercustomwidgetcollectioninterface.html
+%%DOCSDIR%%/html/qdesignercustomwidgetinterface-members.html
+%%DOCSDIR%%/html/qdesignercustomwidgetinterface.html
+%%DOCSDIR%%/html/qdesignerformeditorinterface-members.html
+%%DOCSDIR%%/html/qdesignerformeditorinterface.html
+%%DOCSDIR%%/html/qdesignerformwindowcursorinterface-members.html
+%%DOCSDIR%%/html/qdesignerformwindowcursorinterface.html
+%%DOCSDIR%%/html/qdesignerformwindowinterface-members.html
+%%DOCSDIR%%/html/qdesignerformwindowinterface.html
+%%DOCSDIR%%/html/qdesignerformwindowmanagerinterface-members.html
+%%DOCSDIR%%/html/qdesignerformwindowmanagerinterface.html
+%%DOCSDIR%%/html/qdesignermembersheetextension-members.html
+%%DOCSDIR%%/html/qdesignermembersheetextension.html
+%%DOCSDIR%%/html/qdesignerobjectinspectorinterface-members.html
+%%DOCSDIR%%/html/qdesignerobjectinspectorinterface.html
+%%DOCSDIR%%/html/qdesignerpropertyeditorinterface-members.html
+%%DOCSDIR%%/html/qdesignerpropertyeditorinterface.html
+%%DOCSDIR%%/html/qdesignerpropertysheetextension-members.html
+%%DOCSDIR%%/html/qdesignerpropertysheetextension.html
+%%DOCSDIR%%/html/qdesignertaskmenuextension-members.html
+%%DOCSDIR%%/html/qdesignertaskmenuextension.html
+%%DOCSDIR%%/html/qdesignerwidgetboxinterface-members.html
+%%DOCSDIR%%/html/qdesignerwidgetboxinterface.html
+%%DOCSDIR%%/html/qdesktopservices-members.html
+%%DOCSDIR%%/html/qdesktopservices.html
+%%DOCSDIR%%/html/qdesktopwidget-members.html
+%%DOCSDIR%%/html/qdesktopwidget.html
+%%DOCSDIR%%/html/qdial-members.html
+%%DOCSDIR%%/html/qdial-qt3.html
+%%DOCSDIR%%/html/qdial.html
+%%DOCSDIR%%/html/qdialog-members.html
+%%DOCSDIR%%/html/qdialog-obsolete.html
+%%DOCSDIR%%/html/qdialog-qt3.html
+%%DOCSDIR%%/html/qdialog.html
+%%DOCSDIR%%/html/qdialogbuttonbox-members.html
+%%DOCSDIR%%/html/qdialogbuttonbox.html
+%%DOCSDIR%%/html/qdir-members.html
+%%DOCSDIR%%/html/qdir-obsolete.html
+%%DOCSDIR%%/html/qdir-qt3.html
+%%DOCSDIR%%/html/qdir.html
+%%DOCSDIR%%/html/qdirectpainter-members.html
+%%DOCSDIR%%/html/qdirectpainter-obsolete.html
+%%DOCSDIR%%/html/qdirectpainter.html
+%%DOCSDIR%%/html/qdirmodel-members.html
+%%DOCSDIR%%/html/qdirmodel.html
+%%DOCSDIR%%/html/qdockwidget-members.html
+%%DOCSDIR%%/html/qdockwidget.html
+%%DOCSDIR%%/html/qdomattr-members.html
+%%DOCSDIR%%/html/qdomattr.html
+%%DOCSDIR%%/html/qdomcdatasection-members.html
+%%DOCSDIR%%/html/qdomcdatasection.html
+%%DOCSDIR%%/html/qdomcharacterdata-members.html
+%%DOCSDIR%%/html/qdomcharacterdata.html
+%%DOCSDIR%%/html/qdomcomment-members.html
+%%DOCSDIR%%/html/qdomcomment.html
+%%DOCSDIR%%/html/qdomdocument-members.html
+%%DOCSDIR%%/html/qdomdocument.html
+%%DOCSDIR%%/html/qdomdocumentfragment-members.html
+%%DOCSDIR%%/html/qdomdocumentfragment.html
+%%DOCSDIR%%/html/qdomdocumenttype-members.html
+%%DOCSDIR%%/html/qdomdocumenttype.html
+%%DOCSDIR%%/html/qdomelement-members.html
+%%DOCSDIR%%/html/qdomelement.html
+%%DOCSDIR%%/html/qdomentity-members.html
+%%DOCSDIR%%/html/qdomentity.html
+%%DOCSDIR%%/html/qdomentityreference-members.html
+%%DOCSDIR%%/html/qdomentityreference.html
+%%DOCSDIR%%/html/qdomimplementation-members.html
+%%DOCSDIR%%/html/qdomimplementation.html
+%%DOCSDIR%%/html/qdomnamednodemap-members.html
+%%DOCSDIR%%/html/qdomnamednodemap.html
+%%DOCSDIR%%/html/qdomnode-members.html
+%%DOCSDIR%%/html/qdomnode.html
+%%DOCSDIR%%/html/qdomnodelist-members.html
+%%DOCSDIR%%/html/qdomnodelist.html
+%%DOCSDIR%%/html/qdomnotation-members.html
+%%DOCSDIR%%/html/qdomnotation.html
+%%DOCSDIR%%/html/qdomprocessinginstruction-members.html
+%%DOCSDIR%%/html/qdomprocessinginstruction.html
+%%DOCSDIR%%/html/qdomtext-members.html
+%%DOCSDIR%%/html/qdomtext.html
+%%DOCSDIR%%/html/qdoublespinbox-members.html
+%%DOCSDIR%%/html/qdoublespinbox.html
+%%DOCSDIR%%/html/qdoublevalidator-members.html
+%%DOCSDIR%%/html/qdoublevalidator-qt3.html
+%%DOCSDIR%%/html/qdoublevalidator.html
+%%DOCSDIR%%/html/qdrag-members.html
+%%DOCSDIR%%/html/qdrag.html
+%%DOCSDIR%%/html/qdragenterevent-members.html
+%%DOCSDIR%%/html/qdragenterevent.html
+%%DOCSDIR%%/html/qdragleaveevent-members.html
+%%DOCSDIR%%/html/qdragleaveevent.html
+%%DOCSDIR%%/html/qdragmoveevent-members.html
+%%DOCSDIR%%/html/qdragmoveevent-qt3.html
+%%DOCSDIR%%/html/qdragmoveevent.html
+%%DOCSDIR%%/html/qdropevent-members.html
+%%DOCSDIR%%/html/qdropevent-qt3.html
+%%DOCSDIR%%/html/qdropevent.html
+%%DOCSDIR%%/html/qdynamicpropertychangeevent-members.html
+%%DOCSDIR%%/html/qdynamicpropertychangeevent.html
+%%DOCSDIR%%/html/qerrormessage-members.html
+%%DOCSDIR%%/html/qerrormessage-qt3.html
+%%DOCSDIR%%/html/qerrormessage.html
+%%DOCSDIR%%/html/qevent-members.html
+%%DOCSDIR%%/html/qevent.html
+%%DOCSDIR%%/html/qeventloop-members.html
+%%DOCSDIR%%/html/qeventloop.html
+%%DOCSDIR%%/html/qextensionfactory-members.html
+%%DOCSDIR%%/html/qextensionfactory.html
+%%DOCSDIR%%/html/qextensionmanager-members.html
+%%DOCSDIR%%/html/qextensionmanager.html
+%%DOCSDIR%%/html/qfile-members.html
+%%DOCSDIR%%/html/qfile-obsolete.html
+%%DOCSDIR%%/html/qfile-qt3.html
+%%DOCSDIR%%/html/qfile.html
+%%DOCSDIR%%/html/qfiledialog-members.html
+%%DOCSDIR%%/html/qfiledialog-qt3.html
+%%DOCSDIR%%/html/qfiledialog.html
+%%DOCSDIR%%/html/qfileiconprovider-members.html
+%%DOCSDIR%%/html/qfileiconprovider.html
+%%DOCSDIR%%/html/qfileinfo-members.html
+%%DOCSDIR%%/html/qfileinfo-obsolete.html
+%%DOCSDIR%%/html/qfileinfo-qt3.html
+%%DOCSDIR%%/html/qfileinfo.html
+%%DOCSDIR%%/html/qfileopenevent-members.html
+%%DOCSDIR%%/html/qfileopenevent.html
+%%DOCSDIR%%/html/qfilesystemwatcher-members.html
+%%DOCSDIR%%/html/qfilesystemwatcher.html
+%%DOCSDIR%%/html/qflag-members.html
+%%DOCSDIR%%/html/qflag.html
+%%DOCSDIR%%/html/qflags-members.html
+%%DOCSDIR%%/html/qflags.html
+%%DOCSDIR%%/html/qfocusevent-members.html
+%%DOCSDIR%%/html/qfocusevent-qt3.html
+%%DOCSDIR%%/html/qfocusevent.html
+%%DOCSDIR%%/html/qfocusframe-members.html
+%%DOCSDIR%%/html/qfocusframe.html
+%%DOCSDIR%%/html/qfont-members.html
+%%DOCSDIR%%/html/qfont-qt3.html
+%%DOCSDIR%%/html/qfont.html
+%%DOCSDIR%%/html/qfontcombobox-members.html
+%%DOCSDIR%%/html/qfontcombobox.html
+%%DOCSDIR%%/html/qfontdatabase-members.html
+%%DOCSDIR%%/html/qfontdatabase.html
+%%DOCSDIR%%/html/qfontdialog-members.html
+%%DOCSDIR%%/html/qfontdialog.html
+%%DOCSDIR%%/html/qfontinfo-members.html
+%%DOCSDIR%%/html/qfontinfo.html
+%%DOCSDIR%%/html/qfontmetrics-members.html
+%%DOCSDIR%%/html/qfontmetrics-qt3.html
+%%DOCSDIR%%/html/qfontmetrics.html
+%%DOCSDIR%%/html/qfontmetricsf-members.html
+%%DOCSDIR%%/html/qfontmetricsf.html
+%%DOCSDIR%%/html/qformbuilder-members.html
+%%DOCSDIR%%/html/qformbuilder.html
+%%DOCSDIR%%/html/qframe-members.html
+%%DOCSDIR%%/html/qframe-qt3.html
+%%DOCSDIR%%/html/qframe.html
+%%DOCSDIR%%/html/qfsfileengine-members.html
+%%DOCSDIR%%/html/qfsfileengine.html
+%%DOCSDIR%%/html/qftp-members.html
+%%DOCSDIR%%/html/qftp-qt3.html
+%%DOCSDIR%%/html/qftp.html
+%%DOCSDIR%%/html/qgenericargument-members.html
+%%DOCSDIR%%/html/qgenericargument.html
+%%DOCSDIR%%/html/qgenericreturnargument-members.html
+%%DOCSDIR%%/html/qgenericreturnargument.html
+%%DOCSDIR%%/html/qgl.html
+%%DOCSDIR%%/html/qglcolormap-members.html
+%%DOCSDIR%%/html/qglcolormap.html
+%%DOCSDIR%%/html/qglcontext-members.html
+%%DOCSDIR%%/html/qglcontext-obsolete.html
+%%DOCSDIR%%/html/qglcontext.html
+%%DOCSDIR%%/html/qglformat-members.html
+%%DOCSDIR%%/html/qglformat.html
+%%DOCSDIR%%/html/qglframebufferobject-members.html
+%%DOCSDIR%%/html/qglframebufferobject.html
+%%DOCSDIR%%/html/qglpixelbuffer-members.html
+%%DOCSDIR%%/html/qglpixelbuffer.html
+%%DOCSDIR%%/html/qglwidget-members.html
+%%DOCSDIR%%/html/qglwidget-obsolete.html
+%%DOCSDIR%%/html/qglwidget-qt3.html
+%%DOCSDIR%%/html/qglwidget.html
+%%DOCSDIR%%/html/qgradient-members.html
+%%DOCSDIR%%/html/qgradient.html
+%%DOCSDIR%%/html/qgraphicsellipseitem-members.html
+%%DOCSDIR%%/html/qgraphicsellipseitem.html
+%%DOCSDIR%%/html/qgraphicsitem-members.html
+%%DOCSDIR%%/html/qgraphicsitem.html
+%%DOCSDIR%%/html/qgraphicsitemanimation-members.html
+%%DOCSDIR%%/html/qgraphicsitemanimation.html
+%%DOCSDIR%%/html/qgraphicsitemgroup-members.html
+%%DOCSDIR%%/html/qgraphicsitemgroup.html
+%%DOCSDIR%%/html/qgraphicslineitem-members.html
+%%DOCSDIR%%/html/qgraphicslineitem.html
+%%DOCSDIR%%/html/qgraphicspathitem-members.html
+%%DOCSDIR%%/html/qgraphicspathitem.html
+%%DOCSDIR%%/html/qgraphicspixmapitem-members.html
+%%DOCSDIR%%/html/qgraphicspixmapitem.html
+%%DOCSDIR%%/html/qgraphicspolygonitem-members.html
+%%DOCSDIR%%/html/qgraphicspolygonitem.html
+%%DOCSDIR%%/html/qgraphicsrectitem-members.html
+%%DOCSDIR%%/html/qgraphicsrectitem.html
+%%DOCSDIR%%/html/qgraphicsscene-members.html
+%%DOCSDIR%%/html/qgraphicsscene.html
+%%DOCSDIR%%/html/qgraphicsscenecontextmenuevent-members.html
+%%DOCSDIR%%/html/qgraphicsscenecontextmenuevent.html
+%%DOCSDIR%%/html/qgraphicssceneevent-members.html
+%%DOCSDIR%%/html/qgraphicssceneevent.html
+%%DOCSDIR%%/html/qgraphicsscenehoverevent-members.html
+%%DOCSDIR%%/html/qgraphicsscenehoverevent.html
+%%DOCSDIR%%/html/qgraphicsscenemouseevent-members.html
+%%DOCSDIR%%/html/qgraphicsscenemouseevent.html
+%%DOCSDIR%%/html/qgraphicsscenewheelevent-members.html
+%%DOCSDIR%%/html/qgraphicsscenewheelevent.html
+%%DOCSDIR%%/html/qgraphicssimpletextitem-members.html
+%%DOCSDIR%%/html/qgraphicssimpletextitem.html
+%%DOCSDIR%%/html/qgraphicssvgitem-members.html
+%%DOCSDIR%%/html/qgraphicssvgitem.html
+%%DOCSDIR%%/html/qgraphicstextitem-members.html
+%%DOCSDIR%%/html/qgraphicstextitem.html
+%%DOCSDIR%%/html/qgraphicsview-members.html
+%%DOCSDIR%%/html/qgraphicsview.html
+%%DOCSDIR%%/html/qgridlayout-members.html
+%%DOCSDIR%%/html/qgridlayout-qt3.html
+%%DOCSDIR%%/html/qgridlayout.html
+%%DOCSDIR%%/html/qgroupbox-members.html
+%%DOCSDIR%%/html/qgroupbox-qt3.html
+%%DOCSDIR%%/html/qgroupbox.html
+%%DOCSDIR%%/html/qhash-const-iterator-members.html
+%%DOCSDIR%%/html/qhash-const-iterator.html
+%%DOCSDIR%%/html/qhash-iterator-members.html
+%%DOCSDIR%%/html/qhash-iterator.html
+%%DOCSDIR%%/html/qhash-members.html
+%%DOCSDIR%%/html/qhash.html
+%%DOCSDIR%%/html/qhashiterator-members.html
+%%DOCSDIR%%/html/qhashiterator.html
+%%DOCSDIR%%/html/qhboxlayout-members.html
+%%DOCSDIR%%/html/qhboxlayout-qt3.html
+%%DOCSDIR%%/html/qhboxlayout.html
+%%DOCSDIR%%/html/qheaderview-members.html
+%%DOCSDIR%%/html/qheaderview.html
+%%DOCSDIR%%/html/qhelpevent-members.html
+%%DOCSDIR%%/html/qhelpevent.html
+%%DOCSDIR%%/html/qhideevent-members.html
+%%DOCSDIR%%/html/qhideevent.html
+%%DOCSDIR%%/html/qhostaddress-members.html
+%%DOCSDIR%%/html/qhostaddress-qt3.html
+%%DOCSDIR%%/html/qhostaddress.html
+%%DOCSDIR%%/html/qhostinfo-members.html
+%%DOCSDIR%%/html/qhostinfo.html
+%%DOCSDIR%%/html/qhoverevent-members.html
+%%DOCSDIR%%/html/qhoverevent.html
+%%DOCSDIR%%/html/qhttp-members.html
+%%DOCSDIR%%/html/qhttp-obsolete.html
+%%DOCSDIR%%/html/qhttp-qt3.html
+%%DOCSDIR%%/html/qhttp.html
+%%DOCSDIR%%/html/qhttpheader-members.html
+%%DOCSDIR%%/html/qhttpheader.html
+%%DOCSDIR%%/html/qhttprequestheader-members.html
+%%DOCSDIR%%/html/qhttprequestheader.html
+%%DOCSDIR%%/html/qhttpresponseheader-members.html
+%%DOCSDIR%%/html/qhttpresponseheader.html
+%%DOCSDIR%%/html/qicon-members.html
+%%DOCSDIR%%/html/qicon-qt3.html
+%%DOCSDIR%%/html/qicon.html
+%%DOCSDIR%%/html/qicondragevent-members.html
+%%DOCSDIR%%/html/qicondragevent.html
+%%DOCSDIR%%/html/qiconengine-members.html
+%%DOCSDIR%%/html/qiconengine.html
+%%DOCSDIR%%/html/qiconengineplugin-members.html
+%%DOCSDIR%%/html/qiconengineplugin.html
+%%DOCSDIR%%/html/qimage-members.html
+%%DOCSDIR%%/html/qimage-obsolete.html
+%%DOCSDIR%%/html/qimage-qt3.html
+%%DOCSDIR%%/html/qimage.html
+%%DOCSDIR%%/html/qimageiohandler-members.html
+%%DOCSDIR%%/html/qimageiohandler-obsolete.html
+%%DOCSDIR%%/html/qimageiohandler.html
+%%DOCSDIR%%/html/qimageioplugin-members.html
+%%DOCSDIR%%/html/qimageioplugin.html
+%%DOCSDIR%%/html/qimagereader-members.html
+%%DOCSDIR%%/html/qimagereader.html
+%%DOCSDIR%%/html/qimagewriter-members.html
+%%DOCSDIR%%/html/qimagewriter-obsolete.html
+%%DOCSDIR%%/html/qimagewriter.html
+%%DOCSDIR%%/html/qinputcontext-members.html
+%%DOCSDIR%%/html/qinputcontext.html
+%%DOCSDIR%%/html/qinputcontextfactory-members.html
+%%DOCSDIR%%/html/qinputcontextfactory.html
+%%DOCSDIR%%/html/qinputcontextplugin-members.html
+%%DOCSDIR%%/html/qinputcontextplugin.html
+%%DOCSDIR%%/html/qinputdialog-members.html
+%%DOCSDIR%%/html/qinputdialog-qt3.html
+%%DOCSDIR%%/html/qinputdialog.html
+%%DOCSDIR%%/html/qinputevent-members.html
+%%DOCSDIR%%/html/qinputevent.html
+%%DOCSDIR%%/html/qinputmethodevent-attribute-members.html
+%%DOCSDIR%%/html/qinputmethodevent-attribute.html
+%%DOCSDIR%%/html/qinputmethodevent-members.html
+%%DOCSDIR%%/html/qinputmethodevent.html
+%%DOCSDIR%%/html/qintvalidator-members.html
+%%DOCSDIR%%/html/qintvalidator-qt3.html
+%%DOCSDIR%%/html/qintvalidator.html
+%%DOCSDIR%%/html/qiodevice-members.html
+%%DOCSDIR%%/html/qiodevice-qt3.html
+%%DOCSDIR%%/html/qiodevice.html
+%%DOCSDIR%%/html/qitemdelegate-members.html
+%%DOCSDIR%%/html/qitemdelegate.html
+%%DOCSDIR%%/html/qitemeditorcreatorbase-members.html
+%%DOCSDIR%%/html/qitemeditorcreatorbase.html
+%%DOCSDIR%%/html/qitemeditorfactory-members.html
+%%DOCSDIR%%/html/qitemeditorfactory.html
+%%DOCSDIR%%/html/qitemselection-members.html
+%%DOCSDIR%%/html/qitemselection.html
+%%DOCSDIR%%/html/qitemselectionmodel-members.html
+%%DOCSDIR%%/html/qitemselectionmodel.html
+%%DOCSDIR%%/html/qitemselectionrange-members.html
+%%DOCSDIR%%/html/qitemselectionrange-obsolete.html
+%%DOCSDIR%%/html/qitemselectionrange.html
+%%DOCSDIR%%/html/qkbddriverfactory-members.html
+%%DOCSDIR%%/html/qkbddriverfactory.html
+%%DOCSDIR%%/html/qkbddriverplugin-members.html
+%%DOCSDIR%%/html/qkbddriverplugin.html
+%%DOCSDIR%%/html/qkeyevent-members.html
+%%DOCSDIR%%/html/qkeyevent-qt3.html
+%%DOCSDIR%%/html/qkeyevent.html
+%%DOCSDIR%%/html/qkeysequence-members.html
+%%DOCSDIR%%/html/qkeysequence-obsolete.html
+%%DOCSDIR%%/html/qkeysequence.html
+%%DOCSDIR%%/html/qlabel-members.html
+%%DOCSDIR%%/html/qlabel-qt3.html
+%%DOCSDIR%%/html/qlabel.html
+%%DOCSDIR%%/html/qlatin1char-members.html
+%%DOCSDIR%%/html/qlatin1char.html
+%%DOCSDIR%%/html/qlatin1string-members.html
+%%DOCSDIR%%/html/qlatin1string.html
+%%DOCSDIR%%/html/qlayout-members.html
+%%DOCSDIR%%/html/qlayout-qt3.html
+%%DOCSDIR%%/html/qlayout.html
+%%DOCSDIR%%/html/qlayoutitem-members.html
+%%DOCSDIR%%/html/qlayoutitem.html
+%%DOCSDIR%%/html/qlcdnumber-members.html
+%%DOCSDIR%%/html/qlcdnumber-qt3.html
+%%DOCSDIR%%/html/qlcdnumber.html
+%%DOCSDIR%%/html/qlibrary-members.html
+%%DOCSDIR%%/html/qlibrary-qt3.html
+%%DOCSDIR%%/html/qlibrary.html
+%%DOCSDIR%%/html/qlibraryinfo-members.html
+%%DOCSDIR%%/html/qlibraryinfo.html
+%%DOCSDIR%%/html/qline-members.html
+%%DOCSDIR%%/html/qline.html
+%%DOCSDIR%%/html/qlineargradient-members.html
+%%DOCSDIR%%/html/qlineargradient.html
+%%DOCSDIR%%/html/qlineedit-members.html
+%%DOCSDIR%%/html/qlineedit-qt3.html
+%%DOCSDIR%%/html/qlineedit.html
+%%DOCSDIR%%/html/qlinef-members.html
+%%DOCSDIR%%/html/qlinef.html
+%%DOCSDIR%%/html/qlinkedlist-const-iterator-members.html
+%%DOCSDIR%%/html/qlinkedlist-const-iterator.html
+%%DOCSDIR%%/html/qlinkedlist-iterator-members.html
+%%DOCSDIR%%/html/qlinkedlist-iterator.html
+%%DOCSDIR%%/html/qlinkedlist-members.html
+%%DOCSDIR%%/html/qlinkedlist-qt3.html
+%%DOCSDIR%%/html/qlinkedlist.html
+%%DOCSDIR%%/html/qlinkedlistiterator-members.html
+%%DOCSDIR%%/html/qlinkedlistiterator.html
+%%DOCSDIR%%/html/qlist-const-iterator-members.html
+%%DOCSDIR%%/html/qlist-const-iterator.html
+%%DOCSDIR%%/html/qlist-iterator-members.html
+%%DOCSDIR%%/html/qlist-iterator.html
+%%DOCSDIR%%/html/qlist-members.html
+%%DOCSDIR%%/html/qlist-qt3.html
+%%DOCSDIR%%/html/qlist.html
+%%DOCSDIR%%/html/qlistiterator-members.html
+%%DOCSDIR%%/html/qlistiterator.html
+%%DOCSDIR%%/html/qlistview-members.html
+%%DOCSDIR%%/html/qlistview.html
+%%DOCSDIR%%/html/qlistwidget-members.html
+%%DOCSDIR%%/html/qlistwidget-obsolete.html
+%%DOCSDIR%%/html/qlistwidget.html
+%%DOCSDIR%%/html/qlistwidgetitem-members.html
+%%DOCSDIR%%/html/qlistwidgetitem-obsolete.html
+%%DOCSDIR%%/html/qlistwidgetitem.html
+%%DOCSDIR%%/html/qlocale-members.html
+%%DOCSDIR%%/html/qlocale.html
+%%DOCSDIR%%/html/qmacpasteboardmime-members.html
+%%DOCSDIR%%/html/qmacpasteboardmime.html
+%%DOCSDIR%%/html/qmacstyle-members.html
+%%DOCSDIR%%/html/qmacstyle.html
+%%DOCSDIR%%/html/qmainwindow-members.html
+%%DOCSDIR%%/html/qmainwindow-qt3.html
+%%DOCSDIR%%/html/qmainwindow.html
+%%DOCSDIR%%/html/qmap-const-iterator-members.html
+%%DOCSDIR%%/html/qmap-const-iterator-qt3.html
+%%DOCSDIR%%/html/qmap-const-iterator.html
+%%DOCSDIR%%/html/qmap-iterator-members.html
+%%DOCSDIR%%/html/qmap-iterator-qt3.html
+%%DOCSDIR%%/html/qmap-iterator.html
+%%DOCSDIR%%/html/qmap-members.html
+%%DOCSDIR%%/html/qmap-qt3.html
+%%DOCSDIR%%/html/qmap.html
+%%DOCSDIR%%/html/qmapiterator-members.html
+%%DOCSDIR%%/html/qmapiterator.html
+%%DOCSDIR%%/html/qmatrix-members.html
+%%DOCSDIR%%/html/qmatrix-qt3.html
+%%DOCSDIR%%/html/qmatrix.html
+%%DOCSDIR%%/html/qmenu-members.html
+%%DOCSDIR%%/html/qmenu-qt3.html
+%%DOCSDIR%%/html/qmenu.html
+%%DOCSDIR%%/html/qmenubar-members.html
+%%DOCSDIR%%/html/qmenubar-qt3.html
+%%DOCSDIR%%/html/qmenubar.html
+%%DOCSDIR%%/html/qmenuitem-members.html
+%%DOCSDIR%%/html/qmenuitem-qt3.html
+%%DOCSDIR%%/html/qmenuitem.html
+%%DOCSDIR%%/html/qmessagebox-members.html
+%%DOCSDIR%%/html/qmessagebox-obsolete.html
+%%DOCSDIR%%/html/qmessagebox-qt3.html
+%%DOCSDIR%%/html/qmessagebox.html
+%%DOCSDIR%%/html/qmetaclassinfo-members.html
+%%DOCSDIR%%/html/qmetaclassinfo.html
+%%DOCSDIR%%/html/qmetaenum-members.html
+%%DOCSDIR%%/html/qmetaenum.html
+%%DOCSDIR%%/html/qmetamethod-members.html
+%%DOCSDIR%%/html/qmetamethod.html
+%%DOCSDIR%%/html/qmetaobject-members.html
+%%DOCSDIR%%/html/qmetaobject.html
+%%DOCSDIR%%/html/qmetaproperty-members.html
+%%DOCSDIR%%/html/qmetaproperty-obsolete.html
+%%DOCSDIR%%/html/qmetaproperty.html
+%%DOCSDIR%%/html/qmetatype-members.html
+%%DOCSDIR%%/html/qmetatype.html
+%%DOCSDIR%%/html/qmimedata-members.html
+%%DOCSDIR%%/html/qmimedata.html
+%%DOCSDIR%%/html/qmimesource-members.html
+%%DOCSDIR%%/html/qmimesource.html
+%%DOCSDIR%%/html/qmodelindex-members.html
+%%DOCSDIR%%/html/qmodelindex.html
+%%DOCSDIR%%/html/qmotifstyle-members.html
+%%DOCSDIR%%/html/qmotifstyle.html
+%%DOCSDIR%%/html/qmousedriverfactory-members.html
+%%DOCSDIR%%/html/qmousedriverfactory.html
+%%DOCSDIR%%/html/qmousedriverplugin-members.html
+%%DOCSDIR%%/html/qmousedriverplugin.html
+%%DOCSDIR%%/html/qmouseevent-members.html
+%%DOCSDIR%%/html/qmouseevent-qt3.html
+%%DOCSDIR%%/html/qmouseevent.html
+%%DOCSDIR%%/html/qmoveevent-members.html
+%%DOCSDIR%%/html/qmoveevent.html
+%%DOCSDIR%%/html/qmovie-members.html
+%%DOCSDIR%%/html/qmovie-qt3.html
+%%DOCSDIR%%/html/qmovie.html
+%%DOCSDIR%%/html/qmultihash-members.html
+%%DOCSDIR%%/html/qmultihash.html
+%%DOCSDIR%%/html/qmultimap-members.html
+%%DOCSDIR%%/html/qmultimap.html
+%%DOCSDIR%%/html/qmutablehashiterator-members.html
+%%DOCSDIR%%/html/qmutablehashiterator.html
+%%DOCSDIR%%/html/qmutablelinkedlistiterator-members.html
+%%DOCSDIR%%/html/qmutablelinkedlistiterator.html
+%%DOCSDIR%%/html/qmutablelistiterator-members.html
+%%DOCSDIR%%/html/qmutablelistiterator.html
+%%DOCSDIR%%/html/qmutablemapiterator-members.html
+%%DOCSDIR%%/html/qmutablemapiterator.html
+%%DOCSDIR%%/html/qmutablesetiterator-members.html
+%%DOCSDIR%%/html/qmutablesetiterator.html
+%%DOCSDIR%%/html/qmutablevectoriterator-members.html
+%%DOCSDIR%%/html/qmutablevectoriterator.html
+%%DOCSDIR%%/html/qmutex-members.html
+%%DOCSDIR%%/html/qmutex-qt3.html
+%%DOCSDIR%%/html/qmutex.html
+%%DOCSDIR%%/html/qmutexlocker-members.html
+%%DOCSDIR%%/html/qmutexlocker.html
+%%DOCSDIR%%/html/qnetworkaddressentry-members.html
+%%DOCSDIR%%/html/qnetworkaddressentry.html
+%%DOCSDIR%%/html/qnetworkinterface-members.html
+%%DOCSDIR%%/html/qnetworkinterface.html
+%%DOCSDIR%%/html/qnetworkproxy-members.html
+%%DOCSDIR%%/html/qnetworkproxy.html
+%%DOCSDIR%%/html/qobject-members.html
+%%DOCSDIR%%/html/qobject-qt3.html
+%%DOCSDIR%%/html/qobject.html
+%%DOCSDIR%%/html/qobjectcleanuphandler-members.html
+%%DOCSDIR%%/html/qobjectcleanuphandler.html
+%%DOCSDIR%%/html/qpagesetupdialog-members.html
+%%DOCSDIR%%/html/qpagesetupdialog.html
+%%DOCSDIR%%/html/qpaintdevice-members.html
+%%DOCSDIR%%/html/qpaintdevice-qt3.html
+%%DOCSDIR%%/html/qpaintdevice.html
+%%DOCSDIR%%/html/qpaintengine-members.html
+%%DOCSDIR%%/html/qpaintengine.html
+%%DOCSDIR%%/html/qpaintenginestate-members.html
+%%DOCSDIR%%/html/qpaintenginestate.html
+%%DOCSDIR%%/html/qpainter-members.html
+%%DOCSDIR%%/html/qpainter-obsolete.html
+%%DOCSDIR%%/html/qpainter-qt3.html
+%%DOCSDIR%%/html/qpainter.html
+%%DOCSDIR%%/html/qpainterpath-element-members.html
+%%DOCSDIR%%/html/qpainterpath-element.html
+%%DOCSDIR%%/html/qpainterpath-members.html
+%%DOCSDIR%%/html/qpainterpath.html
+%%DOCSDIR%%/html/qpainterpathstroker-members.html
+%%DOCSDIR%%/html/qpainterpathstroker.html
+%%DOCSDIR%%/html/qpaintevent-members.html
+%%DOCSDIR%%/html/qpaintevent-qt3.html
+%%DOCSDIR%%/html/qpaintevent.html
+%%DOCSDIR%%/html/qpair-members.html
+%%DOCSDIR%%/html/qpair.html
+%%DOCSDIR%%/html/qpalette-members.html
+%%DOCSDIR%%/html/qpalette-obsolete.html
+%%DOCSDIR%%/html/qpalette-qt3.html
+%%DOCSDIR%%/html/qpalette.html
+%%DOCSDIR%%/html/qpen-members.html
+%%DOCSDIR%%/html/qpen.html
+%%DOCSDIR%%/html/qpersistentmodelindex-members.html
+%%DOCSDIR%%/html/qpersistentmodelindex.html
+%%DOCSDIR%%/html/qpicture-members.html
+%%DOCSDIR%%/html/qpicture-obsolete.html
+%%DOCSDIR%%/html/qpicture-qt3.html
+%%DOCSDIR%%/html/qpicture.html
+%%DOCSDIR%%/html/qpictureformatplugin-members.html
+%%DOCSDIR%%/html/qpictureformatplugin.html
+%%DOCSDIR%%/html/qpictureio-members.html
+%%DOCSDIR%%/html/qpictureio.html
+%%DOCSDIR%%/html/qpixmap-members.html
+%%DOCSDIR%%/html/qpixmap-qt3.html
+%%DOCSDIR%%/html/qpixmap.html
+%%DOCSDIR%%/html/qpixmapcache-members.html
+%%DOCSDIR%%/html/qpixmapcache-obsolete.html
+%%DOCSDIR%%/html/qpixmapcache.html
+%%DOCSDIR%%/html/qpl.html
+%%DOCSDIR%%/html/qplastiquestyle-members.html
+%%DOCSDIR%%/html/qplastiquestyle.html
+%%DOCSDIR%%/html/qpluginloader-members.html
+%%DOCSDIR%%/html/qpluginloader.html
+%%DOCSDIR%%/html/qpoint-members.html
+%%DOCSDIR%%/html/qpoint.html
+%%DOCSDIR%%/html/qpointer-members.html
+%%DOCSDIR%%/html/qpointer.html
+%%DOCSDIR%%/html/qpointf-members.html
+%%DOCSDIR%%/html/qpointf.html
+%%DOCSDIR%%/html/qpolygon-members.html
+%%DOCSDIR%%/html/qpolygon.html
+%%DOCSDIR%%/html/qpolygonf-members.html
+%%DOCSDIR%%/html/qpolygonf.html
+%%DOCSDIR%%/html/qprintdialog-members.html
+%%DOCSDIR%%/html/qprintdialog.html
+%%DOCSDIR%%/html/qprintengine-members.html
+%%DOCSDIR%%/html/qprintengine.html
+%%DOCSDIR%%/html/qprinter-members.html
+%%DOCSDIR%%/html/qprinter-qt3.html
+%%DOCSDIR%%/html/qprinter.html
+%%DOCSDIR%%/html/qprocess-members.html
+%%DOCSDIR%%/html/qprocess-obsolete.html
+%%DOCSDIR%%/html/qprocess.html
+%%DOCSDIR%%/html/qprogressbar-members.html
+%%DOCSDIR%%/html/qprogressbar.html
+%%DOCSDIR%%/html/qprogressdialog-members.html
+%%DOCSDIR%%/html/qprogressdialog.html
+%%DOCSDIR%%/html/qproxymodel-members.html
+%%DOCSDIR%%/html/qproxymodel.html
+%%DOCSDIR%%/html/qpushbutton-members.html
+%%DOCSDIR%%/html/qpushbutton-qt3.html
+%%DOCSDIR%%/html/qpushbutton.html
+%%DOCSDIR%%/html/qqueue-members.html
+%%DOCSDIR%%/html/qqueue.html
+%%DOCSDIR%%/html/qradialgradient-members.html
+%%DOCSDIR%%/html/qradialgradient.html
+%%DOCSDIR%%/html/qradiobutton-members.html
+%%DOCSDIR%%/html/qradiobutton-qt3.html
+%%DOCSDIR%%/html/qradiobutton.html
+%%DOCSDIR%%/html/qrasterpaintengine-members.html
+%%DOCSDIR%%/html/qrasterpaintengine.html
+%%DOCSDIR%%/html/qreadlocker-members.html
+%%DOCSDIR%%/html/qreadlocker.html
+%%DOCSDIR%%/html/qreadwritelock-members.html
+%%DOCSDIR%%/html/qreadwritelock.html
+%%DOCSDIR%%/html/qrect-members.html
+%%DOCSDIR%%/html/qrect-obsolete.html
+%%DOCSDIR%%/html/qrect-qt3.html
+%%DOCSDIR%%/html/qrect.html
+%%DOCSDIR%%/html/qrectf-members.html
+%%DOCSDIR%%/html/qrectf-obsolete.html
+%%DOCSDIR%%/html/qrectf.html
+%%DOCSDIR%%/html/qregexp-members.html
+%%DOCSDIR%%/html/qregexp-qt3.html
+%%DOCSDIR%%/html/qregexp.html
+%%DOCSDIR%%/html/qregexpvalidator-members.html
+%%DOCSDIR%%/html/qregexpvalidator-qt3.html
+%%DOCSDIR%%/html/qregexpvalidator.html
+%%DOCSDIR%%/html/qregion-members.html
+%%DOCSDIR%%/html/qregion-obsolete.html
+%%DOCSDIR%%/html/qregion-qt3.html
+%%DOCSDIR%%/html/qregion.html
+%%DOCSDIR%%/html/qresizeevent-members.html
+%%DOCSDIR%%/html/qresizeevent.html
+%%DOCSDIR%%/html/qresource-members.html
+%%DOCSDIR%%/html/qresource.html
+%%DOCSDIR%%/html/qrubberband-members.html
+%%DOCSDIR%%/html/qrubberband.html
+%%DOCSDIR%%/html/qscreen-members.html
+%%DOCSDIR%%/html/qscreen.html
+%%DOCSDIR%%/html/qscreencursor-members.html
+%%DOCSDIR%%/html/qscreencursor.html
+%%DOCSDIR%%/html/qscreendriverfactory-members.html
+%%DOCSDIR%%/html/qscreendriverfactory.html
+%%DOCSDIR%%/html/qscreendriverplugin-members.html
+%%DOCSDIR%%/html/qscreendriverplugin.html
+%%DOCSDIR%%/html/qscrollarea-members.html
+%%DOCSDIR%%/html/qscrollarea.html
+%%DOCSDIR%%/html/qscrollbar-members.html
+%%DOCSDIR%%/html/qscrollbar-qt3.html
+%%DOCSDIR%%/html/qscrollbar.html
+%%DOCSDIR%%/html/qsemaphore-members.html
+%%DOCSDIR%%/html/qsemaphore.html
+%%DOCSDIR%%/html/qsessionmanager-members.html
+%%DOCSDIR%%/html/qsessionmanager.html
+%%DOCSDIR%%/html/qset-const-iterator-members.html
+%%DOCSDIR%%/html/qset-const-iterator.html
+%%DOCSDIR%%/html/qset-iterator-members.html
+%%DOCSDIR%%/html/qset-iterator.html
+%%DOCSDIR%%/html/qset-members.html
+%%DOCSDIR%%/html/qset.html
+%%DOCSDIR%%/html/qsetiterator-members.html
+%%DOCSDIR%%/html/qsetiterator.html
+%%DOCSDIR%%/html/qsettings-members.html
+%%DOCSDIR%%/html/qsettings-obsolete.html
+%%DOCSDIR%%/html/qsettings-qt3.html
+%%DOCSDIR%%/html/qsettings.html
+%%DOCSDIR%%/html/qshareddata-members.html
+%%DOCSDIR%%/html/qshareddata.html
+%%DOCSDIR%%/html/qshareddatapointer-members.html
+%%DOCSDIR%%/html/qshareddatapointer.html
+%%DOCSDIR%%/html/qshortcut-members.html
+%%DOCSDIR%%/html/qshortcut.html
+%%DOCSDIR%%/html/qshortcutevent-members.html
+%%DOCSDIR%%/html/qshortcutevent.html
+%%DOCSDIR%%/html/qshowevent-members.html
+%%DOCSDIR%%/html/qshowevent.html
+%%DOCSDIR%%/html/qsignalmapper-members.html
+%%DOCSDIR%%/html/qsignalmapper-qt3.html
+%%DOCSDIR%%/html/qsignalmapper.html
+%%DOCSDIR%%/html/qsignalspy-members.html
+%%DOCSDIR%%/html/qsignalspy.html
+%%DOCSDIR%%/html/qsize-members.html
+%%DOCSDIR%%/html/qsize.html
+%%DOCSDIR%%/html/qsizef-members.html
+%%DOCSDIR%%/html/qsizef.html
+%%DOCSDIR%%/html/qsizegrip-members.html
+%%DOCSDIR%%/html/qsizegrip-qt3.html
+%%DOCSDIR%%/html/qsizegrip.html
+%%DOCSDIR%%/html/qsizepolicy-members.html
+%%DOCSDIR%%/html/qsizepolicy-qt3.html
+%%DOCSDIR%%/html/qsizepolicy.html
+%%DOCSDIR%%/html/qslider-members.html
+%%DOCSDIR%%/html/qslider-qt3.html
+%%DOCSDIR%%/html/qslider.html
+%%DOCSDIR%%/html/qsocketnotifier-members.html
+%%DOCSDIR%%/html/qsocketnotifier-qt3.html
+%%DOCSDIR%%/html/qsocketnotifier.html
+%%DOCSDIR%%/html/qsortfilterproxymodel-members.html
+%%DOCSDIR%%/html/qsortfilterproxymodel.html
+%%DOCSDIR%%/html/qsound-members.html
+%%DOCSDIR%%/html/qsound-qt3.html
+%%DOCSDIR%%/html/qsound.html
+%%DOCSDIR%%/html/qspaceritem-members.html
+%%DOCSDIR%%/html/qspaceritem.html
+%%DOCSDIR%%/html/qspinbox-members.html
+%%DOCSDIR%%/html/qspinbox-qt3.html
+%%DOCSDIR%%/html/qspinbox.html
+%%DOCSDIR%%/html/qsplashscreen-members.html
+%%DOCSDIR%%/html/qsplashscreen-qt3.html
+%%DOCSDIR%%/html/qsplashscreen.html
+%%DOCSDIR%%/html/qsplitter-members.html
+%%DOCSDIR%%/html/qsplitter-obsolete.html
+%%DOCSDIR%%/html/qsplitter-qt3.html
+%%DOCSDIR%%/html/qsplitter.html
+%%DOCSDIR%%/html/qsplitterhandle-members.html
+%%DOCSDIR%%/html/qsplitterhandle.html
+%%DOCSDIR%%/html/qsql-qt3.html
+%%DOCSDIR%%/html/qsql.html
+%%DOCSDIR%%/html/qsqldatabase-members.html
+%%DOCSDIR%%/html/qsqldatabase-qt3.html
+%%DOCSDIR%%/html/qsqldatabase.html
+%%DOCSDIR%%/html/qsqldriver-members.html
+%%DOCSDIR%%/html/qsqldriver-qt3.html
+%%DOCSDIR%%/html/qsqldriver.html
+%%DOCSDIR%%/html/qsqldrivercreator-members.html
+%%DOCSDIR%%/html/qsqldrivercreator.html
+%%DOCSDIR%%/html/qsqldrivercreatorbase-members.html
+%%DOCSDIR%%/html/qsqldrivercreatorbase.html
+%%DOCSDIR%%/html/qsqldriverplugin-members.html
+%%DOCSDIR%%/html/qsqldriverplugin.html
+%%DOCSDIR%%/html/qsqlerror-members.html
+%%DOCSDIR%%/html/qsqlerror.html
+%%DOCSDIR%%/html/qsqlfield-members.html
+%%DOCSDIR%%/html/qsqlfield-qt3.html
+%%DOCSDIR%%/html/qsqlfield.html
+%%DOCSDIR%%/html/qsqlindex-members.html
+%%DOCSDIR%%/html/qsqlindex-qt3.html
+%%DOCSDIR%%/html/qsqlindex.html
+%%DOCSDIR%%/html/qsqlquery-members.html
+%%DOCSDIR%%/html/qsqlquery-qt3.html
+%%DOCSDIR%%/html/qsqlquery.html
+%%DOCSDIR%%/html/qsqlquerymodel-members.html
+%%DOCSDIR%%/html/qsqlquerymodel.html
+%%DOCSDIR%%/html/qsqlrecord-members.html
+%%DOCSDIR%%/html/qsqlrecord-qt3.html
+%%DOCSDIR%%/html/qsqlrecord.html
+%%DOCSDIR%%/html/qsqlrelation-members.html
+%%DOCSDIR%%/html/qsqlrelation.html
+%%DOCSDIR%%/html/qsqlrelationaldelegate-members.html
+%%DOCSDIR%%/html/qsqlrelationaldelegate.html
+%%DOCSDIR%%/html/qsqlrelationaltablemodel-members.html
+%%DOCSDIR%%/html/qsqlrelationaltablemodel.html
+%%DOCSDIR%%/html/qsqlresult-members.html
+%%DOCSDIR%%/html/qsqlresult.html
+%%DOCSDIR%%/html/qsqltablemodel-members.html
+%%DOCSDIR%%/html/qsqltablemodel.html
+%%DOCSDIR%%/html/qstack-members.html
+%%DOCSDIR%%/html/qstack.html
+%%DOCSDIR%%/html/qstackedlayout-members.html
+%%DOCSDIR%%/html/qstackedlayout.html
+%%DOCSDIR%%/html/qstackedwidget-members.html
+%%DOCSDIR%%/html/qstackedwidget.html
+%%DOCSDIR%%/html/qstandarditem-members.html
+%%DOCSDIR%%/html/qstandarditem.html
+%%DOCSDIR%%/html/qstandarditemeditorcreator-members.html
+%%DOCSDIR%%/html/qstandarditemeditorcreator.html
+%%DOCSDIR%%/html/qstandarditemmodel-members.html
+%%DOCSDIR%%/html/qstandarditemmodel.html
+%%DOCSDIR%%/html/qstatusbar-members.html
+%%DOCSDIR%%/html/qstatusbar-qt3.html
+%%DOCSDIR%%/html/qstatusbar.html
+%%DOCSDIR%%/html/qstatustipevent-members.html
+%%DOCSDIR%%/html/qstatustipevent.html
+%%DOCSDIR%%/html/qstring-members.html
+%%DOCSDIR%%/html/qstring-null.html
+%%DOCSDIR%%/html/qstring-qt3.html
+%%DOCSDIR%%/html/qstring.html
+%%DOCSDIR%%/html/qstringlist-members.html
+%%DOCSDIR%%/html/qstringlist-qt3.html
+%%DOCSDIR%%/html/qstringlist.html
+%%DOCSDIR%%/html/qstringlistmodel-members.html
+%%DOCSDIR%%/html/qstringlistmodel.html
+%%DOCSDIR%%/html/qstringmatcher-members.html
+%%DOCSDIR%%/html/qstringmatcher.html
+%%DOCSDIR%%/html/qstyle-members.html
+%%DOCSDIR%%/html/qstyle.html
+%%DOCSDIR%%/html/qstylefactory-members.html
+%%DOCSDIR%%/html/qstylefactory.html
+%%DOCSDIR%%/html/qstylehintreturn-members.html
+%%DOCSDIR%%/html/qstylehintreturn.html
+%%DOCSDIR%%/html/qstylehintreturnmask-members.html
+%%DOCSDIR%%/html/qstylehintreturnmask.html
+%%DOCSDIR%%/html/qstyleoption-members.html
+%%DOCSDIR%%/html/qstyleoption-obsolete.html
+%%DOCSDIR%%/html/qstyleoption.html
+%%DOCSDIR%%/html/qstyleoptionbutton-members.html
+%%DOCSDIR%%/html/qstyleoptionbutton.html
+%%DOCSDIR%%/html/qstyleoptioncombobox-members.html
+%%DOCSDIR%%/html/qstyleoptioncombobox.html
+%%DOCSDIR%%/html/qstyleoptioncomplex-members.html
+%%DOCSDIR%%/html/qstyleoptioncomplex.html
+%%DOCSDIR%%/html/qstyleoptiondockwidget-members.html
+%%DOCSDIR%%/html/qstyleoptiondockwidget.html
+%%DOCSDIR%%/html/qstyleoptionfocusrect-members.html
+%%DOCSDIR%%/html/qstyleoptionfocusrect.html
+%%DOCSDIR%%/html/qstyleoptionframe-members.html
+%%DOCSDIR%%/html/qstyleoptionframe.html
+%%DOCSDIR%%/html/qstyleoptionframev2-members.html
+%%DOCSDIR%%/html/qstyleoptionframev2.html
+%%DOCSDIR%%/html/qstyleoptiongraphicsitem-members.html
+%%DOCSDIR%%/html/qstyleoptiongraphicsitem.html
+%%DOCSDIR%%/html/qstyleoptiongroupbox-members.html
+%%DOCSDIR%%/html/qstyleoptiongroupbox.html
+%%DOCSDIR%%/html/qstyleoptionheader-members.html
+%%DOCSDIR%%/html/qstyleoptionheader.html
+%%DOCSDIR%%/html/qstyleoptionmenuitem-members.html
+%%DOCSDIR%%/html/qstyleoptionmenuitem.html
+%%DOCSDIR%%/html/qstyleoptionprogressbar-members.html
+%%DOCSDIR%%/html/qstyleoptionprogressbar.html
+%%DOCSDIR%%/html/qstyleoptionprogressbarv2-members.html
+%%DOCSDIR%%/html/qstyleoptionprogressbarv2.html
+%%DOCSDIR%%/html/qstyleoptionq3dockwindow-members.html
+%%DOCSDIR%%/html/qstyleoptionq3dockwindow.html
+%%DOCSDIR%%/html/qstyleoptionq3listview-members.html
+%%DOCSDIR%%/html/qstyleoptionq3listview.html
+%%DOCSDIR%%/html/qstyleoptionq3listviewitem-members.html
+%%DOCSDIR%%/html/qstyleoptionq3listviewitem.html
+%%DOCSDIR%%/html/qstyleoptionrubberband-members.html
+%%DOCSDIR%%/html/qstyleoptionrubberband.html
+%%DOCSDIR%%/html/qstyleoptionsizegrip-members.html
+%%DOCSDIR%%/html/qstyleoptionsizegrip.html
+%%DOCSDIR%%/html/qstyleoptionslider-members.html
+%%DOCSDIR%%/html/qstyleoptionslider.html
+%%DOCSDIR%%/html/qstyleoptionspinbox-members.html
+%%DOCSDIR%%/html/qstyleoptionspinbox.html
+%%DOCSDIR%%/html/qstyleoptiontab-members.html
+%%DOCSDIR%%/html/qstyleoptiontab.html
+%%DOCSDIR%%/html/qstyleoptiontabbarbase-members.html
+%%DOCSDIR%%/html/qstyleoptiontabbarbase.html
+%%DOCSDIR%%/html/qstyleoptiontabv2-members.html
+%%DOCSDIR%%/html/qstyleoptiontabv2.html
+%%DOCSDIR%%/html/qstyleoptiontabwidgetframe-members.html
+%%DOCSDIR%%/html/qstyleoptiontabwidgetframe.html
+%%DOCSDIR%%/html/qstyleoptiontitlebar-members.html
+%%DOCSDIR%%/html/qstyleoptiontitlebar.html
+%%DOCSDIR%%/html/qstyleoptiontoolbar-members.html
+%%DOCSDIR%%/html/qstyleoptiontoolbar.html
+%%DOCSDIR%%/html/qstyleoptiontoolbox-members.html
+%%DOCSDIR%%/html/qstyleoptiontoolbox.html
+%%DOCSDIR%%/html/qstyleoptiontoolbutton-members.html
+%%DOCSDIR%%/html/qstyleoptiontoolbutton.html
+%%DOCSDIR%%/html/qstyleoptionviewitem-members.html
+%%DOCSDIR%%/html/qstyleoptionviewitem.html
+%%DOCSDIR%%/html/qstyleoptionviewitemv2-members.html
+%%DOCSDIR%%/html/qstyleoptionviewitemv2.html
+%%DOCSDIR%%/html/qstylepainter-members.html
+%%DOCSDIR%%/html/qstylepainter.html
+%%DOCSDIR%%/html/qstyleplugin-members.html
+%%DOCSDIR%%/html/qstyleplugin.html
+%%DOCSDIR%%/html/qsvgrenderer-members.html
+%%DOCSDIR%%/html/qsvgrenderer.html
+%%DOCSDIR%%/html/qsvgwidget-members.html
+%%DOCSDIR%%/html/qsvgwidget.html
+%%DOCSDIR%%/html/qsyntaxhighlighter-members.html
+%%DOCSDIR%%/html/qsyntaxhighlighter.html
+%%DOCSDIR%%/html/qsysinfo-members.html
+%%DOCSDIR%%/html/qsysinfo.html
+%%DOCSDIR%%/html/qsystemlocale-members.html
+%%DOCSDIR%%/html/qsystemlocale.html
+%%DOCSDIR%%/html/qsystemtrayicon-members.html
+%%DOCSDIR%%/html/qsystemtrayicon.html
+%%DOCSDIR%%/html/qt-conf.html
+%%DOCSDIR%%/html/qt-qt3.html
+%%DOCSDIR%%/html/qt.dcf
+%%DOCSDIR%%/html/qt.html
+%%DOCSDIR%%/html/qt3support.html
+%%DOCSDIR%%/html/qt3to4-treewalker.html
+%%DOCSDIR%%/html/qt3to4.html
+%%DOCSDIR%%/html/qt4-2-intro.html
+%%DOCSDIR%%/html/qt4-accessibility.html
+%%DOCSDIR%%/html/qt4-arthur.html
+%%DOCSDIR%%/html/qt4-designer.html
+%%DOCSDIR%%/html/qt4-interview.html
+%%DOCSDIR%%/html/qt4-intro.html
+%%DOCSDIR%%/html/qt4-mainwindow.html
+%%DOCSDIR%%/html/qt4-network.html
+%%DOCSDIR%%/html/qt4-scribe.html
+%%DOCSDIR%%/html/qt4-sql.html
+%%DOCSDIR%%/html/qt4-styles.html
+%%DOCSDIR%%/html/qt4-threads.html
+%%DOCSDIR%%/html/qt4-tulip.html
+%%DOCSDIR%%/html/qtabbar-members.html
+%%DOCSDIR%%/html/qtabbar-qt3.html
+%%DOCSDIR%%/html/qtabbar.html
+%%DOCSDIR%%/html/qtabletevent-members.html
+%%DOCSDIR%%/html/qtabletevent.html
+%%DOCSDIR%%/html/qtableview-members.html
+%%DOCSDIR%%/html/qtableview-obsolete.html
+%%DOCSDIR%%/html/qtableview.html
+%%DOCSDIR%%/html/qtablewidget-members.html
+%%DOCSDIR%%/html/qtablewidget-obsolete.html
+%%DOCSDIR%%/html/qtablewidget.html
+%%DOCSDIR%%/html/qtablewidgetitem-members.html
+%%DOCSDIR%%/html/qtablewidgetitem-obsolete.html
+%%DOCSDIR%%/html/qtablewidgetitem.html
+%%DOCSDIR%%/html/qtablewidgetselectionrange-members.html
+%%DOCSDIR%%/html/qtablewidgetselectionrange.html
+%%DOCSDIR%%/html/qtabwidget-members.html
+%%DOCSDIR%%/html/qtabwidget-qt3.html
+%%DOCSDIR%%/html/qtabwidget.html
+%%DOCSDIR%%/html/qtalgorithms.html
+%%DOCSDIR%%/html/qtassistant.html
+%%DOCSDIR%%/html/qtconfig.html
+%%DOCSDIR%%/html/qtcore.html
+%%DOCSDIR%%/html/qtcpserver-members.html
+%%DOCSDIR%%/html/qtcpserver.html
+%%DOCSDIR%%/html/qtcpsocket-members.html
+%%DOCSDIR%%/html/qtcpsocket.html
+%%DOCSDIR%%/html/qtdbus.html
+%%DOCSDIR%%/html/qtdesigner.html
+%%DOCSDIR%%/html/qtemporaryfile-members.html
+%%DOCSDIR%%/html/qtemporaryfile.html
+%%DOCSDIR%%/html/qtest.html
+%%DOCSDIR%%/html/qtesteventlist-members.html
+%%DOCSDIR%%/html/qtesteventlist.html
+%%DOCSDIR%%/html/qtestlib-manual.html
+%%DOCSDIR%%/html/qtestlib-tutorial.html
+%%DOCSDIR%%/html/qtestlib-tutorial1-testqstring-cpp.html
+%%DOCSDIR%%/html/qtestlib-tutorial1.html
+%%DOCSDIR%%/html/qtestlib-tutorial2-testqstring-cpp.html
+%%DOCSDIR%%/html/qtestlib-tutorial2.html
+%%DOCSDIR%%/html/qtestlib-tutorial3-testgui-cpp.html
+%%DOCSDIR%%/html/qtestlib-tutorial3.html
+%%DOCSDIR%%/html/qtestlib-tutorial4-testgui-cpp.html
+%%DOCSDIR%%/html/qtestlib-tutorial4.html
+%%DOCSDIR%%/html/qtextblock-iterator-members.html
+%%DOCSDIR%%/html/qtextblock-iterator.html
+%%DOCSDIR%%/html/qtextblock-members.html
+%%DOCSDIR%%/html/qtextblock.html
+%%DOCSDIR%%/html/qtextblockformat-members.html
+%%DOCSDIR%%/html/qtextblockformat.html
+%%DOCSDIR%%/html/qtextblockgroup-members.html
+%%DOCSDIR%%/html/qtextblockgroup.html
+%%DOCSDIR%%/html/qtextblockuserdata-members.html
+%%DOCSDIR%%/html/qtextblockuserdata.html
+%%DOCSDIR%%/html/qtextbrowser-members.html
+%%DOCSDIR%%/html/qtextbrowser-qt3.html
+%%DOCSDIR%%/html/qtextbrowser.html
+%%DOCSDIR%%/html/qtextcharformat-members.html
+%%DOCSDIR%%/html/qtextcharformat.html
+%%DOCSDIR%%/html/qtextcodec-converterstate-members.html
+%%DOCSDIR%%/html/qtextcodec-converterstate.html
+%%DOCSDIR%%/html/qtextcodec-members.html
+%%DOCSDIR%%/html/qtextcodec-qt3.html
+%%DOCSDIR%%/html/qtextcodec.html
+%%DOCSDIR%%/html/qtextcodecplugin-members.html
+%%DOCSDIR%%/html/qtextcodecplugin.html
+%%DOCSDIR%%/html/qtextcursor-members.html
+%%DOCSDIR%%/html/qtextcursor.html
+%%DOCSDIR%%/html/qtextdecoder-members.html
+%%DOCSDIR%%/html/qtextdecoder.html
+%%DOCSDIR%%/html/qtextdocument-members.html
+%%DOCSDIR%%/html/qtextdocument.html
+%%DOCSDIR%%/html/qtextdocumentfragment-members.html
+%%DOCSDIR%%/html/qtextdocumentfragment.html
+%%DOCSDIR%%/html/qtextedit-extraselection-members.html
+%%DOCSDIR%%/html/qtextedit-extraselection.html
+%%DOCSDIR%%/html/qtextedit-members.html
+%%DOCSDIR%%/html/qtextedit-qt3.html
+%%DOCSDIR%%/html/qtextedit.html
+%%DOCSDIR%%/html/qtextencoder-members.html
+%%DOCSDIR%%/html/qtextencoder.html
+%%DOCSDIR%%/html/qtextformat-members.html
+%%DOCSDIR%%/html/qtextformat.html
+%%DOCSDIR%%/html/qtextfragment-members.html
+%%DOCSDIR%%/html/qtextfragment.html
+%%DOCSDIR%%/html/qtextframe-iterator-members.html
+%%DOCSDIR%%/html/qtextframe-iterator.html
+%%DOCSDIR%%/html/qtextframe-members.html
+%%DOCSDIR%%/html/qtextframe.html
+%%DOCSDIR%%/html/qtextframeformat-members.html
+%%DOCSDIR%%/html/qtextframeformat.html
+%%DOCSDIR%%/html/qtextimageformat-members.html
+%%DOCSDIR%%/html/qtextimageformat.html
+%%DOCSDIR%%/html/qtextinlineobject-members.html
+%%DOCSDIR%%/html/qtextinlineobject.html
+%%DOCSDIR%%/html/qtextistream-members.html
+%%DOCSDIR%%/html/qtextistream.html
+%%DOCSDIR%%/html/qtextlayout-formatrange-members.html
+%%DOCSDIR%%/html/qtextlayout-formatrange.html
+%%DOCSDIR%%/html/qtextlayout-members.html
+%%DOCSDIR%%/html/qtextlayout.html
+%%DOCSDIR%%/html/qtextlength-members.html
+%%DOCSDIR%%/html/qtextlength.html
+%%DOCSDIR%%/html/qtextline-members.html
+%%DOCSDIR%%/html/qtextline.html
+%%DOCSDIR%%/html/qtextlist-members.html
+%%DOCSDIR%%/html/qtextlist-obsolete.html
+%%DOCSDIR%%/html/qtextlist.html
+%%DOCSDIR%%/html/qtextlistformat-members.html
+%%DOCSDIR%%/html/qtextlistformat.html
+%%DOCSDIR%%/html/qtextobject-members.html
+%%DOCSDIR%%/html/qtextobject.html
+%%DOCSDIR%%/html/qtextoption-members.html
+%%DOCSDIR%%/html/qtextoption.html
+%%DOCSDIR%%/html/qtextostream-members.html
+%%DOCSDIR%%/html/qtextostream.html
+%%DOCSDIR%%/html/qtextstream-members.html
+%%DOCSDIR%%/html/qtextstream-qt3.html
+%%DOCSDIR%%/html/qtextstream.html
+%%DOCSDIR%%/html/qtexttable-members.html
+%%DOCSDIR%%/html/qtexttable.html
+%%DOCSDIR%%/html/qtexttablecell-members.html
+%%DOCSDIR%%/html/qtexttablecell.html
+%%DOCSDIR%%/html/qtexttableformat-members.html
+%%DOCSDIR%%/html/qtexttableformat.html
+%%DOCSDIR%%/html/qtglobal.html
+%%DOCSDIR%%/html/qtgui.html
+%%DOCSDIR%%/html/qthread-members.html
+%%DOCSDIR%%/html/qthread-qt3.html
+%%DOCSDIR%%/html/qthread.html
+%%DOCSDIR%%/html/qthreadstorage-members.html
+%%DOCSDIR%%/html/qthreadstorage.html
+%%DOCSDIR%%/html/qtime-members.html
+%%DOCSDIR%%/html/qtime-qt3.html
+%%DOCSDIR%%/html/qtime.html
+%%DOCSDIR%%/html/qtimeedit-members.html
+%%DOCSDIR%%/html/qtimeedit.html
+%%DOCSDIR%%/html/qtimeline-members.html
+%%DOCSDIR%%/html/qtimeline.html
+%%DOCSDIR%%/html/qtimer-members.html
+%%DOCSDIR%%/html/qtimer-qt3.html
+%%DOCSDIR%%/html/qtimer.html
+%%DOCSDIR%%/html/qtimerevent-members.html
+%%DOCSDIR%%/html/qtimerevent.html
+%%DOCSDIR%%/html/qtmac-as-native.html
+%%DOCSDIR%%/html/qtnetwork.html
+%%DOCSDIR%%/html/qtoolbar-members.html
+%%DOCSDIR%%/html/qtoolbar-qt3.html
+%%DOCSDIR%%/html/qtoolbar.html
+%%DOCSDIR%%/html/qtoolbox-members.html
+%%DOCSDIR%%/html/qtoolbox-qt3.html
+%%DOCSDIR%%/html/qtoolbox.html
+%%DOCSDIR%%/html/qtoolbutton-members.html
+%%DOCSDIR%%/html/qtoolbutton-qt3.html
+%%DOCSDIR%%/html/qtoolbutton.html
+%%DOCSDIR%%/html/qtooltip-members.html
+%%DOCSDIR%%/html/qtooltip-qt3.html
+%%DOCSDIR%%/html/qtooltip.html
+%%DOCSDIR%%/html/qtopengl.html
+%%DOCSDIR%%/html/qtopiacore-accel.html
+%%DOCSDIR%%/html/qtopiacore-architecture.html
+%%DOCSDIR%%/html/qtopiacore-charinput.html
+%%DOCSDIR%%/html/qtopiacore-crosscompiling.html
+%%DOCSDIR%%/html/qtopiacore-deployment.html
+%%DOCSDIR%%/html/qtopiacore-differences.html
+%%DOCSDIR%%/html/qtopiacore-displaymanagement.html
+%%DOCSDIR%%/html/qtopiacore-envvars.html
+%%DOCSDIR%%/html/qtopiacore-features.html
+%%DOCSDIR%%/html/qtopiacore-fonts.html
+%%DOCSDIR%%/html/qtopiacore-install.html
+%%DOCSDIR%%/html/qtopiacore-makeqpf.html
+%%DOCSDIR%%/html/qtopiacore-mousecalibration-calibration-cpp.html
+%%DOCSDIR%%/html/qtopiacore-mousecalibration-calibration-h.html
+%%DOCSDIR%%/html/qtopiacore-mousecalibration-main-cpp.html
+%%DOCSDIR%%/html/qtopiacore-mousecalibration-scribblewidget-cpp.html
+%%DOCSDIR%%/html/qtopiacore-mousecalibration-scribblewidget-h.html
+%%DOCSDIR%%/html/qtopiacore-mousecalibration.html
+%%DOCSDIR%%/html/qtopiacore-opengl.html
+%%DOCSDIR%%/html/qtopiacore-performance.html
+%%DOCSDIR%%/html/qtopiacore-pointer.html
+%%DOCSDIR%%/html/qtopiacore-porting-device.html
+%%DOCSDIR%%/html/qtopiacore-porting-operatingsystem.html
+%%DOCSDIR%%/html/qtopiacore-qvfb.html
+%%DOCSDIR%%/html/qtopiacore-running.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibpaintdevice-cpp.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibpaintdevice-h.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibpaintengine-cpp.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibpaintengine-h.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibplugin-cpp.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibscreen-cpp.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibscreen-h.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibsurface-cpp.html
+%%DOCSDIR%%/html/qtopiacore-svgalib-svgalibsurface-h.html
+%%DOCSDIR%%/html/qtopiacore-svgalib.html
+%%DOCSDIR%%/html/qtopiacore-testingframebuffer.html
+%%DOCSDIR%%/html/qtopiacore-vnc.html
+%%DOCSDIR%%/html/qtopiacore.html
+%%DOCSDIR%%/html/qtplugin.html
+%%DOCSDIR%%/html/qtranslator-members.html
+%%DOCSDIR%%/html/qtranslator-qt3.html
+%%DOCSDIR%%/html/qtranslator.html
+%%DOCSDIR%%/html/qtreeview-members.html
+%%DOCSDIR%%/html/qtreeview-obsolete.html
+%%DOCSDIR%%/html/qtreeview.html
+%%DOCSDIR%%/html/qtreewidget-members.html
+%%DOCSDIR%%/html/qtreewidget-obsolete.html
+%%DOCSDIR%%/html/qtreewidget.html
+%%DOCSDIR%%/html/qtreewidgetitem-members.html
+%%DOCSDIR%%/html/qtreewidgetitem-obsolete.html
+%%DOCSDIR%%/html/qtreewidgetitem.html
+%%DOCSDIR%%/html/qtreewidgetitemiterator-members.html
+%%DOCSDIR%%/html/qtreewidgetitemiterator.html
+%%DOCSDIR%%/html/qtsql.html
+%%DOCSDIR%%/html/qtsvg.html
+%%DOCSDIR%%/html/qttest.html
+%%DOCSDIR%%/html/qttools.html
+%%DOCSDIR%%/html/qtuitools.html
+%%DOCSDIR%%/html/qtxml.html
+%%DOCSDIR%%/html/qudpsocket-members.html
+%%DOCSDIR%%/html/qudpsocket.html
+%%DOCSDIR%%/html/quiloader-members.html
+%%DOCSDIR%%/html/quiloader.html
+%%DOCSDIR%%/html/qundo.html
+%%DOCSDIR%%/html/qundocommand-members.html
+%%DOCSDIR%%/html/qundocommand.html
+%%DOCSDIR%%/html/qundogroup-members.html
+%%DOCSDIR%%/html/qundogroup.html
+%%DOCSDIR%%/html/qundostack-members.html
+%%DOCSDIR%%/html/qundostack.html
+%%DOCSDIR%%/html/qundoview-members.html
+%%DOCSDIR%%/html/qundoview.html
+%%DOCSDIR%%/html/qurl-members.html
+%%DOCSDIR%%/html/qurl-obsolete.html
+%%DOCSDIR%%/html/qurl-qt3.html
+%%DOCSDIR%%/html/qurl.html
+%%DOCSDIR%%/html/qurlinfo-members.html
+%%DOCSDIR%%/html/qurlinfo.html
+%%DOCSDIR%%/html/quuid-members.html
+%%DOCSDIR%%/html/quuid.html
+%%DOCSDIR%%/html/qvalidator-members.html
+%%DOCSDIR%%/html/qvalidator-qt3.html
+%%DOCSDIR%%/html/qvalidator.html
+%%DOCSDIR%%/html/qvariant-members.html
+%%DOCSDIR%%/html/qvariant-qt3.html
+%%DOCSDIR%%/html/qvariant.html
+%%DOCSDIR%%/html/qvarlengtharray-members.html
+%%DOCSDIR%%/html/qvarlengtharray.html
+%%DOCSDIR%%/html/qvboxlayout-members.html
+%%DOCSDIR%%/html/qvboxlayout-qt3.html
+%%DOCSDIR%%/html/qvboxlayout.html
+%%DOCSDIR%%/html/qvector-members.html
+%%DOCSDIR%%/html/qvector.html
+%%DOCSDIR%%/html/qvectoriterator-members.html
+%%DOCSDIR%%/html/qvectoriterator.html
+%%DOCSDIR%%/html/qwaitcondition-members.html
+%%DOCSDIR%%/html/qwaitcondition.html
+%%DOCSDIR%%/html/qwhatsthis-members.html
+%%DOCSDIR%%/html/qwhatsthis-qt3.html
+%%DOCSDIR%%/html/qwhatsthis.html
+%%DOCSDIR%%/html/qwhatsthisclickedevent-members.html
+%%DOCSDIR%%/html/qwhatsthisclickedevent.html
+%%DOCSDIR%%/html/qwheelevent-members.html
+%%DOCSDIR%%/html/qwheelevent-qt3.html
+%%DOCSDIR%%/html/qwheelevent.html
+%%DOCSDIR%%/html/qwidget-members.html
+%%DOCSDIR%%/html/qwidget-obsolete.html
+%%DOCSDIR%%/html/qwidget-qt3.html
+%%DOCSDIR%%/html/qwidget.html
+%%DOCSDIR%%/html/qwidgetaction-members.html
+%%DOCSDIR%%/html/qwidgetaction.html
+%%DOCSDIR%%/html/qwidgetitem-members.html
+%%DOCSDIR%%/html/qwidgetitem.html
+%%DOCSDIR%%/html/qwindowsmime-members.html
+%%DOCSDIR%%/html/qwindowsmime.html
+%%DOCSDIR%%/html/qwindowsstyle-members.html
+%%DOCSDIR%%/html/qwindowsstyle.html
+%%DOCSDIR%%/html/qwindowstatechangeevent-members.html
+%%DOCSDIR%%/html/qwindowstatechangeevent.html
+%%DOCSDIR%%/html/qwindowsxpstyle-members.html
+%%DOCSDIR%%/html/qwindowsxpstyle.html
+%%DOCSDIR%%/html/qworkspace-members.html
+%%DOCSDIR%%/html/qworkspace-qt3.html
+%%DOCSDIR%%/html/qworkspace.html
+%%DOCSDIR%%/html/qwritelocker-members.html
+%%DOCSDIR%%/html/qwritelocker.html
+%%DOCSDIR%%/html/qws.html
+%%DOCSDIR%%/html/qwscalibratedmousehandler-members.html
+%%DOCSDIR%%/html/qwscalibratedmousehandler.html
+%%DOCSDIR%%/html/qwsclient-members.html
+%%DOCSDIR%%/html/qwsclient.html
+%%DOCSDIR%%/html/qwsembedwidget-members.html
+%%DOCSDIR%%/html/qwsembedwidget.html
+%%DOCSDIR%%/html/qwsevent-members.html
+%%DOCSDIR%%/html/qwsevent.html
+%%DOCSDIR%%/html/qwsinputmethod-members.html
+%%DOCSDIR%%/html/qwsinputmethod-obsolete.html
+%%DOCSDIR%%/html/qwsinputmethod.html
+%%DOCSDIR%%/html/qwskeyboardhandler-members.html
+%%DOCSDIR%%/html/qwskeyboardhandler.html
+%%DOCSDIR%%/html/qwsmousehandler-members.html
+%%DOCSDIR%%/html/qwsmousehandler.html
+%%DOCSDIR%%/html/qwspointercalibrationdata-members.html
+%%DOCSDIR%%/html/qwspointercalibrationdata.html
+%%DOCSDIR%%/html/qwsscreensaver-members.html
+%%DOCSDIR%%/html/qwsscreensaver.html
+%%DOCSDIR%%/html/qwsserver-keyboardfilter-members.html
+%%DOCSDIR%%/html/qwsserver-keyboardfilter.html
+%%DOCSDIR%%/html/qwsserver-members.html
+%%DOCSDIR%%/html/qwsserver-obsolete.html
+%%DOCSDIR%%/html/qwsserver-qt3.html
+%%DOCSDIR%%/html/qwsserver.html
+%%DOCSDIR%%/html/qwswindow-members.html
+%%DOCSDIR%%/html/qwswindow.html
+%%DOCSDIR%%/html/qwswindowsurface-members.html
+%%DOCSDIR%%/html/qwswindowsurface.html
+%%DOCSDIR%%/html/qx11embedcontainer-members.html
+%%DOCSDIR%%/html/qx11embedcontainer.html
+%%DOCSDIR%%/html/qx11embedwidget-members.html
+%%DOCSDIR%%/html/qx11embedwidget.html
+%%DOCSDIR%%/html/qx11info-members.html
+%%DOCSDIR%%/html/qx11info.html
+%%DOCSDIR%%/html/qxmlattributes-members.html
+%%DOCSDIR%%/html/qxmlattributes.html
+%%DOCSDIR%%/html/qxmlcontenthandler-members.html
+%%DOCSDIR%%/html/qxmlcontenthandler.html
+%%DOCSDIR%%/html/qxmldeclhandler-members.html
+%%DOCSDIR%%/html/qxmldeclhandler.html
+%%DOCSDIR%%/html/qxmldefaulthandler-members.html
+%%DOCSDIR%%/html/qxmldefaulthandler.html
+%%DOCSDIR%%/html/qxmldtdhandler-members.html
+%%DOCSDIR%%/html/qxmldtdhandler.html
+%%DOCSDIR%%/html/qxmlentityresolver-members.html
+%%DOCSDIR%%/html/qxmlentityresolver.html
+%%DOCSDIR%%/html/qxmlerrorhandler-members.html
+%%DOCSDIR%%/html/qxmlerrorhandler.html
+%%DOCSDIR%%/html/qxmlinputsource-members.html
+%%DOCSDIR%%/html/qxmlinputsource-qt3.html
+%%DOCSDIR%%/html/qxmlinputsource.html
+%%DOCSDIR%%/html/qxmllexicalhandler-members.html
+%%DOCSDIR%%/html/qxmllexicalhandler.html
+%%DOCSDIR%%/html/qxmllocator-members.html
+%%DOCSDIR%%/html/qxmllocator.html
+%%DOCSDIR%%/html/qxmlnamespacesupport-members.html
+%%DOCSDIR%%/html/qxmlnamespacesupport.html
+%%DOCSDIR%%/html/qxmlparseexception-members.html
+%%DOCSDIR%%/html/qxmlparseexception.html
+%%DOCSDIR%%/html/qxmlreader-members.html
+%%DOCSDIR%%/html/qxmlreader-obsolete.html
+%%DOCSDIR%%/html/qxmlreader.html
+%%DOCSDIR%%/html/qxmlsimplereader-members.html
+%%DOCSDIR%%/html/qxmlsimplereader.html
+%%DOCSDIR%%/html/rcc.html
+%%DOCSDIR%%/html/resources.html
+%%DOCSDIR%%/html/richtext-calendar-main-cpp.html
+%%DOCSDIR%%/html/richtext-calendar-mainwindow-cpp.html
+%%DOCSDIR%%/html/richtext-calendar-mainwindow-h.html
+%%DOCSDIR%%/html/richtext-calendar.html
+%%DOCSDIR%%/html/richtext-common-tasks.html
+%%DOCSDIR%%/html/richtext-cursor.html
+%%DOCSDIR%%/html/richtext-html-subset.html
+%%DOCSDIR%%/html/richtext-orderform-detailsdialog-cpp.html
+%%DOCSDIR%%/html/richtext-orderform-detailsdialog-h.html
+%%DOCSDIR%%/html/richtext-orderform-main-cpp.html
+%%DOCSDIR%%/html/richtext-orderform-mainwindow-cpp.html
+%%DOCSDIR%%/html/richtext-orderform-mainwindow-h.html
+%%DOCSDIR%%/html/richtext-orderform.html
+%%DOCSDIR%%/html/richtext-structure.html
+%%DOCSDIR%%/html/richtext-syntaxhighlighter-highlighter-cpp.html
+%%DOCSDIR%%/html/richtext-syntaxhighlighter-highlighter-h.html
+%%DOCSDIR%%/html/richtext-syntaxhighlighter-main-cpp.html
+%%DOCSDIR%%/html/richtext-syntaxhighlighter-mainwindow-cpp.html
+%%DOCSDIR%%/html/richtext-syntaxhighlighter-mainwindow-h.html
+%%DOCSDIR%%/html/richtext-syntaxhighlighter.html
+%%DOCSDIR%%/html/richtext.html
+%%DOCSDIR%%/html/session.html
+%%DOCSDIR%%/html/shared.html
+%%DOCSDIR%%/html/signalsandslots.html
+%%DOCSDIR%%/html/sql-cachedtable-main-cpp.html
+%%DOCSDIR%%/html/sql-cachedtable-tableeditor-cpp.html
+%%DOCSDIR%%/html/sql-cachedtable-tableeditor-h.html
+%%DOCSDIR%%/html/sql-cachedtable.html
+%%DOCSDIR%%/html/sql-driver.html
+%%DOCSDIR%%/html/sql-querymodel-customsqlmodel-cpp.html
+%%DOCSDIR%%/html/sql-querymodel-customsqlmodel-h.html
+%%DOCSDIR%%/html/sql-querymodel-editablesqlmodel-cpp.html
+%%DOCSDIR%%/html/sql-querymodel-editablesqlmodel-h.html
+%%DOCSDIR%%/html/sql-querymodel-main-cpp.html
+%%DOCSDIR%%/html/sql-querymodel.html
+%%DOCSDIR%%/html/sql-relationaltablemodel-relationaltablemodel-cpp.html
+%%DOCSDIR%%/html/sql-relationaltablemodel.html
+%%DOCSDIR%%/html/sql-tablemodel-tablemodel-cpp.html
+%%DOCSDIR%%/html/sql-tablemodel.html
+%%DOCSDIR%%/html/stylesheet.html
+%%DOCSDIR%%/html/templates.html
+%%DOCSDIR%%/html/text.html
+%%DOCSDIR%%/html/thread.html
+%%DOCSDIR%%/html/threads-mandelbrot-main-cpp.html
+%%DOCSDIR%%/html/threads-mandelbrot-mandelbrotwidget-cpp.html
+%%DOCSDIR%%/html/threads-mandelbrot-mandelbrotwidget-h.html
+%%DOCSDIR%%/html/threads-mandelbrot-renderthread-cpp.html
+%%DOCSDIR%%/html/threads-mandelbrot-renderthread-h.html
+%%DOCSDIR%%/html/threads-mandelbrot.html
+%%DOCSDIR%%/html/threads-semaphores-semaphores-cpp.html
+%%DOCSDIR%%/html/threads-semaphores.html
+%%DOCSDIR%%/html/threads-waitconditions-waitconditions-cpp.html
+%%DOCSDIR%%/html/threads-waitconditions.html
+%%DOCSDIR%%/html/threads.html
+%%DOCSDIR%%/html/time.html
+%%DOCSDIR%%/html/timers.html
+%%DOCSDIR%%/html/tools-codecs-main-cpp.html
+%%DOCSDIR%%/html/tools-codecs-mainwindow-cpp.html
+%%DOCSDIR%%/html/tools-codecs-mainwindow-h.html
+%%DOCSDIR%%/html/tools-codecs-previewform-cpp.html
+%%DOCSDIR%%/html/tools-codecs-previewform-h.html
+%%DOCSDIR%%/html/tools-codecs.html
+%%DOCSDIR%%/html/tools-completer-completer-qrc.html
+%%DOCSDIR%%/html/tools-completer-dirmodel-cpp.html
+%%DOCSDIR%%/html/tools-completer-dirmodel-h.html
+%%DOCSDIR%%/html/tools-completer-main-cpp.html
+%%DOCSDIR%%/html/tools-completer-mainwindow-cpp.html
+%%DOCSDIR%%/html/tools-completer-mainwindow-h.html
+%%DOCSDIR%%/html/tools-completer.html
+%%DOCSDIR%%/html/tools-customcompleter-customcompleter-qrc.html
+%%DOCSDIR%%/html/tools-customcompleter-main-cpp.html
+%%DOCSDIR%%/html/tools-customcompleter-mainwindow-cpp.html
+%%DOCSDIR%%/html/tools-customcompleter-mainwindow-h.html
+%%DOCSDIR%%/html/tools-customcompleter-textedit-cpp.html
+%%DOCSDIR%%/html/tools-customcompleter-textedit-h.html
+%%DOCSDIR%%/html/tools-customcompleter.html
+%%DOCSDIR%%/html/tools-i18n-i18n-qrc.html
+%%DOCSDIR%%/html/tools-i18n-languagechooser-cpp.html
+%%DOCSDIR%%/html/tools-i18n-languagechooser-h.html
+%%DOCSDIR%%/html/tools-i18n-main-cpp.html
+%%DOCSDIR%%/html/tools-i18n-mainwindow-cpp.html
+%%DOCSDIR%%/html/tools-i18n-mainwindow-h.html
+%%DOCSDIR%%/html/tools-i18n.html
+%%DOCSDIR%%/html/tools-plugandpaint-interfaces-h.html
+%%DOCSDIR%%/html/tools-plugandpaint-main-cpp.html
+%%DOCSDIR%%/html/tools-plugandpaint-mainwindow-cpp.html
+%%DOCSDIR%%/html/tools-plugandpaint-mainwindow-h.html
+%%DOCSDIR%%/html/tools-plugandpaint-paintarea-cpp.html
+%%DOCSDIR%%/html/tools-plugandpaint-paintarea-h.html
+%%DOCSDIR%%/html/tools-plugandpaint-plugindialog-cpp.html
+%%DOCSDIR%%/html/tools-plugandpaint-plugindialog-h.html
+%%DOCSDIR%%/html/tools-plugandpaint.html
+%%DOCSDIR%%/html/tools-plugandpaintplugins-basictools-basictoolsplugin-cpp.html
+%%DOCSDIR%%/html/tools-plugandpaintplugins-basictools-basictoolsplugin-h.html
+%%DOCSDIR%%/html/tools-plugandpaintplugins-basictools.html
+%%DOCSDIR%%/html/tools-plugandpaintplugins-extrafilters-extrafiltersplugin-cpp.html
+%%DOCSDIR%%/html/tools-plugandpaintplugins-extrafilters-extrafiltersplugin-h.html
+%%DOCSDIR%%/html/tools-plugandpaintplugins-extrafilters.html
+%%DOCSDIR%%/html/tools-qtdemo-displayshape-cpp.html
+%%DOCSDIR%%/html/tools-qtdemo-displayshape-h.html
+%%DOCSDIR%%/html/tools-qtdemo-displaywidget-cpp.html
+%%DOCSDIR%%/html/tools-qtdemo-displaywidget-h.html
+%%DOCSDIR%%/html/tools-qtdemo-launcher-cpp.html
+%%DOCSDIR%%/html/tools-qtdemo-launcher-h.html
+%%DOCSDIR%%/html/tools-qtdemo-main-cpp.html
+%%DOCSDIR%%/html/tools-qtdemo-qtdemo-qrc.html
+%%DOCSDIR%%/html/tools-qtdemo.html
+%%DOCSDIR%%/html/tools-regexp-main-cpp.html
+%%DOCSDIR%%/html/tools-regexp-regexpdialog-cpp.html
+%%DOCSDIR%%/html/tools-regexp-regexpdialog-h.html
+%%DOCSDIR%%/html/tools-regexp.html
+%%DOCSDIR%%/html/tools-settingseditor-locationdialog-cpp.html
+%%DOCSDIR%%/html/tools-settingseditor-locationdialog-h.html
+%%DOCSDIR%%/html/tools-settingseditor-main-cpp.html
+%%DOCSDIR%%/html/tools-settingseditor-mainwindow-cpp.html
+%%DOCSDIR%%/html/tools-settingseditor-mainwindow-h.html
+%%DOCSDIR%%/html/tools-settingseditor-settingstree-cpp.html
+%%DOCSDIR%%/html/tools-settingseditor-settingstree-h.html
+%%DOCSDIR%%/html/tools-settingseditor-variantdelegate-cpp.html
+%%DOCSDIR%%/html/tools-settingseditor-variantdelegate-h.html
+%%DOCSDIR%%/html/tools-settingseditor.html
+%%DOCSDIR%%/html/tools.html
+%%DOCSDIR%%/html/topics.html
+%%DOCSDIR%%/html/trademarks.html
+%%DOCSDIR%%/html/trolltech.html
+%%DOCSDIR%%/html/tutorial-t1-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t1.html
+%%DOCSDIR%%/html/tutorial-t10-cannonfield-cpp.html
+%%DOCSDIR%%/html/tutorial-t10-cannonfield-h.html
+%%DOCSDIR%%/html/tutorial-t10-lcdrange-cpp.html
+%%DOCSDIR%%/html/tutorial-t10-lcdrange-h.html
+%%DOCSDIR%%/html/tutorial-t10-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t10.html
+%%DOCSDIR%%/html/tutorial-t11-cannonfield-cpp.html
+%%DOCSDIR%%/html/tutorial-t11-cannonfield-h.html
+%%DOCSDIR%%/html/tutorial-t11-lcdrange-cpp.html
+%%DOCSDIR%%/html/tutorial-t11-lcdrange-h.html
+%%DOCSDIR%%/html/tutorial-t11-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t11.html
+%%DOCSDIR%%/html/tutorial-t12-cannonfield-cpp.html
+%%DOCSDIR%%/html/tutorial-t12-cannonfield-h.html
+%%DOCSDIR%%/html/tutorial-t12-lcdrange-cpp.html
+%%DOCSDIR%%/html/tutorial-t12-lcdrange-h.html
+%%DOCSDIR%%/html/tutorial-t12-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t12.html
+%%DOCSDIR%%/html/tutorial-t13-cannonfield-cpp.html
+%%DOCSDIR%%/html/tutorial-t13-cannonfield-h.html
+%%DOCSDIR%%/html/tutorial-t13-gameboard-cpp.html
+%%DOCSDIR%%/html/tutorial-t13-gameboard-h.html
+%%DOCSDIR%%/html/tutorial-t13-lcdrange-cpp.html
+%%DOCSDIR%%/html/tutorial-t13-lcdrange-h.html
+%%DOCSDIR%%/html/tutorial-t13-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t13.html
+%%DOCSDIR%%/html/tutorial-t14-cannonfield-cpp.html
+%%DOCSDIR%%/html/tutorial-t14-cannonfield-h.html
+%%DOCSDIR%%/html/tutorial-t14-gameboard-cpp.html
+%%DOCSDIR%%/html/tutorial-t14-gameboard-h.html
+%%DOCSDIR%%/html/tutorial-t14-lcdrange-cpp.html
+%%DOCSDIR%%/html/tutorial-t14-lcdrange-h.html
+%%DOCSDIR%%/html/tutorial-t14-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t14.html
+%%DOCSDIR%%/html/tutorial-t2-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t2.html
+%%DOCSDIR%%/html/tutorial-t3-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t3.html
+%%DOCSDIR%%/html/tutorial-t4-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t4.html
+%%DOCSDIR%%/html/tutorial-t5-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t5.html
+%%DOCSDIR%%/html/tutorial-t6-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t6.html
+%%DOCSDIR%%/html/tutorial-t7-lcdrange-cpp.html
+%%DOCSDIR%%/html/tutorial-t7-lcdrange-h.html
+%%DOCSDIR%%/html/tutorial-t7-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t7.html
+%%DOCSDIR%%/html/tutorial-t8-cannonfield-cpp.html
+%%DOCSDIR%%/html/tutorial-t8-cannonfield-h.html
+%%DOCSDIR%%/html/tutorial-t8-lcdrange-cpp.html
+%%DOCSDIR%%/html/tutorial-t8-lcdrange-h.html
+%%DOCSDIR%%/html/tutorial-t8-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t8.html
+%%DOCSDIR%%/html/tutorial-t9-cannonfield-cpp.html
+%%DOCSDIR%%/html/tutorial-t9-cannonfield-h.html
+%%DOCSDIR%%/html/tutorial-t9-lcdrange-cpp.html
+%%DOCSDIR%%/html/tutorial-t9-lcdrange-h.html
+%%DOCSDIR%%/html/tutorial-t9-main-cpp.html
+%%DOCSDIR%%/html/tutorial-t9.html
+%%DOCSDIR%%/html/tutorial.html
+%%DOCSDIR%%/html/uic.html
+%%DOCSDIR%%/html/unicode.html
+%%DOCSDIR%%/html/usingadaptors.html
+%%DOCSDIR%%/html/widgets-analogclock-analogclock-cpp.html
+%%DOCSDIR%%/html/widgets-analogclock-analogclock-h.html
+%%DOCSDIR%%/html/widgets-analogclock-main-cpp.html
+%%DOCSDIR%%/html/widgets-analogclock.html
+%%DOCSDIR%%/html/widgets-calculator-button-cpp.html
+%%DOCSDIR%%/html/widgets-calculator-button-h.html
+%%DOCSDIR%%/html/widgets-calculator-calculator-cpp.html
+%%DOCSDIR%%/html/widgets-calculator-calculator-h.html
+%%DOCSDIR%%/html/widgets-calculator-main-cpp.html
+%%DOCSDIR%%/html/widgets-calculator.html
+%%DOCSDIR%%/html/widgets-charactermap-characterwidget-cpp.html
+%%DOCSDIR%%/html/widgets-charactermap-characterwidget-h.html
+%%DOCSDIR%%/html/widgets-charactermap-main-cpp.html
+%%DOCSDIR%%/html/widgets-charactermap-mainwindow-cpp.html
+%%DOCSDIR%%/html/widgets-charactermap-mainwindow-h.html
+%%DOCSDIR%%/html/widgets-charactermap.html
+%%DOCSDIR%%/html/widgets-digitalclock-digitalclock-cpp.html
+%%DOCSDIR%%/html/widgets-digitalclock-digitalclock-h.html
+%%DOCSDIR%%/html/widgets-digitalclock-main-cpp.html
+%%DOCSDIR%%/html/widgets-digitalclock.html
+%%DOCSDIR%%/html/widgets-groupbox-main-cpp.html
+%%DOCSDIR%%/html/widgets-groupbox-window-cpp.html
+%%DOCSDIR%%/html/widgets-groupbox-window-h.html
+%%DOCSDIR%%/html/widgets-groupbox.html
+%%DOCSDIR%%/html/widgets-icons-iconpreviewarea-cpp.html
+%%DOCSDIR%%/html/widgets-icons-iconpreviewarea-h.html
+%%DOCSDIR%%/html/widgets-icons-iconsizespinbox-cpp.html
+%%DOCSDIR%%/html/widgets-icons-iconsizespinbox-h.html
+%%DOCSDIR%%/html/widgets-icons-imagedelegate-cpp.html
+%%DOCSDIR%%/html/widgets-icons-imagedelegate-h.html
+%%DOCSDIR%%/html/widgets-icons-main-cpp.html
+%%DOCSDIR%%/html/widgets-icons-mainwindow-cpp.html
+%%DOCSDIR%%/html/widgets-icons-mainwindow-h.html
+%%DOCSDIR%%/html/widgets-icons.html
+%%DOCSDIR%%/html/widgets-imageviewer-imageviewer-cpp.html
+%%DOCSDIR%%/html/widgets-imageviewer-imageviewer-h.html
+%%DOCSDIR%%/html/widgets-imageviewer-main-cpp.html
+%%DOCSDIR%%/html/widgets-imageviewer.html
+%%DOCSDIR%%/html/widgets-lineedits-main-cpp.html
+%%DOCSDIR%%/html/widgets-lineedits-window-cpp.html
+%%DOCSDIR%%/html/widgets-lineedits-window-h.html
+%%DOCSDIR%%/html/widgets-lineedits.html
+%%DOCSDIR%%/html/widgets-movie-main-cpp.html
+%%DOCSDIR%%/html/widgets-movie-movie-qrc.html
+%%DOCSDIR%%/html/widgets-movie-movieplayer-cpp.html
+%%DOCSDIR%%/html/widgets-movie-movieplayer-h.html
+%%DOCSDIR%%/html/widgets-movie.html
+%%DOCSDIR%%/html/widgets-scribble-main-cpp.html
+%%DOCSDIR%%/html/widgets-scribble-mainwindow-cpp.html
+%%DOCSDIR%%/html/widgets-scribble-mainwindow-h.html
+%%DOCSDIR%%/html/widgets-scribble-scribblearea-cpp.html
+%%DOCSDIR%%/html/widgets-scribble-scribblearea-h.html
+%%DOCSDIR%%/html/widgets-scribble.html
+%%DOCSDIR%%/html/widgets-shapedclock-main-cpp.html
+%%DOCSDIR%%/html/widgets-shapedclock-shapedclock-cpp.html
+%%DOCSDIR%%/html/widgets-shapedclock-shapedclock-h.html
+%%DOCSDIR%%/html/widgets-shapedclock.html
+%%DOCSDIR%%/html/widgets-sliders-main-cpp.html
+%%DOCSDIR%%/html/widgets-sliders-slidersgroup-cpp.html
+%%DOCSDIR%%/html/widgets-sliders-slidersgroup-h.html
+%%DOCSDIR%%/html/widgets-sliders-window-cpp.html
+%%DOCSDIR%%/html/widgets-sliders-window-h.html
+%%DOCSDIR%%/html/widgets-sliders.html
+%%DOCSDIR%%/html/widgets-spinboxes-main-cpp.html
+%%DOCSDIR%%/html/widgets-spinboxes-window-cpp.html
+%%DOCSDIR%%/html/widgets-spinboxes-window-h.html
+%%DOCSDIR%%/html/widgets-spinboxes.html
+%%DOCSDIR%%/html/widgets-styles-main-cpp.html
+%%DOCSDIR%%/html/widgets-styles-norwegianwoodstyle-cpp.html
+%%DOCSDIR%%/html/widgets-styles-norwegianwoodstyle-h.html
+%%DOCSDIR%%/html/widgets-styles-styles-qrc.html
+%%DOCSDIR%%/html/widgets-styles-widgetgallery-cpp.html
+%%DOCSDIR%%/html/widgets-styles-widgetgallery-h.html
+%%DOCSDIR%%/html/widgets-styles.html
+%%DOCSDIR%%/html/widgets-stylesheet-main-cpp.html
+%%DOCSDIR%%/html/widgets-stylesheet-mainwindow-cpp.html
+%%DOCSDIR%%/html/widgets-stylesheet-mainwindow-h.html
+%%DOCSDIR%%/html/widgets-stylesheet-stylesheet-qrc.html
+%%DOCSDIR%%/html/widgets-stylesheet-stylesheeteditor-cpp.html
+%%DOCSDIR%%/html/widgets-stylesheet-stylesheeteditor-h.html
+%%DOCSDIR%%/html/widgets-stylesheet.html
+%%DOCSDIR%%/html/widgets-tetrix-main-cpp.html
+%%DOCSDIR%%/html/widgets-tetrix-tetrixboard-cpp.html
+%%DOCSDIR%%/html/widgets-tetrix-tetrixboard-h.html
+%%DOCSDIR%%/html/widgets-tetrix-tetrixpiece-cpp.html
+%%DOCSDIR%%/html/widgets-tetrix-tetrixpiece-h.html
+%%DOCSDIR%%/html/widgets-tetrix-tetrixwindow-cpp.html
+%%DOCSDIR%%/html/widgets-tetrix-tetrixwindow-h.html
+%%DOCSDIR%%/html/widgets-tetrix.html
+%%DOCSDIR%%/html/widgets-tooltips-main-cpp.html
+%%DOCSDIR%%/html/widgets-tooltips-shapeitem-cpp.html
+%%DOCSDIR%%/html/widgets-tooltips-shapeitem-h.html
+%%DOCSDIR%%/html/widgets-tooltips-sortingbox-cpp.html
+%%DOCSDIR%%/html/widgets-tooltips-sortingbox-h.html
+%%DOCSDIR%%/html/widgets-tooltips-tooltips-qrc.html
+%%DOCSDIR%%/html/widgets-tooltips.html
+%%DOCSDIR%%/html/widgets-wiggly-dialog-cpp.html
+%%DOCSDIR%%/html/widgets-wiggly-dialog-h.html
+%%DOCSDIR%%/html/widgets-wiggly-main-cpp.html
+%%DOCSDIR%%/html/widgets-wiggly-wigglywidget-cpp.html
+%%DOCSDIR%%/html/widgets-wiggly-wigglywidget-h.html
+%%DOCSDIR%%/html/widgets-wiggly.html
+%%DOCSDIR%%/html/widgets-windowflags-controllerwindow-cpp.html
+%%DOCSDIR%%/html/widgets-windowflags-controllerwindow-h.html
+%%DOCSDIR%%/html/widgets-windowflags-main-cpp.html
+%%DOCSDIR%%/html/widgets-windowflags-previewwindow-cpp.html
+%%DOCSDIR%%/html/widgets-windowflags-previewwindow-h.html
+%%DOCSDIR%%/html/widgets-windowflags.html
+%%DOCSDIR%%/html/winsystem.html
+%%DOCSDIR%%/html/xml-dombookmarks-main-cpp.html
+%%DOCSDIR%%/html/xml-dombookmarks-mainwindow-cpp.html
+%%DOCSDIR%%/html/xml-dombookmarks-mainwindow-h.html
+%%DOCSDIR%%/html/xml-dombookmarks-xbeltree-cpp.html
+%%DOCSDIR%%/html/xml-dombookmarks-xbeltree-h.html
+%%DOCSDIR%%/html/xml-dombookmarks.html
+%%DOCSDIR%%/html/xml-saxbookmarks-main-cpp.html
+%%DOCSDIR%%/html/xml-saxbookmarks-mainwindow-cpp.html
+%%DOCSDIR%%/html/xml-saxbookmarks-mainwindow-h.html
+%%DOCSDIR%%/html/xml-saxbookmarks-xbelgenerator-cpp.html
+%%DOCSDIR%%/html/xml-saxbookmarks-xbelgenerator-h.html
+%%DOCSDIR%%/html/xml-saxbookmarks-xbelhandler-cpp.html
+%%DOCSDIR%%/html/xml-saxbookmarks-xbelhandler-h.html
+%%DOCSDIR%%/html/xml-saxbookmarks.html
+%%DOCSDIR%%/html/xml-tools.html
+@dirrm %%DOCSDIR%%/html/images
+@dirrm %%DOCSDIR%%/html
+@dirrm %%DOCSDIR%%