diff options
author | will <will@FreeBSD.org> | 2002-04-22 07:47:50 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-04-22 07:47:50 +0800 |
commit | 9a055e87611beb41b98be5a2fe9e0206e33101e8 (patch) | |
tree | c06250f8a52c1d8b199e541cd41068fe11b11219 /x11-toolkits/qt33 | |
parent | b471bb2de2ef8435ad3f5071b5ba82d535385f85 (diff) | |
download | freebsd-ports-gnome-9a055e87611beb41b98be5a2fe9e0206e33101e8.tar.gz freebsd-ports-gnome-9a055e87611beb41b98be5a2fe9e0206e33101e8.tar.zst freebsd-ports-gnome-9a055e87611beb41b98be5a2fe9e0206e33101e8.zip |
Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped. See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.
bsd.kde.mk has already been updated a few days ago to work with these.
Some patches applied to fix a few bugs were:
deskutils/kdepim3:
[1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
[2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
[3] Fix compile problem with kvoctrain.
x11/kdebase3:
[4] Fix KDM CPU usage and login bug.
Some caveats:
* All PLISTs are broken for deinstall due to script bug that I
didn't notice until very recently. This will be fixed when I
commit an update tomorrow. These ports should still install
perfectly fine though. They should also deinstall without
giving errors, but will leave directories behind.
* You can't install this with any other version of QT or KDE
already installed. I am not sure the checks are 100% working,
but fixes for these will be forthcoming. This is mainly due
to a policy decision made by kde@ to make QT/KDE ports install
the way the rest of the world expects it to while also still
conforming to FreeBSD's hier(7). For reference on this decision,
please consult the KDE/FreeBSD mailing list archives. This
decision fixes 2-year-old bug reports relating to how we handled
this for KDE2 vs KDE1.
Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>,
[2] David Faure <faure@kde.org>,
Andy Fawcett <andy@athame.co.uk>
Lauri Watts <lauri@kde.org>
[3] Lauri Watts <lauri@kde.org>
[4] Alan Eldridge <alane@geeksrus.net>
Oswald Buddenhagen <ossi@kde.org>
Reviewed by: kde
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 165 | ||||
-rw-r--r-- | x11-toolkits/qt33/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/files/manpages | 338 | ||||
-rw-r--r-- | x11-toolkits/qt33/files/objprelink.patch | 20 | ||||
-rw-r--r-- | x11-toolkits/qt33/files/patch-aa | 62 | ||||
-rw-r--r-- | x11-toolkits/qt33/files/patch-af | 31 | ||||
-rw-r--r-- | x11-toolkits/qt33/files/patch-ag | 52 | ||||
-rw-r--r-- | x11-toolkits/qt33/files/patch-ah | 31 | ||||
-rw-r--r-- | x11-toolkits/qt33/files/patch-designer::mainwindow.cpp | 32 | ||||
-rw-r--r-- | x11-toolkits/qt33/pkg-plist | 3993 |
10 files changed, 2435 insertions, 2291 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index c42d48923dad..4c83a3635914 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -1,17 +1,16 @@ -# New ports collection makefile for: qt22 -# Date created: 17 Jul 1999 -# Whom: imura@kml.cs.titech.ac.jp +# New ports collection makefile for: qt-copy +# Date created: 2 November 2001 +# Whom: will@cvs.kde.org # # $FreeBSD$ # PORTNAME?= qt -PORTVERSION?= 2.3.1 +PORTVERSION?= 3.0.3 PORTREVISION= 1 CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.chg.ru/pub/X11/qt/source/ -DISTNAME= qt-x11-${PORTVERSION} +MASTER_SITES= http://www.csociety.org/~will/kde/${PORTVERSION}/ +DISTNAME= qt-copy-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org @@ -20,156 +19,32 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +#WRKSRC= ${WRKDIR}/qt-copy +QT_PREFIX?= ${PREFIX} +USE_BZIP2= yes USE_MESA= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes -# YES, THIS PORT HAS ANTIALIASING SUPPORT IF YOUR XFREE86 SUPPORTS IT! -# JUST BECAUSE -xft IS NOT LISTED BELOW DOESN'T MEAN IT'S NOT THERE! -CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ - -system-libmng -thread -no-opengl -no-g++-exceptions \ +CONFIGURE_ARGS= -system-zlib -system-libpng -system-libjpeg -sm -qt-gif \ + -system-libmng -thread -disable-opengl -no-g++-exceptions \ + -enable-styles -enable-kernel -enable-widgets -enable-dialogs \ + -enable-iconview -enable-workspace -enable-network \ + -enable-canvas -enable-table -enable-xml -remote -static \ + -shared -no-nas-sound -no-stl -prefix ${QT_PREFIX} \ -I${LOCALBASE}/include -L${LOCALBASE}/lib - -.if defined(QT_DEBUG) +.if !defined(NO_DEBUG) CONFIGURE_ARGS+= -debug .endif - -CONFIGURE_ENV= ${ECHO_CMD} yes | QTDIR=${WRKSRC} -.if defined(MAKE_JOBS) -MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}" -.endif -MAKE_ENV+= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib - -CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} - -.if !defined(NOPORTDOCS) -.if (${PORTNAME} == "qt") -.include "files/manpages" -.endif -.endif - -.if defined(WANT_STATIC) -STATIC=static -CONFIGURE_ARGS+=-static -PLIST_SUB+= SHARED="@comment " STATIC="" -.else -STATIC=shared -INSTALLS_SHLIB=yes -PLIST_SUB+= SHARED="" STATIC="@comment " -.endif +CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC} +MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib +ALL_TARGET= symlinks sub-src sub-tools .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500029 -NO_QT_OBJPRELINK= yes -.endif -.if ${MACHINE_ARCH} == "i386" && !defined(NO_QT_OBJPRELINK) -BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink -.endif - -.if ${MACHINE_ARCH} == "alpha" && !defined(NO_ALPHA_UNOPTIMIZATION) +.if ${MACHINE_ARCH} == "alpha" CFLAGS+= -O0 .endif -pre-fetch: -.if exists(${X11BASE}/lib/libqt2.so.3) -.if !defined(WANT_STATIC) - @${ECHO} "An older version of QT2 is installed. To avoid clobbering" - @${ECHO} "that installation, deinstall it and then install this port." - @${ECHO} "Note that this port contains beta-quality source code and" - @${ECHO} "must be used only wherever absolutely needed, such as for" - @${ECHO} "KDE 2.0 and later." - @${FALSE} -.endif -.endif - -qt-pre-configure: - @true - -post-patch: -.if ${MACHINE_ARCH} == "i386" && !defined(NO_QT_OBJPRELINK) -.if !exists(${WRKDIR}/.${PKGNAME}.objprelink_patched) - @echo "Doing special objprelink patching..." - cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/objprelink.patch - ${TOUCH} ${WRKDIR}/.${PKGNAME}.objprelink_patched -.else - @echo "Already did the objprelink patching, skipping..." -.endif -.endif - -pre-configure: qt-pre-configure - ${PERL} -pi -e "s,gcc,${CC},g; s,g\+\+,${CXX},g; \ - s,/usr/X11R6,${X11BASE},g;s,-O2,${CFLAGS},g; \ - s,-fno-exceptions,-fno-exceptions ${CXXFLAGS} -I/usr/include -D_PTH_H_ -D_PTH_PTHREAD_H_,g" ${CONFIG} - ${PERL} -pi -e "s,VER_MAJ = 2,VER_MAJ = 4,g; \ - s,TARGET = qt,TARGET = qt2,g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET\t= moc@TARGET = moc2@g" ${WRKSRC}/src/moc/Makefile.in - ${PERL} -pi -e "s,rm -f bin/moc,rm -f bin/moc2,g; \ - s,cp src/moc/moc bin/moc,cp src/moc/moc2 bin/moc2,g; \ - s,symlinks src-moc src-mt sub-src sub-tools sub-tutorial sub-examples,symlinks src-moc src-mt sub-src sub-tools,g" \ - ${WRKSRC}/Makefile -.if (${PORTNAME} == "qt") - ${PERL} -pi -e "s@\$$(MAKE) designer@@g; s@uic \\\@uic@g; \ - s@\t\tdesigner@@g" ${WRKSRC}/tools/designer/Makefile.in -.endif - -post-configure: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks) - -# Add hack to bring in support for GL. The last line is necessary to ensure that -# one can rebuild with the same tree and get the same results. -do-build: - (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.if !defined(WANT_STATIC) - (cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} opengl/qgl.o opengl/qgl_x11.o opengl/moc_qgl.o) - ${MV} ${WRKSRC}/lib/libqt2.so.4 ${WRKSRC}/lib/libqt2-real.so.4 - ${PERL} -pi.orig -e "s@ xml/qdom.o@xml/qdom.o opengl/qgl.o opengl/qgl_x11.o opengl/moc_qgl.o@g; \ - s@SYSCONF_LIBS_OPENGL =@SYSCONF_LIBS_OPENGL= ${PTHREAD_LIBS} -lGL -lGLU -lXmu@g" ${WRKSRC}/src/Makefile - (cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} all) - ${CP} ${WRKSRC}/lib/libqt2.so.4 ${WRKSRC}/lib/libqtgl.so.4 - ${CP} ${WRKSRC}/lib/libqt2-real.so.4 ${WRKSRC}/lib/libqt2.so.4 - ${CP} ${WRKSRC}/src/Makefile.orig ${WRKSRC}/src/Makefile -.endif - -# XXX: This target looks like crap now. -do-install: -.if (${PORTNAME} == "qt") - ${MKDIR} ${PREFIX}/include/qt2 -.for BIN in moc2 uic - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${BIN} ${PREFIX}/bin -.endfor -.for SCRIPT in findtr qt20fix qtrename140 - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${SCRIPT} ${PREFIX}/bin -.endfor - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qt2 -.if !defined(WANT_STATIC) -.for LIB in qt2 qt2-mt qtgl - ${INSTALL_PROGRAM} ${WRKSRC}/lib/lib${LIB}.so.4 ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/lib${LIB}.so.4 ${PREFIX}/lib/lib${LIB}.so -.endfor - ${INSTALL_PROGRAM} ${WRKSRC}/lib/libqutil.so.1 ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/libqutil.so.1 ${PREFIX}/lib/libqutil.so -.else -.for LIB in qt2 qutil - ${INSTALL_DATA} ${WRKSRC}/lib/lib${LIB}.a ${PREFIX}/lib -.endfor -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/qt2/html -.for FILE in ANNOUNCE FAQ PORTING README README.QT - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/qt2 -.endfor -.for SUFFIX in g1n html png - (for FILE in ${WRKSRC}/doc/html/*.${SUFFIX}; do \ - ${INSTALL_DATA} $$FILE ${PREFIX}/share/doc/qt2/html; done) -.endfor -.for FILE in index titleindex propertyindex whatsthis - ${INSTALL_DATA} ${WRKSRC}/doc/html/${FILE} ${PREFIX}/share/doc/qt2/html -.endfor - ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/q* ${PREFIX}/man/man3 -.endif -.endif - .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo index dd224f9c6b78..4a30135852a4 100644 --- a/x11-toolkits/qt33/distinfo +++ b/x11-toolkits/qt33/distinfo @@ -1 +1 @@ -MD5 (KDE/qt-x11-2.3.1.tar.gz) = 358d6dfbcbdc353b65b5236866b0f3a7 +MD5 (KDE/qt-copy-3.0.3.tar.bz2) = 71ea6fd9bf6e3155f809a016247c33e2 diff --git a/x11-toolkits/qt33/files/manpages b/x11-toolkits/qt33/files/manpages deleted file mode 100644 index f215941c455b..000000000000 --- a/x11-toolkits/qt33/files/manpages +++ /dev/null @@ -1,338 +0,0 @@ -MAN3= \ -qaccel.3qt \ -qaction.3qt \ -qactiongroup.3qt \ -qapplication.3qt \ -qarray.3qt \ -qasciicache.3qt \ -qasciicacheiterator.3qt \ -qasciidict.3qt \ -qasciidictiterator.3qt \ -qasyncio.3qt \ -qbitarray.3qt \ -qbitmap.3qt \ -qbitval.3qt \ -qboxlayout.3qt \ -qbrush.3qt \ -qbuffer.3qt \ -qbutton.3qt \ -qbuttongroup.3qt \ -qbytearray.3qt \ -qcache.3qt \ -qcacheiterator.3qt \ -qcanvas.3qt \ -qcanvasellipse.3qt \ -qcanvasitem.3qt \ -qcanvasline.3qt \ -qcanvaspixmap.3qt \ -qcanvaspixmaparray.3qt \ -qcanvaspolygon.3qt \ -qcanvaspolygonalitem.3qt \ -qcanvasrectangle.3qt \ -qcanvassprite.3qt \ -qcanvastext.3qt \ -qcanvasview.3qt \ -qcdestyle.3qt \ -qchar.3qt \ -qcharref.3qt \ -qcheckbox.3qt \ -qchecklistitem.3qt \ -qchildevent.3qt \ -qclipboard.3qt \ -qcloseevent.3qt \ -qcollection.3qt \ -qcolor.3qt \ -qcolordialog.3qt \ -qcolordrag.3qt \ -qcolorgroup.3qt \ -qcombobox.3qt \ -qcommonstyle.3qt \ -qconststring.3qt \ -qcopchannel.3qt \ -qcstring.3qt \ -qcursor.3qt \ -qcustomevent.3qt \ -qcustommenuitem.3qt \ -qdatapump.3qt \ -qdatasink.3qt \ -qdatasource.3qt \ -qdatastream.3qt \ -qdate.3qt \ -qdatetime.3qt \ -qdial.3qt \ -qdialog.3qt \ -qdict.3qt \ -qdictiterator.3qt \ -qdir.3qt \ -qdns.3qt \ -qdomattr.3qt \ -qdomcdatasection.3qt \ -qdomcharacterdata.3qt \ -qdomcomment.3qt \ -qdomdocument.3qt \ -qdomdocumentfragment.3qt \ -qdomdocumenttype.3qt \ -qdomelement.3qt \ -qdomentity.3qt \ -qdomentityreference.3qt \ -qdomimplementation.3qt \ -qdomnamednodemap.3qt \ -qdomnode.3qt \ -qdomnodelist.3qt \ -qdomnotation.3qt \ -qdomprocessinginstruction.3qt \ -qdomtext.3qt \ -qdoublevalidator.3qt \ -qdragenterevent.3qt \ -qdragleaveevent.3qt \ -qdragmoveevent.3qt \ -qdragobject.3qt \ -qdropevent.3qt \ -qdropsite.3qt \ -qeucjpcodec.3qt \ -qeuckrcodec.3qt \ -qevent.3qt \ -qfile.3qt \ -qfiledialog.3qt \ -qfileiconprovider.3qt \ -qfileinfo.3qt \ -qfilepreview.3qt \ -qfocusdata.3qt \ -qfocusevent.3qt \ -qfont.3qt \ -qfontdatabase.3qt \ -qfontdialog.3qt \ -qfontinfo.3qt \ -qfontmetrics.3qt \ -qframe.3qt \ -qftp.3qt \ -qgarray.3qt \ -qgbkcodec.3qt \ -qgcache.3qt \ -qgcacheiterator.3qt \ -qgdict.3qt \ -qgdictiterator.3qt \ -qgl.3qt \ -qglayoutiterator.3qt \ -qglcontext.3qt \ -qglformat.3qt \ -qglist.3qt \ -qglistiterator.3qt \ -qglwidget.3qt \ -qgrid.3qt \ -qgridlayout.3qt \ -qgroupbox.3qt \ -qguardedptr.3qt \ -qgvector.3qt \ -qhbox.3qt \ -qhboxlayout.3qt \ -qhbuttongroup.3qt \ -qheader.3qt \ -qhgroupbox.3qt \ -qhideevent.3qt \ -qhostaddress.3qt \ -qicondrag.3qt \ -qicondragitem.3qt \ -qiconset.3qt \ -qiconview.3qt \ -qiconviewitem.3qt \ -qimage.3qt \ -qimageconsumer.3qt \ -qimagedecoder.3qt \ -qimagedrag.3qt \ -qimageformat.3qt \ -qimageformattype.3qt \ -qimageio.3qt \ -qinputdialog.3qt \ -qintcache.3qt \ -qintcacheiterator.3qt \ -qintdict.3qt \ -qintdictiterator.3qt \ -qinterlacestyle.3qt \ -qintvalidator.3qt \ -qiodevice.3qt \ -qiodevicesource.3qt \ -qjiscodec.3qt \ -qjpunicodeconv.3qt \ -qkeyevent.3qt \ -qlabel.3qt \ -qlayout.3qt \ -qlayoutitem.3qt \ -qlayoutiterator.3qt \ -qlcdnumber.3qt \ -qlineedit.3qt \ -qlist.3qt \ -qlistbox.3qt \ -qlistboxitem.3qt \ -qlistboxpixmap.3qt \ -qlistboxtext.3qt \ -qlistiterator.3qt \ -qlistview.3qt \ -qlistviewitem.3qt \ -qlistviewitemiterator.3qt \ -qlnode.3qt \ -qlocalfs.3qt \ -qmainwindow.3qt \ -qmap.3qt \ -qmapconstiterator.3qt \ -qmapiterator.3qt \ -qmenubar.3qt \ -qmenudata.3qt \ -qmessagebox.3qt \ -qmetaobject.3qt \ -qmetaproperty.3qt \ -qmimesource.3qt \ -qmimesourcefactory.3qt \ -qmotifplusstyle.3qt \ -qmotifstyle.3qt \ -qmouseevent.3qt \ -qmoveevent.3qt \ -qmovie.3qt \ -qmultilineedit.3qt \ -qmutex.3qt \ -qnetworkoperation.3qt \ -qnetworkprotocol.3qt \ -qnpinstance.3qt \ -qnplugin.3qt \ -qnpstream.3qt \ -qnpwidget.3qt \ -qobject.3qt \ -qpaintdevice.3qt \ -qpaintdevicemetrics.3qt \ -qpainter.3qt \ -qpaintevent.3qt \ -qpalette.3qt \ -qpen.3qt \ -qpicture.3qt \ -qpixmap.3qt \ -qpixmapcache.3qt \ -qplatinumstyle.3qt \ -qpngimagepacker.3qt \ -qpoint.3qt \ -qpointarray.3qt \ -qpopupmenu.3qt \ -qprinter.3qt \ -qprogressbar.3qt \ -qprogressdialog.3qt \ -qptrdict.3qt \ -qptrdictiterator.3qt \ -qpushbutton.3qt \ -qqueue.3qt \ -qradiobutton.3qt \ -qrangecontrol.3qt \ -qrect.3qt \ -qregexp.3qt \ -qregion.3qt \ -qresizeevent.3qt \ -qscreencursor.3qt \ -qscrollbar.3qt \ -qscrollview.3qt \ -qsemaphore.3qt \ -qsemimodal.3qt \ -qserversocket.3qt \ -qsessionmanager.3qt \ -qsgistyle.3qt \ -qshared.3qt \ -qshowevent.3qt \ -qsignal.3qt \ -qsignalmapper.3qt \ -qsimplerichtext.3qt \ -qsize.3qt \ -qsizegrip.3qt \ -qsizepolicy.3qt \ -qsjiscodec.3qt \ -qslider.3qt \ -qsocket.3qt \ -qsocketdevice.3qt \ -qsocketnotifier.3qt \ -qsortedlist.3qt \ -qsound.3qt \ -qspaceritem.3qt \ -qspinbox.3qt \ -qsplitter.3qt \ -qstack.3qt \ -qstatusbar.3qt \ -qstoreddrag.3qt \ -qstrilist.3qt \ -qstring.3qt \ -qstringlist.3qt \ -qstrlist.3qt \ -qstrlistiterator.3qt \ -qstyle.3qt \ -qstylesheet.3qt \ -qstylesheetitem.3qt \ -qt.3qt \ -qtab.3qt \ -qtabbar.3qt \ -qtabdialog.3qt \ -qtable.3qt \ -qtableitem.3qt \ -qtableselection.3qt \ -qtableview.3qt \ -qtabwidget.3qt \ -qtextbrowser.3qt \ -qtextcodec.3qt \ -qtextdecoder.3qt \ -qtextdrag.3qt \ -qtextencoder.3qt \ -qtextistream.3qt \ -qtextostream.3qt \ -qtextstream.3qt \ -qtextview.3qt \ -qthread.3qt \ -qtime.3qt \ -qtimer.3qt \ -qtimerevent.3qt \ -qtoolbar.3qt \ -qtoolbutton.3qt \ -qtooltip.3qt \ -qtooltipgroup.3qt \ -qtranslator.3qt \ -qtranslatormessage.3qt \ -qtsciicodec.3qt \ -quridrag.3qt \ -qurl.3qt \ -qurloperator.3qt \ -qvalidator.3qt \ -qvaluelist.3qt \ -qvaluelistconstiterator.3qt \ -qvaluelistiterator.3qt \ -qvaluestack.3qt \ -qvariant.3qt \ -qvbox.3qt \ -qvboxlayout.3qt \ -qvbuttongroup.3qt \ -qvector.3qt \ -qvgroupbox.3qt \ -qwaitcondition.3qt \ -qwhatsthis.3qt \ -qwheelevent.3qt \ -qwidget.3qt \ -qwidgetitem.3qt \ -qwidgetstack.3qt \ -qwindowsstyle.3qt \ -qwizard.3qt \ -qwmatrix.3qt \ -qworkspace.3qt \ -qwsdecoration.3qt \ -qwskeyboardhandler.3qt \ -qwsmousehandler.3qt \ -qwsserver.3qt \ -qwswindow.3qt \ -qxmlattributes.3qt \ -qxmlcontenthandler.3qt \ -qxmldeclhandler.3qt \ -qxmldefaulthandler.3qt \ -qxmldtdhandler.3qt \ -qxmlentityresolver.3qt \ -qxmlerrorhandler.3qt \ -qxmlinputsource.3qt \ -qxmllexicalhandler.3qt \ -qxmllocator.3qt \ -qxmlnamespacesupport.3qt \ -qxmlparseexception.3qt \ -qxmlreader.3qt \ -qxmlsimplereader.3qt \ -qxtapplication.3qt \ -qxtwidget.3qt \ - diff --git a/x11-toolkits/qt33/files/objprelink.patch b/x11-toolkits/qt33/files/objprelink.patch deleted file mode 100644 index d6681cb74790..000000000000 --- a/x11-toolkits/qt33/files/objprelink.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- configs/freebsd-g++-shared Fri Jan 4 21:39:23 2002 -+++ configs/freebsd-g++-shared.new Fri Jan 4 21:37:23 2002 -@@ -32,7 +32,7 @@ - SYSCONF_LIBS_YACC = - - # Linking applications --SYSCONF_LINK = g++ -+SYSCONF_LINK = objprelink $(OBJECTS) $(OBJMOC) && g++ - SYSCONF_LFLAGS = - SYSCONF_LIBS = - -@@ -58,7 +58,7 @@ - # - SYSCONF_LINK_SHLIB = g++ - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) --SYSCONF_LINK_LIB_SHARED = \ -+SYSCONF_LINK_LIB_SHARED = objprelink $(OBJECTS) $(OBJMOC) && \ - $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS) && \ diff --git a/x11-toolkits/qt33/files/patch-aa b/x11-toolkits/qt33/files/patch-aa deleted file mode 100644 index bc5939bc401f..000000000000 --- a/x11-toolkits/qt33/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ ---- configs/freebsd-g++-shared Fri Jan 4 21:35:53 2002 -+++ configs/freebsd-g++-shared.new Fri Jan 4 21:37:33 2002 -@@ -6,7 +6,7 @@ - - # Compiling with support libraries - SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include --SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include -+SYSCONF_CXXFLAGS_QT= -I$(QTDIR)/include $(SYSCONF_CXXFLAGS_THREAD) - SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include - - # Compiling YACC output -@@ -23,7 +23,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) $(SYSCONF_LFLAGS_THREAD) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -46,7 +46,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -57,16 +57,15 @@ - # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) - # - SYSCONF_LINK_SHLIB = g++ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) --SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \ -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = \ -+ $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS) && \ - mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR) && \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) -+ rm -f lib$(TARGET).so;\ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - - # Linking static libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -77,8 +76,8 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -fno-exceptions -O2 --SYSCONF_CFLAGS = -pipe -fno-exceptions -O2 -+SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -O2 -+SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -O2 - # Default link type (static linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) diff --git a/x11-toolkits/qt33/files/patch-af b/x11-toolkits/qt33/files/patch-af deleted file mode 100644 index 552e44010c15..000000000000 --- a/x11-toolkits/qt33/files/patch-af +++ /dev/null @@ -1,31 +0,0 @@ ---- configs/freebsd-g++-static.orig Wed Oct 4 12:55:09 2000 -+++ configs/freebsd-g++-static Sat Nov 18 20:02:46 2000 -@@ -23,7 +23,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -46,7 +46,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -77,8 +77,8 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -fno-exceptions -O2 --SYSCONF_CFLAGS = -pipe -fno-exceptions -O2 -+SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -O -fno-exceptions -+SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -O -fno-exceptions - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_STATIC) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_STATIC) - # Compiling library source diff --git a/x11-toolkits/qt33/files/patch-ag b/x11-toolkits/qt33/files/patch-ag deleted file mode 100644 index ba5e83f30d70..000000000000 --- a/x11-toolkits/qt33/files/patch-ag +++ /dev/null @@ -1,52 +0,0 @@ ---- configs/freebsd-g++-shared-debug.orig Thu Jun 21 09:27:41 2001 -+++ configs/freebsd-g++-shared-debug Thu Jun 21 09:31:12 2001 -@@ -6,7 +6,7 @@ - - # Compiling with support libraries - SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include --SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include -+SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include $(SYSCONF_CXXFLAGS_THREAD) - SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include - - # Compiling YACC output -@@ -23,7 +23,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) $(SYSCONF_LFLAGS_THREAD) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -46,7 +46,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -60,1 +60,1 @@ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -@@ -65,6 +65,4 @@ - cd $(DESTDIR) && \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) -+ rm -f lib$(TARGET).so;\ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - -@@ -77,8 +75,8 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -fno-exceptions -g --SYSCONF_CFLAGS = -pipe -fno-exceptions -g -+SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -g -+SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -g - # Default link type (static linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) diff --git a/x11-toolkits/qt33/files/patch-ah b/x11-toolkits/qt33/files/patch-ah deleted file mode 100644 index 790190fef52f..000000000000 --- a/x11-toolkits/qt33/files/patch-ah +++ /dev/null @@ -1,31 +0,0 @@ ---- configs/freebsd-g++-static-debug.orig Thu Jun 21 09:32:21 2001 -+++ configs/freebsd-g++-static-debug Thu Jun 21 09:33:08 2001 -@@ -23,7 +23,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -46,7 +46,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -77,8 +77,8 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -fno-exceptions -g --SYSCONF_CFLAGS = -pipe -fno-exceptions -g -+SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -g -+SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -g - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_STATIC) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_STATIC) - # Compiling library source diff --git a/x11-toolkits/qt33/files/patch-designer::mainwindow.cpp b/x11-toolkits/qt33/files/patch-designer::mainwindow.cpp deleted file mode 100644 index eddf54f011d9..000000000000 --- a/x11-toolkits/qt33/files/patch-designer::mainwindow.cpp +++ /dev/null @@ -1,32 +0,0 @@ ---- tools/designer/designer/mainwindow.cpp 2000/11/18 17:50:58 1.1 -+++ tools/designer/designer/mainwindow.cpp 2000/11/18 17:53:21 -@@ -125,7 +125,7 @@ - : QMainWindow( 0, "mainwindow", WType_TopLevel | WDestructiveClose ), - #endif - grd( 10, 10 ), sGrid( TRUE ), snGrid( TRUE ), restoreConfig( TRUE ), splashScreen( TRUE ), -- docPath( "$QTDIR/doc/html" ), client( asClient ) -+ docPath( QT_PREFIX "/share/doc/qt2/html" ), client( asClient ) - { - self = this; - setIcon( PixmapChooser::loadPixmap( "logo" ) ); -@@ -3144,7 +3144,7 @@ - QMessageBox::information( this, tr( "Create Template" ), tr( "Couldn't create the template" ) ); - return; - } -- fn.prepend( QString( getenv( "QTDIR" ) ) + "/tools/designer/templates/" ); -+ fn.prepend( QT_PREFIX "/share/qt2/designer/templates/" ); - fn.append( ".ui" ); - QFile f( fn ); - if ( !f.open( IO_WriteOnly ) ) { -@@ -3236,9 +3236,9 @@ - - void MainWindow::openHelpForDialog( const QString &dia ) - { -- QString manualdir = QString( getenv( "QTDIR" ) ) + "/tools/designer/manual/book1.html"; -+ QString manualdir = QT_PREFIX "/share/qt2/designer/manual/book1.html"; - if ( !QFile::exists( manualdir ) ) -- manualdir = QString( getenv( "QTDIR" ) ) + "/doc/html/designer/book1.html"; -+ manualdir = QT_PREFIX "/share/doc/qt2/html/designer/book1.html"; - QFile file( manualdir ); - if ( !file.open( IO_ReadOnly ) ) - return; diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist index 8b7682a9c868..02373ff480cc 100644 --- a/x11-toolkits/qt33/pkg-plist +++ b/x11-toolkits/qt33/pkg-plist @@ -1,1580 +1,2415 @@ -bin/findtr -bin/moc2 -bin/qt20fix -bin/qtrename140 +bin/assistant +bin/designer +bin/linguist +bin/lrelease +bin/lupdate +bin/moc +bin/qm2ts +bin/qmake +bin/qtconfig bin/uic -include/qt2/jri.h -include/qt2/jritypes.h -include/qt2/npapi.h -include/qt2/npupp.h -include/qt2/q1xcompatibility.h -include/qt2/qabstractlayout.h -include/qt2/qaccel.h -include/qt2/qaction.h -include/qt2/qapp.h -include/qt2/qapplication.h -include/qt2/qarray.h -include/qt2/qasciicache.h -include/qt2/qasciidict.h -include/qt2/qasyncimageio.h -include/qt2/qasyncio.h -include/qt2/qbig5codec.h -include/qt2/qbitarray.h -include/qt2/qbitarry.h -include/qt2/qbitmap.h -include/qt2/qbrush.h -include/qt2/qbttngrp.h -include/qt2/qbuffer.h -include/qt2/qbutton.h -include/qt2/qbuttongroup.h -include/qt2/qcache.h -include/qt2/qcanvas.h -include/qt2/qcdestyle.h -include/qt2/qcheckbox.h -include/qt2/qchkbox.h -include/qt2/qclipboard.h -include/qt2/qclipbrd.h -include/qt2/qcollect.h -include/qt2/qcollection.h -include/qt2/qcolor.h -include/qt2/qcolordialog.h -include/qt2/qcombo.h -include/qt2/qcombobox.h -include/qt2/qcommonstyle.h -include/qt2/qconfig-dist.h -include/qt2/qconfig-large.h -include/qt2/qconfig-medium.h -include/qt2/qconfig-minimal.h -include/qt2/qconfig-small.h -include/qt2/qconfig.h -include/qt2/qconnect.h -include/qt2/qconnection.h -include/qt2/qcstring.h -include/qt2/qcursor.h -include/qt2/qdatastream.h -include/qt2/qdatetime.h -include/qt2/qdatetm.h -include/qt2/qdial.h -include/qt2/qdialog.h -include/qt2/qdict.h -include/qt2/qdir.h -include/qt2/qdns.h -include/qt2/qdom.h -include/qt2/qdragobject.h -include/qt2/qdrawutil.h -include/qt2/qdrawutl.h -include/qt2/qdropsite.h -include/qt2/qdstream.h -include/qt2/qeucjpcodec.h -include/qt2/qeuckrcodec.h -include/qt2/qevent.h -include/qt2/qfeatures.h -include/qt2/qfile.h -include/qt2/qfiledef.h -include/qt2/qfiledialog.h -include/qt2/qfiledlg.h -include/qt2/qfileinf.h -include/qt2/qfileinfo.h -include/qt2/qfocusdata.h -include/qt2/qfont.h -include/qt2/qfontdatabase.h -include/qt2/qfontdialog.h -include/qt2/qfontdta.h -include/qt2/qfontinf.h -include/qt2/qfontinfo.h -include/qt2/qfontmet.h -include/qt2/qfontmetrics.h -include/qt2/qframe.h -include/qt2/qftp.h -include/qt2/qgarray.h -include/qt2/qgbkcodec.h -include/qt2/qgcache.h -include/qt2/qgdict.h -include/qt2/qgeneric.h -include/qt2/qgif.h -include/qt2/qgl.h -include/qt2/qglist.h -include/qt2/qglobal.h -include/qt2/qgrid.h -include/qt2/qgroupbox.h -include/qt2/qgrpbox.h -include/qt2/qguardedptr.h -include/qt2/qgvector.h -include/qt2/qhbox.h -include/qt2/qhbuttongroup.h -include/qt2/qheader.h -include/qt2/qhgroupbox.h -include/qt2/qhostaddress.h -include/qt2/qiconset.h -include/qt2/qiconview.h -include/qt2/qimage.h -include/qt2/qinputdialog.h -include/qt2/qintcach.h -include/qt2/qintcache.h -include/qt2/qintdict.h -include/qt2/qinterlacestyle.h -include/qt2/qiodev.h -include/qt2/qiodevice.h -include/qt2/qjiscodec.h -include/qt2/qjpegio.h -include/qt2/qjpunicode.h -include/qt2/qkeycode.h -include/qt2/qkoi8codec.h -include/qt2/qlabel.h -include/qt2/qlayout.h -include/qt2/qlcdnum.h -include/qt2/qlcdnumber.h -include/qt2/qlined.h -include/qt2/qlineedit.h -include/qt2/qlist.h -include/qt2/qlistbox.h -include/qt2/qlistview.h -include/qt2/qlocalfs.h -include/qt2/qmainwindow.h -include/qt2/qmap.h -include/qt2/qmenubar.h -include/qt2/qmenudata.h -include/qt2/qmenudta.h -include/qt2/qmessagebox.h -include/qt2/qmetaobj.h -include/qt2/qmetaobject.h -include/qt2/qmime.h -include/qt2/qmlined.h -include/qt2/qmngio.h -include/qt2/qmodules.h -include/qt2/qmotifplusstyle.h -include/qt2/qmotifstyle.h -include/qt2/qmovie.h -include/qt2/qmsgbox.h -include/qt2/qmultilinedit.h -include/qt2/qmultilineedit.h -include/qt2/qnamespace.h -include/qt2/qnetwork.h -include/qt2/qnetworkprotocol.h -include/qt2/qnp.h -include/qt2/qobjcoll.h -include/qt2/qobjdefs.h -include/qt2/qobject.h -include/qt2/qobjectdefs.h -include/qt2/qobjectdict.h -include/qt2/qobjectlist.h -include/qt2/qpaintd.h -include/qt2/qpaintdc.h -include/qt2/qpaintdevice.h -include/qt2/qpaintdevicedefs.h -include/qt2/qpaintdevicemetrics.h -include/qt2/qpainter.h -include/qt2/qpalette.h -include/qt2/qpdevmet.h -include/qt2/qpen.h -include/qt2/qpicture.h -include/qt2/qpixmap.h -include/qt2/qpixmapcache.h -include/qt2/qplatinumstyle.h -include/qt2/qpmcache.h -include/qt2/qpngio.h -include/qt2/qpntarry.h -include/qt2/qpoint.h -include/qt2/qpointarray.h -include/qt2/qpolygonscanner.h -include/qt2/qpopmenu.h -include/qt2/qpopupmenu.h -include/qt2/qprintdialog.h -include/qt2/qprinter.h -include/qt2/qprndlg.h -include/qt2/qprogbar.h -include/qt2/qprogdlg.h -include/qt2/qprogressbar.h -include/qt2/qprogressdialog.h -include/qt2/qpsprn.h -include/qt2/qptrdict.h -include/qt2/qpushbt.h -include/qt2/qpushbutton.h -include/qt2/qqueue.h -include/qt2/qradiobt.h -include/qt2/qradiobutton.h -include/qt2/qrangecontrol.h -include/qt2/qrangect.h -include/qt2/qrect.h -include/qt2/qregexp.h -include/qt2/qregion.h -include/qt2/qrtlcodec.h -include/qt2/qscrbar.h -include/qt2/qscrollbar.h -include/qt2/qscrollview.h -include/qt2/qsemimodal.h -include/qt2/qserversocket.h -include/qt2/qsession.h -include/qt2/qsessionmanager.h -include/qt2/qsgistyle.h -include/qt2/qshared.h -include/qt2/qsignal.h -include/qt2/qsignalmapper.h -include/qt2/qsignalslotimp.h -include/qt2/qsimplerichtext.h -include/qt2/qsize.h -include/qt2/qsizegrip.h -include/qt2/qsizepolicy.h -include/qt2/qsjiscodec.h -include/qt2/qslider.h -include/qt2/qsmartptr.h -include/qt2/qsocket.h -include/qt2/qsocketdevice.h -include/qt2/qsocketnotifier.h -include/qt2/qsocknot.h -include/qt2/qsortedlist.h -include/qt2/qsound.h -include/qt2/qspinbox.h -include/qt2/qsplitter.h -include/qt2/qstack.h -include/qt2/qstatusbar.h -include/qt2/qstring.h -include/qt2/qstringlist.h -include/qt2/qstrlist.h -include/qt2/qstrvec.h -include/qt2/qstyle.h -include/qt2/qstylesheet.h -include/qt2/qt.h -include/qt2/qt_x11.h -include/qt2/qtabbar.h -include/qt2/qtabdialog.h -include/qt2/qtabdlg.h -include/qt2/qtable.h -include/qt2/qtableview.h -include/qt2/qtablevw.h -include/qt2/qtabwidget.h -include/qt2/qtextbrowser.h -include/qt2/qtextcodec.h -include/qt2/qtextstream.h -include/qt2/qtextview.h -include/qt2/qthread.h -include/qt2/qtimer.h -include/qt2/qtl.h -include/qt2/qtoolbar.h -include/qt2/qtoolbutton.h -include/qt2/qtooltip.h -include/qt2/qtranslator.h -include/qt2/qtsciicodec.h -include/qt2/qtstream.h -include/qt2/qurl.h -include/qt2/qurlinfo.h -include/qt2/qurloperator.h -include/qt2/qutfcodec.h -include/qt2/qvalidator.h -include/qt2/qvaluelist.h -include/qt2/qvaluestack.h -include/qt2/qvariant.h -include/qt2/qvbox.h -include/qt2/qvbuttongroup.h -include/qt2/qvector.h -include/qt2/qvfbhdr.h -include/qt2/qvgroupbox.h -include/qt2/qwhatsthis.h -include/qt2/qwidcoll.h -include/qt2/qwidget.h -include/qt2/qwidgetintdict.h -include/qt2/qwidgetlist.h -include/qt2/qwidgetstack.h -include/qt2/qwindefs.h -include/qt2/qwindow.h -include/qt2/qwindowdefs.h -include/qt2/qwindowsstyle.h -include/qt2/qwizard.h -include/qt2/qwmatrix.h -include/qt2/qworkspace.h -include/qt2/qxml.h -include/qt2/qxt.h -%%SHARED%%lib/libqt2-mt.so -%%SHARED%%lib/libqt2-mt.so.4 -%%SHARED%%lib/libqt2.so -%%SHARED%%lib/libqt2.so.4 -%%SHARED%%lib/libqtgl.so -%%SHARED%%lib/libqtgl.so.4 -%%SHARED%%lib/libqutil.so -%%SHARED%%lib/libqutil.so.1 -%%STATIC%%lib/libqt2.a -%%STATIC%%lib/libqutil.a -share/doc/qt2/ANNOUNCE -share/doc/qt2/FAQ -share/doc/qt2/PORTING -share/doc/qt2/README -share/doc/qt2/README.QT -share/doc/qt2/html/HOWTO-framebuffer.html -share/doc/qt2/html/aboutqt.html -share/doc/qt2/html/abstractwidgets.html -share/doc/qt2/html/accel.html -share/doc/qt2/html/accelerators.html -share/doc/qt2/html/aclock-main-cpp.html -share/doc/qt2/html/action-main-cpp.html -share/doc/qt2/html/addressbook-main-cpp.html -share/doc/qt2/html/advanced.html -share/doc/qt2/html/annotated.html -share/doc/qt2/html/appearance.html -share/doc/qt2/html/appicon.html -share/doc/qt2/html/application-main-cpp.html -share/doc/qt2/html/application.html -share/doc/qt2/html/basic.html -share/doc/qt2/html/bearings.png -share/doc/qt2/html/biff-main-cpp.html -share/doc/qt2/html/book.png -share/doc/qt2/html/bughowto.html -share/doc/qt2/html/buttongroup-m.png -share/doc/qt2/html/buttongroup-w.png -share/doc/qt2/html/buttongroups-main-cpp.html -share/doc/qt2/html/buyhowto.html -share/doc/qt2/html/canvas.html -share/doc/qt2/html/casestudy-qws.html -share/doc/qt2/html/changes21.html -share/doc/qt2/html/changes211.html -share/doc/qt2/html/changes22.html -share/doc/qt2/html/changes23.html -share/doc/qt2/html/charinput-qws.html -share/doc/qt2/html/checklists-main-cpp.html -share/doc/qt2/html/classes.html -share/doc/qt2/html/collection.html -share/doc/qt2/html/commonproblems.html -share/doc/qt2/html/coordsys.html -share/doc/qt2/html/coordsys.png -share/doc/qt2/html/credits.html -share/doc/qt2/html/cursor-cursor-cpp.html -share/doc/qt2/html/customlayout-main-cpp.html -share/doc/qt2/html/customlayout.html -share/doc/qt2/html/datastreamformat.html -share/doc/qt2/html/dclock-main-cpp.html -share/doc/qt2/html/debug.html -share/doc/qt2/html/design.html -share/doc/qt2/html/designer.html -share/doc/qt2/html/designer.png -share/doc/qt2/html/desktop-desktop-cpp.html -share/doc/qt2/html/dialogs.html -share/doc/qt2/html/dirview-main-cpp.html -share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.png -share/doc/qt2/html/draganddrop.html -share/doc/qt2/html/drawdemo-drawdemo-cpp.html -share/doc/qt2/html/drawing.html -share/doc/qt2/html/drawlines-connect-cpp.html -share/doc/qt2/html/easteregg.html -share/doc/qt2/html/easteregg2.html -share/doc/qt2/html/embedclasses.html -share/doc/qt2/html/environment.html -share/doc/qt2/html/envvars.html -share/doc/qt2/html/eventsandfilters.html -share/doc/qt2/html/examples.html -share/doc/qt2/html/face.png -share/doc/qt2/html/features.html -share/doc/qt2/html/fileiconview-main-cpp.html -share/doc/qt2/html/focus.html -share/doc/qt2/html/fontdir.html -share/doc/qt2/html/fonts-qws.html -share/doc/qt2/html/forever-forever-cpp.html -share/doc/qt2/html/frames.png -share/doc/qt2/html/functions.html -share/doc/qt2/html/geomanagement.html -share/doc/qt2/html/geometry.html -share/doc/qt2/html/geometry.png -share/doc/qt2/html/gpl.html -share/doc/qt2/html/graph.g1n -share/doc/qt2/html/grapher-grapher-cpp.html -share/doc/qt2/html/gridlayout.png -share/doc/qt2/html/groupbox-m.png -share/doc/qt2/html/groupbox-w.png -share/doc/qt2/html/guibooks.html -share/doc/qt2/html/headers.html -share/doc/qt2/html/hello-main-cpp.html -share/doc/qt2/html/helpsystem.html -share/doc/qt2/html/helpviewer-main-cpp.html -share/doc/qt2/html/hierarchy.html -share/doc/qt2/html/i18n-main-cpp.html -share/doc/qt2/html/i18n.html -share/doc/qt2/html/iconview-main-cpp.html -share/doc/qt2/html/iconview.html -share/doc/qt2/html/imageio.html -share/doc/qt2/html/images.html -share/doc/qt2/html/index -share/doc/qt2/html/index.html -share/doc/qt2/html/install-qws.html -share/doc/qt2/html/install-win.html -share/doc/qt2/html/install-x11.html -share/doc/qt2/html/installation.html -share/doc/qt2/html/io.html -share/doc/qt2/html/keyfeatures21.html -share/doc/qt2/html/keyfeatures22.html -share/doc/qt2/html/layout-layout-cpp.html -share/doc/qt2/html/layout.html -share/doc/qt2/html/letter.png -share/doc/qt2/html/license.html -share/doc/qt2/html/licenses.html -share/doc/qt2/html/life-main-cpp.html -share/doc/qt2/html/lineedits-main-cpp.html -share/doc/qt2/html/listbox-main-cpp.html -share/doc/qt2/html/listboxcombo-main-cpp.html -share/doc/qt2/html/listviews-main-cpp.html -share/doc/qt2/html/mailinglists.html -share/doc/qt2/html/mainlyMotif-editor-cpp.html -share/doc/qt2/html/mainlyQt-editor-cpp.html -share/doc/qt2/html/mainlyXt-editor-cpp.html -share/doc/qt2/html/mainwindow-m.png -share/doc/qt2/html/mainwindow-w.png -share/doc/qt2/html/mdi-main-cpp.html -share/doc/qt2/html/menu-menu-cpp.html -share/doc/qt2/html/metaobjects.html -share/doc/qt2/html/misc.html -share/doc/qt2/html/moc.html -share/doc/qt2/html/modules.html -share/doc/qt2/html/movies-main-cpp.html -share/doc/qt2/html/network.html -share/doc/qt2/html/nsplugin.html -share/doc/qt2/html/object.html -share/doc/qt2/html/objectmodel.html -share/doc/qt2/html/objecttrees.html -share/doc/qt2/html/opengl.html -share/doc/qt2/html/organizers.html -share/doc/qt2/html/palette.png -share/doc/qt2/html/performance-qws.html -share/doc/qt2/html/picture-picture-cpp.html -share/doc/qt2/html/pictures.html -share/doc/qt2/html/pnglogo.png -share/doc/qt2/html/pointer-qws.html -share/doc/qt2/html/popup-popup-cpp.html -share/doc/qt2/html/porting-qws.html -share/doc/qt2/html/porting.html -share/doc/qt2/html/primes.html -share/doc/qt2/html/progress-progress-cpp.html -share/doc/qt2/html/progressbar-main-cpp.html -share/doc/qt2/html/properties.html -share/doc/qt2/html/propertyindex -share/doc/qt2/html/qabstractlayout-h.html -share/doc/qt2/html/qaccel-h.html -share/doc/qt2/html/qaccel-members.html -share/doc/qt2/html/qaccel.html -share/doc/qt2/html/qaction-h.html -share/doc/qt2/html/qaction-members.html -share/doc/qt2/html/qaction.html -share/doc/qt2/html/qactiongroup-members.html -share/doc/qt2/html/qactiongroup.html -share/doc/qt2/html/qapplication-h.html -share/doc/qt2/html/qapplication-members.html -share/doc/qt2/html/qapplication.html -share/doc/qt2/html/qarray-h.html -share/doc/qt2/html/qarray-members.html -share/doc/qt2/html/qarray.html -share/doc/qt2/html/qasciicache-h.html -share/doc/qt2/html/qasciicache-members.html -share/doc/qt2/html/qasciicache.html -share/doc/qt2/html/qasciicacheiterator-members.html -share/doc/qt2/html/qasciicacheiterator.html -share/doc/qt2/html/qasciidict-h.html -share/doc/qt2/html/qasciidict-members.html -share/doc/qt2/html/qasciidict.html -share/doc/qt2/html/qasciidictiterator-members.html -share/doc/qt2/html/qasciidictiterator.html -share/doc/qt2/html/qasyncimageio-h.html -share/doc/qt2/html/qasyncio-h.html -share/doc/qt2/html/qasyncio-members.html -share/doc/qt2/html/qasyncio.html -share/doc/qt2/html/qbitarray-h.html -share/doc/qt2/html/qbitarray-members.html -share/doc/qt2/html/qbitarray.html -share/doc/qt2/html/qbitmap-h.html -share/doc/qt2/html/qbitmap-members.html -share/doc/qt2/html/qbitmap.html -share/doc/qt2/html/qbitval-members.html -share/doc/qt2/html/qbitval.html -share/doc/qt2/html/qboxlayout-members.html -share/doc/qt2/html/qboxlayout.html -share/doc/qt2/html/qbrush-h.html -share/doc/qt2/html/qbrush-members.html -share/doc/qt2/html/qbrush.html -share/doc/qt2/html/qbttngrp-m.png -share/doc/qt2/html/qbttngrp-w.png -share/doc/qt2/html/qbuffer-h.html -share/doc/qt2/html/qbuffer-members.html -share/doc/qt2/html/qbuffer.html -share/doc/qt2/html/qbutton-h.html -share/doc/qt2/html/qbutton-members.html -share/doc/qt2/html/qbutton.html -share/doc/qt2/html/qbuttongroup-h.html -share/doc/qt2/html/qbuttongroup-members.html -share/doc/qt2/html/qbuttongroup.html -share/doc/qt2/html/qbytearray-members.html -share/doc/qt2/html/qbytearray.html -share/doc/qt2/html/qcache-h.html -share/doc/qt2/html/qcache-members.html -share/doc/qt2/html/qcache.html -share/doc/qt2/html/qcacheiterator-members.html -share/doc/qt2/html/qcacheiterator.html -share/doc/qt2/html/qcanvas-h.html -share/doc/qt2/html/qcanvas-members.html -share/doc/qt2/html/qcanvas.html -share/doc/qt2/html/qcanvas.png -share/doc/qt2/html/qcanvasellipse-members.html -share/doc/qt2/html/qcanvasellipse.html -share/doc/qt2/html/qcanvasitem-members.html -share/doc/qt2/html/qcanvasitem.html -share/doc/qt2/html/qcanvasline-members.html -share/doc/qt2/html/qcanvasline.html -share/doc/qt2/html/qcanvaspixmap-members.html -share/doc/qt2/html/qcanvaspixmap.html -share/doc/qt2/html/qcanvaspixmaparray-members.html -share/doc/qt2/html/qcanvaspixmaparray.html -share/doc/qt2/html/qcanvaspolygon-members.html -share/doc/qt2/html/qcanvaspolygon.html -share/doc/qt2/html/qcanvaspolygonalitem-members.html -share/doc/qt2/html/qcanvaspolygonalitem.html -share/doc/qt2/html/qcanvasrectangle-members.html -share/doc/qt2/html/qcanvasrectangle.html -share/doc/qt2/html/qcanvassprite-members.html -share/doc/qt2/html/qcanvassprite.html -share/doc/qt2/html/qcanvastext-members.html -share/doc/qt2/html/qcanvastext.html -share/doc/qt2/html/qcanvasview-members.html -share/doc/qt2/html/qcanvasview.html -share/doc/qt2/html/qcdestyle-h.html -share/doc/qt2/html/qcdestyle-members.html -share/doc/qt2/html/qcdestyle.html -share/doc/qt2/html/qchar-members.html -share/doc/qt2/html/qchar.html -share/doc/qt2/html/qcharref-members.html -share/doc/qt2/html/qcharref.html -share/doc/qt2/html/qcheckbox-h.html -share/doc/qt2/html/qcheckbox-m.png -share/doc/qt2/html/qcheckbox-members.html -share/doc/qt2/html/qcheckbox-w.png -share/doc/qt2/html/qcheckbox.html -share/doc/qt2/html/qchecklistitem-members.html -share/doc/qt2/html/qchecklistitem.html -share/doc/qt2/html/qchildevent-members.html -share/doc/qt2/html/qchildevent.html -share/doc/qt2/html/qchkbox-m.png -share/doc/qt2/html/qchkbox-w.png -share/doc/qt2/html/qclassinfo-members.html -share/doc/qt2/html/qclipboard-h.html -share/doc/qt2/html/qclipboard-members.html -share/doc/qt2/html/qclipboard.html -share/doc/qt2/html/qcloseevent-members.html -share/doc/qt2/html/qcloseevent.html -share/doc/qt2/html/qcollection-h.html -share/doc/qt2/html/qcollection-members.html -share/doc/qt2/html/qcollection.html -share/doc/qt2/html/qcolor-h.html -share/doc/qt2/html/qcolor-members.html -share/doc/qt2/html/qcolor.html -share/doc/qt2/html/qcolordialog-h.html -share/doc/qt2/html/qcolordialog-members.html -share/doc/qt2/html/qcolordialog.html -share/doc/qt2/html/qcolordlg-m.png -share/doc/qt2/html/qcolordlg-w.png -share/doc/qt2/html/qcolordrag-members.html -share/doc/qt2/html/qcolordrag.html -share/doc/qt2/html/qcolorgroup-members.html -share/doc/qt2/html/qcolorgroup.html -share/doc/qt2/html/qcombo1-m.png -share/doc/qt2/html/qcombo1-w.png -share/doc/qt2/html/qcombo2-m.png -share/doc/qt2/html/qcombo2-w.png -share/doc/qt2/html/qcombo3-m.png -share/doc/qt2/html/qcombo3-w.png -share/doc/qt2/html/qcombobox-h.html -share/doc/qt2/html/qcombobox-members.html -share/doc/qt2/html/qcombobox.html -share/doc/qt2/html/qcommonstyle-h.html -share/doc/qt2/html/qcommonstyle-members.html -share/doc/qt2/html/qcommonstyle.html -share/doc/qt2/html/qconnection-h.html -share/doc/qt2/html/qconnection-members.html -share/doc/qt2/html/qconnection.html -share/doc/qt2/html/qconststring-members.html -share/doc/qt2/html/qconststring.html -share/doc/qt2/html/qcopchannel-members.html -share/doc/qt2/html/qcopchannel.html -share/doc/qt2/html/qcopchannel_qws-h.html -share/doc/qt2/html/qcstring-h.html -share/doc/qt2/html/qcstring-members.html -share/doc/qt2/html/qcstring.html -share/doc/qt2/html/qcursor-h.html -share/doc/qt2/html/qcursor-members.html -share/doc/qt2/html/qcursor.html -share/doc/qt2/html/qcustomevent-members.html -share/doc/qt2/html/qcustomevent.html -share/doc/qt2/html/qcustommenuitem-members.html -share/doc/qt2/html/qcustommenuitem.html -share/doc/qt2/html/qdatapump-members.html -share/doc/qt2/html/qdatapump.html -share/doc/qt2/html/qdatasink-members.html -share/doc/qt2/html/qdatasink.html -share/doc/qt2/html/qdatasource-members.html -share/doc/qt2/html/qdatasource.html -share/doc/qt2/html/qdatastream-h.html -share/doc/qt2/html/qdatastream-members.html -share/doc/qt2/html/qdatastream.html -share/doc/qt2/html/qdate-members.html -share/doc/qt2/html/qdate.html -share/doc/qt2/html/qdatetime-h.html -share/doc/qt2/html/qdatetime-members.html -share/doc/qt2/html/qdatetime.html -share/doc/qt2/html/qdial-h.html -share/doc/qt2/html/qdial-m.png -share/doc/qt2/html/qdial-members.html -share/doc/qt2/html/qdial-w.png -share/doc/qt2/html/qdial.html -share/doc/qt2/html/qdialog-h.html -share/doc/qt2/html/qdialog-members.html -share/doc/qt2/html/qdialog.html -share/doc/qt2/html/qdict-h.html -share/doc/qt2/html/qdict-members.html -share/doc/qt2/html/qdict.html -share/doc/qt2/html/qdictiterator-members.html -share/doc/qt2/html/qdictiterator.html -share/doc/qt2/html/qdir-h.html -share/doc/qt2/html/qdir-members.html -share/doc/qt2/html/qdir.html -share/doc/qt2/html/qdns-h.html -share/doc/qt2/html/qdns-members.html -share/doc/qt2/html/qdns.html -share/doc/qt2/html/qdom-h.html -share/doc/qt2/html/qdomattr-members.html -share/doc/qt2/html/qdomattr.html -share/doc/qt2/html/qdomcdatasection-members.html -share/doc/qt2/html/qdomcdatasection.html -share/doc/qt2/html/qdomcharacterdata-members.html -share/doc/qt2/html/qdomcharacterdata.html -share/doc/qt2/html/qdomcomment-members.html -share/doc/qt2/html/qdomcomment.html -share/doc/qt2/html/qdomdocument-members.html -share/doc/qt2/html/qdomdocument.html -share/doc/qt2/html/qdomdocumentfragment-members.html -share/doc/qt2/html/qdomdocumentfragment.html -share/doc/qt2/html/qdomdocumenttype-members.html -share/doc/qt2/html/qdomdocumenttype.html -share/doc/qt2/html/qdomelement-members.html -share/doc/qt2/html/qdomelement.html -share/doc/qt2/html/qdomentity-members.html -share/doc/qt2/html/qdomentity.html -share/doc/qt2/html/qdomentityreference-members.html -share/doc/qt2/html/qdomentityreference.html -share/doc/qt2/html/qdomimplementation-members.html -share/doc/qt2/html/qdomimplementation.html -share/doc/qt2/html/qdomnamednodemap-members.html -share/doc/qt2/html/qdomnamednodemap.html -share/doc/qt2/html/qdomnode-members.html -share/doc/qt2/html/qdomnode.html -share/doc/qt2/html/qdomnodelist-members.html -share/doc/qt2/html/qdomnodelist.html -share/doc/qt2/html/qdomnotation-members.html -share/doc/qt2/html/qdomnotation.html -share/doc/qt2/html/qdomprocessinginstruction-members.html -share/doc/qt2/html/qdomprocessinginstruction.html -share/doc/qt2/html/qdomtext-members.html -share/doc/qt2/html/qdomtext.html -share/doc/qt2/html/qdoublevalidator-members.html -share/doc/qt2/html/qdoublevalidator.html -share/doc/qt2/html/qdragenterevent-members.html -share/doc/qt2/html/qdragenterevent.html -share/doc/qt2/html/qdragleaveevent-members.html -share/doc/qt2/html/qdragleaveevent.html -share/doc/qt2/html/qdragmoveevent-members.html -share/doc/qt2/html/qdragmoveevent.html -share/doc/qt2/html/qdragobject-h.html -share/doc/qt2/html/qdragobject-members.html -share/doc/qt2/html/qdragobject.html -share/doc/qt2/html/qdrawutil-h.html -share/doc/qt2/html/qdropevent-members.html -share/doc/qt2/html/qdropevent.html -share/doc/qt2/html/qdropsite-h.html -share/doc/qt2/html/qdropsite-members.html -share/doc/qt2/html/qdropsite.html -share/doc/qt2/html/qembed.html -share/doc/qt2/html/qeucjpcodec-h.html -share/doc/qt2/html/qeucjpcodec-members.html -share/doc/qt2/html/qeucjpcodec.html -share/doc/qt2/html/qeuckrcodec-h.html -share/doc/qt2/html/qeuckrcodec-members.html -share/doc/qt2/html/qeuckrcodec.html -share/doc/qt2/html/qevent-h.html -share/doc/qt2/html/qevent-members.html -share/doc/qt2/html/qevent.html -share/doc/qt2/html/qfd-qfd-cpp.html -share/doc/qt2/html/qfile-h.html -share/doc/qt2/html/qfile-members.html -share/doc/qt2/html/qfile.html -share/doc/qt2/html/qfiledialog-h.html -share/doc/qt2/html/qfiledialog-members.html -share/doc/qt2/html/qfiledialog.html -share/doc/qt2/html/qfiledlg-m.png -share/doc/qt2/html/qfiledlg-w.png -share/doc/qt2/html/qfileiconprovider-members.html -share/doc/qt2/html/qfileiconprovider.html -share/doc/qt2/html/qfileinfo-h.html -share/doc/qt2/html/qfileinfo-members.html -share/doc/qt2/html/qfileinfo.html -share/doc/qt2/html/qfilepreview-members.html -share/doc/qt2/html/qfilepreview.html -share/doc/qt2/html/qfocusdata-h.html -share/doc/qt2/html/qfocusdata-members.html -share/doc/qt2/html/qfocusdata.html -share/doc/qt2/html/qfocusevent-members.html -share/doc/qt2/html/qfocusevent.html -share/doc/qt2/html/qfont-h.html -share/doc/qt2/html/qfont-members.html -share/doc/qt2/html/qfont.html -share/doc/qt2/html/qfontdatabase-h.html -share/doc/qt2/html/qfontdatabase-members.html -share/doc/qt2/html/qfontdatabase.html -share/doc/qt2/html/qfontdialog-h.html -share/doc/qt2/html/qfontdialog-members.html -share/doc/qt2/html/qfontdialog.html -share/doc/qt2/html/qfontdlg-m.png -share/doc/qt2/html/qfontdlg-w.png -share/doc/qt2/html/qfontinfo-h.html -share/doc/qt2/html/qfontinfo-members.html -share/doc/qt2/html/qfontinfo.html -share/doc/qt2/html/qfontmanager-members.html -share/doc/qt2/html/qfontmanager_qws-h.html -share/doc/qt2/html/qfontmetrics-h.html -share/doc/qt2/html/qfontmetrics-members.html -share/doc/qt2/html/qfontmetrics.html -share/doc/qt2/html/qframe-h.html -share/doc/qt2/html/qframe-members.html -share/doc/qt2/html/qframe.html -share/doc/qt2/html/qftp-h.html -share/doc/qt2/html/qftp-members.html -share/doc/qt2/html/qftp.html -share/doc/qt2/html/qgarray-h.html -share/doc/qt2/html/qgarray-members.html -share/doc/qt2/html/qgarray.html -share/doc/qt2/html/qgbkcodec-h.html -share/doc/qt2/html/qgbkcodec-members.html -share/doc/qt2/html/qgbkcodec.html -share/doc/qt2/html/qgcache-h.html -share/doc/qt2/html/qgcache-members.html -share/doc/qt2/html/qgcache.html -share/doc/qt2/html/qgcacheiterator-members.html -share/doc/qt2/html/qgcacheiterator.html -share/doc/qt2/html/qgdict-h.html -share/doc/qt2/html/qgdict-members.html -share/doc/qt2/html/qgdict.html -share/doc/qt2/html/qgdictiterator-members.html -share/doc/qt2/html/qgdictiterator.html -share/doc/qt2/html/qgfx_qws-h.html -share/doc/qt2/html/qgfxraster_qws-h.html -share/doc/qt2/html/qgfxrasterbase-members.html -share/doc/qt2/html/qgl-h.html -share/doc/qt2/html/qgl-members.html -share/doc/qt2/html/qgl.html -share/doc/qt2/html/qglayoutiterator-members.html -share/doc/qt2/html/qglayoutiterator.html -share/doc/qt2/html/qglcontext-members.html -share/doc/qt2/html/qglcontext.html -share/doc/qt2/html/qglformat-members.html -share/doc/qt2/html/qglformat.html -share/doc/qt2/html/qglist-h.html -share/doc/qt2/html/qglist-members.html -share/doc/qt2/html/qglist.html -share/doc/qt2/html/qglistiterator-members.html -share/doc/qt2/html/qglistiterator.html -share/doc/qt2/html/qglobal-h.html -share/doc/qt2/html/qglwidget-members.html -share/doc/qt2/html/qglwidget.html -share/doc/qt2/html/qgrid-h.html -share/doc/qt2/html/qgrid-m.png -share/doc/qt2/html/qgrid-members.html -share/doc/qt2/html/qgrid-w.png -share/doc/qt2/html/qgrid.html -share/doc/qt2/html/qgrid.png -share/doc/qt2/html/qgridlayout-members.html -share/doc/qt2/html/qgridlayout.html -share/doc/qt2/html/qgroupbox-h.html -share/doc/qt2/html/qgroupbox-members.html -share/doc/qt2/html/qgroupbox.html -share/doc/qt2/html/qgrpbox-m.png -share/doc/qt2/html/qgrpbox-w.png -share/doc/qt2/html/qguardedptr-h.html -share/doc/qt2/html/qguardedptr-members.html -share/doc/qt2/html/qguardedptr.html -share/doc/qt2/html/qgvector-h.html -share/doc/qt2/html/qgvector-members.html -share/doc/qt2/html/qgvector.html -share/doc/qt2/html/qhbox-h.html -share/doc/qt2/html/qhbox-m.png -share/doc/qt2/html/qhbox-members.html -share/doc/qt2/html/qhbox-w.png -share/doc/qt2/html/qhbox.html -share/doc/qt2/html/qhbox.png -share/doc/qt2/html/qhboxlayout-members.html -share/doc/qt2/html/qhboxlayout.html -share/doc/qt2/html/qhbuttongroup-h.html -share/doc/qt2/html/qhbuttongroup-members.html -share/doc/qt2/html/qhbuttongroup.html -share/doc/qt2/html/qheader-h.html -share/doc/qt2/html/qheader-m.png -share/doc/qt2/html/qheader-members.html -share/doc/qt2/html/qheader-w.png -share/doc/qt2/html/qheader.html -share/doc/qt2/html/qhgroupbox-h.html -share/doc/qt2/html/qhgroupbox-members.html -share/doc/qt2/html/qhgroupbox.html -share/doc/qt2/html/qhideevent-members.html -share/doc/qt2/html/qhideevent.html -share/doc/qt2/html/qhostaddress-h.html -share/doc/qt2/html/qhostaddress-members.html -share/doc/qt2/html/qhostaddress.html -share/doc/qt2/html/qicondrag-members.html -share/doc/qt2/html/qicondrag.html -share/doc/qt2/html/qicondragitem-members.html -share/doc/qt2/html/qicondragitem.html -share/doc/qt2/html/qiconset-h.html -share/doc/qt2/html/qiconset-members.html -share/doc/qt2/html/qiconset.html -share/doc/qt2/html/qiconview-h.html -share/doc/qt2/html/qiconview-m.png -share/doc/qt2/html/qiconview-members.html -share/doc/qt2/html/qiconview-w.png -share/doc/qt2/html/qiconview.html -share/doc/qt2/html/qiconviewitem-members.html -share/doc/qt2/html/qiconviewitem.html -share/doc/qt2/html/qimage-h.html -share/doc/qt2/html/qimage-members.html -share/doc/qt2/html/qimage.html -share/doc/qt2/html/qimageconsumer-members.html -share/doc/qt2/html/qimageconsumer.html -share/doc/qt2/html/qimagedecoder-members.html -share/doc/qt2/html/qimagedecoder.html -share/doc/qt2/html/qimagedrag-members.html -share/doc/qt2/html/qimagedrag.html -share/doc/qt2/html/qimageformat-members.html -share/doc/qt2/html/qimageformat.html -share/doc/qt2/html/qimageformattype-members.html -share/doc/qt2/html/qimageformattype.html -share/doc/qt2/html/qimageio-members.html -share/doc/qt2/html/qimageio.html -share/doc/qt2/html/qinputdialog-h.html -share/doc/qt2/html/qinputdialog-members.html -share/doc/qt2/html/qinputdialog.html -share/doc/qt2/html/qintcache-h.html -share/doc/qt2/html/qintcache-members.html -share/doc/qt2/html/qintcache.html -share/doc/qt2/html/qintcacheiterator-members.html -share/doc/qt2/html/qintcacheiterator.html -share/doc/qt2/html/qintdict-h.html -share/doc/qt2/html/qintdict-members.html -share/doc/qt2/html/qintdict.html -share/doc/qt2/html/qintdictiterator-members.html -share/doc/qt2/html/qintdictiterator.html -share/doc/qt2/html/qinterlacestyle-h.html -share/doc/qt2/html/qinterlacestyle-members.html -share/doc/qt2/html/qinterlacestyle.html -share/doc/qt2/html/qintvalidator-members.html -share/doc/qt2/html/qintvalidator.html -share/doc/qt2/html/qiodevice-h.html -share/doc/qt2/html/qiodevice-members.html -share/doc/qt2/html/qiodevice.html -share/doc/qt2/html/qiodevicesource-members.html -share/doc/qt2/html/qiodevicesource.html -share/doc/qt2/html/qjiscodec-h.html -share/doc/qt2/html/qjiscodec-members.html -share/doc/qt2/html/qjiscodec.html -share/doc/qt2/html/qjpunicode-h.html -share/doc/qt2/html/qjpunicodeconv-members.html -share/doc/qt2/html/qjpunicodeconv.html -share/doc/qt2/html/qkeyboard_qws-h.html -share/doc/qt2/html/qkeyevent-members.html -share/doc/qt2/html/qkeyevent.html -share/doc/qt2/html/qlabel-h.html -share/doc/qt2/html/qlabel-m.png -share/doc/qt2/html/qlabel-members.html -share/doc/qt2/html/qlabel-w.png -share/doc/qt2/html/qlabel.html -share/doc/qt2/html/qlayout-h.html -share/doc/qt2/html/qlayout-members.html -share/doc/qt2/html/qlayout.html -share/doc/qt2/html/qlayoutitem-members.html -share/doc/qt2/html/qlayoutitem.html -share/doc/qt2/html/qlayoutiterator-members.html -share/doc/qt2/html/qlayoutiterator.html -share/doc/qt2/html/qlcdnum-m.png -share/doc/qt2/html/qlcdnum-w.png -share/doc/qt2/html/qlcdnumber-h.html -share/doc/qt2/html/qlcdnumber-members.html -share/doc/qt2/html/qlcdnumber.html -share/doc/qt2/html/qlined-m.png -share/doc/qt2/html/qlined-w.png -share/doc/qt2/html/qlineedit-h.html -share/doc/qt2/html/qlineedit-members.html -share/doc/qt2/html/qlineedit.html -share/doc/qt2/html/qlist-h.html -share/doc/qt2/html/qlist-members.html -share/doc/qt2/html/qlist.html -share/doc/qt2/html/qlistbox-h.html -share/doc/qt2/html/qlistbox-m.png -share/doc/qt2/html/qlistbox-members.html -share/doc/qt2/html/qlistbox-w.png -share/doc/qt2/html/qlistbox.html -share/doc/qt2/html/qlistboxitem-members.html -share/doc/qt2/html/qlistboxitem.html -share/doc/qt2/html/qlistboxpixmap-members.html -share/doc/qt2/html/qlistboxpixmap.html -share/doc/qt2/html/qlistboxtext-members.html -share/doc/qt2/html/qlistboxtext.html -share/doc/qt2/html/qlistiterator-members.html -share/doc/qt2/html/qlistiterator.html -share/doc/qt2/html/qlistview-h.html -share/doc/qt2/html/qlistview-m.png -share/doc/qt2/html/qlistview-members.html -share/doc/qt2/html/qlistview-w.png -share/doc/qt2/html/qlistview.html -share/doc/qt2/html/qlistviewitem-members.html -share/doc/qt2/html/qlistviewitem.html -share/doc/qt2/html/qlistviewitemiterator-members.html -share/doc/qt2/html/qlistviewitemiterator.html -share/doc/qt2/html/qlnode-members.html -share/doc/qt2/html/qlnode.html -share/doc/qt2/html/qlocalfs-h.html -share/doc/qt2/html/qlocalfs-members.html -share/doc/qt2/html/qlocalfs.html -share/doc/qt2/html/qlock-members.html -share/doc/qt2/html/qlock_qws-h.html -share/doc/qt2/html/qmag-qmag-cpp.html -share/doc/qt2/html/qmainwindow-h.html -share/doc/qt2/html/qmainwindow-m.png -share/doc/qt2/html/qmainwindow-members.html -share/doc/qt2/html/qmainwindow-w.png -share/doc/qt2/html/qmainwindow.html -share/doc/qt2/html/qmap-h.html -share/doc/qt2/html/qmap-members.html -share/doc/qt2/html/qmap.html -share/doc/qt2/html/qmapconstiterator-members.html -share/doc/qt2/html/qmapconstiterator.html -share/doc/qt2/html/qmapiterator-members.html -share/doc/qt2/html/qmapiterator.html -share/doc/qt2/html/qmenubar-h.html -share/doc/qt2/html/qmenubar-m.png -share/doc/qt2/html/qmenubar-members.html -share/doc/qt2/html/qmenubar-w.png -share/doc/qt2/html/qmenubar.html -share/doc/qt2/html/qmenudata-h.html -share/doc/qt2/html/qmenudata-members.html -share/doc/qt2/html/qmenudata.html -share/doc/qt2/html/qmessagebox-h.html -share/doc/qt2/html/qmessagebox-members.html -share/doc/qt2/html/qmessagebox.html -share/doc/qt2/html/qmetadata-members.html -share/doc/qt2/html/qmetaobject-h.html -share/doc/qt2/html/qmetaobject-members.html -share/doc/qt2/html/qmetaobject.html -share/doc/qt2/html/qmetaproperty-members.html -share/doc/qt2/html/qmetaproperty.html -share/doc/qt2/html/qmime-h.html -share/doc/qt2/html/qmimesource-members.html -share/doc/qt2/html/qmimesource.html -share/doc/qt2/html/qmimesourcefactory-members.html -share/doc/qt2/html/qmimesourcefactory.html -share/doc/qt2/html/qmlined-m.png -share/doc/qt2/html/qmlined-w.png -share/doc/qt2/html/qmngio-h.html -share/doc/qt2/html/qmotifplusstyle-h.html -share/doc/qt2/html/qmotifplusstyle-members.html -share/doc/qt2/html/qmotifplusstyle.html -share/doc/qt2/html/qmotifstyle-h.html -share/doc/qt2/html/qmotifstyle-members.html -share/doc/qt2/html/qmotifstyle.html -share/doc/qt2/html/qmouseevent-members.html -share/doc/qt2/html/qmouseevent.html -share/doc/qt2/html/qmoveevent-members.html -share/doc/qt2/html/qmoveevent.html -share/doc/qt2/html/qmovie-h.html -share/doc/qt2/html/qmovie-members.html -share/doc/qt2/html/qmovie.html -share/doc/qt2/html/qmovie.png -share/doc/qt2/html/qmsgbox-m.png -share/doc/qt2/html/qmsgbox-w.png -share/doc/qt2/html/qmultilineedit-h.html -share/doc/qt2/html/qmultilineedit-members.html -share/doc/qt2/html/qmultilineedit.html -share/doc/qt2/html/qmutex-members.html -share/doc/qt2/html/qmutex.html -share/doc/qt2/html/qnamespace-h.html -share/doc/qt2/html/qnetworkegg.html -share/doc/qt2/html/qnetworkoperation-members.html -share/doc/qt2/html/qnetworkoperation.html -share/doc/qt2/html/qnetworkprotocol-h.html -share/doc/qt2/html/qnetworkprotocol-members.html -share/doc/qt2/html/qnetworkprotocol.html -share/doc/qt2/html/qnp-h.html -share/doc/qt2/html/qnpinstance-members.html -share/doc/qt2/html/qnpinstance.html -share/doc/qt2/html/qnplugin-members.html -share/doc/qt2/html/qnplugin.html -share/doc/qt2/html/qnpstream-members.html -share/doc/qt2/html/qnpstream.html -share/doc/qt2/html/qnpwidget-members.html -share/doc/qt2/html/qnpwidget.html -share/doc/qt2/html/qobject-h.html -share/doc/qt2/html/qobject-members.html -share/doc/qt2/html/qobject.html -share/doc/qt2/html/qpaintdevice-h.html -share/doc/qt2/html/qpaintdevice-members.html -share/doc/qt2/html/qpaintdevice.html -share/doc/qt2/html/qpaintdevicemetrics-h.html -share/doc/qt2/html/qpaintdevicemetrics-members.html -share/doc/qt2/html/qpaintdevicemetrics.html -share/doc/qt2/html/qpainter-h.html -share/doc/qt2/html/qpainter-members.html -share/doc/qt2/html/qpainter.html -share/doc/qt2/html/qpaintevent-members.html -share/doc/qt2/html/qpaintevent.html -share/doc/qt2/html/qpalette-h.html -share/doc/qt2/html/qpalette-members.html -share/doc/qt2/html/qpalette.html -share/doc/qt2/html/qpen-h.html -share/doc/qt2/html/qpen-members.html -share/doc/qt2/html/qpen.html -share/doc/qt2/html/qpicture-h.html -share/doc/qt2/html/qpicture-members.html -share/doc/qt2/html/qpicture.html -share/doc/qt2/html/qpixmap-h.html -share/doc/qt2/html/qpixmap-members.html -share/doc/qt2/html/qpixmap.html -share/doc/qt2/html/qpixmapcache-h.html -share/doc/qt2/html/qpixmapcache-members.html -share/doc/qt2/html/qpixmapcache.html -share/doc/qt2/html/qplatinumstyle-h.html -share/doc/qt2/html/qplatinumstyle-members.html -share/doc/qt2/html/qplatinumstyle.html -share/doc/qt2/html/qpngimagepacker-members.html -share/doc/qt2/html/qpngimagepacker.html -share/doc/qt2/html/qpngio-h.html -share/doc/qt2/html/qpoint-h.html -share/doc/qt2/html/qpoint-members.html -share/doc/qt2/html/qpoint.html -share/doc/qt2/html/qpointarray-h.html -share/doc/qt2/html/qpointarray-members.html -share/doc/qt2/html/qpointarray.html -share/doc/qt2/html/qpopmenu-fancy.png -share/doc/qt2/html/qpopmenu-m.png -share/doc/qt2/html/qpopmenu-w.png -share/doc/qt2/html/qpopupmenu-h.html -share/doc/qt2/html/qpopupmenu-members.html -share/doc/qt2/html/qpopupmenu.html -share/doc/qt2/html/qprintdialog-h.html -share/doc/qt2/html/qprintdialog-members.html -share/doc/qt2/html/qprintdlg-m.png -share/doc/qt2/html/qprintdlg-w.png -share/doc/qt2/html/qprinter-h.html -share/doc/qt2/html/qprinter-members.html -share/doc/qt2/html/qprinter.html -share/doc/qt2/html/qprogbar-m.png -share/doc/qt2/html/qprogbar-w.png -share/doc/qt2/html/qprogdlg-m.png -share/doc/qt2/html/qprogdlg-w.png -share/doc/qt2/html/qprogressbar-h.html -share/doc/qt2/html/qprogressbar-members.html -share/doc/qt2/html/qprogressbar.html -share/doc/qt2/html/qprogressdialog-h.html -share/doc/qt2/html/qprogressdialog-members.html -share/doc/qt2/html/qprogressdialog.html -share/doc/qt2/html/qptrdict-h.html -share/doc/qt2/html/qptrdict-members.html -share/doc/qt2/html/qptrdict.html -share/doc/qt2/html/qptrdictiterator-members.html -share/doc/qt2/html/qptrdictiterator.html -share/doc/qt2/html/qpushbt-m.png -share/doc/qt2/html/qpushbt-w.png -share/doc/qt2/html/qpushbutton-h.html -share/doc/qt2/html/qpushbutton-members.html -share/doc/qt2/html/qpushbutton.html -share/doc/qt2/html/qqueue-h.html -share/doc/qt2/html/qqueue-members.html -share/doc/qt2/html/qqueue.html -share/doc/qt2/html/qradiobt-m.png -share/doc/qt2/html/qradiobt-w.png -share/doc/qt2/html/qradiobutton-h.html -share/doc/qt2/html/qradiobutton-members.html -share/doc/qt2/html/qradiobutton.html -share/doc/qt2/html/qrangecontrol-h.html -share/doc/qt2/html/qrangecontrol-members.html -share/doc/qt2/html/qrangecontrol.html -share/doc/qt2/html/qrect-h.html -share/doc/qt2/html/qrect-members.html -share/doc/qt2/html/qrect.html -share/doc/qt2/html/qregexp-h.html -share/doc/qt2/html/qregexp-members.html -share/doc/qt2/html/qregexp.html -share/doc/qt2/html/qregion-h.html -share/doc/qt2/html/qregion-members.html -share/doc/qt2/html/qregion.html -share/doc/qt2/html/qrenderedfont-members.html -share/doc/qt2/html/qresizeevent-members.html -share/doc/qt2/html/qresizeevent.html -share/doc/qt2/html/qscrbar-m.png -share/doc/qt2/html/qscrbar-w.png -share/doc/qt2/html/qscreen-members.html -share/doc/qt2/html/qscreencursor-members.html -share/doc/qt2/html/qscreencursor.html -share/doc/qt2/html/qscrollbar-h.html -share/doc/qt2/html/qscrollbar-members.html -share/doc/qt2/html/qscrollbar.html -share/doc/qt2/html/qscrollview-cl.png -share/doc/qt2/html/qscrollview-h.html -share/doc/qt2/html/qscrollview-m.png -share/doc/qt2/html/qscrollview-members.html -share/doc/qt2/html/qscrollview-vp.png -share/doc/qt2/html/qscrollview-vp2.png -share/doc/qt2/html/qscrollview-w.png -share/doc/qt2/html/qscrollview.html -share/doc/qt2/html/qsemaphore-members.html -share/doc/qt2/html/qsemaphore.html -share/doc/qt2/html/qsemimodal-h.html -share/doc/qt2/html/qsemimodal-members.html -share/doc/qt2/html/qsemimodal.html -share/doc/qt2/html/qserversocket-h.html -share/doc/qt2/html/qserversocket-members.html -share/doc/qt2/html/qserversocket.html -share/doc/qt2/html/qsessionmanager-h.html -share/doc/qt2/html/qsessionmanager-members.html -share/doc/qt2/html/qsessionmanager.html -share/doc/qt2/html/qsgistyle-h.html -share/doc/qt2/html/qsgistyle-members.html -share/doc/qt2/html/qsgistyle.html -share/doc/qt2/html/qshared-h.html -share/doc/qt2/html/qshared-members.html -share/doc/qt2/html/qshared.html -share/doc/qt2/html/qshowevent-members.html -share/doc/qt2/html/qshowevent.html -share/doc/qt2/html/qsignal-h.html -share/doc/qt2/html/qsignal-members.html -share/doc/qt2/html/qsignal.html -share/doc/qt2/html/qsignalmapper-h.html -share/doc/qt2/html/qsignalmapper-members.html -share/doc/qt2/html/qsignalmapper.html -share/doc/qt2/html/qsimplerichtext-h.html -share/doc/qt2/html/qsimplerichtext-members.html -share/doc/qt2/html/qsimplerichtext.html -share/doc/qt2/html/qsize-h.html -share/doc/qt2/html/qsize-members.html -share/doc/qt2/html/qsize.html -share/doc/qt2/html/qsizegrip-h.html -share/doc/qt2/html/qsizegrip-m.png -share/doc/qt2/html/qsizegrip-members.html -share/doc/qt2/html/qsizegrip-w.png -share/doc/qt2/html/qsizegrip.html -share/doc/qt2/html/qsizepolicy-h.html -share/doc/qt2/html/qsizepolicy-members.html -share/doc/qt2/html/qsizepolicy.html -share/doc/qt2/html/qsjiscodec-h.html -share/doc/qt2/html/qsjiscodec-members.html -share/doc/qt2/html/qsjiscodec.html -share/doc/qt2/html/qslider-h.html -share/doc/qt2/html/qslider-m.png -share/doc/qt2/html/qslider-members.html -share/doc/qt2/html/qslider-w.png -share/doc/qt2/html/qslider.html -share/doc/qt2/html/qsocket-h.html -share/doc/qt2/html/qsocket-members.html -share/doc/qt2/html/qsocket.html -share/doc/qt2/html/qsocketdevice-h.html -share/doc/qt2/html/qsocketdevice-members.html -share/doc/qt2/html/qsocketdevice.html -share/doc/qt2/html/qsocketnotifier-h.html -share/doc/qt2/html/qsocketnotifier-members.html -share/doc/qt2/html/qsocketnotifier.html -share/doc/qt2/html/qsortedlist-h.html -share/doc/qt2/html/qsortedlist-members.html -share/doc/qt2/html/qsortedlist.html -share/doc/qt2/html/qsound-h.html -share/doc/qt2/html/qsound-members.html -share/doc/qt2/html/qsound.html -share/doc/qt2/html/qspaceritem-members.html -share/doc/qt2/html/qspaceritem.html -share/doc/qt2/html/qspinbox-h.html -share/doc/qt2/html/qspinbox-m.png -share/doc/qt2/html/qspinbox-members.html -share/doc/qt2/html/qspinbox-w.png -share/doc/qt2/html/qspinbox.html -share/doc/qt2/html/qspinbox2-m.png -share/doc/qt2/html/qspinbox2-w.png -share/doc/qt2/html/qsplitter-h.html -share/doc/qt2/html/qsplitter-m.png -share/doc/qt2/html/qsplitter-members.html -share/doc/qt2/html/qsplitter-w.png -share/doc/qt2/html/qsplitter.html -share/doc/qt2/html/qstack-h.html -share/doc/qt2/html/qstack-members.html -share/doc/qt2/html/qstack.html -share/doc/qt2/html/qstatusbar-h.html -share/doc/qt2/html/qstatusbar-m.png -share/doc/qt2/html/qstatusbar-members.html -share/doc/qt2/html/qstatusbar-w.png -share/doc/qt2/html/qstatusbar.html -share/doc/qt2/html/qstoreddrag-members.html -share/doc/qt2/html/qstoreddrag.html -share/doc/qt2/html/qstrilist-members.html -share/doc/qt2/html/qstrilist.html -share/doc/qt2/html/qstring-h.html -share/doc/qt2/html/qstring-members.html -share/doc/qt2/html/qstring.html -share/doc/qt2/html/qstringlist-h.html -share/doc/qt2/html/qstringlist-members.html -share/doc/qt2/html/qstringlist.html -share/doc/qt2/html/qstrlist-h.html -share/doc/qt2/html/qstrlist-members.html -share/doc/qt2/html/qstrlist.html -share/doc/qt2/html/qstrlistiterator-members.html -share/doc/qt2/html/qstrlistiterator.html -share/doc/qt2/html/qstyle-h.html -share/doc/qt2/html/qstyle-members.html -share/doc/qt2/html/qstyle.html -share/doc/qt2/html/qstylesheet-h.html -share/doc/qt2/html/qstylesheet-members.html -share/doc/qt2/html/qstylesheet.html -share/doc/qt2/html/qstylesheetitem-members.html -share/doc/qt2/html/qstylesheetitem.html -share/doc/qt2/html/qt-members.html -share/doc/qt2/html/qt.html -share/doc/qt2/html/qtab-members.html -share/doc/qt2/html/qtab.html -share/doc/qt2/html/qtabbar-h.html -share/doc/qt2/html/qtabbar-m.png -share/doc/qt2/html/qtabbar-members.html -share/doc/qt2/html/qtabbar-w.png -share/doc/qt2/html/qtabbar.html -share/doc/qt2/html/qtabdialog-h.html -share/doc/qt2/html/qtabdialog-members.html -share/doc/qt2/html/qtabdialog.html -share/doc/qt2/html/qtabdlg-m.png -share/doc/qt2/html/qtabdlg-w.png -share/doc/qt2/html/qtable-h.html -share/doc/qt2/html/qtable-members.html -share/doc/qt2/html/qtable.html -share/doc/qt2/html/qtable.png -share/doc/qt2/html/qtableitem-members.html -share/doc/qt2/html/qtableitem.html -share/doc/qt2/html/qtableselection-members.html -share/doc/qt2/html/qtableselection.html -share/doc/qt2/html/qtableview-h.html -share/doc/qt2/html/qtableview-members.html -share/doc/qt2/html/qtableview.html -share/doc/qt2/html/qtablevw-m.png -share/doc/qt2/html/qtablevw-w.png -share/doc/qt2/html/qtabwidget-h.html -share/doc/qt2/html/qtabwidget-m.png -share/doc/qt2/html/qtabwidget-members.html -share/doc/qt2/html/qtabwidget-w.png -share/doc/qt2/html/qtabwidget.html -share/doc/qt2/html/qtextbrowser-h.html -share/doc/qt2/html/qtextbrowser-m.png -share/doc/qt2/html/qtextbrowser-members.html -share/doc/qt2/html/qtextbrowser-w.png -share/doc/qt2/html/qtextbrowser.html -share/doc/qt2/html/qtextcodec-h.html -share/doc/qt2/html/qtextcodec-members.html -share/doc/qt2/html/qtextcodec.html -share/doc/qt2/html/qtextdecoder-members.html -share/doc/qt2/html/qtextdecoder.html -share/doc/qt2/html/qtextdrag-members.html -share/doc/qt2/html/qtextdrag.html -share/doc/qt2/html/qtextencoder-members.html -share/doc/qt2/html/qtextencoder.html -share/doc/qt2/html/qtextistream-members.html -share/doc/qt2/html/qtextistream.html -share/doc/qt2/html/qtextostream-members.html -share/doc/qt2/html/qtextostream.html -share/doc/qt2/html/qtextstream-h.html -share/doc/qt2/html/qtextstream-members.html -share/doc/qt2/html/qtextstream.html -share/doc/qt2/html/qtextview-h.html -share/doc/qt2/html/qtextview-members.html -share/doc/qt2/html/qtextview.html -share/doc/qt2/html/qthread-h.html -share/doc/qt2/html/qthread-members.html -share/doc/qt2/html/qthread.html -share/doc/qt2/html/qtimage-qtimage-cpp.html -share/doc/qt2/html/qtime-members.html -share/doc/qt2/html/qtime.html -share/doc/qt2/html/qtimer-h.html -share/doc/qt2/html/qtimer-members.html -share/doc/qt2/html/qtimer.html -share/doc/qt2/html/qtimerevent-members.html -share/doc/qt2/html/qtimerevent.html -share/doc/qt2/html/qtl.html -share/doc/qt2/html/qtlogo.png -share/doc/qt2/html/qtoolbar-h.html -share/doc/qt2/html/qtoolbar-members.html -share/doc/qt2/html/qtoolbar.html -share/doc/qt2/html/qtoolbutton-h.html -share/doc/qt2/html/qtoolbutton-members.html -share/doc/qt2/html/qtoolbutton.html -share/doc/qt2/html/qtooltip-h.html -share/doc/qt2/html/qtooltip-members.html -share/doc/qt2/html/qtooltip.html -share/doc/qt2/html/qtooltipgroup-members.html -share/doc/qt2/html/qtooltipgroup.html -share/doc/qt2/html/qtranslator-h.html -share/doc/qt2/html/qtranslator-members.html -share/doc/qt2/html/qtranslator.html -share/doc/qt2/html/qtranslatormessage-members.html -share/doc/qt2/html/qtranslatormessage.html -share/doc/qt2/html/qtsciicodec-h.html -share/doc/qt2/html/qtsciicodec-members.html -share/doc/qt2/html/qtsciicodec.html -share/doc/qt2/html/quridrag-members.html -share/doc/qt2/html/quridrag.html -share/doc/qt2/html/qurl-h.html -share/doc/qt2/html/qurl-members.html -share/doc/qt2/html/qurl.html -share/doc/qt2/html/qurlinfo-h.html -share/doc/qt2/html/qurlinfo-members.html -share/doc/qt2/html/qurlinfo.html -share/doc/qt2/html/qurloperator-h.html -share/doc/qt2/html/qurloperator-members.html -share/doc/qt2/html/qurloperator.html -share/doc/qt2/html/qvalidator-h.html -share/doc/qt2/html/qvalidator-members.html -share/doc/qt2/html/qvalidator.html -share/doc/qt2/html/qvaluelist-h.html -share/doc/qt2/html/qvaluelist-members.html -share/doc/qt2/html/qvaluelist.html -share/doc/qt2/html/qvaluelistconstiterator-members.html -share/doc/qt2/html/qvaluelistconstiterator.html -share/doc/qt2/html/qvaluelistiterator-members.html -share/doc/qt2/html/qvaluelistiterator.html -share/doc/qt2/html/qvaluestack-h.html -share/doc/qt2/html/qvaluestack-members.html -share/doc/qt2/html/qvaluestack.html -share/doc/qt2/html/qvariant-h.html -share/doc/qt2/html/qvariant-members.html -share/doc/qt2/html/qvariant.html -share/doc/qt2/html/qvbox-h.html -share/doc/qt2/html/qvbox-m.png -share/doc/qt2/html/qvbox-members.html -share/doc/qt2/html/qvbox-w.png -share/doc/qt2/html/qvbox.html -share/doc/qt2/html/qvbox.png -share/doc/qt2/html/qvboxlayout-members.html -share/doc/qt2/html/qvboxlayout.html -share/doc/qt2/html/qvbuttongroup-h.html -share/doc/qt2/html/qvbuttongroup-members.html -share/doc/qt2/html/qvbuttongroup.html -share/doc/qt2/html/qvector-h.html -share/doc/qt2/html/qvector-members.html -share/doc/qt2/html/qvector.html -share/doc/qt2/html/qvfb-qws.html -share/doc/qt2/html/qvgroupbox-h.html -share/doc/qt2/html/qvgroupbox-members.html -share/doc/qt2/html/qvgroupbox.html -share/doc/qt2/html/qwaitcondition-members.html -share/doc/qt2/html/qwaitcondition.html -share/doc/qt2/html/qwerty-main-cpp.html -share/doc/qt2/html/qwhatsthis-h.html -share/doc/qt2/html/qwhatsthis-members.html -share/doc/qt2/html/qwhatsthis.html -share/doc/qt2/html/qwheelevent-members.html -share/doc/qt2/html/qwheelevent.html -share/doc/qt2/html/qwidget-h.html -share/doc/qt2/html/qwidget-members.html -share/doc/qt2/html/qwidget.html -share/doc/qt2/html/qwidgetitem-members.html -share/doc/qt2/html/qwidgetitem.html -share/doc/qt2/html/qwidgetstack-h.html -share/doc/qt2/html/qwidgetstack-members.html -share/doc/qt2/html/qwidgetstack.html -share/doc/qt2/html/qwindowdefs-h.html -share/doc/qt2/html/qwindowsstyle-h.html -share/doc/qt2/html/qwindowsstyle-members.html -share/doc/qt2/html/qwindowsstyle.html -share/doc/qt2/html/qwindowsystem_qws-h.html -share/doc/qt2/html/qwizard-h.html -share/doc/qt2/html/qwizard-members.html -share/doc/qt2/html/qwizard.html -share/doc/qt2/html/qwmatrix-h.html -share/doc/qt2/html/qwmatrix-members.html -share/doc/qt2/html/qwmatrix.html -share/doc/qt2/html/qworkspace-h.html -share/doc/qt2/html/qworkspace-members.html -share/doc/qt2/html/qworkspace.html -share/doc/qt2/html/qwsdecoration-members.html -share/doc/qt2/html/qwsdecoration.html -share/doc/qt2/html/qwsdecoration_qws-h.html -share/doc/qt2/html/qwskeyboardhandler-members.html -share/doc/qt2/html/qwskeyboardhandler.html -share/doc/qt2/html/qwsmouse_qws-h.html -share/doc/qt2/html/qwsmousehandler-members.html -share/doc/qt2/html/qwsmousehandler.html -share/doc/qt2/html/qwsserver-members.html -share/doc/qt2/html/qwsserver.html -share/doc/qt2/html/qwswindow-members.html -share/doc/qt2/html/qwswindow.html -share/doc/qt2/html/qxml-h.html -share/doc/qt2/html/qxmlattributes-members.html -share/doc/qt2/html/qxmlattributes.html -share/doc/qt2/html/qxmlcontenthandler-members.html -share/doc/qt2/html/qxmlcontenthandler.html -share/doc/qt2/html/qxmldeclhandler-members.html -share/doc/qt2/html/qxmldeclhandler.html -share/doc/qt2/html/qxmldefaulthandler-members.html -share/doc/qt2/html/qxmldefaulthandler.html -share/doc/qt2/html/qxmldtdhandler-members.html -share/doc/qt2/html/qxmldtdhandler.html -share/doc/qt2/html/qxmlentityresolver-members.html -share/doc/qt2/html/qxmlentityresolver.html -share/doc/qt2/html/qxmlerrorhandler-members.html -share/doc/qt2/html/qxmlerrorhandler.html -share/doc/qt2/html/qxmlinputsource-members.html -share/doc/qt2/html/qxmlinputsource.html -share/doc/qt2/html/qxmllexicalhandler-members.html -share/doc/qt2/html/qxmllexicalhandler.html -share/doc/qt2/html/qxmllocator-members.html -share/doc/qt2/html/qxmllocator.html -share/doc/qt2/html/qxmlnamespacesupport-members.html -share/doc/qt2/html/qxmlnamespacesupport.html -share/doc/qt2/html/qxmlparseexception-members.html -share/doc/qt2/html/qxmlparseexception.html -share/doc/qt2/html/qxmlreader-members.html -share/doc/qt2/html/qxmlreader.html -share/doc/qt2/html/qxmlsimplereader-members.html -share/doc/qt2/html/qxmlsimplereader.html -share/doc/qt2/html/qxt-h.html -share/doc/qt2/html/qxtapplication-members.html -share/doc/qt2/html/qxtapplication.html -share/doc/qt2/html/qxtwidget-members.html -share/doc/qt2/html/qxtwidget.html -share/doc/qt2/html/rangecontrols-main-cpp.html -share/doc/qt2/html/removed20.html -share/doc/qt2/html/richtext-main-cpp.html -share/doc/qt2/html/rintersect.png -share/doc/qt2/html/rot13-rot13-cpp.html -share/doc/qt2/html/rsubtract.png -share/doc/qt2/html/runion.png -share/doc/qt2/html/running-qws.html -share/doc/qt2/html/rxor.png -share/doc/qt2/html/scribble-main-cpp.html -share/doc/qt2/html/scrollview-scrollview-cpp.html -share/doc/qt2/html/session.html -share/doc/qt2/html/session.png -share/doc/qt2/html/shared.html -share/doc/qt2/html/shclass.html -share/doc/qt2/html/showimg-main-cpp.html -share/doc/qt2/html/signalsandslots.html -share/doc/qt2/html/simple-application.html -share/doc/qt2/html/smooth.png -share/doc/qt2/html/splitter-splitter-cpp.html -share/doc/qt2/html/splitter-views-m.png -share/doc/qt2/html/splitter-views-w.png -share/doc/qt2/html/t1.html -share/doc/qt2/html/t1.png -share/doc/qt2/html/t10-cannon-cpp.html -share/doc/qt2/html/t10-cannon-h.html -share/doc/qt2/html/t10-lcdrange-cpp.html -share/doc/qt2/html/t10-lcdrange-h.html -share/doc/qt2/html/t10-main-cpp.html -share/doc/qt2/html/t10-makefile.html -share/doc/qt2/html/t10.html -share/doc/qt2/html/t10.png -share/doc/qt2/html/t11-cannon-cpp.html -share/doc/qt2/html/t11-cannon-h.html -share/doc/qt2/html/t11-lcdrange-cpp.html -share/doc/qt2/html/t11-lcdrange-h.html -share/doc/qt2/html/t11-main-cpp.html -share/doc/qt2/html/t11-makefile.html -share/doc/qt2/html/t11.html -share/doc/qt2/html/t11.png -share/doc/qt2/html/t12-cannon-cpp.html -share/doc/qt2/html/t12-cannon-h.html -share/doc/qt2/html/t12-lcdrange-cpp.html -share/doc/qt2/html/t12-lcdrange-h.html -share/doc/qt2/html/t12-main-cpp.html -share/doc/qt2/html/t12-makefile.html -share/doc/qt2/html/t12.html -share/doc/qt2/html/t12.png -share/doc/qt2/html/t13-cannon-cpp.html -share/doc/qt2/html/t13-cannon-h.html -share/doc/qt2/html/t13-gamebrd-cpp.html -share/doc/qt2/html/t13-gamebrd-h.html -share/doc/qt2/html/t13-lcdrange-cpp.html -share/doc/qt2/html/t13-lcdrange-h.html -share/doc/qt2/html/t13-main-cpp.html -share/doc/qt2/html/t13-makefile.html -share/doc/qt2/html/t13.html -share/doc/qt2/html/t13.png -share/doc/qt2/html/t14-cannon-cpp.html -share/doc/qt2/html/t14-cannon-h.html -share/doc/qt2/html/t14-gamebrd-cpp.html -share/doc/qt2/html/t14-gamebrd-h.html -share/doc/qt2/html/t14-lcdrange-cpp.html -share/doc/qt2/html/t14-lcdrange-h.html -share/doc/qt2/html/t14-main-cpp.html -share/doc/qt2/html/t14-makefile.html -share/doc/qt2/html/t14.html -share/doc/qt2/html/t14.png -share/doc/qt2/html/t2.html -share/doc/qt2/html/t2.png -share/doc/qt2/html/t3.html -share/doc/qt2/html/t3.png -share/doc/qt2/html/t4.html -share/doc/qt2/html/t4.png -share/doc/qt2/html/t5.html -share/doc/qt2/html/t5.png -share/doc/qt2/html/t6.html -share/doc/qt2/html/t6.png -share/doc/qt2/html/t7-lcdrange-cpp.html -share/doc/qt2/html/t7-lcdrange-h.html -share/doc/qt2/html/t7-main-cpp.html -share/doc/qt2/html/t7-makefile.html -share/doc/qt2/html/t7.html -share/doc/qt2/html/t7.png -share/doc/qt2/html/t8-cannon-cpp.html -share/doc/qt2/html/t8-cannon-h.html -share/doc/qt2/html/t8-lcdrange-cpp.html -share/doc/qt2/html/t8-lcdrange-h.html -share/doc/qt2/html/t8-main-cpp.html -share/doc/qt2/html/t8-makefile.html -share/doc/qt2/html/t8.html -share/doc/qt2/html/t8.png -share/doc/qt2/html/t9-cannon-cpp.html -share/doc/qt2/html/t9-cannon-h.html -share/doc/qt2/html/t9-lcdrange-cpp.html -share/doc/qt2/html/t9-lcdrange-h.html -share/doc/qt2/html/t9-main-cpp.html -share/doc/qt2/html/t9-makefile.html -share/doc/qt2/html/t9.html -share/doc/qt2/html/t9.png -share/doc/qt2/html/t9_1.png -share/doc/qt2/html/t9_2.png -share/doc/qt2/html/tabdialog-main-cpp.html -share/doc/qt2/html/table.html -share/doc/qt2/html/test.png -share/doc/qt2/html/tetrix-tetrix-cpp.html -share/doc/qt2/html/themes-main-cpp.html -share/doc/qt2/html/threads.html -share/doc/qt2/html/tictac-main-cpp.html -share/doc/qt2/html/time.html -share/doc/qt2/html/timers.html -share/doc/qt2/html/titleindex -share/doc/qt2/html/tools.html -share/doc/qt2/html/tooltip-main-cpp.html -share/doc/qt2/html/topicals.html -share/doc/qt2/html/trivial-trivial-cpp.html -share/doc/qt2/html/troll.html -share/doc/qt2/html/tutorial.html -share/doc/qt2/html/tutorial.png -share/doc/qt2/html/unicode.html -share/doc/qt2/html/unsmooth.png -share/doc/qt2/html/validator-main-cpp.html -share/doc/qt2/html/walkthroughs.html -share/doc/qt2/html/whatsthis -share/doc/qt2/html/whatsthis.png -share/doc/qt2/html/winsystem.html -share/doc/qt2/html/wizard-main-cpp.html -share/doc/qt2/html/workspace.html -share/doc/qt2/html/xform-xform-cpp.html -share/doc/qt2/html/xml-dom.html -share/doc/qt2/html/xml-sax-walkthrough.html -share/doc/qt2/html/xml-sax.html -share/doc/qt2/html/xml-tagreader-tagreader-cpp.html -share/doc/qt2/html/xml-tagreader-with-features-tagreader-cpp.html -share/doc/qt2/html/xml.html -share/doc/qt2/html/xt.html -share/doc/qt2/html/y2k.html -@dirrm share/doc/qt2/html -@dirrm share/doc/qt2 -@dirrm include/qt2 +doc/html/CVS/Entries +doc/html/CVS/Repository +doc/html/CVS/Root +doc/html/aboutqt.html +doc/html/abstract-connections.png +doc/html/abstractwidgets.html +doc/html/accelerators.html +doc/html/aclock-example.html +doc/html/actiongroup-example.html +doc/html/actiongroup.html +doc/html/addressbook-example.html +doc/html/advanced.html +doc/html/annotated.html +doc/html/appearance.html +doc/html/appicon.html +doc/html/application.html +doc/html/assistant-1.html +doc/html/assistant-2.html +doc/html/assistant-3.html +doc/html/assistant-4.html +doc/html/assistant.html +doc/html/basic.html +doc/html/bearings.png +doc/html/biff-example.html +doc/html/bigtable-example.html +doc/html/book-dialog.png +doc/html/book-main.png +doc/html/brush-styles.png +doc/html/bughowto.html +doc/html/buttongroup-m.png +doc/html/buttongroup-w.png +doc/html/buttongroups-example.html +doc/html/buyhowto.html +doc/html/callbacks.png +doc/html/canvas-example.html +doc/html/canvas.html +doc/html/checklists-example.html +doc/html/classchart.html +doc/html/classes.html +doc/html/clientserver-example.html +doc/html/collection.html +doc/html/commonproblems.html +doc/html/concrete-connections.png +doc/html/coordsys.html +doc/html/coordsys.png +doc/html/credits.html +doc/html/cursor-example.html +doc/html/cursors.png +doc/html/customlayout-example.html +doc/html/customlayout.html +doc/html/customstyles.html +doc/html/database-connections.png +doc/html/database.html +doc/html/datastreamformat.html +doc/html/datetimewidgets.png +doc/html/dclock-example.html +doc/html/debug.html +doc/html/demo-example.html +doc/html/designer-manual-1.html +doc/html/designer-manual-10.html +doc/html/designer-manual-11.html +doc/html/designer-manual-12.html +doc/html/designer-manual-13.html +doc/html/designer-manual-14.html +doc/html/designer-manual-15.html +doc/html/designer-manual-2.html +doc/html/designer-manual-3.html +doc/html/designer-manual-4.html +doc/html/designer-manual-5.html +doc/html/designer-manual-6.html +doc/html/designer-manual-7.html +doc/html/designer-manual-8.html +doc/html/designer-manual-9.html +doc/html/designer-manual.html +doc/html/designer.png +doc/html/designer1.jpg +doc/html/designer2.jpg +doc/html/designer3.jpg +doc/html/desktop-example.html +doc/html/dialogs.html +doc/html/dirview-example.html +doc/html/dnd.html +doc/html/doc.png +doc/html/doneandnext.png +doc/html/draganddrop.html +doc/html/dragdrop-example.html +doc/html/drawdemo-example.html +doc/html/drawlines-example.html +doc/html/edit-dbtable-dialog.png +doc/html/editcopy.png +doc/html/editcut.png +doc/html/editfind.png +doc/html/editions.html +doc/html/editpaste.png +doc/html/editredo.png +doc/html/editundo.png +doc/html/emb-accel.html +doc/html/emb-casestudy.html +doc/html/emb-charinput.html +doc/html/emb-classes.html +doc/html/emb-envvars.html +doc/html/emb-features.html +doc/html/emb-fonts.html +doc/html/emb-framebuffer-howto.html +doc/html/emb-install.html +doc/html/emb-performance.html +doc/html/emb-pointer.html +doc/html/emb-porting.html +doc/html/emb-qvfb.html +doc/html/emb-running.html +doc/html/emb-vnc.html +doc/html/embedporting.html +doc/html/environment.html +doc/html/events.html +doc/html/eventsandfilters.html +doc/html/examples.html +doc/html/face.jpg +doc/html/filechooser.png +doc/html/fileiconview-example.html +doc/html/fileopen.png +doc/html/fileprint.png +doc/html/filesave.png +doc/html/finddialog.png +doc/html/focus.html +doc/html/forever-example.html +doc/html/frames.png +doc/html/ftpclient-example.html +doc/html/functions.html +doc/html/geomanagement.html +doc/html/geometry.html +doc/html/geometry.png +doc/html/gpl.html +doc/html/graph.g1n +doc/html/grapher-nsplugin-example.html +doc/html/graphics.html +doc/html/gridlayout.png +doc/html/groupbox-m.png +doc/html/groupbox-w.png +doc/html/groups.html +doc/html/guibooks.html +doc/html/headers.html +doc/html/hello-example.html +doc/html/helpsystem.html +doc/html/helpviewer-example.html +doc/html/hierarchy.html +doc/html/how-to-learn-qt.html +doc/html/httpd-example.html +doc/html/i18n-example.html +doc/html/i18n.html +doc/html/iconview-example.html +doc/html/iconview-simple_dd-main-cpp.html +doc/html/iconview-simple_dd-main-h.html +doc/html/iconview.html +doc/html/images.html +doc/html/index +doc/html/index.html +doc/html/inputdialogs.png +doc/html/install-win.html +doc/html/install-x11.html +doc/html/installation.html +doc/html/io.html +doc/html/keyfeatures30.html +doc/html/layout-example.html +doc/html/layout.html +doc/html/layout1.png +doc/html/layout2.png +doc/html/license.html +doc/html/licenses.html +doc/html/life-example.html +doc/html/lineedits-example.html +doc/html/linguist-manual-1.html +doc/html/linguist-manual-2.html +doc/html/linguist-manual-3.html +doc/html/linguist-manual-4.html +doc/html/linguist-manual.html +doc/html/linguist.png +doc/html/listbox-example.html +doc/html/listboxcombo-example.html +doc/html/listviews-example.html +doc/html/logo32.png +doc/html/mail-example.html +doc/html/mailinglists.html +doc/html/mainclasses.html +doc/html/mainlyMotif-editor-example.html +doc/html/mainlyQt-editor-example.html +doc/html/mainlyXt-editor-example.html +doc/html/mainwindow-m.png +doc/html/mainwindow-w.png +doc/html/makeqpf.html +doc/html/mdi-example.html +doc/html/menu-example.html +doc/html/menubar.png +doc/html/metaobjects.html +doc/html/misc.html +doc/html/moc.html +doc/html/modules.html +doc/html/movies-example.html +doc/html/multiclip.png +doc/html/multimedia.html +doc/html/network-examples.html +doc/html/network.html +doc/html/networkprotocol-example.html +doc/html/next.png +doc/html/nextunfinished.png +doc/html/nsplugin-examples.html +doc/html/nsplugin.html +doc/html/object.html +doc/html/objectmodel.html +doc/html/objecttrees.html +doc/html/opengl-box-example.html +doc/html/opengl-examples.html +doc/html/opengl-gear-example.html +doc/html/opengl-overlay-example.html +doc/html/opengl-overlay-x11-example.html +doc/html/opengl-pixmap-example.html +doc/html/opengl-sharedbox-example.html +doc/html/opengl-texture-example.html +doc/html/opengl-x11-overlays.html +doc/html/opengl.html +doc/html/organizers.html +doc/html/outliner-example.html +doc/html/overviews-list.html +doc/html/palette.png +doc/html/penstyles.png +doc/html/phrasebookdialog.png +doc/html/phrasebookopen.png +doc/html/picture-example.html +doc/html/pictures.html +doc/html/plugins-howto.html +doc/html/plugins.html +doc/html/pnglogo.png +doc/html/popup-example.html +doc/html/porting.html +doc/html/porting2.html +doc/html/prev.png +doc/html/prevunfinished.png +doc/html/primes.html +doc/html/process-example.html +doc/html/progress-example.html +doc/html/progressbar-example.html +doc/html/properties.html +doc/html/propertydocs +doc/html/propertyindex +doc/html/qaccel-h.html +doc/html/qaccel-members.html +doc/html/qaccel.html +doc/html/qaccessible-h.html +doc/html/qaccessible-members.html +doc/html/qaccessible.html +doc/html/qaccessibleinterface-members.html +doc/html/qaccessibleinterface.html +doc/html/qaccessibleobject-members.html +doc/html/qaccessibleobject.html +doc/html/qaction-application-example.html +doc/html/qaction-examples.html +doc/html/qaction-h.html +doc/html/qaction-members.html +doc/html/qaction.html +doc/html/qactiongroup-members.html +doc/html/qactiongroup.html +doc/html/qactiongroup_menu.png +doc/html/qactiongroup_menu_subwidget.png +doc/html/qactiongroup_toolbar.png +doc/html/qactiongroup_toolbar_exclusive_subwidget.png +doc/html/qactiongroup_toolbar_nonexclusive_subwidget.png +doc/html/qapplication-h.html +doc/html/qapplication-members.html +doc/html/qapplication.html +doc/html/qarray.html +doc/html/qasciicache-h.html +doc/html/qasciicache-members.html +doc/html/qasciicache.html +doc/html/qasciicacheiterator-members.html +doc/html/qasciicacheiterator.html +doc/html/qasciidict-h.html +doc/html/qasciidict-members.html +doc/html/qasciidict.html +doc/html/qasciidictiterator-members.html +doc/html/qasciidictiterator.html +doc/html/qasyncimageio-h.html +doc/html/qasyncio-h.html +doc/html/qasyncio-members.html +doc/html/qasyncio.html +doc/html/qbitarray-h.html +doc/html/qbitarray-members.html +doc/html/qbitarray.html +doc/html/qbitmap-h.html +doc/html/qbitmap-members.html +doc/html/qbitmap.html +doc/html/qbitval-members.html +doc/html/qbitval.html +doc/html/qboxlayout-members.html +doc/html/qboxlayout.html +doc/html/qbrush-h.html +doc/html/qbrush-members.html +doc/html/qbrush.html +doc/html/qbttngrp-m.png +doc/html/qbttngrp-w.png +doc/html/qbuffer-h.html +doc/html/qbuffer-members.html +doc/html/qbuffer.html +doc/html/qbutton-h.html +doc/html/qbutton-members.html +doc/html/qbutton.html +doc/html/qbuttongroup-h.html +doc/html/qbuttongroup-h.png +doc/html/qbuttongroup-members.html +doc/html/qbuttongroup-v.png +doc/html/qbuttongroup.html +doc/html/qbytearray-members.html +doc/html/qbytearray.html +doc/html/qcache-h.html +doc/html/qcache-members.html +doc/html/qcache.html +doc/html/qcacheiterator-members.html +doc/html/qcacheiterator.html +doc/html/qcanvas-h.html +doc/html/qcanvas-members.html +doc/html/qcanvas.html +doc/html/qcanvas.png +doc/html/qcanvasellipse-members.html +doc/html/qcanvasellipse.html +doc/html/qcanvasellipse.png +doc/html/qcanvasitem-members.html +doc/html/qcanvasitem.html +doc/html/qcanvasitemlist-members.html +doc/html/qcanvasitemlist.html +doc/html/qcanvasline-members.html +doc/html/qcanvasline.html +doc/html/qcanvaspixmap-members.html +doc/html/qcanvaspixmap.html +doc/html/qcanvaspixmaparray-members.html +doc/html/qcanvaspixmaparray.html +doc/html/qcanvaspolygon-members.html +doc/html/qcanvaspolygon.html +doc/html/qcanvaspolygonalitem-members.html +doc/html/qcanvaspolygonalitem.html +doc/html/qcanvasrectangle-members.html +doc/html/qcanvasrectangle.html +doc/html/qcanvasspline-members.html +doc/html/qcanvasspline.html +doc/html/qcanvassprite-members.html +doc/html/qcanvassprite.html +doc/html/qcanvastext-members.html +doc/html/qcanvastext.html +doc/html/qcanvasview-members.html +doc/html/qcanvasview.html +doc/html/qcdestyle-h.html +doc/html/qcdestyle-members.html +doc/html/qcdestyle.html +doc/html/qchar-members.html +doc/html/qchar.html +doc/html/qcharref-members.html +doc/html/qcharref.html +doc/html/qcheckbox-h.html +doc/html/qcheckbox-m.png +doc/html/qcheckbox-members.html +doc/html/qcheckbox-w.png +doc/html/qcheckbox.html +doc/html/qchecklistitem-members.html +doc/html/qchecklistitem.html +doc/html/qchecktableitem-members.html +doc/html/qchecktableitem.html +doc/html/qchildevent-members.html +doc/html/qchildevent.html +doc/html/qchkbox-m.png +doc/html/qchkbox-w.png +doc/html/qclipboard-h.html +doc/html/qclipboard-members.html +doc/html/qclipboard.html +doc/html/qcloseevent-members.html +doc/html/qcloseevent.html +doc/html/qcollection.html +doc/html/qcolor-h.html +doc/html/qcolor-members.html +doc/html/qcolor.html +doc/html/qcolordialog-h.html +doc/html/qcolordialog-members.html +doc/html/qcolordialog.html +doc/html/qcolordlg-m.png +doc/html/qcolordlg-w.png +doc/html/qcolordrag-members.html +doc/html/qcolordrag.html +doc/html/qcolorgroup-members.html +doc/html/qcolorgroup.html +doc/html/qcombo1-m.png +doc/html/qcombo1-w.png +doc/html/qcombo2-m.png +doc/html/qcombo2-w.png +doc/html/qcombo3-m.png +doc/html/qcombo3-w.png +doc/html/qcombobox-h.html +doc/html/qcombobox-members.html +doc/html/qcombobox.html +doc/html/qcombotableitem-members.html +doc/html/qcombotableitem.html +doc/html/qcommonstyle-h.html +doc/html/qcommonstyle-members.html +doc/html/qcommonstyle.html +doc/html/qconststring-members.html +doc/html/qconststring.html +doc/html/qcontextmenuevent-members.html +doc/html/qcontextmenuevent.html +doc/html/qcopchannel-members.html +doc/html/qcopchannel.html +doc/html/qcopchannel_qws-h.html +doc/html/qcstring-h.html +doc/html/qcstring-members.html +doc/html/qcstring.html +doc/html/qcursor-h.html +doc/html/qcursor-members.html +doc/html/qcursor.html +doc/html/qcustomevent-members.html +doc/html/qcustomevent.html +doc/html/qcustommenuitem-members.html +doc/html/qcustommenuitem.html +doc/html/qd-buttonstoolbuttons3.png +doc/html/qd-chapdialog-previewing2.png +doc/html/qd-chapdialog-signalsandslots.png +doc/html/qd-chapdialog-taborder.png +doc/html/qd-chapdialogs-addingwidgets.png +doc/html/qd-chapdialogs-creatingmulticlipform3.png +doc/html/qd-chapdialogs-creatingnewprojects.png +doc/html/qd-chapdialogs-layoutwidgets-part2-stepone-twogroups.png +doc/html/qd-chapdialogs-layoutwidgets-part2-steptwo-layoutform.png +doc/html/qd-chapdialogs-layoutwidgets-part3-stepfive-layoutform.png +doc/html/qd-chapdialogs-layoutwidgets-part3-steptwo-addspacer.png +doc/html/qd-chapdialogs-layoutwidgets-stepone-after.png +doc/html/qd-chapdialogs-layoutwidgets-stepthree-groupedwidgets.png +doc/html/qd-chapdialogs-layoutwidgets-stepthree-rubberband.png +doc/html/qd-chapdialogs-objectexplorer.png +doc/html/qd-chapdialogs-propertyeditor.png +doc/html/qd-chapmainwin-actioneditor1.png +doc/html/qd-chapmainwin-actioneditor2.png +doc/html/qd-chapmainwin-actiongroup.png +doc/html/qd-chapmainwin-addtextedit.png +doc/html/qd-chapmainwin-addwidg.png +doc/html/qd-chapmainwin-alignactiongroup.png +doc/html/qd-chapmainwin-connaction.png +doc/html/qd-chapmainwin-connalign1.png +doc/html/qd-chapmainwin-connfontsize.png +doc/html/qd-chapmainwin-deleteaction.png +doc/html/qd-chapmainwin-dragtomenu.png +doc/html/qd-chapmainwin-dropinmenu1.png +doc/html/qd-chapmainwin-mainwinwiz1.png +doc/html/qd-chapmainwin-mainwinwiz2.png +doc/html/qd-chapmainwin-mainwinwiz3.png +doc/html/qd-chapmainwin-namemenu.png +doc/html/qd-chapmainwin-previewing.png +doc/html/qd-chapmainwin-propeditnewact.png +doc/html/qd-chapmainwin-toolbaractiongroup1.png +doc/html/qd-chapmainwin-toolbarhandle.png +doc/html/qd-chapmainwin-toolbarhandle2.png +doc/html/qd-chooseanimage.png +doc/html/qd-chooseapixmap.png +doc/html/qd-chooseimages.png +doc/html/qd-configmainfile.png +doc/html/qd-containertoolbuttons3.png +doc/html/qd-createtemplate.png +doc/html/qd-customwidgettoolbutton.png +doc/html/qd-custwiddeftab.png +doc/html/qd-custwidproptab.png +doc/html/qd-custwidslotstab.png +doc/html/qd-databasetoolbuttons3.png +doc/html/qd-databrowserwzd.png +doc/html/qd-databrowserwzdpage2.png +doc/html/qd-databrowserwzdpage3.png +doc/html/qd-databrowserwzdpage4.png +doc/html/qd-databrowserwzdpage5.png +doc/html/qd-databrowserwzdpage6.png +doc/html/qd-datatablewzd.png +doc/html/qd-datatablewzdpage2.png +doc/html/qd-datatablewzdpage3.png +doc/html/qd-datatablewzdpage4.png +doc/html/qd-datatablewzdpage5.png +doc/html/qd-dataviewwzd.png +doc/html/qd-dataviewwzdpage2.png +doc/html/qd-dataviewwzdpage3.png +doc/html/qd-dataviewwzdpage4.png +doc/html/qd-displaytoolbuttons3.png +doc/html/qd-editclassvariables.png +doc/html/qd-editcustwidsigtab.png +doc/html/qd-editeditconnections.png +doc/html/qd-editformsettings.png +doc/html/qd-editforwarddeclarations.png +doc/html/qd-editiconview.png +doc/html/qd-editincludesindeclaration.png +doc/html/qd-editincludesinimplementation.png +doc/html/qd-editlistbox.png +doc/html/qd-editlistview.png +doc/html/qd-editlistviewcolumns.png +doc/html/qd-editmenu1.png +doc/html/qd-editpalettedialog.png +doc/html/qd-editpreferencesc++.png +doc/html/qd-editpreferencesgeneral.png +doc/html/qd-editslots1.png +doc/html/qd-edittablecolumns.png +doc/html/qd-edittablerows.png +doc/html/qd-edittoolbuttons3.png +doc/html/qd-filemenu1.png +doc/html/qd-filenew2.png +doc/html/qd-fileopen.png +doc/html/qd-fileoverviewwindow.png +doc/html/qd-filesaveasdialog.png +doc/html/qd-filesaveformasdialog.png +doc/html/qd-filesaveformdialog.png +doc/html/qd-filesaveprojectsettingsdialog.png +doc/html/qd-filetoolbuttons3.png +doc/html/qd-finddirectorydialog.png +doc/html/qd-helpmenu.png +doc/html/qd-helptoolbuttons3.png +doc/html/qd-inputtoolbuttons3.png +doc/html/qd-layoutmenu1.png +doc/html/qd-layouttoolbuttons3.png +doc/html/qd-mainwinwzd.png +doc/html/qd-mainwinwzdpage2.png +doc/html/qd-objexpwindowwidgettab.png +doc/html/qd-objexpwinsourcetab.png +doc/html/qd-pagetitle.png +doc/html/qd-previewmenu.png +doc/html/qd-projectaddfile.png +doc/html/qd-projectdbaseconnections.png +doc/html/qd-projectimages.png +doc/html/qd-projectmenu.png +doc/html/qd-projectsettingsc++tabdialog.png +doc/html/qd-projectsettingsdialog.png +doc/html/qd-projectsettingsfilestabdialog.png +doc/html/qd-propedsigtab.png +doc/html/qd-propedwinproptab.png +doc/html/qd-searchfindtextdialog.png +doc/html/qd-searchgotoline.png +doc/html/qd-searchmenu.png +doc/html/qd-searchreplacetext.png +doc/html/qd-searchttoolbuttons3.png +doc/html/qd-selectcolordialog.png +doc/html/qd-selectfontdialog.png +doc/html/qd-textdialog.png +doc/html/qd-title.png +doc/html/qd-toolsmenu.png +doc/html/qd-toolstoolbuttons4.png +doc/html/qd-tunepalettedialog.png +doc/html/qd-viewconnections.png +doc/html/qd-viewstoolbuttons5.png +doc/html/qd-windowmenu1.png +doc/html/qdatabrowser-h.html +doc/html/qdatabrowser-members.html +doc/html/qdatabrowser.html +doc/html/qdatapump-members.html +doc/html/qdatapump.html +doc/html/qdatasink-members.html +doc/html/qdatasink.html +doc/html/qdatasource-members.html +doc/html/qdatasource.html +doc/html/qdatastream-h.html +doc/html/qdatastream-members.html +doc/html/qdatastream.html +doc/html/qdatatable-h.html +doc/html/qdatatable-members.html +doc/html/qdatatable.html +doc/html/qdataview-h.html +doc/html/qdataview-members.html +doc/html/qdataview.html +doc/html/qdate-members.html +doc/html/qdate.html +doc/html/qdateedit-members.html +doc/html/qdateedit.html +doc/html/qdatetime-h.html +doc/html/qdatetime-members.html +doc/html/qdatetime.html +doc/html/qdatetimeedit-h.html +doc/html/qdatetimeedit-members.html +doc/html/qdatetimeedit.html +doc/html/qdesktopwidget-h.html +doc/html/qdesktopwidget-members.html +doc/html/qdesktopwidget.html +doc/html/qdesktopwidget.png +doc/html/qdial-h.html +doc/html/qdial-m.png +doc/html/qdial-members.html +doc/html/qdial-w.png +doc/html/qdial.html +doc/html/qdialog-h.html +doc/html/qdialog-members.html +doc/html/qdialog.html +doc/html/qdict-h.html +doc/html/qdict-members.html +doc/html/qdict.html +doc/html/qdictiterator-members.html +doc/html/qdictiterator.html +doc/html/qdir-example.html +doc/html/qdir-h.html +doc/html/qdir-members.html +doc/html/qdir.html +doc/html/qdirectpainter-members.html +doc/html/qdirectpainter.html +doc/html/qdirectpainter_qws-h.html +doc/html/qdns-h.html +doc/html/qdns-members.html +doc/html/qdns.html +doc/html/qdockarea-h.html +doc/html/qdockarea-members.html +doc/html/qdockarea.html +doc/html/qdockwindow-h.html +doc/html/qdockwindow-members.html +doc/html/qdockwindow.html +doc/html/qdockwindow.png +doc/html/qdom-h.html +doc/html/qdomattr-members.html +doc/html/qdomattr.html +doc/html/qdomcdatasection-members.html +doc/html/qdomcdatasection.html +doc/html/qdomcharacterdata-members.html +doc/html/qdomcharacterdata.html +doc/html/qdomcomment-members.html +doc/html/qdomcomment.html +doc/html/qdomdocument-members.html +doc/html/qdomdocument.html +doc/html/qdomdocumentfragment-members.html +doc/html/qdomdocumentfragment.html +doc/html/qdomdocumenttype-members.html +doc/html/qdomdocumenttype.html +doc/html/qdomelement-members.html +doc/html/qdomelement.html +doc/html/qdomentity-members.html +doc/html/qdomentity.html +doc/html/qdomentityreference-members.html +doc/html/qdomentityreference.html +doc/html/qdomimplementation-members.html +doc/html/qdomimplementation.html +doc/html/qdomnamednodemap-members.html +doc/html/qdomnamednodemap.html +doc/html/qdomnode-members.html +doc/html/qdomnode.html +doc/html/qdomnodelist-members.html +doc/html/qdomnodelist.html +doc/html/qdomnotation-members.html +doc/html/qdomnotation.html +doc/html/qdomprocessinginstruction-members.html +doc/html/qdomprocessinginstruction.html +doc/html/qdomtext-members.html +doc/html/qdomtext.html +doc/html/qdoublevalidator-members.html +doc/html/qdoublevalidator.html +doc/html/qdragenterevent-members.html +doc/html/qdragenterevent.html +doc/html/qdragleaveevent-members.html +doc/html/qdragleaveevent.html +doc/html/qdragmoveevent-members.html +doc/html/qdragmoveevent.html +doc/html/qdragobject-h.html +doc/html/qdragobject-members.html +doc/html/qdragobject.html +doc/html/qdrawutil-h.html +doc/html/qdropevent-members.html +doc/html/qdropevent.html +doc/html/qdropsite-h.html +doc/html/qdropsite-members.html +doc/html/qdropsite.html +doc/html/qeditorfactory-h.html +doc/html/qeditorfactory-members.html +doc/html/qeditorfactory.html +doc/html/qembed.html +doc/html/qerrormessage-h.html +doc/html/qerrormessage-members.html +doc/html/qerrormessage.html +doc/html/qeucjpcodec-h.html +doc/html/qeucjpcodec-members.html +doc/html/qeucjpcodec.html +doc/html/qeuckrcodec-h.html +doc/html/qeuckrcodec-members.html +doc/html/qeuckrcodec.html +doc/html/qevent-h.html +doc/html/qevent-members.html +doc/html/qevent.html +doc/html/qfd-example.html +doc/html/qfile-h.html +doc/html/qfile-members.html +doc/html/qfile.html +doc/html/qfiledialog-h.html +doc/html/qfiledialog-members.html +doc/html/qfiledialog.html +doc/html/qfiledlg-m.png +doc/html/qfiledlg-w.png +doc/html/qfileiconprovider-members.html +doc/html/qfileiconprovider.html +doc/html/qfileinfo-h.html +doc/html/qfileinfo-members.html +doc/html/qfileinfo.html +doc/html/qfilepreview-members.html +doc/html/qfilepreview.html +doc/html/qfocusdata-h.html +doc/html/qfocusdata-members.html +doc/html/qfocusdata.html +doc/html/qfocusevent-members.html +doc/html/qfocusevent.html +doc/html/qfont-examples.html +doc/html/qfont-h.html +doc/html/qfont-members.html +doc/html/qfont.html +doc/html/qfontdatabase-h.html +doc/html/qfontdatabase-members.html +doc/html/qfontdatabase.html +doc/html/qfontdialog-h.html +doc/html/qfontdialog-members.html +doc/html/qfontdialog.html +doc/html/qfontdlg-m.png +doc/html/qfontdlg-w.png +doc/html/qfontinfo-h.html +doc/html/qfontinfo-members.html +doc/html/qfontinfo.html +doc/html/qfontmanager-members.html +doc/html/qfontmanager.html +doc/html/qfontmanager_qws-h.html +doc/html/qfontmetrics-h.html +doc/html/qfontmetrics-members.html +doc/html/qfontmetrics.html +doc/html/qframe-h.html +doc/html/qframe-members.html +doc/html/qframe.html +doc/html/qftp-h.html +doc/html/qftp-members.html +doc/html/qftp.html +doc/html/qgbkcodec-h.html +doc/html/qgbkcodec-members.html +doc/html/qgbkcodec.html +doc/html/qgfx_qws-h.html +doc/html/qgl-h.html +doc/html/qgl-members.html +doc/html/qgl.html +doc/html/qglayoutiterator-members.html +doc/html/qglayoutiterator.html +doc/html/qglcolormap-h.html +doc/html/qglcolormap-members.html +doc/html/qglcolormap.html +doc/html/qglcontext-members.html +doc/html/qglcontext.html +doc/html/qglformat-members.html +doc/html/qglformat.html +doc/html/qglobal-h.html +doc/html/qglwidget-members.html +doc/html/qglwidget.html +doc/html/qgrid-h.html +doc/html/qgrid-m.png +doc/html/qgrid-members.html +doc/html/qgrid-w.png +doc/html/qgrid.html +doc/html/qgrid.png +doc/html/qgridlayout-members.html +doc/html/qgridlayout.html +doc/html/qgridview-h.html +doc/html/qgridview-members.html +doc/html/qgridview.html +doc/html/qgroupbox-h.html +doc/html/qgroupbox-members.html +doc/html/qgroupbox.html +doc/html/qgroupboxes.png +doc/html/qgrpbox-m.png +doc/html/qgrpbox-w.png +doc/html/qguardedptr-h.html +doc/html/qguardedptr-members.html +doc/html/qguardedptr.html +doc/html/qhbox-h.html +doc/html/qhbox-m.png +doc/html/qhbox-members.html +doc/html/qhbox-w.png +doc/html/qhbox.html +doc/html/qhbox.png +doc/html/qhboxlayout-members.html +doc/html/qhboxlayout.html +doc/html/qhboxlayout.png +doc/html/qhbuttongroup-h.html +doc/html/qhbuttongroup-members.html +doc/html/qhbuttongroup.html +doc/html/qheader-h.html +doc/html/qheader-m.png +doc/html/qheader-members.html +doc/html/qheader-w.png +doc/html/qheader.html +doc/html/qhebrewcodec-members.html +doc/html/qhebrewcodec.html +doc/html/qhgroupbox-h.html +doc/html/qhgroupbox-members.html +doc/html/qhgroupbox.html +doc/html/qhideevent-members.html +doc/html/qhideevent.html +doc/html/qhostaddress-h.html +doc/html/qhostaddress-members.html +doc/html/qhostaddress.html +doc/html/qhttp-h.html +doc/html/qhttp-members.html +doc/html/qhttp.html +doc/html/qicondrag-members.html +doc/html/qicondrag.html +doc/html/qicondragitem-members.html +doc/html/qicondragitem.html +doc/html/qiconset-h.html +doc/html/qiconset-members.html +doc/html/qiconset.html +doc/html/qiconview-h.html +doc/html/qiconview-m.png +doc/html/qiconview-members.html +doc/html/qiconview-w.png +doc/html/qiconview.html +doc/html/qiconviewitem-members.html +doc/html/qiconviewitem.html +doc/html/qimage-h.html +doc/html/qimage-members.html +doc/html/qimage.html +doc/html/qimageconsumer-members.html +doc/html/qimageconsumer.html +doc/html/qimagedecoder-members.html +doc/html/qimagedecoder.html +doc/html/qimagedrag-members.html +doc/html/qimagedrag.html +doc/html/qimageformat-members.html +doc/html/qimageformat.html +doc/html/qimageformatplugin-h.html +doc/html/qimageformatplugin-members.html +doc/html/qimageformatplugin.html +doc/html/qimageformattype-members.html +doc/html/qimageformattype.html +doc/html/qimageio-members.html +doc/html/qimageio.html +doc/html/qimevent-members.html +doc/html/qimevent.html +doc/html/qinputdialog-h.html +doc/html/qinputdialog-members.html +doc/html/qinputdialog.html +doc/html/qintcache-h.html +doc/html/qintcache-members.html +doc/html/qintcache.html +doc/html/qintcacheiterator-members.html +doc/html/qintcacheiterator.html +doc/html/qintdict-h.html +doc/html/qintdict-members.html +doc/html/qintdict.html +doc/html/qintdictiterator-members.html +doc/html/qintdictiterator.html +doc/html/qintvalidator-members.html +doc/html/qintvalidator.html +doc/html/qiodevice-h.html +doc/html/qiodevice-members.html +doc/html/qiodevice.html +doc/html/qiodevicesource-members.html +doc/html/qiodevicesource.html +doc/html/qjiscodec-h.html +doc/html/qjiscodec-members.html +doc/html/qjiscodec.html +doc/html/qkeyboard_qws-h.html +doc/html/qkeyevent-members.html +doc/html/qkeyevent.html +doc/html/qkeysequence-h.html +doc/html/qkeysequence-members.html +doc/html/qkeysequence.html +doc/html/qlabel-h.html +doc/html/qlabel-m.png +doc/html/qlabel-members.html +doc/html/qlabel-w.png +doc/html/qlabel.html +doc/html/qlayout-h.html +doc/html/qlayout-members.html +doc/html/qlayout.html +doc/html/qlayoutitem-members.html +doc/html/qlayoutitem.html +doc/html/qlayoutiterator-members.html +doc/html/qlayoutiterator.html +doc/html/qlcdnum-m.png +doc/html/qlcdnum-w.png +doc/html/qlcdnumber-h.html +doc/html/qlcdnumber-members.html +doc/html/qlcdnumber.html +doc/html/qlibrary-h.html +doc/html/qlibrary-members.html +doc/html/qlibrary.html +doc/html/qlined-m.png +doc/html/qlined-w.png +doc/html/qlineedit-h.html +doc/html/qlineedit-members.html +doc/html/qlineedit.html +doc/html/qlist.html +doc/html/qlistbox-h.html +doc/html/qlistbox-m.png +doc/html/qlistbox-members.html +doc/html/qlistbox-w.png +doc/html/qlistbox.html +doc/html/qlistboxitem-members.html +doc/html/qlistboxitem.html +doc/html/qlistboxpixmap-members.html +doc/html/qlistboxpixmap.html +doc/html/qlistboxtext-members.html +doc/html/qlistboxtext.html +doc/html/qlistiterator.html +doc/html/qlistview-h.html +doc/html/qlistview-m.png +doc/html/qlistview-members.html +doc/html/qlistview-w.png +doc/html/qlistview.html +doc/html/qlistviewitem-members.html +doc/html/qlistviewitem.html +doc/html/qlistviewitemiterator-members.html +doc/html/qlistviewitemiterator.html +doc/html/qlistviewitems.png +doc/html/qlocalfs-h.html +doc/html/qlocalfs-members.html +doc/html/qlocalfs.html +doc/html/qlock-members.html +doc/html/qlock.html +doc/html/qlock_qws-h.html +doc/html/qmag-example.html +doc/html/qmainwindow-h.html +doc/html/qmainwindow-m.png +doc/html/qmainwindow-members.html +doc/html/qmainwindow-qdockareas.png +doc/html/qmainwindow-w.png +doc/html/qmainwindow.html +doc/html/qmake-manual-1.html +doc/html/qmake-manual-2.html +doc/html/qmake-manual-3.html +doc/html/qmake-manual-4.html +doc/html/qmake-manual-5.html +doc/html/qmake-manual-6.html +doc/html/qmake-manual-7.html +doc/html/qmake-manual.html +doc/html/qmap-h.html +doc/html/qmap-members.html +doc/html/qmap.html +doc/html/qmapconstiterator-members.html +doc/html/qmapconstiterator.html +doc/html/qmapiterator-members.html +doc/html/qmapiterator.html +doc/html/qmemarray-h.html +doc/html/qmemarray-members.html +doc/html/qmemarray.html +doc/html/qmenubar-h.html +doc/html/qmenubar-m.png +doc/html/qmenubar-members.html +doc/html/qmenubar-w.png +doc/html/qmenubar.html +doc/html/qmenudata-h.html +doc/html/qmenudata-members.html +doc/html/qmenudata.html +doc/html/qmessagebox-h.html +doc/html/qmessagebox-members.html +doc/html/qmessagebox.html +doc/html/qmetaobject-h.html +doc/html/qmetaobject-members.html +doc/html/qmetaobject.html +doc/html/qmetaproperty-members.html +doc/html/qmetaproperty.html +doc/html/qmime-h.html +doc/html/qmimesource-members.html +doc/html/qmimesource.html +doc/html/qmimesourcefactory-members.html +doc/html/qmimesourcefactory.html +doc/html/qmlined-m.png +doc/html/qmlined-w.png +doc/html/qmotifplusstyle-h.html +doc/html/qmotifplusstyle-members.html +doc/html/qmotifplusstyle.html +doc/html/qmotifstyle-h.html +doc/html/qmotifstyle-members.html +doc/html/qmotifstyle.html +doc/html/qmouseevent-members.html +doc/html/qmouseevent.html +doc/html/qmoveevent-members.html +doc/html/qmoveevent.html +doc/html/qmovie-h.html +doc/html/qmovie-members.html +doc/html/qmovie.html +doc/html/qmovie.png +doc/html/qmsgbox-m.png +doc/html/qmsgbox-w.png +doc/html/qmultilineedit-h.html +doc/html/qmultilineedit-members.html +doc/html/qmultilineedit.html +doc/html/qmutex-h.html +doc/html/qmutex-members.html +doc/html/qmutex.html +doc/html/qnamespace-h.html +doc/html/qnetwork-h.html +doc/html/qnetworkoperation-members.html +doc/html/qnetworkoperation.html +doc/html/qnetworkprotocol-h.html +doc/html/qnetworkprotocol-members.html +doc/html/qnetworkprotocol.html +doc/html/qnp-h.html +doc/html/qnpinstance-members.html +doc/html/qnpinstance.html +doc/html/qnplugin-members.html +doc/html/qnplugin.html +doc/html/qnpstream-members.html +doc/html/qnpstream.html +doc/html/qnpwidget-members.html +doc/html/qnpwidget.html +doc/html/qobject-h.html +doc/html/qobject-members.html +doc/html/qobject.html +doc/html/qobjectcleanuphandler-h.html +doc/html/qobjectcleanuphandler-members.html +doc/html/qobjectcleanuphandler.html +doc/html/qpaintdevice-h.html +doc/html/qpaintdevice-members.html +doc/html/qpaintdevice.html +doc/html/qpaintdevicemetrics-h.html +doc/html/qpaintdevicemetrics-members.html +doc/html/qpaintdevicemetrics.html +doc/html/qpainter-h.html +doc/html/qpainter-members.html +doc/html/qpainter.html +doc/html/qpaintevent-members.html +doc/html/qpaintevent.html +doc/html/qpair-h.html +doc/html/qpair-members.html +doc/html/qpair.html +doc/html/qpalette-h.html +doc/html/qpalette-members.html +doc/html/qpalette.html +doc/html/qpen-h.html +doc/html/qpen-members.html +doc/html/qpen.html +doc/html/qpicture-h.html +doc/html/qpicture-members.html +doc/html/qpicture.html +doc/html/qpixmap-h.html +doc/html/qpixmap-members.html +doc/html/qpixmap.html +doc/html/qpixmapcache-h.html +doc/html/qpixmapcache-members.html +doc/html/qpixmapcache.html +doc/html/qplatinumstyle-h.html +doc/html/qplatinumstyle-members.html +doc/html/qplatinumstyle.html +doc/html/qpngimagepacker-members.html +doc/html/qpngimagepacker.html +doc/html/qpngio-h.html +doc/html/qpoint-h.html +doc/html/qpoint-members.html +doc/html/qpoint.html +doc/html/qpointarray-h.html +doc/html/qpointarray-members.html +doc/html/qpointarray.html +doc/html/qpopmenu-fancy.png +doc/html/qpopmenu-m.png +doc/html/qpopmenu-w.png +doc/html/qpopupmenu-h.html +doc/html/qpopupmenu-members.html +doc/html/qpopupmenu.html +doc/html/qprintdlg-m.png +doc/html/qprintdlg-w.png +doc/html/qprinter-h.html +doc/html/qprinter-members.html +doc/html/qprinter.html +doc/html/qprocess-examples.html +doc/html/qprocess-h.html +doc/html/qprocess-members.html +doc/html/qprocess.html +doc/html/qprogbar-m.png +doc/html/qprogbar-w.png +doc/html/qprogdlg-m.png +doc/html/qprogdlg-w.png +doc/html/qprogressbar-h.html +doc/html/qprogressbar-members.html +doc/html/qprogressbar.html +doc/html/qprogressdialog-h.html +doc/html/qprogressdialog-members.html +doc/html/qprogressdialog.html +doc/html/qptrcollection-h.html +doc/html/qptrcollection-members.html +doc/html/qptrcollection.html +doc/html/qptrdict-h.html +doc/html/qptrdict-members.html +doc/html/qptrdict.html +doc/html/qptrdictiterator-members.html +doc/html/qptrdictiterator.html +doc/html/qptrlist-h.html +doc/html/qptrlist-members.html +doc/html/qptrlist.html +doc/html/qptrlistiterator-members.html +doc/html/qptrlistiterator.html +doc/html/qptrqueue-h.html +doc/html/qptrqueue-members.html +doc/html/qptrqueue.html +doc/html/qptrstack-h.html +doc/html/qptrstack-members.html +doc/html/qptrstack.html +doc/html/qptrvector-h.html +doc/html/qptrvector-members.html +doc/html/qptrvector.html +doc/html/qpushbt-m.png +doc/html/qpushbt-w.png +doc/html/qpushbutton-h.html +doc/html/qpushbutton-members.html +doc/html/qpushbutton.html +doc/html/qqueue.html +doc/html/qradiobt-m.png +doc/html/qradiobt-w.png +doc/html/qradiobutton-h.html +doc/html/qradiobutton-members.html +doc/html/qradiobutton.html +doc/html/qrangecontrol-h.html +doc/html/qrangecontrol-members.html +doc/html/qrangecontrol.html +doc/html/qrect-h.html +doc/html/qrect-members.html +doc/html/qrect.html +doc/html/qregexp-h.html +doc/html/qregexp-members.html +doc/html/qregexp.html +doc/html/qregexpvalidator-members.html +doc/html/qregexpvalidator.html +doc/html/qregion-h.html +doc/html/qregion-members.html +doc/html/qregion.html +doc/html/qresizeevent-members.html +doc/html/qresizeevent.html +doc/html/qrtlcodec-h.html +doc/html/qscrbar-m.png +doc/html/qscrbar-w.png +doc/html/qscreen-members.html +doc/html/qscreen.html +doc/html/qscrollbar-h.html +doc/html/qscrollbar-members.html +doc/html/qscrollbar.html +doc/html/qscrollview-cl.png +doc/html/qscrollview-h.html +doc/html/qscrollview-m.png +doc/html/qscrollview-members.html +doc/html/qscrollview-vp.png +doc/html/qscrollview-vp2.png +doc/html/qscrollview-w.png +doc/html/qscrollview.html +doc/html/qsemaphore-h.html +doc/html/qsemaphore-members.html +doc/html/qsemaphore.html +doc/html/qserversocket-h.html +doc/html/qserversocket-members.html +doc/html/qserversocket.html +doc/html/qsessionmanager-h.html +doc/html/qsessionmanager-members.html +doc/html/qsessionmanager.html +doc/html/qsettings-h.html +doc/html/qsettings-members.html +doc/html/qsettings.html +doc/html/qsgistyle-h.html +doc/html/qsgistyle-members.html +doc/html/qsgistyle.html +doc/html/qshowevent-members.html +doc/html/qshowevent.html +doc/html/qsignal-h.html +doc/html/qsignal-members.html +doc/html/qsignal.html +doc/html/qsignalmapper-h.html +doc/html/qsignalmapper-members.html +doc/html/qsignalmapper.html +doc/html/qsimplerichtext-h.html +doc/html/qsimplerichtext-members.html +doc/html/qsimplerichtext.html +doc/html/qsize-h.html +doc/html/qsize-members.html +doc/html/qsize.html +doc/html/qsizegrip-h.html +doc/html/qsizegrip-m.png +doc/html/qsizegrip-members.html +doc/html/qsizegrip-w.png +doc/html/qsizegrip.html +doc/html/qsizepolicy-h.html +doc/html/qsizepolicy-members.html +doc/html/qsizepolicy.html +doc/html/qsjiscodec-h.html +doc/html/qsjiscodec-members.html +doc/html/qsjiscodec.html +doc/html/qslider-h.html +doc/html/qslider-m.png +doc/html/qslider-members.html +doc/html/qslider-w.png +doc/html/qslider.html +doc/html/qsocket-h.html +doc/html/qsocket-members.html +doc/html/qsocket.html +doc/html/qsocketdevice-h.html +doc/html/qsocketdevice-members.html +doc/html/qsocketdevice.html +doc/html/qsocketnotifier-h.html +doc/html/qsocketnotifier-members.html +doc/html/qsocketnotifier.html +doc/html/qsortedlist-h.html +doc/html/qsortedlist-members.html +doc/html/qsortedlist.html +doc/html/qsound-h.html +doc/html/qsound-members.html +doc/html/qsound.html +doc/html/qspaceritem-members.html +doc/html/qspaceritem.html +doc/html/qspinbox-h.html +doc/html/qspinbox-m.png +doc/html/qspinbox-members.html +doc/html/qspinbox-w.png +doc/html/qspinbox.html +doc/html/qspinbox2-m.png +doc/html/qspinbox2-w.png +doc/html/qsplitter-h.html +doc/html/qsplitter-m.png +doc/html/qsplitter-members.html +doc/html/qsplitter-w.png +doc/html/qsplitter.html +doc/html/qsql-h.html +doc/html/qsql-members.html +doc/html/qsql.html +doc/html/qsqlcursor-h.html +doc/html/qsqlcursor-members.html +doc/html/qsqlcursor.html +doc/html/qsqldatabase-h.html +doc/html/qsqldatabase-members.html +doc/html/qsqldatabase.html +doc/html/qsqldriver-h.html +doc/html/qsqldriver-members.html +doc/html/qsqldriver.html +doc/html/qsqldriverplugin-h.html +doc/html/qsqldriverplugin-members.html +doc/html/qsqldriverplugin.html +doc/html/qsqleditorfactory-h.html +doc/html/qsqleditorfactory-members.html +doc/html/qsqleditorfactory.html +doc/html/qsqlerror-h.html +doc/html/qsqlerror-members.html +doc/html/qsqlerror.html +doc/html/qsqlfield-h.html +doc/html/qsqlfield-members.html +doc/html/qsqlfield.html +doc/html/qsqlfieldinfo-members.html +doc/html/qsqlfieldinfo.html +doc/html/qsqlform-h.html +doc/html/qsqlform-members.html +doc/html/qsqlform.html +doc/html/qsqlindex-h.html +doc/html/qsqlindex-members.html +doc/html/qsqlindex.html +doc/html/qsqlpropertymap-h.html +doc/html/qsqlpropertymap-members.html +doc/html/qsqlpropertymap.html +doc/html/qsqlquery-h.html +doc/html/qsqlquery-members.html +doc/html/qsqlquery.html +doc/html/qsqlrecord-h.html +doc/html/qsqlrecord-members.html +doc/html/qsqlrecord.html +doc/html/qsqlrecordinfo-members.html +doc/html/qsqlrecordinfo.html +doc/html/qsqlresult-h.html +doc/html/qsqlresult-members.html +doc/html/qsqlresult.html +doc/html/qstack.html +doc/html/qstatusbar-h.html +doc/html/qstatusbar-m.png +doc/html/qstatusbar-members.html +doc/html/qstatusbar-w.png +doc/html/qstatusbar.html +doc/html/qstoreddrag-members.html +doc/html/qstoreddrag.html +doc/html/qstrilist-members.html +doc/html/qstrilist.html +doc/html/qstring-h.html +doc/html/qstring-members.html +doc/html/qstring.html +doc/html/qstringlist-h.html +doc/html/qstringlist-members.html +doc/html/qstringlist.html +doc/html/qstrlist-h.html +doc/html/qstrlist-members.html +doc/html/qstrlist.html +doc/html/qstrlistiterator-members.html +doc/html/qstrlistiterator.html +doc/html/qstyle-h.html +doc/html/qstyle-members.html +doc/html/qstyle.html +doc/html/qstylefactory-h.html +doc/html/qstylefactory-members.html +doc/html/qstylefactory.html +doc/html/qstyleoption-members.html +doc/html/qstyleoption.html +doc/html/qstyleplugin-h.html +doc/html/qstyleplugin-members.html +doc/html/qstyleplugin.html +doc/html/qstylesheet-h.html +doc/html/qstylesheet-members.html +doc/html/qstylesheet.html +doc/html/qstylesheetitem-members.html +doc/html/qstylesheetitem.html +doc/html/qt-members.html +doc/html/qt-template-lib.html +doc/html/qt.html +doc/html/qt30-class-chart.png +doc/html/qtab-members.html +doc/html/qtab.html +doc/html/qtabbar-h.html +doc/html/qtabbar-m.png +doc/html/qtabbar-members.html +doc/html/qtabbar-w.png +doc/html/qtabbar.html +doc/html/qtabdialog-h.html +doc/html/qtabdialog-members.html +doc/html/qtabdialog.html +doc/html/qtabdlg-m.png +doc/html/qtabdlg-w.png +doc/html/qtable-h.html +doc/html/qtable-members.html +doc/html/qtable.html +doc/html/qtable.png +doc/html/qtableitem-members.html +doc/html/qtableitem.html +doc/html/qtableitems.png +doc/html/qtableselection-members.html +doc/html/qtableselection.html +doc/html/qtabletevent-members.html +doc/html/qtabletevent.html +doc/html/qtablevw-m.png +doc/html/qtablevw-w.png +doc/html/qtabwidget-h.html +doc/html/qtabwidget-m.png +doc/html/qtabwidget-members.html +doc/html/qtabwidget-w.png +doc/html/qtabwidget.html +doc/html/qtextbrowser-h.html +doc/html/qtextbrowser-m.png +doc/html/qtextbrowser-members.html +doc/html/qtextbrowser-w.png +doc/html/qtextbrowser.html +doc/html/qtextcodec-h.html +doc/html/qtextcodec-members.html +doc/html/qtextcodec.html +doc/html/qtextcodecplugin-h.html +doc/html/qtextcodecplugin-members.html +doc/html/qtextcodecplugin.html +doc/html/qtextdecoder-members.html +doc/html/qtextdecoder.html +doc/html/qtextdrag-members.html +doc/html/qtextdrag.html +doc/html/qtextedit-h.html +doc/html/qtextedit-members.html +doc/html/qtextedit.html +doc/html/qtextencoder-members.html +doc/html/qtextencoder.html +doc/html/qtextistream-members.html +doc/html/qtextistream.html +doc/html/qtextostream-members.html +doc/html/qtextostream.html +doc/html/qtextstream-h.html +doc/html/qtextstream-members.html +doc/html/qtextstream.html +doc/html/qtextview-h.html +doc/html/qtextview-members.html +doc/html/qtextview.html +doc/html/qthread-h.html +doc/html/qthread-members.html +doc/html/qthread.html +doc/html/qtimage-nsplugin-example.html +doc/html/qtime-members.html +doc/html/qtime.html +doc/html/qtimeedit-members.html +doc/html/qtimeedit.html +doc/html/qtimer-h.html +doc/html/qtimer-members.html +doc/html/qtimer.html +doc/html/qtimerevent-members.html +doc/html/qtimerevent.html +doc/html/qtl-qvaluelist-example.html +doc/html/qtl.html +doc/html/qtlogo.png +doc/html/qtmultilineedit-h.html +doc/html/qtmultilineedit-members.html +doc/html/qtmultilineedit.html +doc/html/qtoolbar-h.html +doc/html/qtoolbar-members.html +doc/html/qtoolbar.html +doc/html/qtoolbutton-h.html +doc/html/qtoolbutton-members.html +doc/html/qtoolbutton.html +doc/html/qtooltip-h.html +doc/html/qtooltip-members.html +doc/html/qtooltip.html +doc/html/qtooltipgroup-members.html +doc/html/qtooltipgroup.html +doc/html/qtranslator-h.html +doc/html/qtranslator-members.html +doc/html/qtranslator.html +doc/html/qtranslatormessage-members.html +doc/html/qtranslatormessage.html +doc/html/qtsciicodec-h.html +doc/html/qtsciicodec-members.html +doc/html/qtsciicodec.html +doc/html/qttableview-h.html +doc/html/qttableview-members.html +doc/html/qttableview.html +doc/html/quridrag-members.html +doc/html/quridrag.html +doc/html/qurl-h.html +doc/html/qurl-members.html +doc/html/qurl.html +doc/html/qurlinfo-h.html +doc/html/qurlinfo-members.html +doc/html/qurlinfo.html +doc/html/qurloperator-h.html +doc/html/qurloperator-members.html +doc/html/qurloperator.html +doc/html/qvalidator-h.html +doc/html/qvalidator-members.html +doc/html/qvalidator.html +doc/html/qvaluelist-h.html +doc/html/qvaluelist-members.html +doc/html/qvaluelist.html +doc/html/qvaluelistconstiterator-members.html +doc/html/qvaluelistconstiterator.html +doc/html/qvaluelistiterator-members.html +doc/html/qvaluelistiterator.html +doc/html/qvaluestack-h.html +doc/html/qvaluestack-members.html +doc/html/qvaluestack.html +doc/html/qvaluevector-h.html +doc/html/qvaluevector-members.html +doc/html/qvaluevector.html +doc/html/qvariant-h.html +doc/html/qvariant-members.html +doc/html/qvariant.html +doc/html/qvbox-h.html +doc/html/qvbox-m.png +doc/html/qvbox-members.html +doc/html/qvbox-w.png +doc/html/qvbox.html +doc/html/qvbox.png +doc/html/qvboxlayout-members.html +doc/html/qvboxlayout.html +doc/html/qvboxlayout.png +doc/html/qvbuttongroup-h.html +doc/html/qvbuttongroup-members.html +doc/html/qvbuttongroup.html +doc/html/qvector.html +doc/html/qvgroupbox-h.html +doc/html/qvgroupbox-members.html +doc/html/qvgroupbox.html +doc/html/qwaitcondition-h.html +doc/html/qwaitcondition-members.html +doc/html/qwaitcondition.html +doc/html/qwerty-example.html +doc/html/qwhatsthis-h.html +doc/html/qwhatsthis-members.html +doc/html/qwhatsthis.html +doc/html/qwheelevent-members.html +doc/html/qwheelevent.html +doc/html/qwidget-h.html +doc/html/qwidget-members.html +doc/html/qwidget.html +doc/html/qwidgetfactory-h.html +doc/html/qwidgetfactory-members.html +doc/html/qwidgetfactory.html +doc/html/qwidgetitem-members.html +doc/html/qwidgetitem.html +doc/html/qwidgetplugin-h.html +doc/html/qwidgetplugin-members.html +doc/html/qwidgetplugin.html +doc/html/qwidgetstack-h.html +doc/html/qwidgetstack-members.html +doc/html/qwidgetstack.html +doc/html/qwindowdefs-h.html +doc/html/qwindowsmime-members.html +doc/html/qwindowsmime.html +doc/html/qwindowsstyle-h.html +doc/html/qwindowsstyle-members.html +doc/html/qwindowsstyle.html +doc/html/qwindowsystem_qws-h.html +doc/html/qwizard-h.html +doc/html/qwizard-members.html +doc/html/qwizard.html +doc/html/qwizard.png +doc/html/qwmatrix-h.html +doc/html/qwmatrix-members.html +doc/html/qwmatrix.html +doc/html/qworkspace-h.html +doc/html/qworkspace-members.html +doc/html/qworkspace.html +doc/html/qws.html +doc/html/qwsdecoration-members.html +doc/html/qwsdecoration.html +doc/html/qwsdecoration_qws-h.html +doc/html/qwskeyboardhandler-members.html +doc/html/qwskeyboardhandler.html +doc/html/qwsmouse_qws-h.html +doc/html/qwsmousehandler-members.html +doc/html/qwsmousehandler.html +doc/html/qwsserver-members.html +doc/html/qwsserver.html +doc/html/qwswindow-members.html +doc/html/qwswindow.html +doc/html/qxml-h.html +doc/html/qxmlattributes-members.html +doc/html/qxmlattributes.html +doc/html/qxmlcontenthandler-members.html +doc/html/qxmlcontenthandler.html +doc/html/qxmldeclhandler-members.html +doc/html/qxmldeclhandler.html +doc/html/qxmldefaulthandler-members.html +doc/html/qxmldefaulthandler.html +doc/html/qxmldtdhandler-members.html +doc/html/qxmldtdhandler.html +doc/html/qxmlentityresolver-members.html +doc/html/qxmlentityresolver.html +doc/html/qxmlerrorhandler-members.html +doc/html/qxmlerrorhandler.html +doc/html/qxmlinputsource-members.html +doc/html/qxmlinputsource.html +doc/html/qxmllexicalhandler-members.html +doc/html/qxmllexicalhandler.html +doc/html/qxmllocator-members.html +doc/html/qxmllocator.html +doc/html/qxmlnamespacesupport-members.html +doc/html/qxmlnamespacesupport.html +doc/html/qxmlparseexception-members.html +doc/html/qxmlparseexception.html +doc/html/qxmlreader-members.html +doc/html/qxmlreader.html +doc/html/qxmlsimplereader-members.html +doc/html/qxmlsimplereader.html +doc/html/qxt-h.html +doc/html/qxtapplication-members.html +doc/html/qxtapplication.html +doc/html/qxtwidget-members.html +doc/html/qxtwidget.html +doc/html/rangecontrols-example.html +doc/html/removed20.html +doc/html/richedit-main.png +doc/html/richtext-example.html +doc/html/rintersect.png +doc/html/rot-example.html +doc/html/rsubtract.png +doc/html/runion.png +doc/html/rxor.png +doc/html/scribble-example.html +doc/html/scripts.html +doc/html/scrollview-example.html +doc/html/session.html +doc/html/session.png +doc/html/shared.html +doc/html/shclass.html +doc/html/showimg-example.html +doc/html/signals-and-slots.png +doc/html/signalsandslots.html +doc/html/simple-application-action.html +doc/html/simple-application-example.html +doc/html/simple-application.html +doc/html/simple-font-demo-example.html +doc/html/simple-qfont-demo-walkthrough.html +doc/html/simple_dd-example.html +doc/html/small-table-example-example.html +doc/html/smooth.png +doc/html/sound-example.html +doc/html/splitter-example.html +doc/html/splitter-views-m.png +doc/html/splitter-views-w.png +doc/html/sql-driver.html +doc/html/sql-examples.html +doc/html/sql-overview-basicbrowsing-main-cpp.html +doc/html/sql-overview-basicbrowsing2-main-cpp.html +doc/html/sql-overview-basicdatamanip-main-cpp.html +doc/html/sql-overview-connect1-main-cpp.html +doc/html/sql-overview-create_connections-main-cpp.html +doc/html/sql-overview-custom1-main-cpp.html +doc/html/sql-overview-custom1-main-h.html +doc/html/sql-overview-del-main-cpp.html +doc/html/sql-overview-extract-main-cpp.html +doc/html/sql-overview-form1-main-cpp.html +doc/html/sql-overview-form2-main-h.html +doc/html/sql-overview-insert-main-cpp.html +doc/html/sql-overview-navigating-main-cpp.html +doc/html/sql-overview-order1-main-cpp.html +doc/html/sql-overview-order2-main-cpp.html +doc/html/sql-overview-retrieve1-main-cpp.html +doc/html/sql-overview-retrieve2-main-cpp.html +doc/html/sql-overview-subclass1-main-cpp.html +doc/html/sql-overview-subclass2-main-cpp.html +doc/html/sql-overview-subclass2-main-h.html +doc/html/sql-overview-subclass3-main-cpp.html +doc/html/sql-overview-subclass3-main-h.html +doc/html/sql-overview-subclass4-main-cpp.html +doc/html/sql-overview-subclass4-main-h.html +doc/html/sql-overview-subclass5-main-cpp.html +doc/html/sql-overview-subclass5-main-h.html +doc/html/sql-overview-table1-main-cpp.html +doc/html/sql-overview-table2-main-cpp.html +doc/html/sql-overview-table3-main-cpp.html +doc/html/sql-overview-table3-main-h.html +doc/html/sql-overview-table4-main-cpp.html +doc/html/sql-overview-table4-main-h.html +doc/html/sql-overview-update-main-cpp.html +doc/html/sql.html +doc/html/sqltable-example.html +doc/html/statistics-example.html +doc/html/step-by-step-examples.html +doc/html/t1.html +doc/html/t1.png +doc/html/t10-Makefile.html +doc/html/t10-cannon-cpp.html +doc/html/t10-cannon-h.html +doc/html/t10-lcdrange-cpp.html +doc/html/t10-lcdrange-h.html +doc/html/t10-main-cpp.html +doc/html/t10.html +doc/html/t10.png +doc/html/t11-Makefile.html +doc/html/t11-cannon-cpp.html +doc/html/t11-cannon-h.html +doc/html/t11-lcdrange-cpp.html +doc/html/t11-lcdrange-h.html +doc/html/t11-main-cpp.html +doc/html/t11.html +doc/html/t11.png +doc/html/t12-Makefile.html +doc/html/t12-cannon-cpp.html +doc/html/t12-cannon-h.html +doc/html/t12-lcdrange-cpp.html +doc/html/t12-lcdrange-h.html +doc/html/t12-main-cpp.html +doc/html/t12.html +doc/html/t12.png +doc/html/t13-Makefile.html +doc/html/t13-cannon-cpp.html +doc/html/t13-cannon-h.html +doc/html/t13-gamebrd-cpp.html +doc/html/t13-gamebrd-h.html +doc/html/t13-lcdrange-cpp.html +doc/html/t13-lcdrange-h.html +doc/html/t13-main-cpp.html +doc/html/t13.html +doc/html/t13.png +doc/html/t14-Makefile.html +doc/html/t14-cannon-cpp.html +doc/html/t14-cannon-h.html +doc/html/t14-gamebrd-cpp.html +doc/html/t14-gamebrd-h.html +doc/html/t14-lcdrange-cpp.html +doc/html/t14-lcdrange-h.html +doc/html/t14-main-cpp.html +doc/html/t14.html +doc/html/t14.png +doc/html/t2.html +doc/html/t2.png +doc/html/t3.html +doc/html/t3.png +doc/html/t4.html +doc/html/t4.png +doc/html/t5.html +doc/html/t5.png +doc/html/t6.html +doc/html/t6.png +doc/html/t7-Makefile.html +doc/html/t7-lcdrange-cpp.html +doc/html/t7-lcdrange-h.html +doc/html/t7-main-cpp.html +doc/html/t7.html +doc/html/t7.png +doc/html/t8-Makefile.html +doc/html/t8-cannon-cpp.html +doc/html/t8-cannon-h.html +doc/html/t8-lcdrange-cpp.html +doc/html/t8-lcdrange-h.html +doc/html/t8-main-cpp.html +doc/html/t8.html +doc/html/t8.png +doc/html/t9-Makefile.html +doc/html/t9-cannon-cpp.html +doc/html/t9-cannon-h.html +doc/html/t9-lcdrange-cpp.html +doc/html/t9-lcdrange-h.html +doc/html/t9-main-cpp.html +doc/html/t9.html +doc/html/t9.png +doc/html/t9_1.png +doc/html/t9_2.png +doc/html/tabdialog-example.html +doc/html/table-bigtable-main-cpp.html +doc/html/table-examples.html +doc/html/table-small-table-demo-main-cpp.html +doc/html/table-statistics-statistics-cpp.html +doc/html/table.html +doc/html/tablet-example.html +doc/html/tagreader-example.html +doc/html/tagreader-with-features-example.html +doc/html/templates.html +doc/html/test.png +doc/html/tetrix-example.html +doc/html/text.html +doc/html/textedit-example.html +doc/html/themes-example.html +doc/html/thread.html +doc/html/threads.html +doc/html/tictac-example.html +doc/html/time.html +doc/html/timers.html +doc/html/titleindex +doc/html/toggleaction-example.html +doc/html/toolbar.png +doc/html/tools-list.html +doc/html/tools.html +doc/html/tooltip-example.html +doc/html/trivial-nsplugin-example.html +doc/html/troll.html +doc/html/tt1_en.png +doc/html/tt1_la.png +doc/html/tt2_en.png +doc/html/tt2_fr.png +doc/html/tt2_nl.png +doc/html/tt3_10_en.png +doc/html/tt3_10_pt_bad.png +doc/html/tt3_10_pt_good.png +doc/html/tt3_11_about_pt.png +doc/html/tt3_11_en.png +doc/html/tt3_11_pt.png +doc/html/tutorial.html +doc/html/tutorial.png +doc/html/uic.html +doc/html/unicode.html +doc/html/unsmooth.png +doc/html/validateaccelerators.png +doc/html/validatephrases.png +doc/html/validatepunctuation.png +doc/html/whatsthis +doc/html/whatsthis.png +doc/html/widgets-example.html +doc/html/winsystem.html +doc/html/wizard-example.html +doc/html/wizard-wizard-cpp.html +doc/html/wizard-wizard-h.html +doc/html/workspace.html +doc/html/xform-example.html +doc/html/xml-examples.html +doc/html/xml-sax-features-walkthrough.html +doc/html/xml-sax-walkthrough.html +doc/html/xml-tools.html +doc/html/xml.html +doc/html/xt-motif-examples.html +doc/html/xt.html +doc/html/y2k.html +include/private/qapplication_p.h +include/private/qcolor_p.h +include/private/qcom_p.h +include/private/qcomlibrary_p.h +include/private/qcomplextext_p.h +include/private/qcomponentfactory_p.h +include/private/qcriticalsection_p.h +include/private/qdir_p.h +include/private/qeffects_p.h +include/private/qfiledefs_p.h +include/private/qfontcodecs_p.h +include/private/qfontdata_p.h +include/private/qgpluginmanager_p.h +include/private/qimageformatinterface_p.h +include/private/qinputcontext_p.h +include/private/qinternal_p.h +include/private/qlayoutengine_p.h +include/private/qlibrary_p.h +include/private/qmutex_p.h +include/private/qpainter_p.h +include/private/qpluginmanager_p.h +include/private/qpsprinter_p.h +include/private/qremoteinterface_p.h +include/private/qremotemessage_p.h +include/private/qrichtext_p.h +include/private/qsqldriverinterface_p.h +include/private/qsqlmanager_p.h +include/private/qstyleinterface_p.h +include/private/qsvgdevice_p.h +include/private/qtextcodecinterface_p.h +include/private/qtitlebar_p.h +include/private/qucom_p.h +include/private/qucomextra_p.h +include/private/qwidget_p.h +include/private/qwidgetinterface_p.h +include/private/qwidgetresizehandler_p.h +include/q1xcompatibility.h +include/qabstractlayout.h +include/qaccel.h +include/qaccessible.h +include/qaction.h +include/qapp.h +include/qapplication.h +include/qarray.h +include/qasciicache.h +include/qasciidict.h +include/qasyncimageio.h +include/qasyncio.h +include/qbig5codec.h +include/qbitarray.h +include/qbitarry.h +include/qbitmap.h +include/qbrush.h +include/qbttngrp.h +include/qbuffer.h +include/qbutton.h +include/qbuttongroup.h +include/qcache.h +include/qcanvas.h +include/qcdestyle.h +include/qcheckbox.h +include/qchkbox.h +include/qcleanuphandler.h +include/qclipboard.h +include/qclipbrd.h +include/qcollect.h +include/qcollection.h +include/qcolor.h +include/qcolordialog.h +include/qcombo.h +include/qcombobox.h +include/qcommonstyle.h +include/qcompactstyle.h +include/qconfig-dist.h +include/qconfig-large.h +include/qconfig-medium.h +include/qconfig-minimal.h +include/qconfig-small.h +include/qconfig.h +include/qconnect.h +include/qconnection.h +include/qcstring.h +include/qcursor.h +include/qdatabrowser.h +include/qdatastream.h +include/qdatatable.h +include/qdataview.h +include/qdatetime.h +include/qdatetimeedit.h +include/qdatetm.h +include/qdesktopwidget.h +include/qdial.h +include/qdialog.h +include/qdict.h +include/qdir.h +include/qdns.h +include/qdockarea.h +include/qdockwindow.h +include/qdom.h +include/qdragobject.h +include/qdrawutil.h +include/qdrawutl.h +include/qdropsite.h +include/qdstream.h +include/qeditorfactory.h +include/qerrormessage.h +include/qeucjpcodec.h +include/qeuckrcodec.h +include/qevent.h +include/qfeatures.h +include/qfile.h +include/qfiledef.h +include/qfiledialog.h +include/qfiledlg.h +include/qfileinf.h +include/qfileinfo.h +include/qfocusdata.h +include/qfont.h +include/qfontdatabase.h +include/qfontdialog.h +include/qfontdta.h +include/qfontinf.h +include/qfontinfo.h +include/qfontmet.h +include/qfontmetrics.h +include/qframe.h +include/qftp.h +include/qgarray.h +include/qgbkcodec.h +include/qgcache.h +include/qgdict.h +include/qgeneric.h +include/qgif.h +include/qgl.h +include/qglcolormap.h +include/qglist.h +include/qglobal.h +include/qgplugin.h +include/qgrid.h +include/qgridview.h +include/qgroupbox.h +include/qgrpbox.h +include/qguardedptr.h +include/qgvector.h +include/qhbox.h +include/qhbuttongroup.h +include/qheader.h +include/qhgroupbox.h +include/qhostaddress.h +include/qhttp.h +include/qiconset.h +include/qiconview.h +include/qimage.h +include/qimageformatplugin.h +include/qinputdialog.h +include/qintcach.h +include/qintcache.h +include/qintdict.h +include/qinterlacestyle.h +include/qiodev.h +include/qiodevice.h +include/qjiscodec.h +include/qjpegio.h +include/qjpunicode.h +include/qkeycode.h +include/qkeysequence.h +include/qlabel.h +include/qlayout.h +include/qlcdnum.h +include/qlcdnumber.h +include/qlibrary.h +include/qlined.h +include/qlineedit.h +include/qlist.h +include/qlistbox.h +include/qlistview.h +include/qlocalfs.h +include/qmainwindow.h +include/qmap.h +include/qmemarray.h +include/qmenubar.h +include/qmenudata.h +include/qmenudta.h +include/qmessagebox.h +include/qmetaobj.h +include/qmetaobject.h +include/qmime.h +include/qmlined.h +include/qmngio.h +include/qmodules.h +include/qmotifplusstyle.h +include/qmotifstyle.h +include/qmovie.h +include/qmsgbox.h +include/qmultilinedit.h +include/qmultilineedit.h +include/qmutex.h +include/qnamespace.h +include/qnetwork.h +include/qnetworkprotocol.h +include/qnp.h +include/qobjcoll.h +include/qobjdefs.h +include/qobject.h +include/qobjectcleanuphandler.h +include/qobjectdefs.h +include/qobjectdict.h +include/qobjectlist.h +include/qpaintd.h +include/qpaintdc.h +include/qpaintdevice.h +include/qpaintdevicedefs.h +include/qpaintdevicemetrics.h +include/qpainter.h +include/qpair.h +include/qpalette.h +include/qpdevmet.h +include/qpen.h +include/qpicture.h +include/qpixmap.h +include/qpixmapcache.h +include/qplatinumstyle.h +include/qpmcache.h +include/qpngio.h +include/qpntarry.h +include/qpoint.h +include/qpointarray.h +include/qpolygonscanner.h +include/qpopmenu.h +include/qpopupmenu.h +include/qprintdialog.h +include/qprinter.h +include/qprndlg.h +include/qprocess.h +include/qprogbar.h +include/qprogdlg.h +include/qprogressbar.h +include/qprogressdialog.h +include/qpsprn.h +include/qptrcollection.h +include/qptrdict.h +include/qptrlist.h +include/qptrqueue.h +include/qptrstack.h +include/qptrvector.h +include/qpushbt.h +include/qpushbutton.h +include/qqueue.h +include/qradiobt.h +include/qradiobutton.h +include/qrangecontrol.h +include/qrangect.h +include/qrect.h +include/qregexp.h +include/qregion.h +include/qremotefactory.h +include/qremoteplugin.h +include/qrtlcodec.h +include/qscrbar.h +include/qscrollbar.h +include/qscrollview.h +include/qsemaphore.h +include/qsemimodal.h +include/qserversocket.h +include/qsession.h +include/qsessionmanager.h +include/qsettings.h +include/qsgistyle.h +include/qshared.h +include/qsharedmemory.h +include/qsignal.h +include/qsignalmapper.h +include/qsignalslotimp.h +include/qsimplerichtext.h +include/qsize.h +include/qsizegrip.h +include/qsizepolicy.h +include/qsjiscodec.h +include/qslider.h +include/qsocket.h +include/qsocketdevice.h +include/qsocketnotifier.h +include/qsocknot.h +include/qsortedlist.h +include/qsound.h +include/qspinbox.h +include/qsplitter.h +include/qsql.h +include/qsqlcursor.h +include/qsqldatabase.h +include/qsqldriver.h +include/qsqldriverplugin.h +include/qsqleditorfactory.h +include/qsqlerror.h +include/qsqlfield.h +include/qsqlform.h +include/qsqlindex.h +include/qsqlpropertymap.h +include/qsqlquery.h +include/qsqlrecord.h +include/qsqlresult.h +include/qstack.h +include/qstatusbar.h +include/qstring.h +include/qstringlist.h +include/qstrlist.h +include/qstrvec.h +include/qstyle.h +include/qstylefactory.h +include/qstyleplugin.h +include/qstylesheet.h +include/qt.h +include/qt_x11.h +include/qtabbar.h +include/qtabdialog.h +include/qtabdlg.h +include/qtable.h +include/qtabwidget.h +include/qtextbrowser.h +include/qtextcodec.h +include/qtextcodecfactory.h +include/qtextcodecplugin.h +include/qtextedit.h +include/qtextstream.h +include/qtextview.h +include/qthread.h +include/qtimer.h +include/qtl.h +include/qtmultilineedit.h +include/qtoolbar.h +include/qtoolbutton.h +include/qtooltip.h +include/qtranslator.h +include/qtsciicodec.h +include/qtstream.h +include/qttableview.h +include/qurl.h +include/qurlinfo.h +include/qurloperator.h +include/qutfcodec.h +include/quuid.h +include/qvalidator.h +include/qvaluelist.h +include/qvaluestack.h +include/qvaluevector.h +include/qvariant.h +include/qvbox.h +include/qvbuttongroup.h +include/qvector.h +include/qvfbhdr.h +include/qvgroupbox.h +include/qwaitcondition.h +include/qwhatsthis.h +include/qwidcoll.h +include/qwidget.h +include/qwidgetfactory.h +include/qwidgetintdict.h +include/qwidgetlist.h +include/qwidgetplugin.h +include/qwidgetstack.h +include/qwindefs.h +include/qwindow.h +include/qwindowdefs.h +include/qwindowsstyle.h +include/qwizard.h +include/qwmatrix.h +include/qworkspace.h +include/qxml.h +include/qxt.h +lib/libeditor.prl +lib/libeditor.so +lib/libeditor.so.1 +lib/libeditor.so.1.0 +lib/libeditor.so.1.0.0 +lib/libqt-mt.prl +lib/libqt-mt.so +lib/libqt-mt.so.3 +lib/libqt-mt.so.3.0 +lib/libqt-mt.so.3.0.3 +lib/libqui.prl +lib/libqui.so +lib/libqui.so.1 +lib/libqui.so.1.0 +lib/libqui.so.1.0.0 +mkspecs/CVS/Entries +mkspecs/CVS/Repository +mkspecs/CVS/Root +mkspecs/aix-64/CVS/Entries +mkspecs/aix-64/CVS/Repository +mkspecs/aix-64/CVS/Root +mkspecs/aix-64/qmake.conf +mkspecs/aix-64/qplatformdefs.h +mkspecs/aix-g++/CVS/Entries +mkspecs/aix-g++/CVS/Repository +mkspecs/aix-g++/CVS/Root +mkspecs/aix-g++/qmake.conf +mkspecs/aix-g++/qplatformdefs.h +mkspecs/aix-xlc/CVS/Entries +mkspecs/aix-xlc/CVS/Repository +mkspecs/aix-xlc/CVS/Root +mkspecs/aix-xlc/qmake.conf +mkspecs/aix-xlc/qplatformdefs.h +mkspecs/bsdi-g++/CVS/Entries +mkspecs/bsdi-g++/CVS/Repository +mkspecs/bsdi-g++/CVS/Root +mkspecs/bsdi-g++/qmake.conf +mkspecs/bsdi-g++/qplatformdefs.h +mkspecs/default/CVS/Entries +mkspecs/default/CVS/Repository +mkspecs/default/CVS/Root +mkspecs/default/qmake.conf +mkspecs/default/qplatformdefs.h +mkspecs/dgux-g++/CVS/Entries +mkspecs/dgux-g++/CVS/Repository +mkspecs/dgux-g++/CVS/Root +mkspecs/dgux-g++/qmake.conf +mkspecs/freebsd-g++-objprelink/CVS/Entries +mkspecs/freebsd-g++-objprelink/CVS/Repository +mkspecs/freebsd-g++-objprelink/CVS/Root +mkspecs/freebsd-g++-objprelink/qmake.conf +mkspecs/freebsd-g++-objprelink/qplatformdefs.h +mkspecs/freebsd-g++/CVS/Entries +mkspecs/freebsd-g++/CVS/Repository +mkspecs/freebsd-g++/CVS/Root +mkspecs/freebsd-g++/qmake.conf +mkspecs/freebsd-g++/qplatformdefs.h +mkspecs/hpux-acc/CVS/Entries +mkspecs/hpux-acc/CVS/Repository +mkspecs/hpux-acc/CVS/Root +mkspecs/hpux-acc/qmake.conf +mkspecs/hpux-acc/qplatformdefs.h +mkspecs/hpux-cc/CVS/Entries +mkspecs/hpux-cc/CVS/Repository +mkspecs/hpux-cc/CVS/Root +mkspecs/hpux-cc/qmake.conf +mkspecs/hpux-cc/qplatformdefs.h +mkspecs/hpux-g++/CVS/Entries +mkspecs/hpux-g++/CVS/Repository +mkspecs/hpux-g++/CVS/Root +mkspecs/hpux-g++/qmake.conf +mkspecs/hpux-g++/qplatformdefs.h +mkspecs/hpux-n64/CVS/Entries +mkspecs/hpux-n64/CVS/Repository +mkspecs/hpux-n64/CVS/Root +mkspecs/hpux-n64/qmake.conf +mkspecs/hpux-n64/qplatformdefs.h +mkspecs/hpux-o64/CVS/Entries +mkspecs/hpux-o64/CVS/Repository +mkspecs/hpux-o64/CVS/Root +mkspecs/hpux-o64/qmake.conf +mkspecs/hpux-o64/qplatformdefs.h +mkspecs/hurd-g++/CVS/Entries +mkspecs/hurd-g++/CVS/Repository +mkspecs/hurd-g++/CVS/Root +mkspecs/hurd-g++/qmake.conf +mkspecs/hurd-g++/qplatformdefs.h +mkspecs/irix-64/CVS/Entries +mkspecs/irix-64/CVS/Repository +mkspecs/irix-64/CVS/Root +mkspecs/irix-64/qmake.conf +mkspecs/irix-64/qplatformdefs.h +mkspecs/irix-g++/CVS/Entries +mkspecs/irix-g++/CVS/Repository +mkspecs/irix-g++/CVS/Root +mkspecs/irix-g++/qmake.conf +mkspecs/irix-g++/qplatformdefs.h +mkspecs/irix-n32/CVS/Entries +mkspecs/irix-n32/CVS/Repository +mkspecs/irix-n32/CVS/Root +mkspecs/irix-n32/qmake.conf +mkspecs/irix-n32/qplatformdefs.h +mkspecs/irix-o32/CVS/Entries +mkspecs/irix-o32/CVS/Repository +mkspecs/irix-o32/CVS/Root +mkspecs/irix-o32/qmake.conf +mkspecs/irix-o32/qplatformdefs.h +mkspecs/linux-cxx/CVS/Entries +mkspecs/linux-cxx/CVS/Repository +mkspecs/linux-cxx/CVS/Root +mkspecs/linux-cxx/qmake.conf +mkspecs/linux-cxx/qplatformdefs.h +mkspecs/linux-g++-objprelink/CVS/Entries +mkspecs/linux-g++-objprelink/CVS/Repository +mkspecs/linux-g++-objprelink/CVS/Root +mkspecs/linux-g++-objprelink/qmake.conf +mkspecs/linux-g++-objprelink/qplatformdefs.h +mkspecs/linux-g++/CVS/Entries +mkspecs/linux-g++/CVS/Repository +mkspecs/linux-g++/CVS/Root +mkspecs/linux-g++/qmake.conf +mkspecs/linux-g++/qplatformdefs.h +mkspecs/linux-icc/CVS/Entries +mkspecs/linux-icc/CVS/Repository +mkspecs/linux-icc/CVS/Root +mkspecs/linux-icc/qmake.conf +mkspecs/linux-icc/qplatformdefs.h +mkspecs/linux-kcc/CVS/Entries +mkspecs/linux-kcc/CVS/Repository +mkspecs/linux-kcc/CVS/Root +mkspecs/linux-kcc/qmake.conf +mkspecs/linux-kcc/qplatformdefs.h +mkspecs/linux-pgcc/CVS/Entries +mkspecs/linux-pgcc/CVS/Repository +mkspecs/linux-pgcc/CVS/Root +mkspecs/linux-pgcc/qmake.conf +mkspecs/linux-pgcc/qplatformdefs.h +mkspecs/mac9-mwerks/CVS/Entries +mkspecs/mac9-mwerks/CVS/Repository +mkspecs/mac9-mwerks/CVS/Root +mkspecs/mac9-mwerks/mwerksapp.xml +mkspecs/mac9-mwerks/mwerkslib.xml +mkspecs/mac9-mwerks/qmake.conf +mkspecs/mac9-mwerks/qplatformdefs.h +mkspecs/macx-g++/CVS/Entries +mkspecs/macx-g++/CVS/Repository +mkspecs/macx-g++/CVS/Root +mkspecs/macx-g++/Info.plist.app +mkspecs/macx-g++/qmake.conf +mkspecs/macx-g++/qplatformdefs.h +mkspecs/macx-mwerks/CVS/Entries +mkspecs/macx-mwerks/CVS/Repository +mkspecs/macx-mwerks/CVS/Root +mkspecs/macx-mwerks/mwerkstmpl.xml +mkspecs/macx-mwerks/qmake.conf +mkspecs/macx-mwerks/qplatformdefs.h +mkspecs/macx-pbuilder/CVS/Entries +mkspecs/macx-pbuilder/CVS/Repository +mkspecs/macx-pbuilder/CVS/Root +mkspecs/macx-pbuilder/Info.plist.app +mkspecs/macx-pbuilder/qmake.conf +mkspecs/macx-pbuilder/qplatformdefs.h +mkspecs/netbsd-g++/CVS/Entries +mkspecs/netbsd-g++/CVS/Repository +mkspecs/netbsd-g++/CVS/Root +mkspecs/netbsd-g++/qmake.conf +mkspecs/netbsd-g++/qplatformdefs.h +mkspecs/openbsd-g++/CVS/Entries +mkspecs/openbsd-g++/CVS/Repository +mkspecs/openbsd-g++/CVS/Root +mkspecs/openbsd-g++/qmake.conf +mkspecs/openbsd-g++/qplatformdefs.h +mkspecs/openunix-cc/CVS/Entries +mkspecs/openunix-cc/CVS/Repository +mkspecs/openunix-cc/CVS/Root +mkspecs/openunix-cc/qmake.conf +mkspecs/openunix-cc/qplatformdefs.h +mkspecs/openunix-g++/CVS/Entries +mkspecs/openunix-g++/CVS/Repository +mkspecs/openunix-g++/CVS/Root +mkspecs/openunix-g++/qmake.conf +mkspecs/openunix-g++/qplatformdefs.h +mkspecs/qnx-g++/CVS/Entries +mkspecs/qnx-g++/CVS/Repository +mkspecs/qnx-g++/CVS/Root +mkspecs/qnx-g++/qmake.conf +mkspecs/reliant-64/CVS/Entries +mkspecs/reliant-64/CVS/Repository +mkspecs/reliant-64/CVS/Root +mkspecs/reliant-64/qmake.conf +mkspecs/reliant-64/qplatformdefs.h +mkspecs/reliant-cds/CVS/Entries +mkspecs/reliant-cds/CVS/Repository +mkspecs/reliant-cds/CVS/Root +mkspecs/reliant-cds/qmake.conf +mkspecs/reliant-cds/qplatformdefs.h +mkspecs/sco-cc/CVS/Entries +mkspecs/sco-cc/CVS/Repository +mkspecs/sco-cc/CVS/Root +mkspecs/sco-cc/qmake.conf +mkspecs/sco-cc/qplatformdefs.h +mkspecs/sco-g++/CVS/Entries +mkspecs/sco-g++/CVS/Repository +mkspecs/sco-g++/CVS/Root +mkspecs/sco-g++/qmake.conf +mkspecs/sco-g++/qplatformdefs.h +mkspecs/solaris-64/CVS/Entries +mkspecs/solaris-64/CVS/Repository +mkspecs/solaris-64/CVS/Root +mkspecs/solaris-64/qmake.conf +mkspecs/solaris-64/qplatformdefs.h +mkspecs/solaris-cc/CVS/Entries +mkspecs/solaris-cc/CVS/Repository +mkspecs/solaris-cc/CVS/Root +mkspecs/solaris-cc/qmake.conf +mkspecs/solaris-cc/qplatformdefs.h +mkspecs/solaris-g++/CVS/Entries +mkspecs/solaris-g++/CVS/Repository +mkspecs/solaris-g++/CVS/Root +mkspecs/solaris-g++/qmake.conf +mkspecs/solaris-g++/qplatformdefs.h +mkspecs/solaris-kcc/CVS/Entries +mkspecs/solaris-kcc/CVS/Repository +mkspecs/solaris-kcc/CVS/Root +mkspecs/solaris-kcc/qmake.conf +mkspecs/solaris-kcc/qplatformdefs.h +mkspecs/sunos-g++/CVS/Entries +mkspecs/sunos-g++/CVS/Repository +mkspecs/sunos-g++/CVS/Root +mkspecs/sunos-g++/qmake.conf +mkspecs/tru64-cxx/CVS/Entries +mkspecs/tru64-cxx/CVS/Repository +mkspecs/tru64-cxx/CVS/Root +mkspecs/tru64-cxx/qmake.conf +mkspecs/tru64-cxx/qplatformdefs.h +mkspecs/tru64-g++/CVS/Entries +mkspecs/tru64-g++/CVS/Repository +mkspecs/tru64-g++/CVS/Root +mkspecs/tru64-g++/qmake.conf +mkspecs/tru64-g++/qplatformdefs.h +mkspecs/ultrix-g++/CVS/Entries +mkspecs/ultrix-g++/CVS/Repository +mkspecs/ultrix-g++/CVS/Root +mkspecs/ultrix-g++/qmake.conf +mkspecs/unixware-g++/CVS/Entries +mkspecs/unixware-g++/CVS/Repository +mkspecs/unixware-g++/CVS/Root +mkspecs/unixware-g++/qmake.conf +mkspecs/unixware7-cc/CVS/Entries +mkspecs/unixware7-cc/CVS/Repository +mkspecs/unixware7-cc/CVS/Root +mkspecs/unixware7-cc/qmake.conf +mkspecs/unixware7-cc/qplatformdefs.h +mkspecs/unixware7-g++/CVS/Entries +mkspecs/unixware7-g++/CVS/Repository +mkspecs/unixware7-g++/CVS/Root +mkspecs/unixware7-g++/qmake.conf +mkspecs/unixware7-g++/qplatformdefs.h +mkspecs/win32-borland/CVS/Entries +mkspecs/win32-borland/CVS/Repository +mkspecs/win32-borland/CVS/Root +mkspecs/win32-borland/qmake.conf +mkspecs/win32-borland/qplatformdefs.h +mkspecs/win32-g++/CVS/Entries +mkspecs/win32-g++/CVS/Repository +mkspecs/win32-g++/CVS/Root +mkspecs/win32-g++/qmake.conf +mkspecs/win32-msvc/CVS/Entries +mkspecs/win32-msvc/CVS/Repository +mkspecs/win32-msvc/CVS/Root +mkspecs/win32-msvc/qmake.conf +mkspecs/win32-msvc/qplatformdefs.h +mkspecs/win32-msvc/win32app.dsp +mkspecs/win32-msvc/win32dll.dsp +mkspecs/win32-msvc/win32lib.dsp +mkspecs/win32-visage/CVS/Entries +mkspecs/win32-visage/CVS/Repository +mkspecs/win32-visage/CVS/Root +mkspecs/win32-visage/qmake.conf +mkspecs/win32-watcom/CVS/Entries +mkspecs/win32-watcom/CVS/Repository +mkspecs/win32-watcom/CVS/Root +mkspecs/win32-watcom/qmake.conf +plugins/designer/libcppeditor.so +plugins/designer/libdlgplugin.so +plugins/designer/librcplugin.so +plugins/designer/libwizards.so +plugins/imageformats/libqjpeg.so +plugins/imageformats/libqmng.so +templates/CVS/Entries +templates/CVS/Repository +templates/CVS/Root +templates/Configuration_Dialog.ui +templates/Dialog_with_Buttons_(Bottom).ui +templates/Dialog_with_Buttons_(Right).ui +templates/Tab_Dialog.ui |