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