summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2000-04-28 17:18:21 +0000
committerdrochner <drochner@pkgsrc.org>2000-04-28 17:18:21 +0000
commit89058a26eefee409397c6cd641144f9cab057a95 (patch)
treea2f47a784640464d8b5272c85445ae7a09b93574
parentcbb839550fb9a0372f446f0f6cd9a36d61ceebf0 (diff)
downloadpkgsrc-89058a26eefee409397c6cd641144f9cab057a95.tar.gz
the latest and greatest qt version
-rw-r--r--x11/qt21/Makefile72
-rw-r--r--x11/qt21/files/md53
-rw-r--r--x11/qt21/files/patch-sum5
-rw-r--r--x11/qt21/patches/patch-aa79
-rw-r--r--x11/qt21/patches/patch-ab47
-rw-r--r--x11/qt21/patches/patch-ac67
-rw-r--r--x11/qt21/pkg/COMMENT1
-rw-r--r--x11/qt21/pkg/DESCR10
-rw-r--r--x11/qt21/pkg/MESSAGE18
-rw-r--r--x11/qt21/pkg/PLIST1835
10 files changed, 2137 insertions, 0 deletions
diff --git a/x11/qt21/Makefile b/x11/qt21/Makefile
new file mode 100644
index 00000000000..94b6054532e
--- /dev/null
+++ b/x11/qt21/Makefile
@@ -0,0 +1,72 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/04/28 17:18:21 drochner Exp $
+#
+
+DISTNAME= qt-x11-2.1.0
+PKGNAME= qt21-2.1.0
+WRKSRC= ${WRKDIR}/qt-2.1.0
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.troll.no/qt/source/ \
+ ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.troll.no/products/qt.html
+
+DEPENDS+= Mesa-*:../../graphics/Mesa
+DEPENDS+= png-*:../../graphics/png
+DEPENDS+= jpeg-*:../../graphics/jpeg
+
+NOT_FOR_PLATFORM= *-*-alpha # builds, but programs linked to qt crash
+
+HAS_CONFIGURE= yes
+USE_X11BASE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV+= QTDIR=${WRKSRC}
+CONFIGURE_ARGS+= -static -sm -system-zlib \
+ -system-libpng -system-jpeg \
+ -I${LOCALBASE}/include -L${LOCALBASE}/lib \
+
+MAKE_ENV+= QTDIR=${WRKSRC}
+ALL_TARGET= src
+
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(USE_GIF)
+CONFIGURE_ARGS+= -gif
+.endif
+
+.if ${OPSYS} == "SunOS"
+DEPENDS+= egcs-1.1.2:../../lang/egcs
+CXX= ${LOCALBASE}/egcs/bin/g++
+.endif
+
+QTPREFIX= ${PREFIX}/qt21
+
+do-install:
+ ${INSTALL_DATA_DIR} ${QTPREFIX}
+ ${INSTALL_PROGRAM_DIR} ${QTPREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${QTPREFIX}/bin
+ ${INSTALL_DATA_DIR} ${QTPREFIX}/lib
+ @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/src/libqt.la ${QTPREFIX}/lib
+ ${INSTALL_DATA_DIR} ${QTPREFIX}/include
+ ${RM} -f ${WRKSRC}/include/qt_mac.h ${WRKSRC}/include/qt_windows.h
+ ${INSTALL_DATA} ${WRKSRC}/include/* ${QTPREFIX}/include
+ ${INSTALL_DATA_DIR} ${QTPREFIX}/doc
+ ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.QT ${QTPREFIX}/doc
+ ${INSTALL_DATA_DIR} ${QTPREFIX}/doc/man
+ ${INSTALL_MAN_DIR} ${QTPREFIX}/doc/man/man3
+ @cd ${WRKSRC}/doc/man/man3; PAGES="`ls -1 | ${SED} -e 's,3qt$$,3,'`"; \
+ (for PAGE in $$PAGES; do \
+ ${ECHO} installing ${QTPREFIX}/doc/man/man3/$${PAGE}; \
+ set - X `head -1 $${PAGE}qt`; \
+ if [ $$# -eq 3 ] && [ "$$2" = .so ]; then \
+ ${LN} -fs `basename $$3 | ${SED} s/qt$$//` \
+ ${QTPREFIX}/doc/man/man3/$${PAGE}; \
+ else \
+ ${INSTALL_MAN} $${PAGE}qt ${QTPREFIX}/doc/man/man3/$${PAGE}; \
+ fi; \
+ done)
+ ${INSTALL_DATA_DIR} ${QTPREFIX}/doc/html
+ ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${QTPREFIX}/doc/html
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/qt21/files/md5 b/x11/qt21/files/md5
new file mode 100644
index 00000000000..0efa66b6c64
--- /dev/null
+++ b/x11/qt21/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/04/28 17:18:22 drochner Exp $
+
+MD5 (qt-x11-2.1.0.tar.gz) = b5d53d50de7f1ad7c1b8b5b0e6745b98
diff --git a/x11/qt21/files/patch-sum b/x11/qt21/files/patch-sum
new file mode 100644
index 00000000000..d255cbb26cb
--- /dev/null
+++ b/x11/qt21/files/patch-sum
@@ -0,0 +1,5 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/04/28 17:18:22 drochner Exp $
+
+MD5 (patch-aa) = e5f74faca4ba8334410e036e60dfb424
+MD5 (patch-ab) = 4f045be0e4e9df89dce9316ff1f2e6b7
+MD5 (patch-ac) = d33d498a09eec7fd2f8769efc90a2827
diff --git a/x11/qt21/patches/patch-aa b/x11/qt21/patches/patch-aa
new file mode 100644
index 00000000000..e14c3ae7ff4
--- /dev/null
+++ b/x11/qt21/patches/patch-aa
@@ -0,0 +1,79 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/04/28 17:18:22 drochner Exp $
+
+--- configs/netbsd-g++-static.orig Tue Jul 20 04:45:11 1999
++++ configs/netbsd-g++-static Thu Oct 21 14:15:45 1999
+@@ -1,6 +1,7 @@
+ # Compiling
+ SYSCONF_CXX = g++
+ SYSCONF_CC = gcc
++SYSCONF_CXX_LIB = $(LIBTOOL) --cplusplus --mode=compile g++
+
+ # Compiling with support libraries
+ SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include
+@@ -12,11 +13,11 @@
+
+ # Linking with support libraries
+ # X11
+-SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib
++SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib
+ SYSCONF_LIBS_X11 = -lXext -lX11 -lm
+ # Qt, Qt+OpenGL
+-SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib
+-SYSCONF_LIBS_QT = -lqt
++SYSCONF_LFLAGS_QT =
++SYSCONF_LIBS_QT = $(QTDIR)/src/libqt.la
+ SYSCONF_LIBS_QT_OPENGL = -lqgl
+ # OpenGL
+ SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib
+@@ -25,41 +26,27 @@
+ SYSCONF_LIBS_YACC =
+
+ # Linking applications
+-SYSCONF_LINK = g++
++SYSCONF_LINK = $(LIBTOOL) --cplusplus --mode=link g++
+ SYSCONF_LFLAGS =
+ SYSCONF_LIBS =
+
+-# Link flags shared objects
+-SYSCONF_LFLAGS_SHOBJ = -Bshareable
+-
+ # Meta-object compiler
+ SYSCONF_MOC = $(QTDIR)/bin/moc
+
+-# Linking shared libraries
+-# - Build the $(TARGET) library, eg. lib$(TARGET).so.2.0.1
+-# - Place target in $(DESTDIR) - which has a trailing /
+-# - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
+-#
+-SYSCONF_LINK_SHLIB = ld
+-SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
+-SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -Bshareable $(LFLAGS) -o $(DESTDIR)$(SYSCONF_LINK_TARGET_SHARED) `lorder /usr/lib/c++rt0.o $(OBJECTS) $(OBJMOC) | tsort` $(LIBS)
+-
+-# Linking static libraries
++# Linking libtool libraries
+ # - Build the $(TARGET) library, eg. lib$(TARGET).a
+ # - Place target in $(DESTDIR) - which has a trailing /
+ #
+-SYSCONF_AR = ar cqs
+-SYSCONF_LINK_TARGET_STATIC = lib$(TARGET).a
+-SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \
+- $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC)
++SYSCONF_LINK_TARGET = lib$(TARGET).la
++SYSCONF_LINK_LIB = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET) ; \
++ $(SYSCONF_LINK) -rpath $(PREFIX)/lib -version-info $(VER_MAJ):$(VER_MIN) \
++ -o $(SYSCONF_LINK_TARGET) $(OBJECTS:.o=.lo) $(OBJMOC:.o=.lo)
+ # Compiling application source
+ SYSCONF_CXXFLAGS = -O2
+ SYSCONF_CFLAGS = -O2
+ # Compiling library source
+-SYSCONF_CXXFLAGS_LIB = -fPIC
+-SYSCONF_CFLAGS_LIB = -fPIC
++SYSCONF_CXXFLAGS_LIB =
++SYSCONF_CFLAGS_LIB =
+ # Compiling shared-object source
+-SYSCONF_CXXFLAGS_SHOBJ = -fPIC
+-SYSCONF_CFLAGS_SHOBJ = -fPIC
+-SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_STATIC)
+-SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_STATIC)
++SYSCONF_CXXFLAGS_SHOBJ =
++SYSCONF_CFLAGS_SHOBJ =
diff --git a/x11/qt21/patches/patch-ab b/x11/qt21/patches/patch-ab
new file mode 100644
index 00000000000..9fe1aa085d2
--- /dev/null
+++ b/x11/qt21/patches/patch-ab
@@ -0,0 +1,47 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/04/28 17:18:23 drochner Exp $
+
+--- src/Makefile.in.orig Tue Jul 20 04:45:37 1999
++++ src/Makefile.in Thu Oct 21 19:23:16 1999
+@@ -2,7 +2,7 @@
+
+ ####### Compiler, tools and options
+
+-CXX = $(SYSCONF_CXX)
++CXX = $(SYSCONF_CXX_LIB)
+ CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS_X11) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) $(QT_CXXFLAGS_OPT)
+ CC = $(SYSCONF_CC)
+ CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) $(QT_CFLAGS_OPT)
+@@ -13,7 +13,7 @@
+
+ ####### Target
+
+-DESTDIR = ../lib/
++DESTDIR =
+ VER_MAJ = 2
+ VER_MIN = 0
+ VER_PATCH = 2
+@@ -694,22 +694,10 @@
+
+ ####### Implicit rules
+
+-.SUFFIXES: .cpp .cxx .cc .C .c
++.SUFFIXES: .cpp
+
+ .cpp.o:
+- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
+-
+-.cxx.o:
+- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
+-
+-.cc.o:
+- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
+-
+-.C.o:
+- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
+-
+-.c.o:
+- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
++ @cd `dirname $@` && $(CXX) -c $(CXXFLAGS) `basename $<`
+
+ ####### Build rules
+
diff --git a/x11/qt21/patches/patch-ac b/x11/qt21/patches/patch-ac
new file mode 100644
index 00000000000..c3736af620c
--- /dev/null
+++ b/x11/qt21/patches/patch-ac
@@ -0,0 +1,67 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/04/28 17:18:23 drochner Exp $
+
+--- configs/solaris-g++-static.orig Wed Apr 12 15:26:52 2000
++++ configs/solaris-g++-static Fri Apr 28 16:12:03 2000
+@@ -1,31 +1,32 @@
+ # Compiling
+-SYSCONF_CXX = g++
++SYSCONF_CXX = ${LOCALBASE}/egcs/bin/g++
++SYSCONF_CXX_LIB = $(LIBTOOL) --cplusplus --mode=compile ${SYSCONF_CXX}
+ SYSCONF_CC = gcc
+
+ # Compiling with support libraries
+-SYSCONF_CXXFLAGS_X11 = -I/usr/openwin/include
++SYSCONF_CXXFLAGS_X11 = -I${X11BASE}/include
+ SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include
+-SYSCONF_CXXFLAGS_OPENGL =
++SYSCONF_CXXFLAGS_OPENGL = -I${X11BASE}/include
+
+ # Compiline YACC output
+ SYSCONF_CXXFLAGS_YACC = -Wno-unused -Wno-parentheses
+
+ # Linking with support libraries
+ # X11
+-SYSCONF_LFLAGS_X11 = -L/usr/openwin/lib
++SYSCONF_LFLAGS_X11 = -L${X11BASE}/lib
+ SYSCONF_LIBS_X11 = -lXext -lX11 -lm
+ # Qt, Qt+OpenGL
+ SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib
+ SYSCONF_LIBS_QT = -lqt
+ SYSCONF_LIBS_QT_OPENGL = -lqgl
+ # OpenGL
+-SYSCONF_LFLAGS_OPENGL =
+-SYSCONF_LIBS_OPENGL = -lGLU -lGL -lXmu
++SYSCONF_LFLAGS_OPENGL = -L${X11BASE}/lib
++SYSCONF_LIBS_OPENGL = -lGLU -lGL -lXmu -lXext -lm
+ # Yacc
+ SYSCONF_LIBS_YACC =
+
+ # Linking applications
+-SYSCONF_LINK = g++
++SYSCONF_LINK = ${LOCALBASE}/egcs/bin/g++
+ SYSCONF_LFLAGS =
+ SYSCONF_LIBS =
+
+@@ -40,7 +41,7 @@
+ # - Place target in $(DESTDIR) - which has a trailing /
+ # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
+ #
+-SYSCONF_LINK_SHLIB = g++
++SYSCONF_LINK_SHLIB = ${LOCALBASE}/egcs/bin/g++
+ SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
+ SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -h $(TARGET1) \
+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \
+@@ -56,10 +57,10 @@
+ # - Build the $(TARGET) library, eg. lib$(TARGET).a
+ # - Place target in $(DESTDIR) - which has a trailing /
+ #
+-SYSCONF_AR = ar cq
+-SYSCONF_LINK_TARGET_STATIC = lib$(TARGET).a
++SYSCONF_AR = $(LIBTOOL) --cplusplus --mode=link $(SYSCONF_CXX) -rpath $(PREFIX)/lib -version-info $(VER_MAJ):$(VER_MIN) -o
++SYSCONF_LINK_TARGET_STATIC = lib$(TARGET).la
+ SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \
+- $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC)
++ $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS:.o=.lo) $(OBJMOC:.o=.lo)
+ # Compiling application source
+ SYSCONF_CXXFLAGS = -O2
+ SYSCONF_CFLAGS = -O2
diff --git a/x11/qt21/pkg/COMMENT b/x11/qt21/pkg/COMMENT
new file mode 100644
index 00000000000..d0cd197e837
--- /dev/null
+++ b/x11/qt21/pkg/COMMENT
@@ -0,0 +1 @@
+C++ X GUI toolkit
diff --git a/x11/qt21/pkg/DESCR b/x11/qt21/pkg/DESCR
new file mode 100644
index 00000000000..20d03bf3e97
--- /dev/null
+++ b/x11/qt21/pkg/DESCR
@@ -0,0 +1,10 @@
+Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
+maintaining GUI (graphical user interface) applications.
+Qt is written in C++ and is fully object-oriented. It has everything you need
+to create professional GUI applications. And it enables you to create them
+quickly.
+Qt is a multi-platform toolkit. When developing software with Qt, you can run
+it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
+Simply recompile your source code on the platform you want.
+Qt cuts down the complexity in implementing large and complex systems. Its
+ingenious signal-slot technology enables true component programming.
diff --git a/x11/qt21/pkg/MESSAGE b/x11/qt21/pkg/MESSAGE
new file mode 100644
index 00000000000..55d9563c3bb
--- /dev/null
+++ b/x11/qt21/pkg/MESSAGE
@@ -0,0 +1,18 @@
+$NetBSD: MESSAGE,v 1.1.1.1 2000/04/28 17:18:24 drochner Exp $
+
+To allow this
+package to coexist with other versions of Qt, it has been installed
+in ${X11BASE}/qt21/{bin,include,lib,doc}.
+
+You should be able to select this version of Qt when compiling
+programs which use it by ensuring that
+
+1) QTDIR is set to ${X11BASE}/qt21
+
+2) Use the "configure" argument "--with-qt-dir=${X11BASE}/qt21"
+
+3) you may also have to put ${X11BASE}/qt21/bin in your PATH
+
+To access Qt-2.1 man pages add ${X11BASE}/qt21/doc/man to your MANPATH
+environment variable. Note that the Qt-2.1 man pages are installed
+here to avoid conflicts with man pages of other Qt versions.
diff --git a/x11/qt21/pkg/PLIST b/x11/qt21/pkg/PLIST
new file mode 100644
index 00000000000..11323b3b156
--- /dev/null
+++ b/x11/qt21/pkg/PLIST
@@ -0,0 +1,1835 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/28 17:18:24 drochner Exp $
+qt21/bin/moc
+qt21/include/q1xcompatibility.h
+qt21/include/qabstractlayout.h
+qt21/include/qaccel.h
+qt21/include/qapp.h
+qt21/include/qapplication.h
+qt21/include/qarray.h
+qt21/include/qasciicache.h
+qt21/include/qasciidict.h
+qt21/include/qasyncimageio.h
+qt21/include/qasyncio.h
+qt21/include/qbig5codec.h
+qt21/include/qbitarray.h
+qt21/include/qbitarry.h
+qt21/include/qbitmap.h
+qt21/include/qbrush.h
+qt21/include/qbttngrp.h
+qt21/include/qbuffer.h
+qt21/include/qbutton.h
+qt21/include/qbuttongroup.h
+qt21/include/qcache.h
+qt21/include/qcdestyle.h
+qt21/include/qcheckbox.h
+qt21/include/qchkbox.h
+qt21/include/qclipboard.h
+qt21/include/qclipbrd.h
+qt21/include/qcollect.h
+qt21/include/qcollection.h
+qt21/include/qcolor.h
+qt21/include/qcolordialog.h
+qt21/include/qcombo.h
+qt21/include/qcombobox.h
+qt21/include/qcommonstyle.h
+qt21/include/qconnect.h
+qt21/include/qconnection.h
+qt21/include/qcstring.h
+qt21/include/qcursor.h
+qt21/include/qdatastream.h
+qt21/include/qdatetime.h
+qt21/include/qdatetm.h
+qt21/include/qdialog.h
+qt21/include/qdict.h
+qt21/include/qdir.h
+qt21/include/qdragobject.h
+qt21/include/qdrawutil.h
+qt21/include/qdrawutl.h
+qt21/include/qdropsite.h
+qt21/include/qdstream.h
+qt21/include/qeucjpcodec.h
+qt21/include/qeuckrcodec.h
+qt21/include/qevent.h
+qt21/include/qfile.h
+qt21/include/qfiledef.h
+qt21/include/qfiledialog.h
+qt21/include/qfiledlg.h
+qt21/include/qfileinf.h
+qt21/include/qfileinfo.h
+qt21/include/qfocusdata.h
+qt21/include/qfont.h
+qt21/include/qfontdatabase.h
+qt21/include/qfontdialog.h
+qt21/include/qfontdta.h
+qt21/include/qfontinf.h
+qt21/include/qfontinfo.h
+qt21/include/qfontmet.h
+qt21/include/qfontmetrics.h
+qt21/include/qframe.h
+qt21/include/qgarray.h
+qt21/include/qgbkcodec.h
+qt21/include/qgcache.h
+qt21/include/qgdict.h
+qt21/include/qgeneric.h
+qt21/include/qgif.h
+qt21/include/qgl.h
+qt21/include/qglist.h
+qt21/include/qglobal.h
+qt21/include/qgrid.h
+qt21/include/qgroupbox.h
+qt21/include/qgrpbox.h
+qt21/include/qguardedptr.h
+qt21/include/qgvector.h
+qt21/include/qhbox.h
+qt21/include/qhbuttongroup.h
+qt21/include/qheader.h
+qt21/include/qhgroupbox.h
+qt21/include/qiconset.h
+qt21/include/qiconview.h
+qt21/include/qimage.h
+qt21/include/qinputdialog.h
+qt21/include/qintcach.h
+qt21/include/qintcache.h
+qt21/include/qintdict.h
+qt21/include/qiodev.h
+qt21/include/qiodevice.h
+qt21/include/qjiscodec.h
+qt21/include/qjpegio.h
+qt21/include/qjpunicode.h
+qt21/include/qkeycode.h
+qt21/include/qkoi8codec.h
+qt21/include/qlabel.h
+qt21/include/qlayout.h
+qt21/include/qlcdnum.h
+qt21/include/qlcdnumber.h
+qt21/include/qlined.h
+qt21/include/qlineedit.h
+qt21/include/qlist.h
+qt21/include/qlistbox.h
+qt21/include/qlistview.h
+qt21/include/qlocalfs.h
+qt21/include/qmainwindow.h
+qt21/include/qmap.h
+qt21/include/qmenubar.h
+qt21/include/qmenudata.h
+qt21/include/qmenudta.h
+qt21/include/qmessagebox.h
+qt21/include/qmetaobj.h
+qt21/include/qmetaobject.h
+qt21/include/qmime.h
+qt21/include/qmlined.h
+qt21/include/qmotifstyle.h
+qt21/include/qmovie.h
+qt21/include/qmsgbox.h
+qt21/include/qmultilinedit.h
+qt21/include/qmultilineedit.h
+qt21/include/qnamespace.h
+qt21/include/qnetworkprotocol.h
+qt21/include/qnp.h
+qt21/include/qobjcoll.h
+qt21/include/qobjdefs.h
+qt21/include/qobject.h
+qt21/include/qobjectdefs.h
+qt21/include/qobjectdict.h
+qt21/include/qobjectlist.h
+qt21/include/qpaintd.h
+qt21/include/qpaintdc.h
+qt21/include/qpaintdevice.h
+qt21/include/qpaintdevicedefs.h
+qt21/include/qpaintdevicemetrics.h
+qt21/include/qpainter.h
+qt21/include/qpalette.h
+qt21/include/qpdevmet.h
+qt21/include/qpen.h
+qt21/include/qpicture.h
+qt21/include/qpixmap.h
+qt21/include/qpixmapcache.h
+qt21/include/qplatinumstyle.h
+qt21/include/qpmcache.h
+qt21/include/qpngio.h
+qt21/include/qpntarry.h
+qt21/include/qpoint.h
+qt21/include/qpointarray.h
+qt21/include/qpopmenu.h
+qt21/include/qpopupmenu.h
+qt21/include/qprintdialog.h
+qt21/include/qprinter.h
+qt21/include/qprndlg.h
+qt21/include/qprogbar.h
+qt21/include/qprogdlg.h
+qt21/include/qprogressbar.h
+qt21/include/qprogressdialog.h
+qt21/include/qpsprn.h
+qt21/include/qptrdict.h
+qt21/include/qpushbt.h
+qt21/include/qpushbutton.h
+qt21/include/qqueue.h
+qt21/include/qradiobt.h
+qt21/include/qradiobutton.h
+qt21/include/qrangecontrol.h
+qt21/include/qrangect.h
+qt21/include/qrect.h
+qt21/include/qregexp.h
+qt21/include/qregion.h
+qt21/include/qrtlcodec.h
+qt21/include/qscrbar.h
+qt21/include/qscrollbar.h
+qt21/include/qscrollview.h
+qt21/include/qsemimodal.h
+qt21/include/qsession.h
+qt21/include/qsessionmanager.h
+qt21/include/qshared.h
+qt21/include/qsignal.h
+qt21/include/qsignalmapper.h
+qt21/include/qsignalslotimp.h
+qt21/include/qsimplerichtext.h
+qt21/include/qsize.h
+qt21/include/qsizegrip.h
+qt21/include/qsizepolicy.h
+qt21/include/qsjiscodec.h
+qt21/include/qslider.h
+qt21/include/qsmartptr.h
+qt21/include/qsocketnotifier.h
+qt21/include/qsocknot.h
+qt21/include/qsortedlist.h
+qt21/include/qspinbox.h
+qt21/include/qsplitter.h
+qt21/include/qstack.h
+qt21/include/qstatusbar.h
+qt21/include/qstring.h
+qt21/include/qstringlist.h
+qt21/include/qstrlist.h
+qt21/include/qstrvec.h
+qt21/include/qstyle.h
+qt21/include/qstylesheet.h
+qt21/include/qt_x11.h
+qt21/include/qtabbar.h
+qt21/include/qtabdialog.h
+qt21/include/qtabdlg.h
+qt21/include/qtableview.h
+qt21/include/qtablevw.h
+qt21/include/qtabwidget.h
+qt21/include/qtextbrowser.h
+qt21/include/qtextcodec.h
+qt21/include/qtextstream.h
+qt21/include/qtextview.h
+qt21/include/qtimer.h
+qt21/include/qtl.h
+qt21/include/qtoolbar.h
+qt21/include/qtoolbutton.h
+qt21/include/qtooltip.h
+qt21/include/qtranslator.h
+qt21/include/qtstream.h
+qt21/include/qurl.h
+qt21/include/qurlinfo.h
+qt21/include/qurloperator.h
+qt21/include/qutfcodec.h
+qt21/include/qvalidator.h
+qt21/include/qvaluelist.h
+qt21/include/qvaluestack.h
+qt21/include/qvariant.h
+qt21/include/qvbox.h
+qt21/include/qvbuttongroup.h
+qt21/include/qvector.h
+qt21/include/qvgroupbox.h
+qt21/include/qwhatsthis.h
+qt21/include/qwidcoll.h
+qt21/include/qwidget.h
+qt21/include/qwidgetintdict.h
+qt21/include/qwidgetlist.h
+qt21/include/qwidgetstack.h
+qt21/include/qwindefs.h
+qt21/include/qwindow.h
+qt21/include/qwindowdefs.h
+qt21/include/qwindowsstyle.h
+qt21/include/qwizard.h
+qt21/include/qwmatrix.h
+qt21/include/qworkspace.h
+qt21/include/qxt.h
+qt21/lib/libqt.a
+qt21/lib/libqt.so.2.1
+qt21/doc/man/man3/QAccel.3
+qt21/doc/man/man3/QApplication.3
+qt21/doc/man/man3/QArray.3
+qt21/doc/man/man3/QAsciiCache.3
+qt21/doc/man/man3/QAsciiCacheIterator.3
+qt21/doc/man/man3/QAsciiDict.3
+qt21/doc/man/man3/QAsciiDictIterator.3
+qt21/doc/man/man3/QAsyncIO.3
+qt21/doc/man/man3/QBitArray.3
+qt21/doc/man/man3/QBitVal.3
+qt21/doc/man/man3/QBitmap.3
+qt21/doc/man/man3/QBoxLayout.3
+qt21/doc/man/man3/QBrush.3
+qt21/doc/man/man3/QBuffer.3
+qt21/doc/man/man3/QButton.3
+qt21/doc/man/man3/QButtonGroup.3
+qt21/doc/man/man3/QByteArray.3
+qt21/doc/man/man3/QCDEStyle.3
+qt21/doc/man/man3/QCString.3
+qt21/doc/man/man3/QCache.3
+qt21/doc/man/man3/QCacheIterator.3
+qt21/doc/man/man3/QChar.3
+qt21/doc/man/man3/QCharRef.3
+qt21/doc/man/man3/QCheckBox.3
+qt21/doc/man/man3/QCheckListItem.3
+qt21/doc/man/man3/QChildEvent.3
+qt21/doc/man/man3/QClipboard.3
+qt21/doc/man/man3/QCloseEvent.3
+qt21/doc/man/man3/QCollection.3
+qt21/doc/man/man3/QColor.3
+qt21/doc/man/man3/QColorDialog.3
+qt21/doc/man/man3/QColorDrag.3
+qt21/doc/man/man3/QColorGroup.3
+qt21/doc/man/man3/QComboBox.3
+qt21/doc/man/man3/QCommonStyle.3
+qt21/doc/man/man3/QConstString.3
+qt21/doc/man/man3/QCursor.3
+qt21/doc/man/man3/QCustomEvent.3
+qt21/doc/man/man3/QCustomMenuItem.3
+qt21/doc/man/man3/QDataPump.3
+qt21/doc/man/man3/QDataSink.3
+qt21/doc/man/man3/QDataSource.3
+qt21/doc/man/man3/QDataStream.3
+qt21/doc/man/man3/QDate.3
+qt21/doc/man/man3/QDateTime.3
+qt21/doc/man/man3/QDialog.3
+qt21/doc/man/man3/QDict.3
+qt21/doc/man/man3/QDictIterator.3
+qt21/doc/man/man3/QDir.3
+qt21/doc/man/man3/QDoubleValidator.3
+qt21/doc/man/man3/QDragEnterEvent.3
+qt21/doc/man/man3/QDragLeaveEvent.3
+qt21/doc/man/man3/QDragMoveEvent.3
+qt21/doc/man/man3/QDragObject.3
+qt21/doc/man/man3/QDropEvent.3
+qt21/doc/man/man3/QDropSite.3
+qt21/doc/man/man3/QEucJpCodec.3
+qt21/doc/man/man3/QEucKrCodec.3
+qt21/doc/man/man3/QEvent.3
+qt21/doc/man/man3/QFile.3
+qt21/doc/man/man3/QFileDialog.3
+qt21/doc/man/man3/QFileIconProvider.3
+qt21/doc/man/man3/QFileInfo.3
+qt21/doc/man/man3/QFilePreview.3
+qt21/doc/man/man3/QFocusData.3
+qt21/doc/man/man3/QFocusEvent.3
+qt21/doc/man/man3/QFont.3
+qt21/doc/man/man3/QFontDatabase.3
+qt21/doc/man/man3/QFontDialog.3
+qt21/doc/man/man3/QFontInfo.3
+qt21/doc/man/man3/QFontMetrics.3
+qt21/doc/man/man3/QFrame.3
+qt21/doc/man/man3/QGArray.3
+qt21/doc/man/man3/QGCache.3
+qt21/doc/man/man3/QGCacheIterator.3
+qt21/doc/man/man3/QGDict.3
+qt21/doc/man/man3/QGDictIterator.3
+qt21/doc/man/man3/QGL.3
+qt21/doc/man/man3/QGLContext.3
+qt21/doc/man/man3/QGLFormat.3
+qt21/doc/man/man3/QGLWidget.3
+qt21/doc/man/man3/QGLayoutIterator.3
+qt21/doc/man/man3/QGList.3
+qt21/doc/man/man3/QGListIterator.3
+qt21/doc/man/man3/QGVector.3
+qt21/doc/man/man3/QGbkCodec.3
+qt21/doc/man/man3/QGrid.3
+qt21/doc/man/man3/QGridLayout.3
+qt21/doc/man/man3/QGroupBox.3
+qt21/doc/man/man3/QGuardedPtr.3
+qt21/doc/man/man3/QHBox.3
+qt21/doc/man/man3/QHBoxLayout.3
+qt21/doc/man/man3/QHButtonGroup.3
+qt21/doc/man/man3/QHGroupBox.3
+qt21/doc/man/man3/QHeader.3
+qt21/doc/man/man3/QHideEvent.3
+qt21/doc/man/man3/QIODevice.3
+qt21/doc/man/man3/QIODeviceSource.3
+qt21/doc/man/man3/QIconDrag.3
+qt21/doc/man/man3/QIconDragItem.3
+qt21/doc/man/man3/QIconSet.3
+qt21/doc/man/man3/QIconView.3
+qt21/doc/man/man3/QIconViewItem.3
+qt21/doc/man/man3/QImage.3
+qt21/doc/man/man3/QImageConsumer.3
+qt21/doc/man/man3/QImageDecoder.3
+qt21/doc/man/man3/QImageDrag.3
+qt21/doc/man/man3/QImageFormat.3
+qt21/doc/man/man3/QImageFormatType.3
+qt21/doc/man/man3/QImageIO.3
+qt21/doc/man/man3/QInputDialog.3
+qt21/doc/man/man3/QIntCache.3
+qt21/doc/man/man3/QIntCacheIterator.3
+qt21/doc/man/man3/QIntDict.3
+qt21/doc/man/man3/QIntDictIterator.3
+qt21/doc/man/man3/QIntValidator.3
+qt21/doc/man/man3/QJisCodec.3
+qt21/doc/man/man3/QJpUnicodeConv.3
+qt21/doc/man/man3/QKeyEvent.3
+qt21/doc/man/man3/QLCDNumber.3
+qt21/doc/man/man3/QLNode.3
+qt21/doc/man/man3/QLabel.3
+qt21/doc/man/man3/QLayout.3
+qt21/doc/man/man3/QLayoutItem.3
+qt21/doc/man/man3/QLayoutIterator.3
+qt21/doc/man/man3/QLineEdit.3
+qt21/doc/man/man3/QList.3
+qt21/doc/man/man3/QListBox.3
+qt21/doc/man/man3/QListBoxItem.3
+qt21/doc/man/man3/QListBoxPixmap.3
+qt21/doc/man/man3/QListBoxText.3
+qt21/doc/man/man3/QListIterator.3
+qt21/doc/man/man3/QListView.3
+qt21/doc/man/man3/QListViewItem.3
+qt21/doc/man/man3/QListViewItemIterator.3
+qt21/doc/man/man3/QLocalFs.3
+qt21/doc/man/man3/QMainWindow.3
+qt21/doc/man/man3/QMap.3
+qt21/doc/man/man3/QMapConstIterator.3
+qt21/doc/man/man3/QMapIterator.3
+qt21/doc/man/man3/QMenuBar.3
+qt21/doc/man/man3/QMenuData.3
+qt21/doc/man/man3/QMessageBox.3
+qt21/doc/man/man3/QMetaObject.3
+qt21/doc/man/man3/QMetaProperty.3
+qt21/doc/man/man3/QMimeSource.3
+qt21/doc/man/man3/QMimeSourceFactory.3
+qt21/doc/man/man3/QMotifStyle.3
+qt21/doc/man/man3/QMouseEvent.3
+qt21/doc/man/man3/QMoveEvent.3
+qt21/doc/man/man3/QMovie.3
+qt21/doc/man/man3/QMultiLineEdit.3
+qt21/doc/man/man3/QNPInstance.3
+qt21/doc/man/man3/QNPStream.3
+qt21/doc/man/man3/QNPWidget.3
+qt21/doc/man/man3/QNPlugin.3
+qt21/doc/man/man3/QNetworkOperation.3
+qt21/doc/man/man3/QNetworkProtocol.3
+qt21/doc/man/man3/QObject.3
+qt21/doc/man/man3/QPNGImagePacker.3
+qt21/doc/man/man3/QPaintDevice.3
+qt21/doc/man/man3/QPaintDeviceMetrics.3
+qt21/doc/man/man3/QPaintEvent.3
+qt21/doc/man/man3/QPainter.3
+qt21/doc/man/man3/QPalette.3
+qt21/doc/man/man3/QPen.3
+qt21/doc/man/man3/QPicture.3
+qt21/doc/man/man3/QPixmap.3
+qt21/doc/man/man3/QPixmapCache.3
+qt21/doc/man/man3/QPlatinumStyle.3
+qt21/doc/man/man3/QPoint.3
+qt21/doc/man/man3/QPointArray.3
+qt21/doc/man/man3/QPopupMenu.3
+qt21/doc/man/man3/QPrinter.3
+qt21/doc/man/man3/QProgressBar.3
+qt21/doc/man/man3/QProgressDialog.3
+qt21/doc/man/man3/QPtrDict.3
+qt21/doc/man/man3/QPtrDictIterator.3
+qt21/doc/man/man3/QPushButton.3
+qt21/doc/man/man3/QQueue.3
+qt21/doc/man/man3/QRadioButton.3
+qt21/doc/man/man3/QRangeControl.3
+qt21/doc/man/man3/QRect.3
+qt21/doc/man/man3/QRegExp.3
+qt21/doc/man/man3/QRegion.3
+qt21/doc/man/man3/QResizeEvent.3
+qt21/doc/man/man3/QScrollBar.3
+qt21/doc/man/man3/QScrollView.3
+qt21/doc/man/man3/QSemiModal.3
+qt21/doc/man/man3/QSessionManager.3
+qt21/doc/man/man3/QShared.3
+qt21/doc/man/man3/QShowEvent.3
+qt21/doc/man/man3/QSignal.3
+qt21/doc/man/man3/QSignalMapper.3
+qt21/doc/man/man3/QSimpleRichText.3
+qt21/doc/man/man3/QSize.3
+qt21/doc/man/man3/QSizeGrip.3
+qt21/doc/man/man3/QSizePolicy.3
+qt21/doc/man/man3/QSlider.3
+qt21/doc/man/man3/QSocketNotifier.3
+qt21/doc/man/man3/QSortedList.3
+qt21/doc/man/man3/QSpacerItem.3
+qt21/doc/man/man3/QSpinBox.3
+qt21/doc/man/man3/QSplitter.3
+qt21/doc/man/man3/QStack.3
+qt21/doc/man/man3/QStatusBar.3
+qt21/doc/man/man3/QStoredDrag.3
+qt21/doc/man/man3/QStrIList.3
+qt21/doc/man/man3/QStrList.3
+qt21/doc/man/man3/QStrListIterator.3
+qt21/doc/man/man3/QString.3
+qt21/doc/man/man3/QStringList.3
+qt21/doc/man/man3/QStyle.3
+qt21/doc/man/man3/QStyleSheet.3
+qt21/doc/man/man3/QStyleSheetItem.3
+qt21/doc/man/man3/QTab.3
+qt21/doc/man/man3/QTabBar.3
+qt21/doc/man/man3/QTabDialog.3
+qt21/doc/man/man3/QTabWidget.3
+qt21/doc/man/man3/QTableView.3
+qt21/doc/man/man3/QTextBrowser.3
+qt21/doc/man/man3/QTextCodec.3
+qt21/doc/man/man3/QTextDecoder.3
+qt21/doc/man/man3/QTextDrag.3
+qt21/doc/man/man3/QTextEncoder.3
+qt21/doc/man/man3/QTextIStream.3
+qt21/doc/man/man3/QTextOStream.3
+qt21/doc/man/man3/QTextStream.3
+qt21/doc/man/man3/QTextView.3
+qt21/doc/man/man3/QTime.3
+qt21/doc/man/man3/QTimer.3
+qt21/doc/man/man3/QTimerEvent.3
+qt21/doc/man/man3/QToolBar.3
+qt21/doc/man/man3/QToolButton.3
+qt21/doc/man/man3/QToolTip.3
+qt21/doc/man/man3/QToolTipGroup.3
+qt21/doc/man/man3/QTranslator.3
+qt21/doc/man/man3/QUriDrag.3
+qt21/doc/man/man3/QUrl.3
+qt21/doc/man/man3/QUrlOperator.3
+qt21/doc/man/man3/QVBox.3
+qt21/doc/man/man3/QVBoxLayout.3
+qt21/doc/man/man3/QVButtonGroup.3
+qt21/doc/man/man3/QVGroupBox.3
+qt21/doc/man/man3/QValidator.3
+qt21/doc/man/man3/QValueList.3
+qt21/doc/man/man3/QValueListConstIterator.3
+qt21/doc/man/man3/QValueListIterator.3
+qt21/doc/man/man3/QValueStack.3
+qt21/doc/man/man3/QVariant.3
+qt21/doc/man/man3/QVector.3
+qt21/doc/man/man3/QWMatrix.3
+qt21/doc/man/man3/QWhatsThis.3
+qt21/doc/man/man3/QWheelEvent.3
+qt21/doc/man/man3/QWidget.3
+qt21/doc/man/man3/QWidgetItem.3
+qt21/doc/man/man3/QWidgetStack.3
+qt21/doc/man/man3/QWindowsStyle.3
+qt21/doc/man/man3/QWizard.3
+qt21/doc/man/man3/QWorkspace.3
+qt21/doc/man/man3/QXtApplication.3
+qt21/doc/man/man3/QXtWidget.3
+qt21/doc/man/man3/Qt.3
+qt21/doc/man/man3/qaccel.3
+qt21/doc/man/man3/qapplication.3
+qt21/doc/man/man3/qarray.3
+qt21/doc/man/man3/qasciicache.3
+qt21/doc/man/man3/qasciicacheiterator.3
+qt21/doc/man/man3/qasciidict.3
+qt21/doc/man/man3/qasciidictiterator.3
+qt21/doc/man/man3/qasyncio.3
+qt21/doc/man/man3/qbitarray.3
+qt21/doc/man/man3/qbitmap.3
+qt21/doc/man/man3/qbitval.3
+qt21/doc/man/man3/qboxlayout.3
+qt21/doc/man/man3/qbrush.3
+qt21/doc/man/man3/qbuffer.3
+qt21/doc/man/man3/qbutton.3
+qt21/doc/man/man3/qbuttongroup.3
+qt21/doc/man/man3/qbytearray.3
+qt21/doc/man/man3/qcache.3
+qt21/doc/man/man3/qcacheiterator.3
+qt21/doc/man/man3/qcdestyle.3
+qt21/doc/man/man3/qchar.3
+qt21/doc/man/man3/qcharref.3
+qt21/doc/man/man3/qcheckbox.3
+qt21/doc/man/man3/qchecklistitem.3
+qt21/doc/man/man3/qchildevent.3
+qt21/doc/man/man3/qclipboard.3
+qt21/doc/man/man3/qcloseevent.3
+qt21/doc/man/man3/qcollection.3
+qt21/doc/man/man3/qcolor.3
+qt21/doc/man/man3/qcolordialog.3
+qt21/doc/man/man3/qcolordrag.3
+qt21/doc/man/man3/qcolorgroup.3
+qt21/doc/man/man3/qcombobox.3
+qt21/doc/man/man3/qcommonstyle.3
+qt21/doc/man/man3/qconststring.3
+qt21/doc/man/man3/qcstring.3
+qt21/doc/man/man3/qcursor.3
+qt21/doc/man/man3/qcustomevent.3
+qt21/doc/man/man3/qcustommenuitem.3
+qt21/doc/man/man3/qdatapump.3
+qt21/doc/man/man3/qdatasink.3
+qt21/doc/man/man3/qdatasource.3
+qt21/doc/man/man3/qdatastream.3
+qt21/doc/man/man3/qdate.3
+qt21/doc/man/man3/qdatetime.3
+qt21/doc/man/man3/qdialog.3
+qt21/doc/man/man3/qdict.3
+qt21/doc/man/man3/qdictiterator.3
+qt21/doc/man/man3/qdir.3
+qt21/doc/man/man3/qdoublevalidator.3
+qt21/doc/man/man3/qdragenterevent.3
+qt21/doc/man/man3/qdragleaveevent.3
+qt21/doc/man/man3/qdragmoveevent.3
+qt21/doc/man/man3/qdragobject.3
+qt21/doc/man/man3/qdropevent.3
+qt21/doc/man/man3/qdropsite.3
+qt21/doc/man/man3/qeucjpcodec.3
+qt21/doc/man/man3/qeuckrcodec.3
+qt21/doc/man/man3/qevent.3
+qt21/doc/man/man3/qfile.3
+qt21/doc/man/man3/qfiledialog.3
+qt21/doc/man/man3/qfileiconprovider.3
+qt21/doc/man/man3/qfileinfo.3
+qt21/doc/man/man3/qfilepreview.3
+qt21/doc/man/man3/qfocusdata.3
+qt21/doc/man/man3/qfocusevent.3
+qt21/doc/man/man3/qfont.3
+qt21/doc/man/man3/qfontdatabase.3
+qt21/doc/man/man3/qfontdialog.3
+qt21/doc/man/man3/qfontinfo.3
+qt21/doc/man/man3/qfontmetrics.3
+qt21/doc/man/man3/qframe.3
+qt21/doc/man/man3/qgarray.3
+qt21/doc/man/man3/qgbkcodec.3
+qt21/doc/man/man3/qgcache.3
+qt21/doc/man/man3/qgcacheiterator.3
+qt21/doc/man/man3/qgdict.3
+qt21/doc/man/man3/qgdictiterator.3
+qt21/doc/man/man3/qgl.3
+qt21/doc/man/man3/qglayoutiterator.3
+qt21/doc/man/man3/qglcontext.3
+qt21/doc/man/man3/qglformat.3
+qt21/doc/man/man3/qglist.3
+qt21/doc/man/man3/qglistiterator.3
+qt21/doc/man/man3/qglwidget.3
+qt21/doc/man/man3/qgrid.3
+qt21/doc/man/man3/qgridlayout.3
+qt21/doc/man/man3/qgroupbox.3
+qt21/doc/man/man3/qguardedptr.3
+qt21/doc/man/man3/qgvector.3
+qt21/doc/man/man3/qhbox.3
+qt21/doc/man/man3/qhboxlayout.3
+qt21/doc/man/man3/qhbuttongroup.3
+qt21/doc/man/man3/qheader.3
+qt21/doc/man/man3/qhgroupbox.3
+qt21/doc/man/man3/qhideevent.3
+qt21/doc/man/man3/qicondrag.3
+qt21/doc/man/man3/qicondragitem.3
+qt21/doc/man/man3/qiconset.3
+qt21/doc/man/man3/qiconview.3
+qt21/doc/man/man3/qiconviewitem.3
+qt21/doc/man/man3/qimage.3
+qt21/doc/man/man3/qimageconsumer.3
+qt21/doc/man/man3/qimagedecoder.3
+qt21/doc/man/man3/qimagedrag.3
+qt21/doc/man/man3/qimageformat.3
+qt21/doc/man/man3/qimageformattype.3
+qt21/doc/man/man3/qimageio.3
+qt21/doc/man/man3/qinputdialog.3
+qt21/doc/man/man3/qintcache.3
+qt21/doc/man/man3/qintcacheiterator.3
+qt21/doc/man/man3/qintdict.3
+qt21/doc/man/man3/qintdictiterator.3
+qt21/doc/man/man3/qintvalidator.3
+qt21/doc/man/man3/qiodevice.3
+qt21/doc/man/man3/qiodevicesource.3
+qt21/doc/man/man3/qjiscodec.3
+qt21/doc/man/man3/qjpunicodeconv.3
+qt21/doc/man/man3/qkeyevent.3
+qt21/doc/man/man3/qlabel.3
+qt21/doc/man/man3/qlayout.3
+qt21/doc/man/man3/qlayoutitem.3
+qt21/doc/man/man3/qlayoutiterator.3
+qt21/doc/man/man3/qlcdnumber.3
+qt21/doc/man/man3/qlineedit.3
+qt21/doc/man/man3/qlist.3
+qt21/doc/man/man3/qlistbox.3
+qt21/doc/man/man3/qlistboxitem.3
+qt21/doc/man/man3/qlistboxpixmap.3
+qt21/doc/man/man3/qlistboxtext.3
+qt21/doc/man/man3/qlistiterator.3
+qt21/doc/man/man3/qlistview.3
+qt21/doc/man/man3/qlistviewitem.3
+qt21/doc/man/man3/qlistviewitemiterator.3
+qt21/doc/man/man3/qlnode.3
+qt21/doc/man/man3/qlocalfs.3
+qt21/doc/man/man3/qmainwindow.3
+qt21/doc/man/man3/qmap.3
+qt21/doc/man/man3/qmapconstiterator.3
+qt21/doc/man/man3/qmapiterator.3
+qt21/doc/man/man3/qmenubar.3
+qt21/doc/man/man3/qmenudata.3
+qt21/doc/man/man3/qmessagebox.3
+qt21/doc/man/man3/qmetaobject.3
+qt21/doc/man/man3/qmetaproperty.3
+qt21/doc/man/man3/qmimesource.3
+qt21/doc/man/man3/qmimesourcefactory.3
+qt21/doc/man/man3/qmotifstyle.3
+qt21/doc/man/man3/qmouseevent.3
+qt21/doc/man/man3/qmoveevent.3
+qt21/doc/man/man3/qmovie.3
+qt21/doc/man/man3/qmultilineedit.3
+qt21/doc/man/man3/qnetworkoperation.3
+qt21/doc/man/man3/qnetworkprotocol.3
+qt21/doc/man/man3/qnpinstance.3
+qt21/doc/man/man3/qnplugin.3
+qt21/doc/man/man3/qnpstream.3
+qt21/doc/man/man3/qnpwidget.3
+qt21/doc/man/man3/qobject.3
+qt21/doc/man/man3/qpaintdevice.3
+qt21/doc/man/man3/qpaintdevicemetrics.3
+qt21/doc/man/man3/qpainter.3
+qt21/doc/man/man3/qpaintevent.3
+qt21/doc/man/man3/qpalette.3
+qt21/doc/man/man3/qpen.3
+qt21/doc/man/man3/qpicture.3
+qt21/doc/man/man3/qpixmap.3
+qt21/doc/man/man3/qpixmapcache.3
+qt21/doc/man/man3/qplatinumstyle.3
+qt21/doc/man/man3/qpngimagepacker.3
+qt21/doc/man/man3/qpoint.3
+qt21/doc/man/man3/qpointarray.3
+qt21/doc/man/man3/qpopupmenu.3
+qt21/doc/man/man3/qprinter.3
+qt21/doc/man/man3/qprogressbar.3
+qt21/doc/man/man3/qprogressdialog.3
+qt21/doc/man/man3/qptrdict.3
+qt21/doc/man/man3/qptrdictiterator.3
+qt21/doc/man/man3/qpushbutton.3
+qt21/doc/man/man3/qqueue.3
+qt21/doc/man/man3/qradiobutton.3
+qt21/doc/man/man3/qrangecontrol.3
+qt21/doc/man/man3/qrect.3
+qt21/doc/man/man3/qregexp.3
+qt21/doc/man/man3/qregion.3
+qt21/doc/man/man3/qresizeevent.3
+qt21/doc/man/man3/qscrollbar.3
+qt21/doc/man/man3/qscrollview.3
+qt21/doc/man/man3/qsemimodal.3
+qt21/doc/man/man3/qsessionmanager.3
+qt21/doc/man/man3/qshared.3
+qt21/doc/man/man3/qshowevent.3
+qt21/doc/man/man3/qsignal.3
+qt21/doc/man/man3/qsignalmapper.3
+qt21/doc/man/man3/qsimplerichtext.3
+qt21/doc/man/man3/qsize.3
+qt21/doc/man/man3/qsizegrip.3
+qt21/doc/man/man3/qsizepolicy.3
+qt21/doc/man/man3/qslider.3
+qt21/doc/man/man3/qsocketnotifier.3
+qt21/doc/man/man3/qsortedlist.3
+qt21/doc/man/man3/qspaceritem.3
+qt21/doc/man/man3/qspinbox.3
+qt21/doc/man/man3/qsplitter.3
+qt21/doc/man/man3/qstack.3
+qt21/doc/man/man3/qstatusbar.3
+qt21/doc/man/man3/qstoreddrag.3
+qt21/doc/man/man3/qstrilist.3
+qt21/doc/man/man3/qstring.3
+qt21/doc/man/man3/qstringlist.3
+qt21/doc/man/man3/qstrlist.3
+qt21/doc/man/man3/qstrlistiterator.3
+qt21/doc/man/man3/qstyle.3
+qt21/doc/man/man3/qstylesheet.3
+qt21/doc/man/man3/qstylesheetitem.3
+qt21/doc/man/man3/qt.3
+qt21/doc/man/man3/qtab.3
+qt21/doc/man/man3/qtabbar.3
+qt21/doc/man/man3/qtabdialog.3
+qt21/doc/man/man3/qtableview.3
+qt21/doc/man/man3/qtabwidget.3
+qt21/doc/man/man3/qtextbrowser.3
+qt21/doc/man/man3/qtextcodec.3
+qt21/doc/man/man3/qtextdecoder.3
+qt21/doc/man/man3/qtextdrag.3
+qt21/doc/man/man3/qtextencoder.3
+qt21/doc/man/man3/qtextistream.3
+qt21/doc/man/man3/qtextostream.3
+qt21/doc/man/man3/qtextstream.3
+qt21/doc/man/man3/qtextview.3
+qt21/doc/man/man3/qtime.3
+qt21/doc/man/man3/qtimer.3
+qt21/doc/man/man3/qtimerevent.3
+qt21/doc/man/man3/qtoolbar.3
+qt21/doc/man/man3/qtoolbutton.3
+qt21/doc/man/man3/qtooltip.3
+qt21/doc/man/man3/qtooltipgroup.3
+qt21/doc/man/man3/qtranslator.3
+qt21/doc/man/man3/quridrag.3
+qt21/doc/man/man3/qurl.3
+qt21/doc/man/man3/qurloperator.3
+qt21/doc/man/man3/qvalidator.3
+qt21/doc/man/man3/qvaluelist.3
+qt21/doc/man/man3/qvaluelistconstiterator.3
+qt21/doc/man/man3/qvaluelistiterator.3
+qt21/doc/man/man3/qvaluestack.3
+qt21/doc/man/man3/qvariant.3
+qt21/doc/man/man3/qvbox.3
+qt21/doc/man/man3/qvboxlayout.3
+qt21/doc/man/man3/qvbuttongroup.3
+qt21/doc/man/man3/qvector.3
+qt21/doc/man/man3/qvgroupbox.3
+qt21/doc/man/man3/qwhatsthis.3
+qt21/doc/man/man3/qwheelevent.3
+qt21/doc/man/man3/qwidget.3
+qt21/doc/man/man3/qwidgetitem.3
+qt21/doc/man/man3/qwidgetstack.3
+qt21/doc/man/man3/qwindowsstyle.3
+qt21/doc/man/man3/qwizard.3
+qt21/doc/man/man3/qwmatrix.3
+qt21/doc/man/man3/qworkspace.3
+qt21/doc/man/man3/qxtapplication.3
+qt21/doc/man/man3/qxtwidget.3
+qt21/doc/README
+qt21/doc/README.QT
+qt21/doc/html/aboutqt.html
+qt21/doc/html/abstractwidgets.html
+qt21/doc/html/accelerators.html
+qt21/doc/html/aclock-main-cpp.html
+qt21/doc/html/addressbook-main-cpp.html
+qt21/doc/html/advanced.html
+qt21/doc/html/annotated.html
+qt21/doc/html/appearance.html
+qt21/doc/html/appicon.html
+qt21/doc/html/application-main-cpp.html
+qt21/doc/html/application.html
+qt21/doc/html/basic.html
+qt21/doc/html/bearings.png
+qt21/doc/html/biff-main-cpp.html
+qt21/doc/html/book.png
+qt21/doc/html/bughowto.html
+qt21/doc/html/buttongroup-m.png
+qt21/doc/html/buttongroup-w.png
+qt21/doc/html/buttongroups-main-cpp.html
+qt21/doc/html/buyhowto.html
+qt21/doc/html/changes21.html
+qt21/doc/html/checklists-main-cpp.html
+qt21/doc/html/classes.html
+qt21/doc/html/collection.html
+qt21/doc/html/commonproblems.html
+qt21/doc/html/coordsys.html
+qt21/doc/html/coordsys.png
+qt21/doc/html/credits.html
+qt21/doc/html/cursor-cursor-cpp.html
+qt21/doc/html/customlayout-main-cpp.html
+qt21/doc/html/customlayout.html
+qt21/doc/html/dclock-main-cpp.html
+qt21/doc/html/debug.html
+qt21/doc/html/design.html
+qt21/doc/html/desktop-desktop-cpp.html
+qt21/doc/html/dialogs.html
+qt21/doc/html/dirview-main-cpp.html
+qt21/doc/html/dnd.html
+qt21/doc/html/dochead.png
+qt21/doc/html/draganddrop.html
+qt21/doc/html/drawdemo-drawdemo-cpp.html
+qt21/doc/html/drawing.html
+qt21/doc/html/drawlines-connect-cpp.html
+qt21/doc/html/easteregg.html
+qt21/doc/html/easteregg2.html
+qt21/doc/html/environment.html
+qt21/doc/html/eventsandfilters.html
+qt21/doc/html/examples.html
+qt21/doc/html/fileiconview-main-cpp.html
+qt21/doc/html/focus.html
+qt21/doc/html/fontmatch.html
+qt21/doc/html/forever-forever-cpp.html
+qt21/doc/html/frames.png
+qt21/doc/html/functions.html
+qt21/doc/html/geomanagement.html
+qt21/doc/html/geometry.html
+qt21/doc/html/geometry.png
+qt21/doc/html/graph.g1n
+qt21/doc/html/grapher-grapher-cpp.html
+qt21/doc/html/gridlayout.png
+qt21/doc/html/groupbox-m.png
+qt21/doc/html/groupbox-w.png
+qt21/doc/html/guibooks.html
+qt21/doc/html/headers.html
+qt21/doc/html/hello-main-cpp.html
+qt21/doc/html/helpsystem.html
+qt21/doc/html/helpviewer-main-cpp.html
+qt21/doc/html/hierarchy.html
+qt21/doc/html/i18n-main-cpp.html
+qt21/doc/html/i18n.html
+qt21/doc/html/iconview-main-cpp.html
+qt21/doc/html/images.html
+qt21/doc/html/index
+qt21/doc/html/index.html
+qt21/doc/html/io.html
+qt21/doc/html/keyfeatures21.html
+qt21/doc/html/layout-layout-cpp.html
+qt21/doc/html/layout.html
+qt21/doc/html/letter.png
+qt21/doc/html/license.html
+qt21/doc/html/licenses.html
+qt21/doc/html/life-main-cpp.html
+qt21/doc/html/lineedits-main-cpp.html
+qt21/doc/html/listbox-main-cpp.html
+qt21/doc/html/listboxcombo-main-cpp.html
+qt21/doc/html/listviews-main-cpp.html
+qt21/doc/html/mailinglists.html
+qt21/doc/html/mainlyMotif-editor-cpp.html
+qt21/doc/html/mainlyQt-editor-cpp.html
+qt21/doc/html/mainlyXt-editor-cpp.html
+qt21/doc/html/mainwindow-m.png
+qt21/doc/html/mainwindow-w.png
+qt21/doc/html/mdi-main-cpp.html
+qt21/doc/html/menu-menu-cpp.html
+qt21/doc/html/metaobjects.html
+qt21/doc/html/misc.html
+qt21/doc/html/moc.html
+qt21/doc/html/movies-main-cpp.html
+qt21/doc/html/network.html
+qt21/doc/html/nsplugin.html
+qt21/doc/html/object.html
+qt21/doc/html/objectmodel.html
+qt21/doc/html/objecttrees.html
+qt21/doc/html/opengl.html
+qt21/doc/html/organizers.html
+qt21/doc/html/palette.png
+qt21/doc/html/picture-picture-cpp.html
+qt21/doc/html/pictures.html
+qt21/doc/html/pnglogo.png
+qt21/doc/html/popup-popup-cpp.html
+qt21/doc/html/porting.html
+qt21/doc/html/primes.html
+qt21/doc/html/progress-progress-cpp.html
+qt21/doc/html/progressbar-main-cpp.html
+qt21/doc/html/properties.html
+qt21/doc/html/qabstractlayout-h.html
+qt21/doc/html/qaccel-h.html
+qt21/doc/html/qaccel-members.html
+qt21/doc/html/qaccel.html
+qt21/doc/html/qapplication-h.html
+qt21/doc/html/qapplication-members.html
+qt21/doc/html/qapplication.html
+qt21/doc/html/qarray-h.html
+qt21/doc/html/qarray-members.html
+qt21/doc/html/qarray.html
+qt21/doc/html/qasciicache-h.html
+qt21/doc/html/qasciicache-members.html
+qt21/doc/html/qasciicache.html
+qt21/doc/html/qasciicacheiterator-members.html
+qt21/doc/html/qasciicacheiterator.html
+qt21/doc/html/qasciidict-h.html
+qt21/doc/html/qasciidict-members.html
+qt21/doc/html/qasciidict.html
+qt21/doc/html/qasciidictiterator-members.html
+qt21/doc/html/qasciidictiterator.html
+qt21/doc/html/qasyncimageio-h.html
+qt21/doc/html/qasyncio-h.html
+qt21/doc/html/qasyncio-members.html
+qt21/doc/html/qasyncio.html
+qt21/doc/html/qbitarray-h.html
+qt21/doc/html/qbitarray-members.html
+qt21/doc/html/qbitarray.html
+qt21/doc/html/qbitmap-h.html
+qt21/doc/html/qbitmap-members.html
+qt21/doc/html/qbitmap.html
+qt21/doc/html/qbitval-members.html
+qt21/doc/html/qbitval.html
+qt21/doc/html/qboxlayout-members.html
+qt21/doc/html/qboxlayout.html
+qt21/doc/html/qbrush-h.html
+qt21/doc/html/qbrush-members.html
+qt21/doc/html/qbrush.html
+qt21/doc/html/qbttngrp-m.png
+qt21/doc/html/qbttngrp-w.png
+qt21/doc/html/qbuffer-h.html
+qt21/doc/html/qbuffer-members.html
+qt21/doc/html/qbuffer.html
+qt21/doc/html/qbutton-h.html
+qt21/doc/html/qbutton-members.html
+qt21/doc/html/qbutton.html
+qt21/doc/html/qbuttongroup-h.html
+qt21/doc/html/qbuttongroup-members.html
+qt21/doc/html/qbuttongroup.html
+qt21/doc/html/qbytearray-members.html
+qt21/doc/html/qbytearray.html
+qt21/doc/html/qcache-h.html
+qt21/doc/html/qcache-members.html
+qt21/doc/html/qcache.html
+qt21/doc/html/qcacheiterator-members.html
+qt21/doc/html/qcacheiterator.html
+qt21/doc/html/qcdestyle-h.html
+qt21/doc/html/qcdestyle-members.html
+qt21/doc/html/qcdestyle.html
+qt21/doc/html/qchar-members.html
+qt21/doc/html/qchar.html
+qt21/doc/html/qcharref-members.html
+qt21/doc/html/qcharref.html
+qt21/doc/html/qcheckbox-h.html
+qt21/doc/html/qcheckbox-m.png
+qt21/doc/html/qcheckbox-members.html
+qt21/doc/html/qcheckbox-w.png
+qt21/doc/html/qcheckbox.html
+qt21/doc/html/qchecklistitem-members.html
+qt21/doc/html/qchecklistitem.html
+qt21/doc/html/qchildevent-members.html
+qt21/doc/html/qchildevent.html
+qt21/doc/html/qchkbox-m.png
+qt21/doc/html/qchkbox-w.png
+qt21/doc/html/qclassinfo-members.html
+qt21/doc/html/qclipboard-h.html
+qt21/doc/html/qclipboard-members.html
+qt21/doc/html/qclipboard.html
+qt21/doc/html/qcloseevent-members.html
+qt21/doc/html/qcloseevent.html
+qt21/doc/html/qcollection-h.html
+qt21/doc/html/qcollection-members.html
+qt21/doc/html/qcollection.html
+qt21/doc/html/qcolor-h.html
+qt21/doc/html/qcolor-members.html
+qt21/doc/html/qcolor.html
+qt21/doc/html/qcolordialog-h.html
+qt21/doc/html/qcolordialog-members.html
+qt21/doc/html/qcolordialog.html
+qt21/doc/html/qcolordlg-m.png
+qt21/doc/html/qcolordlg-w.png
+qt21/doc/html/qcolordrag-members.html
+qt21/doc/html/qcolordrag.html
+qt21/doc/html/qcolorgroup-members.html
+qt21/doc/html/qcolorgroup.html
+qt21/doc/html/qcombo1-m.png
+qt21/doc/html/qcombo1-w.png
+qt21/doc/html/qcombo2-m.png
+qt21/doc/html/qcombo2-w.png
+qt21/doc/html/qcombo3-m.png
+qt21/doc/html/qcombo3-w.png
+qt21/doc/html/qcombobox-h.html
+qt21/doc/html/qcombobox-members.html
+qt21/doc/html/qcombobox.html
+qt21/doc/html/qcommonstyle-h.html
+qt21/doc/html/qcommonstyle-members.html
+qt21/doc/html/qcommonstyle.html
+qt21/doc/html/qconnection-h.html
+qt21/doc/html/qconnection-members.html
+qt21/doc/html/qconnection.html
+qt21/doc/html/qconststring-members.html
+qt21/doc/html/qconststring.html
+qt21/doc/html/qcstring-h.html
+qt21/doc/html/qcstring-members.html
+qt21/doc/html/qcstring.html
+qt21/doc/html/qcursor-h.html
+qt21/doc/html/qcursor-members.html
+qt21/doc/html/qcursor.html
+qt21/doc/html/qcustomevent-members.html
+qt21/doc/html/qcustomevent.html
+qt21/doc/html/qcustommenuitem-members.html
+qt21/doc/html/qcustommenuitem.html
+qt21/doc/html/qdatapump-members.html
+qt21/doc/html/qdatapump.html
+qt21/doc/html/qdatasink-members.html
+qt21/doc/html/qdatasink.html
+qt21/doc/html/qdatasource-members.html
+qt21/doc/html/qdatasource.html
+qt21/doc/html/qdatastream-h.html
+qt21/doc/html/qdatastream-members.html
+qt21/doc/html/qdatastream.html
+qt21/doc/html/qdate-members.html
+qt21/doc/html/qdate.html
+qt21/doc/html/qdatetime-h.html
+qt21/doc/html/qdatetime-members.html
+qt21/doc/html/qdatetime.html
+qt21/doc/html/qdial-m.png
+qt21/doc/html/qdial-w.png
+qt21/doc/html/qdialog-h.html
+qt21/doc/html/qdialog-members.html
+qt21/doc/html/qdialog.html
+qt21/doc/html/qdict-h.html
+qt21/doc/html/qdict-members.html
+qt21/doc/html/qdict.html
+qt21/doc/html/qdictiterator-members.html
+qt21/doc/html/qdictiterator.html
+qt21/doc/html/qdir-h.html
+qt21/doc/html/qdir-members.html
+qt21/doc/html/qdir.html
+qt21/doc/html/qdoublevalidator-members.html
+qt21/doc/html/qdoublevalidator.html
+qt21/doc/html/qdragenterevent-members.html
+qt21/doc/html/qdragenterevent.html
+qt21/doc/html/qdragleaveevent-members.html
+qt21/doc/html/qdragleaveevent.html
+qt21/doc/html/qdragmoveevent-members.html
+qt21/doc/html/qdragmoveevent.html
+qt21/doc/html/qdragobject-h.html
+qt21/doc/html/qdragobject-members.html
+qt21/doc/html/qdragobject.html
+qt21/doc/html/qdrawutil-h.html
+qt21/doc/html/qdropevent-members.html
+qt21/doc/html/qdropevent.html
+qt21/doc/html/qdropsite-h.html
+qt21/doc/html/qdropsite-members.html
+qt21/doc/html/qdropsite.html
+qt21/doc/html/qeucjpcodec-h.html
+qt21/doc/html/qeucjpcodec-members.html
+qt21/doc/html/qeucjpcodec.html
+qt21/doc/html/qeuckrcodec-h.html
+qt21/doc/html/qeuckrcodec-members.html
+qt21/doc/html/qeuckrcodec.html
+qt21/doc/html/qevent-h.html
+qt21/doc/html/qevent-members.html
+qt21/doc/html/qevent.html
+qt21/doc/html/qfd-qfd-cpp.html
+qt21/doc/html/qfile-h.html
+qt21/doc/html/qfile-members.html
+qt21/doc/html/qfile.html
+qt21/doc/html/qfiledialog-h.html
+qt21/doc/html/qfiledialog-members.html
+qt21/doc/html/qfiledialog.html
+qt21/doc/html/qfiledlg-m.png
+qt21/doc/html/qfiledlg-w.png
+qt21/doc/html/qfileiconprovider-members.html
+qt21/doc/html/qfileiconprovider.html
+qt21/doc/html/qfileinfo-h.html
+qt21/doc/html/qfileinfo-members.html
+qt21/doc/html/qfileinfo.html
+qt21/doc/html/qfilepreview-members.html
+qt21/doc/html/qfilepreview.html
+qt21/doc/html/qfocusdata-h.html
+qt21/doc/html/qfocusdata-members.html
+qt21/doc/html/qfocusdata.html
+qt21/doc/html/qfocusevent-members.html
+qt21/doc/html/qfocusevent.html
+qt21/doc/html/qfont-h.html
+qt21/doc/html/qfont-members.html
+qt21/doc/html/qfont.html
+qt21/doc/html/qfontdatabase-h.html
+qt21/doc/html/qfontdatabase-members.html
+qt21/doc/html/qfontdatabase.html
+qt21/doc/html/qfontdialog-h.html
+qt21/doc/html/qfontdialog-members.html
+qt21/doc/html/qfontdialog.html
+qt21/doc/html/qfontdlg-m.png
+qt21/doc/html/qfontdlg-w.png
+qt21/doc/html/qfontinfo-h.html
+qt21/doc/html/qfontinfo-members.html
+qt21/doc/html/qfontinfo.html
+qt21/doc/html/qfontmetrics-h.html
+qt21/doc/html/qfontmetrics-members.html
+qt21/doc/html/qfontmetrics.html
+qt21/doc/html/qframe-h.html
+qt21/doc/html/qframe-members.html
+qt21/doc/html/qframe.html
+qt21/doc/html/qgarray-h.html
+qt21/doc/html/qgarray-members.html
+qt21/doc/html/qgarray.html
+qt21/doc/html/qgbkcodec-h.html
+qt21/doc/html/qgbkcodec-members.html
+qt21/doc/html/qgbkcodec.html
+qt21/doc/html/qgcache-h.html
+qt21/doc/html/qgcache-members.html
+qt21/doc/html/qgcache.html
+qt21/doc/html/qgcacheiterator-members.html
+qt21/doc/html/qgcacheiterator.html
+qt21/doc/html/qgdict-h.html
+qt21/doc/html/qgdict-members.html
+qt21/doc/html/qgdict.html
+qt21/doc/html/qgdictiterator-members.html
+qt21/doc/html/qgdictiterator.html
+qt21/doc/html/qgl-h.html
+qt21/doc/html/qgl-members.html
+qt21/doc/html/qgl.html
+qt21/doc/html/qglayoutiterator-members.html
+qt21/doc/html/qglayoutiterator.html
+qt21/doc/html/qglcontext-members.html
+qt21/doc/html/qglcontext.html
+qt21/doc/html/qglformat-members.html
+qt21/doc/html/qglformat.html
+qt21/doc/html/qglist-h.html
+qt21/doc/html/qglist-members.html
+qt21/doc/html/qglist.html
+qt21/doc/html/qglistiterator-members.html
+qt21/doc/html/qglistiterator.html
+qt21/doc/html/qglobal-h.html
+qt21/doc/html/qglwidget-members.html
+qt21/doc/html/qglwidget.html
+qt21/doc/html/qgrid-h.html
+qt21/doc/html/qgrid-m.png
+qt21/doc/html/qgrid-members.html
+qt21/doc/html/qgrid-w.png
+qt21/doc/html/qgrid.html
+qt21/doc/html/qgrid.png
+qt21/doc/html/qgridlayout-members.html
+qt21/doc/html/qgridlayout.html
+qt21/doc/html/qgroupbox-h.html
+qt21/doc/html/qgroupbox-members.html
+qt21/doc/html/qgroupbox.html
+qt21/doc/html/qgrpbox-m.png
+qt21/doc/html/qgrpbox-w.png
+qt21/doc/html/qguardedptr-h.html
+qt21/doc/html/qguardedptr-members.html
+qt21/doc/html/qguardedptr.html
+qt21/doc/html/qgvector-h.html
+qt21/doc/html/qgvector-members.html
+qt21/doc/html/qgvector.html
+qt21/doc/html/qhbox-h.html
+qt21/doc/html/qhbox-m.png
+qt21/doc/html/qhbox-members.html
+qt21/doc/html/qhbox-w.png
+qt21/doc/html/qhbox.html
+qt21/doc/html/qhbox.png
+qt21/doc/html/qhboxlayout-members.html
+qt21/doc/html/qhboxlayout.html
+qt21/doc/html/qhbuttongroup-h.html
+qt21/doc/html/qhbuttongroup-members.html
+qt21/doc/html/qhbuttongroup.html
+qt21/doc/html/qheader-h.html
+qt21/doc/html/qheader-m.png
+qt21/doc/html/qheader-members.html
+qt21/doc/html/qheader-w.png
+qt21/doc/html/qheader.html
+qt21/doc/html/qhgroupbox-h.html
+qt21/doc/html/qhgroupbox-members.html
+qt21/doc/html/qhgroupbox.html
+qt21/doc/html/qhideevent-members.html
+qt21/doc/html/qhideevent.html
+qt21/doc/html/qicondrag-members.html
+qt21/doc/html/qicondrag.html
+qt21/doc/html/qicondragitem-members.html
+qt21/doc/html/qicondragitem.html
+qt21/doc/html/qiconset-h.html
+qt21/doc/html/qiconset-members.html
+qt21/doc/html/qiconset.html
+qt21/doc/html/qiconview-h.html
+qt21/doc/html/qiconview-m.png
+qt21/doc/html/qiconview-members.html
+qt21/doc/html/qiconview-w.png
+qt21/doc/html/qiconview.html
+qt21/doc/html/qiconviewitem-members.html
+qt21/doc/html/qiconviewitem.html
+qt21/doc/html/qimage-h.html
+qt21/doc/html/qimage-members.html
+qt21/doc/html/qimage.html
+qt21/doc/html/qimageconsumer-members.html
+qt21/doc/html/qimageconsumer.html
+qt21/doc/html/qimagedecoder-members.html
+qt21/doc/html/qimagedecoder.html
+qt21/doc/html/qimagedrag-members.html
+qt21/doc/html/qimagedrag.html
+qt21/doc/html/qimageformat-members.html
+qt21/doc/html/qimageformat.html
+qt21/doc/html/qimageformattype-members.html
+qt21/doc/html/qimageformattype.html
+qt21/doc/html/qimageio-members.html
+qt21/doc/html/qimageio.html
+qt21/doc/html/qinputdialog-h.html
+qt21/doc/html/qinputdialog-members.html
+qt21/doc/html/qinputdialog.html
+qt21/doc/html/qintcache-h.html
+qt21/doc/html/qintcache-members.html
+qt21/doc/html/qintcache.html
+qt21/doc/html/qintcacheiterator-members.html
+qt21/doc/html/qintcacheiterator.html
+qt21/doc/html/qintdict-h.html
+qt21/doc/html/qintdict-members.html
+qt21/doc/html/qintdict.html
+qt21/doc/html/qintdictiterator-members.html
+qt21/doc/html/qintdictiterator.html
+qt21/doc/html/qintvalidator-members.html
+qt21/doc/html/qintvalidator.html
+qt21/doc/html/qiodevice-h.html
+qt21/doc/html/qiodevice-members.html
+qt21/doc/html/qiodevice.html
+qt21/doc/html/qiodevicesource-members.html
+qt21/doc/html/qiodevicesource.html
+qt21/doc/html/qjiscodec-h.html
+qt21/doc/html/qjiscodec-members.html
+qt21/doc/html/qjiscodec.html
+qt21/doc/html/qjpunicode-h.html
+qt21/doc/html/qjpunicodeconv-members.html
+qt21/doc/html/qjpunicodeconv.html
+qt21/doc/html/qkeyevent-members.html
+qt21/doc/html/qkeyevent.html
+qt21/doc/html/qlabel-h.html
+qt21/doc/html/qlabel-m.png
+qt21/doc/html/qlabel-members.html
+qt21/doc/html/qlabel-w.png
+qt21/doc/html/qlabel.html
+qt21/doc/html/qlayout-h.html
+qt21/doc/html/qlayout-members.html
+qt21/doc/html/qlayout.html
+qt21/doc/html/qlayoutitem-members.html
+qt21/doc/html/qlayoutitem.html
+qt21/doc/html/qlayoutiterator-members.html
+qt21/doc/html/qlayoutiterator.html
+qt21/doc/html/qlcdnum-m.png
+qt21/doc/html/qlcdnum-w.png
+qt21/doc/html/qlcdnumber-h.html
+qt21/doc/html/qlcdnumber-members.html
+qt21/doc/html/qlcdnumber.html
+qt21/doc/html/qlined-m.png
+qt21/doc/html/qlined-w.png
+qt21/doc/html/qlineedit-h.html
+qt21/doc/html/qlineedit-members.html
+qt21/doc/html/qlineedit.html
+qt21/doc/html/qlist-h.html
+qt21/doc/html/qlist-members.html
+qt21/doc/html/qlist.html
+qt21/doc/html/qlistbox-h.html
+qt21/doc/html/qlistbox-m.png
+qt21/doc/html/qlistbox-members.html
+qt21/doc/html/qlistbox-w.png
+qt21/doc/html/qlistbox.html
+qt21/doc/html/qlistboxitem-members.html
+qt21/doc/html/qlistboxitem.html
+qt21/doc/html/qlistboxpixmap-members.html
+qt21/doc/html/qlistboxpixmap.html
+qt21/doc/html/qlistboxtext-members.html
+qt21/doc/html/qlistboxtext.html
+qt21/doc/html/qlistiterator-members.html
+qt21/doc/html/qlistiterator.html
+qt21/doc/html/qlistview-h.html
+qt21/doc/html/qlistview-m.png
+qt21/doc/html/qlistview-members.html
+qt21/doc/html/qlistview-w.png
+qt21/doc/html/qlistview.html
+qt21/doc/html/qlistviewitem-members.html
+qt21/doc/html/qlistviewitem.html
+qt21/doc/html/qlistviewitemiterator-members.html
+qt21/doc/html/qlistviewitemiterator.html
+qt21/doc/html/qlnode-members.html
+qt21/doc/html/qlnode.html
+qt21/doc/html/qlocalfs-h.html
+qt21/doc/html/qlocalfs-members.html
+qt21/doc/html/qlocalfs.html
+qt21/doc/html/qmag-qmag-cpp.html
+qt21/doc/html/qmainwindow-h.html
+qt21/doc/html/qmainwindow-m.png
+qt21/doc/html/qmainwindow-members.html
+qt21/doc/html/qmainwindow-w.png
+qt21/doc/html/qmainwindow.html
+qt21/doc/html/qmap-h.html
+qt21/doc/html/qmap-members.html
+qt21/doc/html/qmap.html
+qt21/doc/html/qmapconstiterator-members.html
+qt21/doc/html/qmapconstiterator.html
+qt21/doc/html/qmapiterator-members.html
+qt21/doc/html/qmapiterator.html
+qt21/doc/html/qmenubar-h.html
+qt21/doc/html/qmenubar-m.png
+qt21/doc/html/qmenubar-members.html
+qt21/doc/html/qmenubar-w.png
+qt21/doc/html/qmenubar.html
+qt21/doc/html/qmenudata-h.html
+qt21/doc/html/qmenudata-members.html
+qt21/doc/html/qmenudata.html
+qt21/doc/html/qmessagebox-h.html
+qt21/doc/html/qmessagebox-members.html
+qt21/doc/html/qmessagebox.html
+qt21/doc/html/qmetadata-members.html
+qt21/doc/html/qmetaobject-h.html
+qt21/doc/html/qmetaobject-members.html
+qt21/doc/html/qmetaobject.html
+qt21/doc/html/qmetaproperty-members.html
+qt21/doc/html/qmetaproperty.html
+qt21/doc/html/qmime-h.html
+qt21/doc/html/qmimesource-members.html
+qt21/doc/html/qmimesource.html
+qt21/doc/html/qmimesourcefactory-members.html
+qt21/doc/html/qmimesourcefactory.html
+qt21/doc/html/qmlined-m.png
+qt21/doc/html/qmlined-w.png
+qt21/doc/html/qmotifstyle-h.html
+qt21/doc/html/qmotifstyle-members.html
+qt21/doc/html/qmotifstyle.html
+qt21/doc/html/qmouseevent-members.html
+qt21/doc/html/qmouseevent.html
+qt21/doc/html/qmoveevent-members.html
+qt21/doc/html/qmoveevent.html
+qt21/doc/html/qmovie-h.html
+qt21/doc/html/qmovie-members.html
+qt21/doc/html/qmovie.html
+qt21/doc/html/qmovie.png
+qt21/doc/html/qmsgbox-m.png
+qt21/doc/html/qmsgbox-w.png
+qt21/doc/html/qmultilineedit-h.html
+qt21/doc/html/qmultilineedit-members.html
+qt21/doc/html/qmultilineedit.html
+qt21/doc/html/qnamespace-h.html
+qt21/doc/html/qnetworkegg.html
+qt21/doc/html/qnetworkoperation-members.html
+qt21/doc/html/qnetworkoperation.html
+qt21/doc/html/qnetworkprotocol-h.html
+qt21/doc/html/qnetworkprotocol-members.html
+qt21/doc/html/qnetworkprotocol.html
+qt21/doc/html/qnp-h.html
+qt21/doc/html/qnpinstance-members.html
+qt21/doc/html/qnpinstance.html
+qt21/doc/html/qnplugin-members.html
+qt21/doc/html/qnplugin.html
+qt21/doc/html/qnpstream-members.html
+qt21/doc/html/qnpstream.html
+qt21/doc/html/qnpwidget-members.html
+qt21/doc/html/qnpwidget.html
+qt21/doc/html/qobject-h.html
+qt21/doc/html/qobject-members.html
+qt21/doc/html/qobject.html
+qt21/doc/html/qpaintdevice-h.html
+qt21/doc/html/qpaintdevice-members.html
+qt21/doc/html/qpaintdevice.html
+qt21/doc/html/qpaintdevicemetrics-h.html
+qt21/doc/html/qpaintdevicemetrics-members.html
+qt21/doc/html/qpaintdevicemetrics.html
+qt21/doc/html/qpainter-h.html
+qt21/doc/html/qpainter-members.html
+qt21/doc/html/qpainter.html
+qt21/doc/html/qpaintevent-members.html
+qt21/doc/html/qpaintevent.html
+qt21/doc/html/qpalette-h.html
+qt21/doc/html/qpalette-members.html
+qt21/doc/html/qpalette.html
+qt21/doc/html/qpen-h.html
+qt21/doc/html/qpen-members.html
+qt21/doc/html/qpen.html
+qt21/doc/html/qpicture-h.html
+qt21/doc/html/qpicture-members.html
+qt21/doc/html/qpicture.html
+qt21/doc/html/qpixmap-h.html
+qt21/doc/html/qpixmap-members.html
+qt21/doc/html/qpixmap.html
+qt21/doc/html/qpixmapcache-h.html
+qt21/doc/html/qpixmapcache-members.html
+qt21/doc/html/qpixmapcache.html
+qt21/doc/html/qplatinumstyle-h.html
+qt21/doc/html/qplatinumstyle-members.html
+qt21/doc/html/qplatinumstyle.html
+qt21/doc/html/qpngimagepacker-members.html
+qt21/doc/html/qpngimagepacker.html
+qt21/doc/html/qpngio-h.html
+qt21/doc/html/qpoint-h.html
+qt21/doc/html/qpoint-members.html
+qt21/doc/html/qpoint.html
+qt21/doc/html/qpointarray-h.html
+qt21/doc/html/qpointarray-members.html
+qt21/doc/html/qpointarray.html
+qt21/doc/html/qpopmenu-fancy.png
+qt21/doc/html/qpopmenu-m.png
+qt21/doc/html/qpopmenu-w.png
+qt21/doc/html/qpopupmenu-h.html
+qt21/doc/html/qpopupmenu-members.html
+qt21/doc/html/qpopupmenu.html
+qt21/doc/html/qprintdialog-h.html
+qt21/doc/html/qprintdialog-members.html
+qt21/doc/html/qprintdlg-m.png
+qt21/doc/html/qprintdlg-w.png
+qt21/doc/html/qprinter-h.html
+qt21/doc/html/qprinter-members.html
+qt21/doc/html/qprinter.html
+qt21/doc/html/qprogbar-m.png
+qt21/doc/html/qprogbar-w.png
+qt21/doc/html/qprogdlg-m.png
+qt21/doc/html/qprogdlg-w.png
+qt21/doc/html/qprogressbar-h.html
+qt21/doc/html/qprogressbar-members.html
+qt21/doc/html/qprogressbar.html
+qt21/doc/html/qprogressdialog-h.html
+qt21/doc/html/qprogressdialog-members.html
+qt21/doc/html/qprogressdialog.html
+qt21/doc/html/qptrdict-h.html
+qt21/doc/html/qptrdict-members.html
+qt21/doc/html/qptrdict.html
+qt21/doc/html/qptrdictiterator-members.html
+qt21/doc/html/qptrdictiterator.html
+qt21/doc/html/qpushbt-m.png
+qt21/doc/html/qpushbt-w.png
+qt21/doc/html/qpushbutton-h.html
+qt21/doc/html/qpushbutton-members.html
+qt21/doc/html/qpushbutton.html
+qt21/doc/html/qqueue-h.html
+qt21/doc/html/qqueue-members.html
+qt21/doc/html/qqueue.html
+qt21/doc/html/qradiobt-m.png
+qt21/doc/html/qradiobt-w.png
+qt21/doc/html/qradiobutton-h.html
+qt21/doc/html/qradiobutton-members.html
+qt21/doc/html/qradiobutton.html
+qt21/doc/html/qrangecontrol-h.html
+qt21/doc/html/qrangecontrol-members.html
+qt21/doc/html/qrangecontrol.html
+qt21/doc/html/qrect-h.html
+qt21/doc/html/qrect-members.html
+qt21/doc/html/qrect.html
+qt21/doc/html/qregexp-h.html
+qt21/doc/html/qregexp-members.html
+qt21/doc/html/qregexp.html
+qt21/doc/html/qregion-h.html
+qt21/doc/html/qregion-members.html
+qt21/doc/html/qregion.html
+qt21/doc/html/qresizeevent-members.html
+qt21/doc/html/qresizeevent.html
+qt21/doc/html/qscrbar-m.png
+qt21/doc/html/qscrbar-w.png
+qt21/doc/html/qscrollbar-h.html
+qt21/doc/html/qscrollbar-members.html
+qt21/doc/html/qscrollbar.html
+qt21/doc/html/qscrollview-cl.png
+qt21/doc/html/qscrollview-h.html
+qt21/doc/html/qscrollview-m.png
+qt21/doc/html/qscrollview-members.html
+qt21/doc/html/qscrollview-vp.png
+qt21/doc/html/qscrollview-vp2.png
+qt21/doc/html/qscrollview-w.png
+qt21/doc/html/qscrollview.html
+qt21/doc/html/qsemimodal-h.html
+qt21/doc/html/qsemimodal-members.html
+qt21/doc/html/qsemimodal.html
+qt21/doc/html/qsessionmanager-h.html
+qt21/doc/html/qsessionmanager-members.html
+qt21/doc/html/qsessionmanager.html
+qt21/doc/html/qshared-h.html
+qt21/doc/html/qshared-members.html
+qt21/doc/html/qshared.html
+qt21/doc/html/qshowevent-members.html
+qt21/doc/html/qshowevent.html
+qt21/doc/html/qsignal-h.html
+qt21/doc/html/qsignal-members.html
+qt21/doc/html/qsignal.html
+qt21/doc/html/qsignalmapper-h.html
+qt21/doc/html/qsignalmapper-members.html
+qt21/doc/html/qsignalmapper.html
+qt21/doc/html/qsimplerichtext-h.html
+qt21/doc/html/qsimplerichtext-members.html
+qt21/doc/html/qsimplerichtext.html
+qt21/doc/html/qsize-h.html
+qt21/doc/html/qsize-members.html
+qt21/doc/html/qsize.html
+qt21/doc/html/qsizegrip-h.html
+qt21/doc/html/qsizegrip-m.png
+qt21/doc/html/qsizegrip-members.html
+qt21/doc/html/qsizegrip-w.png
+qt21/doc/html/qsizegrip.html
+qt21/doc/html/qsizepolicy-h.html
+qt21/doc/html/qsizepolicy-members.html
+qt21/doc/html/qsizepolicy.html
+qt21/doc/html/qslider-h.html
+qt21/doc/html/qslider-m.png
+qt21/doc/html/qslider-members.html
+qt21/doc/html/qslider-w.png
+qt21/doc/html/qslider.html
+qt21/doc/html/qsocketnotifier-h.html
+qt21/doc/html/qsocketnotifier-members.html
+qt21/doc/html/qsocketnotifier.html
+qt21/doc/html/qsortedlist-h.html
+qt21/doc/html/qsortedlist-members.html
+qt21/doc/html/qsortedlist.html
+qt21/doc/html/qspaceritem-members.html
+qt21/doc/html/qspaceritem.html
+qt21/doc/html/qspinbox-h.html
+qt21/doc/html/qspinbox-m.png
+qt21/doc/html/qspinbox-members.html
+qt21/doc/html/qspinbox-w.png
+qt21/doc/html/qspinbox.html
+qt21/doc/html/qspinbox2-m.png
+qt21/doc/html/qspinbox2-w.png
+qt21/doc/html/qsplitter-h.html
+qt21/doc/html/qsplitter-m.png
+qt21/doc/html/qsplitter-members.html
+qt21/doc/html/qsplitter-w.png
+qt21/doc/html/qsplitter.html
+qt21/doc/html/qstack-h.html
+qt21/doc/html/qstack-members.html
+qt21/doc/html/qstack.html
+qt21/doc/html/qstatusbar-h.html
+qt21/doc/html/qstatusbar-m.png
+qt21/doc/html/qstatusbar-members.html
+qt21/doc/html/qstatusbar-w.png
+qt21/doc/html/qstatusbar.html
+qt21/doc/html/qstoreddrag-members.html
+qt21/doc/html/qstoreddrag.html
+qt21/doc/html/qstrilist-members.html
+qt21/doc/html/qstrilist.html
+qt21/doc/html/qstring-h.html
+qt21/doc/html/qstring-members.html
+qt21/doc/html/qstring.html
+qt21/doc/html/qstringlist-h.html
+qt21/doc/html/qstringlist-members.html
+qt21/doc/html/qstringlist.html
+qt21/doc/html/qstrlist-h.html
+qt21/doc/html/qstrlist-members.html
+qt21/doc/html/qstrlist.html
+qt21/doc/html/qstrlistiterator-members.html
+qt21/doc/html/qstrlistiterator.html
+qt21/doc/html/qstyle-h.html
+qt21/doc/html/qstyle-members.html
+qt21/doc/html/qstyle.html
+qt21/doc/html/qstylesheet-h.html
+qt21/doc/html/qstylesheet-members.html
+qt21/doc/html/qstylesheet.html
+qt21/doc/html/qstylesheetitem-members.html
+qt21/doc/html/qstylesheetitem.html
+qt21/doc/html/qt-members.html
+qt21/doc/html/qt.html
+qt21/doc/html/qtab-members.html
+qt21/doc/html/qtab.html
+qt21/doc/html/qtabbar-h.html
+qt21/doc/html/qtabbar-m.png
+qt21/doc/html/qtabbar-members.html
+qt21/doc/html/qtabbar-w.png
+qt21/doc/html/qtabbar.html
+qt21/doc/html/qtabdialog-h.html
+qt21/doc/html/qtabdialog-members.html
+qt21/doc/html/qtabdialog.html
+qt21/doc/html/qtabdlg-m.png
+qt21/doc/html/qtabdlg-w.png
+qt21/doc/html/qtableview-h.html
+qt21/doc/html/qtableview-members.html
+qt21/doc/html/qtableview.html
+qt21/doc/html/qtablevw-m.png
+qt21/doc/html/qtablevw-w.png
+qt21/doc/html/qtabwidget-h.html
+qt21/doc/html/qtabwidget-m.png
+qt21/doc/html/qtabwidget-members.html
+qt21/doc/html/qtabwidget-w.png
+qt21/doc/html/qtabwidget.html
+qt21/doc/html/qtextbrowser-h.html
+qt21/doc/html/qtextbrowser-m.png
+qt21/doc/html/qtextbrowser-members.html
+qt21/doc/html/qtextbrowser-w.png
+qt21/doc/html/qtextbrowser.html
+qt21/doc/html/qtextcodec-h.html
+qt21/doc/html/qtextcodec-members.html
+qt21/doc/html/qtextcodec.html
+qt21/doc/html/qtextdecoder-members.html
+qt21/doc/html/qtextdecoder.html
+qt21/doc/html/qtextdrag-members.html
+qt21/doc/html/qtextdrag.html
+qt21/doc/html/qtextencoder-members.html
+qt21/doc/html/qtextencoder.html
+qt21/doc/html/qtextistream-members.html
+qt21/doc/html/qtextistream.html
+qt21/doc/html/qtextostream-members.html
+qt21/doc/html/qtextostream.html
+qt21/doc/html/qtextstream-h.html
+qt21/doc/html/qtextstream-members.html
+qt21/doc/html/qtextstream.html
+qt21/doc/html/qtextview-h.html
+qt21/doc/html/qtextview-members.html
+qt21/doc/html/qtextview.html
+qt21/doc/html/qtimage-qtimage-cpp.html
+qt21/doc/html/qtime-members.html
+qt21/doc/html/qtime.html
+qt21/doc/html/qtimer-h.html
+qt21/doc/html/qtimer-members.html
+qt21/doc/html/qtimer.html
+qt21/doc/html/qtimerevent-members.html
+qt21/doc/html/qtimerevent.html
+qt21/doc/html/qtl.html
+qt21/doc/html/qtlogo.png
+qt21/doc/html/qtoolbar-h.html
+qt21/doc/html/qtoolbar-members.html
+qt21/doc/html/qtoolbar.html
+qt21/doc/html/qtoolbutton-h.html
+qt21/doc/html/qtoolbutton-members.html
+qt21/doc/html/qtoolbutton.html
+qt21/doc/html/qtooltip-h.html
+qt21/doc/html/qtooltip-members.html
+qt21/doc/html/qtooltip.html
+qt21/doc/html/qtooltipgroup-members.html
+qt21/doc/html/qtooltipgroup.html
+qt21/doc/html/qtranslator-h.html
+qt21/doc/html/qtranslator-members.html
+qt21/doc/html/qtranslator.html
+qt21/doc/html/quridrag-members.html
+qt21/doc/html/quridrag.html
+qt21/doc/html/qurl-h.html
+qt21/doc/html/qurl-members.html
+qt21/doc/html/qurl.html
+qt21/doc/html/qurlinfo-h.html
+qt21/doc/html/qurlinfo-members.html
+qt21/doc/html/qurlinfo.html
+qt21/doc/html/qurloperator-h.html
+qt21/doc/html/qurloperator-members.html
+qt21/doc/html/qurloperator.html
+qt21/doc/html/qvalidator-h.html
+qt21/doc/html/qvalidator-members.html
+qt21/doc/html/qvalidator.html
+qt21/doc/html/qvaluelist-h.html
+qt21/doc/html/qvaluelist-members.html
+qt21/doc/html/qvaluelist.html
+qt21/doc/html/qvaluelistconstiterator-members.html
+qt21/doc/html/qvaluelistconstiterator.html
+qt21/doc/html/qvaluelistiterator-members.html
+qt21/doc/html/qvaluelistiterator.html
+qt21/doc/html/qvaluestack-h.html
+qt21/doc/html/qvaluestack-members.html
+qt21/doc/html/qvaluestack.html
+qt21/doc/html/qvariant-h.html
+qt21/doc/html/qvariant.html
+qt21/doc/html/qvariant-members.html
+qt21/doc/html/qvbox-h.html
+qt21/doc/html/qvbox-m.png
+qt21/doc/html/qvbox-members.html
+qt21/doc/html/qvbox-w.png
+qt21/doc/html/qvbox.html
+qt21/doc/html/qvbox.png
+qt21/doc/html/qvboxlayout-members.html
+qt21/doc/html/qvboxlayout.html
+qt21/doc/html/qvbuttongroup-h.html
+qt21/doc/html/qvbuttongroup-members.html
+qt21/doc/html/qvbuttongroup.html
+qt21/doc/html/qvector-h.html
+qt21/doc/html/qvector-members.html
+qt21/doc/html/qvector.html
+qt21/doc/html/qvgroupbox-h.html
+qt21/doc/html/qvgroupbox-members.html
+qt21/doc/html/qvgroupbox.html
+qt21/doc/html/qwerty-main-cpp.html
+qt21/doc/html/qwhatsthis-h.html
+qt21/doc/html/qwhatsthis-members.html
+qt21/doc/html/qwhatsthis.html
+qt21/doc/html/qwheelevent-members.html
+qt21/doc/html/qwheelevent.html
+qt21/doc/html/qwidget-h.html
+qt21/doc/html/qwidget-members.html
+qt21/doc/html/qwidget.html
+qt21/doc/html/qwidgetitem-members.html
+qt21/doc/html/qwidgetitem.html
+qt21/doc/html/qwidgetstack-h.html
+qt21/doc/html/qwidgetstack-members.html
+qt21/doc/html/qwidgetstack.html
+qt21/doc/html/qwindowdefs-h.html
+qt21/doc/html/qwindowsstyle-h.html
+qt21/doc/html/qwindowsstyle-members.html
+qt21/doc/html/qwindowsstyle.html
+qt21/doc/html/qwizard-h.html
+qt21/doc/html/qwizard-members.html
+qt21/doc/html/qwizard.html
+qt21/doc/html/qwmatrix-h.html
+qt21/doc/html/qwmatrix-members.html
+qt21/doc/html/qwmatrix.html
+qt21/doc/html/qworkspace-h.html
+qt21/doc/html/qworkspace-members.html
+qt21/doc/html/qworkspace.html
+qt21/doc/html/qxt-h.html
+qt21/doc/html/qxtapplication-members.html
+qt21/doc/html/qxtapplication.html
+qt21/doc/html/qxtwidget-members.html
+qt21/doc/html/qxtwidget.html
+qt21/doc/html/removed20.html
+qt21/doc/html/richtext-main-cpp.html
+qt21/doc/html/rintersect.png
+qt21/doc/html/rot13-rot13-cpp.html
+qt21/doc/html/rsubtract.png
+qt21/doc/html/runion.png
+qt21/doc/html/rxor.png
+qt21/doc/html/scribble-main-cpp.html
+qt21/doc/html/scrollview-scrollview-cpp.html
+qt21/doc/html/session.html
+qt21/doc/html/session.png
+qt21/doc/html/shared.html
+qt21/doc/html/shclass.html
+qt21/doc/html/showimg-main-cpp.html
+qt21/doc/html/simple-application.html
+qt21/doc/html/signalsandslots.html
+qt21/doc/html/splitter-splitter-cpp.html
+qt21/doc/html/splitter-views-m.png
+qt21/doc/html/splitter-views-w.png
+qt21/doc/html/t1.html
+qt21/doc/html/t1.png
+qt21/doc/html/t10-cannon-cpp.html
+qt21/doc/html/t10-cannon-h.html
+qt21/doc/html/t10-lcdrange-cpp.html
+qt21/doc/html/t10-lcdrange-h.html
+qt21/doc/html/t10-main-cpp.html
+qt21/doc/html/t10-makefile.html
+qt21/doc/html/t10.html
+qt21/doc/html/t10.png
+qt21/doc/html/t11-cannon-cpp.html
+qt21/doc/html/t11-cannon-h.html
+qt21/doc/html/t11-lcdrange-cpp.html
+qt21/doc/html/t11-lcdrange-h.html
+qt21/doc/html/t11-main-cpp.html
+qt21/doc/html/t11-makefile.html
+qt21/doc/html/t11.html
+qt21/doc/html/t11.png
+qt21/doc/html/t12-cannon-cpp.html
+qt21/doc/html/t12-cannon-h.html
+qt21/doc/html/t12-lcdrange-cpp.html
+qt21/doc/html/t12-lcdrange-h.html
+qt21/doc/html/t12-main-cpp.html
+qt21/doc/html/t12-makefile.html
+qt21/doc/html/t12.html
+qt21/doc/html/t12.png
+qt21/doc/html/t13-cannon-cpp.html
+qt21/doc/html/t13-cannon-h.html
+qt21/doc/html/t13-gamebrd-cpp.html
+qt21/doc/html/t13-gamebrd-h.html
+qt21/doc/html/t13-lcdrange-cpp.html
+qt21/doc/html/t13-lcdrange-h.html
+qt21/doc/html/t13-main-cpp.html
+qt21/doc/html/t13-makefile.html
+qt21/doc/html/t13.html
+qt21/doc/html/t13.png
+qt21/doc/html/t14-cannon-cpp.html
+qt21/doc/html/t14-cannon-h.html
+qt21/doc/html/t14-gamebrd-cpp.html
+qt21/doc/html/t14-gamebrd-h.html
+qt21/doc/html/t14-lcdrange-cpp.html
+qt21/doc/html/t14-lcdrange-h.html
+qt21/doc/html/t14-main-cpp.html
+qt21/doc/html/t14-makefile.html
+qt21/doc/html/t14.html
+qt21/doc/html/t14.png
+qt21/doc/html/t2.html
+qt21/doc/html/t2.png
+qt21/doc/html/t3.html
+qt21/doc/html/t3.png
+qt21/doc/html/t4.html
+qt21/doc/html/t4.png
+qt21/doc/html/t5.html
+qt21/doc/html/t5.png
+qt21/doc/html/t6.html
+qt21/doc/html/t6.png
+qt21/doc/html/t7-lcdrange-cpp.html
+qt21/doc/html/t7-lcdrange-h.html
+qt21/doc/html/t7-main-cpp.html
+qt21/doc/html/t7-makefile.html
+qt21/doc/html/t7.html
+qt21/doc/html/t7.png
+qt21/doc/html/t8-cannon-cpp.html
+qt21/doc/html/t8-cannon-h.html
+qt21/doc/html/t8-lcdrange-cpp.html
+qt21/doc/html/t8-lcdrange-h.html
+qt21/doc/html/t8-main-cpp.html
+qt21/doc/html/t8-makefile.html
+qt21/doc/html/t8.html
+qt21/doc/html/t8.png
+qt21/doc/html/t9-cannon-cpp.html
+qt21/doc/html/t9-cannon-h.html
+qt21/doc/html/t9-lcdrange-cpp.html
+qt21/doc/html/t9-lcdrange-h.html
+qt21/doc/html/t9-main-cpp.html
+qt21/doc/html/t9-makefile.html
+qt21/doc/html/t9.html
+qt21/doc/html/t9.png
+qt21/doc/html/t9_1.png
+qt21/doc/html/t9_2.png
+qt21/doc/html/tabdialog-main-cpp.html
+qt21/doc/html/table-main-cpp.html
+qt21/doc/html/test.png
+qt21/doc/html/tetrix-tetrix-cpp.html
+qt21/doc/html/themes-main-cpp.html
+qt21/doc/html/tictac-main-cpp.html
+qt21/doc/html/time.html
+qt21/doc/html/timers.html
+qt21/doc/html/titleindex
+qt21/doc/html/tools.html
+qt21/doc/html/tooltip-main-cpp.html
+qt21/doc/html/topicals.html
+qt21/doc/html/trivial-trivial-cpp.html
+qt21/doc/html/troll.html
+qt21/doc/html/ttlogo-small.jpg
+qt21/doc/html/ttlogo-small.png
+qt21/doc/html/tutorial.html
+qt21/doc/html/tutorial.png
+qt21/doc/html/unicode.html
+qt21/doc/html/validator-main-cpp.html
+qt21/doc/html/whatsthis.png
+qt21/doc/html/wizard-main-cpp.html
+qt21/doc/html/xform-xform-cpp.html
+qt21/doc/html/xt.html
+qt21/doc/html/y2k.html
+@dirrm qt21/bin
+@dirrm qt21/include
+@dirrm qt21/lib
+@dirrm qt21/doc/man/man3
+@dirrm qt21/doc/man
+@dirrm qt21/doc/html
+@dirrm qt21/doc
+@dirrm qt21