diff options
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt145/Makefile | 53 | ||||
-rw-r--r-- | x11-toolkits/qt145/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/qt145/files/patch-aa | 83 | ||||
-rw-r--r-- | x11-toolkits/qt145/files/patch-ab | 10 | ||||
-rw-r--r-- | x11-toolkits/qt145/pkg-plist | 713 |
6 files changed, 771 insertions, 91 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index adef8bc..23143d2 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -31,6 +31,7 @@ SUBDIR += py-wxPython SUBDIR += qt-i18n SUBDIR += qt142 + SUBDIR += qt145 SUBDIR += qt20 SUBDIR += rep-gtk SUBDIR += ruby-gtk diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index a3b63ad..01398b2 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -1,31 +1,37 @@ # New ports collection makefile for: qt -# Version required: 1.42 +# Version required: 1.45 # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # # $FreeBSD$ # -DISTNAME= qt-1.42 +DISTNAME= qt-1.45 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= andrews@technologist.com LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 USE_GMAKE= yes USE_X_PREFIX= yes -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +USE_NEWGCC= yes +MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" CC="${CC}" .include <bsd.port.pre.mk> +VER_MAJ= 3 +VER_MIN= 0 .if ${PORTOBJFORMAT} == "elf" -VERSION= 2 +VERSION= ${VER_MAJ} .else -VERSION= 2.0 +VERSION= ${VER_MAJ}.${VER_MIN} .endif +MAKE_ENV+= VERSION="${VERSION}" VER_MIN=${VER_MIN} VER_MAJ=${VER_MAJ} +PLIST_SUB+= VERSION="${VERSION}" + MAN1= moc.1 MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ @@ -41,8 +47,7 @@ MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGIFFormat.3qt QGIFFormatType.3qt \ - QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ + QGDict.3qt QGDictIterator.3qt QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ @@ -86,8 +91,7 @@ MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qgifformat.3qt qgifformattype.3qt \ - qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ + qgdict.3qt qgdictiterator.3qt qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ @@ -120,19 +124,24 @@ MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt post-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared + @${PERL} -pi -e "s:g\+\+:${CXX}:g" ${WRKSRC}/configs/freebsd-g++-shared + @${PERL} -pi -e "s:/usr/X11R6:${PREFIX}:g" ${WRKSRC}/configs/freebsd-g++-shared + @${PERL} -pi -e "s:%%CXXFLAGS%%:${CXXFLAGS}:g" ${WRKSRC}/configs/freebsd-g++-shared + @${PERL} -pi -e "s:%%VERSION%%:${VERSION}:g" ${WRKSRC}/configs/freebsd-g++-shared + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc $(PREFIX)/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} $(PREFIX)/lib - ${LN} -sf $(PREFIX)/lib/libqt.so.$(VERSION) $(PREFIX)/lib/libqt.so - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib - ${MKDIR} $(PREFIX)/include/X11/qt - ${INSTALL_DATA} ${WRKSRC}/include/* $(PREFIX)/include/X11/qt - ${INSTALL_MAN} ${WRKSRC}/man/man1/* $(PREFIX)/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man3/* $(PREFIX)/man/man3 - ${MKDIR} ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt - ${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt + @${INSTALL_PROGRAM} ${WRKSRC}/bin/moc $(PREFIX)/bin + @${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} $(PREFIX)/lib + @${LN} -sf $(PREFIX)/lib/libqt.so.$(VERSION) $(PREFIX)/lib/libqt.so + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m $(PREFIX)/lib + @${MKDIR} $(PREFIX)/include/X11/qt + @${INSTALL_DATA} ${WRKSRC}/include/* $(PREFIX)/include/X11/qt + @${INSTALL_MAN} ${WRKSRC}/man/man1/* $(PREFIX)/man/man1 + @${INSTALL_MAN} ${WRKSRC}/man/man3/* $(PREFIX)/man/man3 + @${MKDIR} ${PREFIX}/share/doc/qt/html + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt + @${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt + @${INSTALL_DATA} ${WRKSRC}/html/* ${PREFIX}/share/doc/qt/html .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt145/distinfo b/x11-toolkits/qt145/distinfo index 89fbd07..f224fe7 100644 --- a/x11-toolkits/qt145/distinfo +++ b/x11-toolkits/qt145/distinfo @@ -1 +1 @@ -MD5 (qt-1.42.tar.gz) = 0d1b32b6838d33074fe84088a2942028 +MD5 (qt-1.45.tar.gz) = 0602a23f58e436dda670ae50e37c9765 diff --git a/x11-toolkits/qt145/files/patch-aa b/x11-toolkits/qt145/files/patch-aa index bfe1af9..c8e6ab5 100644 --- a/x11-toolkits/qt145/files/patch-aa +++ b/x11-toolkits/qt145/files/patch-aa @@ -1,61 +1,22 @@ ---- configs/freebsd-g++-shared.orig Tue Nov 17 15:19:01 1998 -+++ configs/freebsd-g++-shared Thu Feb 25 09:03:29 1999 -@@ -1,30 +1,30 @@ - # Compiling --SYSCONF_CC = g++ -+SYSCONF_CC = $(CXX) - - # Compiling with support libraries --SYSCONF_CFLAGS_X11 = -I/usr/X11R6/include -+SYSCONF_CFLAGS_X11 = -I$(X11BASE)/include - SYSCONF_CFLAGS_QT = -I$(QTDIR)/include --SYSCONF_CFLAGS_OPENGL = -I/usr/X11R6/include -+SYSCONF_CFLAGS_OPENGL = -I$(X11BASE)/include - - # Compiline YACC output - SYSCONF_CFLAGS_YACC = -Wno-unused -Wno-parentheses - - # Linking with support libraries - # X11 --SYSCONF_LFLAGS_X11 = -L/usr/X11R6/lib -+SYSCONF_LFLAGS_X11 = -L$(X11BASE)/lib - SYSCONF_LIBS_X11 = -lX11 -lXext - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib - SYSCONF_LIBS_QT = -lqt - SYSCONF_LIBS_QT_OPENGL = -lqgl - # OpenGL --SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -+SYSCONF_LFLAGS_OPENGL = -L$(X11BASE)/lib - SYSCONF_LIBS_OPENGL = -lMesaGL -lMesaGLU -lXmu -lXext -lm - # Yacc - SYSCONF_LIBS_YACC = +--- configs/freebsd-g++-shared Fri Feb 26 12:01:59 1999 ++++ configs/freebsd-g++-shared.new Sun Jan 2 17:11:37 2000 +@@ -25,7 +25,7 @@ # Linking applications --SYSCONF_LINK = g++ -+SYSCONF_LINK = $(CXX) - SYSCONF_LFLAGS = + SYSCONF_LINK = g++ +-SYSCONF_LFLAGS = ++SYSCONF_LFLAGS = %%CXXFLAGS%% SYSCONF_LIBS = -@@ -39,16 +39,27 @@ - # - Place target in $(DESTDIR) - which has a trailing / + # Link flags shared objects +@@ -40,15 +40,13 @@ # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) # --SYSCONF_LINK_SHLIB = g++ -+SYSCONF_LINK_SHLIB = $(CXX) -+ifeq ($(PORTOBJFORMAT),elf) -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ -+ -Wl,-soname,$(SYSCONF_LINK_TARGET_SHARED) \ -+ $(OBJECTS) $(OBJMOC) $(LIBS); \ -+ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ -+ cd $(DESTDIR); \ -+ rm -f lib$(TARGET).so; \ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so -+else - SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) - SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ + SYSCONF_LINK_SHLIB = g++ +-SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) +-SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ ++SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.3 ++SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared %%CXXFLAGS%% \ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ $(OBJECTS) $(OBJMOC) $(LIBS); \ mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ @@ -63,24 +24,22 @@ - rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ - ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) -+ rm -f lib$(TARGET).so; \ + ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so -+endif # Linking static libraries # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +70,11 @@ +@@ -59,11 +57,11 @@ 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) $(OBJMOC) # Compiling application source --SYSCONF_CFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CFLAGS = $(CXXFLAGS) -fno-strength-reduce +-SYSCONF_CXXFLAGS = -pipe -O2 -fno-strength-reduce ++SYSCONF_CXXFLAGS = %%CXXFLAGS%% -fno-strength-reduce # Compiling library source --SYSCONF_CFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_LIB = $(CXXFLAGS) -fno-strength-reduce -fPIC +-SYSCONF_CXXFLAGS_LIB = -O2 -fno-strength-reduce -fPIC ++SYSCONF_CXXFLAGS_LIB = %%CXXFLAGS%% -fno-strength-reduce -fPIC # Compiling shared-object source --SYSCONF_CFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CFLAGS_SHOBJ = $(CXXFLAGS) -fno-strength-reduce -fPIC +-SYSCONF_CXXFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC ++SYSCONF_CXXFLAGS_SHOBJ = %%CXXFLAGS%% -fno-strength-reduce -fPIC # Default link type (stati 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/qt145/files/patch-ab b/x11-toolkits/qt145/files/patch-ab index 195a810..e71b2de 100644 --- a/x11-toolkits/qt145/files/patch-ab +++ b/x11-toolkits/qt145/files/patch-ab @@ -1,13 +1,13 @@ ---- ./src/Makefile.in.org Tue Nov 17 06:19:22 1998 -+++ ./src/Makefile.in Thu Jan 7 00:04:13 1999 +--- src/Makefile.in Fri Feb 26 12:02:22 1999 ++++ src/Makefile.in.new Sun Jan 2 11:36:33 2000 @@ -24,8 +24,8 @@ TARGET = qt DESTDIR = ../lib/ -VER_MAJ = 1 --VER_MIN = 42 -+VER_MAJ = 2 -+VER_MIN = 0 +-VER_MIN = 44 ++VER_MAJ ?= 1 ++VER_MIN ?= 44 ####### Files diff --git a/x11-toolkits/qt145/pkg-plist b/x11-toolkits/qt145/pkg-plist index 51afc2a..8c5521a 100644 --- a/x11-toolkits/qt145/pkg-plist +++ b/x11-toolkits/qt145/pkg-plist @@ -1,8 +1,10 @@ lib/libqt.so -lib/libqt.so.2 +lib/libqt.so.%%VERSION%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R bin/moc +include/X11/qt/qt_gif.h +include/X11/qt/qxt.h include/X11/qt/jri.h include/X11/qt/jri_md.h include/X11/qt/jritypes.h @@ -197,5 +199,714 @@ include/X11/qt/qwindowdefs.h include/X11/qt/qwmatrix.h share/doc/qt/README share/doc/qt/README.QT +share/doc/qt/html/abstractwidgets.html +share/doc/qt/html/aclock-aclock-cpp.html +share/doc/qt/html/annotated.html +share/doc/qt/html/application-application-cpp.html +share/doc/qt/html/application.html +share/doc/qt/html/bearings.gif +share/doc/qt/html/biff-biff-cpp.html +share/doc/qt/html/book.gif +share/doc/qt/html/classes.html +share/doc/qt/html/collection.html +share/doc/qt/html/connect-connect-cpp.html +share/doc/qt/html/coordsys.gif +share/doc/qt/html/coordsys.html +share/doc/qt/html/credits.html +share/doc/qt/html/cursor-cursor-cpp.html +share/doc/qt/html/dclock-dclock-cpp.html +share/doc/qt/html/debug.html +share/doc/qt/html/io.html +share/doc/qt/html/design.html +share/doc/qt/html/desktop-desktop-cpp.html +share/doc/qt/html/dialogs.html +share/doc/qt/html/dirview-dirview-cpp.html +share/doc/qt/html/dochead.gif +share/doc/qt/html/dochead.jpg +share/doc/qt/html/drawdemo-drawdemo-cpp.html +share/doc/qt/html/drawing.html +share/doc/qt/html/easteregg.html +share/doc/qt/html/easteregg2.html +share/doc/qt/html/examples.html +share/doc/qt/html/fontmatch.html +share/doc/qt/html/fonts.html +share/doc/qt/html/forever-forever-cpp.html +share/doc/qt/html/frames.gif +share/doc/qt/html/functions.html +share/doc/qt/html/geomanagement.html +share/doc/qt/html/graph.g1n +share/doc/qt/html/grapher-grapher-cpp.html +share/doc/qt/html/t1.gif +share/doc/qt/html/gridlayout.gif +share/doc/qt/html/guibooks.html +share/doc/qt/html/headers.html +share/doc/qt/html/hello-hello-cpp.html +share/doc/qt/html/hierarchy.html +share/doc/qt/html/imageio.html +share/doc/qt/html/images.html +share/doc/qt/html/index.html +share/doc/qt/html/kernel.html +share/doc/qt/html/layout-layout-cpp.html +share/doc/qt/html/letter.gif +share/doc/qt/html/license.html +share/doc/qt/html/life-life-cpp.html +share/doc/qt/html/listview.gif +share/doc/qt/html/mailinglists.html +share/doc/qt/html/mainlyMotif-editor-cpp.html +share/doc/qt/html/mainlyQt-editor-cpp.html +share/doc/qt/html/mainlyXt-editor-cpp.html +share/doc/qt/html/menu-menu-cpp.html +share/doc/qt/html/metaobjects.html +share/doc/qt/html/misc.html +share/doc/qt/html/moc.html +share/doc/qt/html/movies-main-cpp.html +share/doc/qt/html/nsplugin.html +share/doc/qt/html/picture-picture-cpp.html +share/doc/qt/html/pictures.html +share/doc/qt/html/pnglogo.png +share/doc/qt/html/pref-pref-cpp.html +share/doc/qt/html/primes.html +share/doc/qt/html/printerdialog.gif +share/doc/qt/html/progress-progress-cpp.html +share/doc/qt/html/qaccel-h.html +share/doc/qt/html/qaccel-members.html +share/doc/qt/html/qaccel.html +share/doc/qt/html/qapplication-h.html +share/doc/qt/html/qapplication-members.html +share/doc/qt/html/qapplication.html +share/doc/qt/html/qarray-h.html +share/doc/qt/html/qarray-members.html +share/doc/qt/html/qarray.html +share/doc/qt/html/qasyncimageio-h.html +share/doc/qt/html/qasyncio-h.html +share/doc/qt/html/qasyncio-members.html +share/doc/qt/html/qasyncio.html +share/doc/qt/html/qbitarray-h.html +share/doc/qt/html/qbitarray-members.html +share/doc/qt/html/qbitarray.html +share/doc/qt/html/qbitmap-h.html +share/doc/qt/html/qbitmap-members.html +share/doc/qt/html/qbitmap.html +share/doc/qt/html/qbitval-members.html +share/doc/qt/html/qbitval.html +share/doc/qt/html/qboxlayout-members.html +share/doc/qt/html/qboxlayout.html +share/doc/qt/html/qbrush-h.html +share/doc/qt/html/qbrush-members.html +share/doc/qt/html/qbrush.html +share/doc/qt/html/qbttngrp-m.gif +share/doc/qt/html/qbttngrp-w.gif +share/doc/qt/html/qbuffer-h.html +share/doc/qt/html/qbuffer-members.html +share/doc/qt/html/qbuffer.html +share/doc/qt/html/qbutton-h.html +share/doc/qt/html/qbutton-members.html +share/doc/qt/html/qbutton.html +share/doc/qt/html/qbuttongroup-h.html +share/doc/qt/html/qbuttongroup-members.html +share/doc/qt/html/qbuttongroup.html +share/doc/qt/html/qbytearray-members.html +share/doc/qt/html/qbytearray.html +share/doc/qt/html/qcache-h.html +share/doc/qt/html/qcache-members.html +share/doc/qt/html/qcache.html +share/doc/qt/html/qcacheiterator-members.html +share/doc/qt/html/qcacheiterator.html +share/doc/qt/html/qcolor.html +share/doc/qt/html/qcheckbox-h.html +share/doc/qt/html/qcheckbox-m.gif +share/doc/qt/html/qcheckbox-members.html +share/doc/qt/html/qcheckbox-w.gif +share/doc/qt/html/qcheckbox.html +share/doc/qt/html/qchecklistitem-members.html +share/doc/qt/html/qchecklistitem.html +share/doc/qt/html/qchildevent-members.html +share/doc/qt/html/qchildevent.html +share/doc/qt/html/qchkbox-m.gif +share/doc/qt/html/qchkbox-w.gif +share/doc/qt/html/qclipboard-h.html +share/doc/qt/html/qclipboard-members.html +share/doc/qt/html/qclipboard.html +share/doc/qt/html/qcloseevent-members.html +share/doc/qt/html/qcloseevent.html +share/doc/qt/html/qcollection-h.html +share/doc/qt/html/qcollection.html +share/doc/qt/html/qcollection-members.html +share/doc/qt/html/qcolor-h.html +share/doc/qt/html/qcolor-members.html +share/doc/qt/html/qcolorgroup-members.html +share/doc/qt/html/qcolorgroup.html +share/doc/qt/html/qcombo1-m.gif +share/doc/qt/html/qcombo1-w.gif +share/doc/qt/html/qcombo2-m.gif +share/doc/qt/html/qcombo2-w.gif +share/doc/qt/html/qcombo3-m.gif +share/doc/qt/html/qcombo3-w.gif +share/doc/qt/html/qcombobox-h.html +share/doc/qt/html/qcombobox-members.html +share/doc/qt/html/qcombobox.html +share/doc/qt/html/qconnection-h.html +share/doc/qt/html/qconnection-members.html +share/doc/qt/html/qconnection.html +share/doc/qt/html/qcursor-h.html +share/doc/qt/html/t1.html +share/doc/qt/html/qcursor-members.html +share/doc/qt/html/qcursor.html +share/doc/qt/html/qcustomevent-members.html +share/doc/qt/html/qcustomevent.html +share/doc/qt/html/qdatapump-members.html +share/doc/qt/html/qdatapump.html +share/doc/qt/html/qdatasink-members.html +share/doc/qt/html/qdatasink.html +share/doc/qt/html/qdatasource-members.html +share/doc/qt/html/qdatasource.html +share/doc/qt/html/qdatastream-h.html +share/doc/qt/html/qdatastream-members.html +share/doc/qt/html/qdatastream.html +share/doc/qt/html/qdate-members.html +share/doc/qt/html/qdate.html +share/doc/qt/html/qdatetime-h.html +share/doc/qt/html/qdatetime-members.html +share/doc/qt/html/t10.gif +share/doc/qt/html/qdatetime.html +share/doc/qt/html/qdialog-h.html +share/doc/qt/html/qdialog-members.html +share/doc/qt/html/qdialog.html +share/doc/qt/html/qdict-h.html +share/doc/qt/html/qdict-members.html +share/doc/qt/html/qdict.html +share/doc/qt/html/qdictiterator-members.html +share/doc/qt/html/qdictiterator.html +share/doc/qt/html/qdir-h.html +share/doc/qt/html/qdir-members.html +share/doc/qt/html/qdir.html +share/doc/qt/html/qdoublevalidator-members.html +share/doc/qt/html/qdoublevalidator.html +share/doc/qt/html/qdragmoveevent-members.html +share/doc/qt/html/qdragmoveevent.html +share/doc/qt/html/qdragobject-h.html +share/doc/qt/html/qdragobject-members.html +share/doc/qt/html/qdragobject.html +share/doc/qt/html/qdrawutil-h.html +share/doc/qt/html/qdropevent-members.html +share/doc/qt/html/qdropevent.html +share/doc/qt/html/qevent-h.html +share/doc/qt/html/qevent-members.html +share/doc/qt/html/qevent.html +share/doc/qt/html/qfile-h.html +share/doc/qt/html/qfile-members.html +share/doc/qt/html/qfile.html +share/doc/qt/html/qfiledialog-h.html +share/doc/qt/html/qfiledialog-members.html +share/doc/qt/html/qfiledialog.html +share/doc/qt/html/qfiledlg-m.gif +share/doc/qt/html/qfiledlg-w.gif +share/doc/qt/html/qfileiconprovider-members.html +share/doc/qt/html/qfileiconprovider.html +share/doc/qt/html/qfileinfo-h.html +share/doc/qt/html/t11.gif +share/doc/qt/html/qfileinfo-members.html +share/doc/qt/html/qfileinfo.html +share/doc/qt/html/qfocusdata-h.html +share/doc/qt/html/qfocusdata-members.html +share/doc/qt/html/qfocusdata.html +share/doc/qt/html/qfocusevent-members.html +share/doc/qt/html/qfocusevent.html +share/doc/qt/html/qfont-h.html +share/doc/qt/html/qfont-members.html +share/doc/qt/html/qfont.html +share/doc/qt/html/qfontinfo-h.html +share/doc/qt/html/qfontinfo-members.html +share/doc/qt/html/qfontinfo.html +share/doc/qt/html/qfontmetrics-h.html +share/doc/qt/html/qfontmetrics-members.html +share/doc/qt/html/qfontmetrics.html +share/doc/qt/html/qframe-h.html +share/doc/qt/html/qframe-members.html +share/doc/qt/html/qframe.html +share/doc/qt/html/qgarray-h.html +share/doc/qt/html/qgarray-members.html +share/doc/qt/html/qgarray.html +share/doc/qt/html/qgcache-h.html +share/doc/qt/html/qgcache-members.html +share/doc/qt/html/qgcache.html +share/doc/qt/html/qgcacheiterator-members.html +share/doc/qt/html/qgcacheiterator.html +share/doc/qt/html/qgdict-h.html +share/doc/qt/html/qgdict-members.html +share/doc/qt/html/qgdict.html +share/doc/qt/html/qgdictiterator-members.html +share/doc/qt/html/qgdictiterator.html +share/doc/qt/html/qgl-h.html +share/doc/qt/html/qgl.html +share/doc/qt/html/qglcontext-members.html +share/doc/qt/html/qglcontext.html +share/doc/qt/html/qglformat-members.html +share/doc/qt/html/qglformat.html +share/doc/qt/html/qglist-h.html +share/doc/qt/html/qglist-members.html +share/doc/qt/html/qglist.html +share/doc/qt/html/qglistiterator-members.html +share/doc/qt/html/qglistiterator.html +share/doc/qt/html/qglobal-h.html +share/doc/qt/html/qglwidget-members.html +share/doc/qt/html/qglwidget.html +share/doc/qt/html/qgmanager-h.html +share/doc/qt/html/qgmanager-members.html +share/doc/qt/html/qgmanager.html +share/doc/qt/html/qgridlayout-members.html +share/doc/qt/html/qgroupbox.html +share/doc/qt/html/qgridlayout.html +share/doc/qt/html/qgroupbox-h.html +share/doc/qt/html/qgroupbox-members.html +share/doc/qt/html/qgrpbox-m.gif +share/doc/qt/html/qgrpbox-w.gif +share/doc/qt/html/qhboxlayout-members.html +share/doc/qt/html/qhboxlayout.html +share/doc/qt/html/qheader-h.html +share/doc/qt/html/qheader-m.gif +share/doc/qt/html/qheader-members.html +share/doc/qt/html/qheader-w.gif +share/doc/qt/html/qheader.html +share/doc/qt/html/qiconset-h.html +share/doc/qt/html/qiconset-members.html +share/doc/qt/html/qiconset.html +share/doc/qt/html/qimage-h.html +share/doc/qt/html/qimage-members.html +share/doc/qt/html/qimage.html +share/doc/qt/html/qimageconsumer.html +share/doc/qt/html/qimageconsumer-members.html +share/doc/qt/html/qimagedecoder-members.html +share/doc/qt/html/qimagedecoder.html +share/doc/qt/html/qimagedrag-members.html +share/doc/qt/html/qimagedrag.html +share/doc/qt/html/qimageformat-members.html +share/doc/qt/html/qimageformat.html +share/doc/qt/html/qimageformattype-members.html +share/doc/qt/html/qimageformattype.html +share/doc/qt/html/qimageio-members.html +share/doc/qt/html/qimageio.html +share/doc/qt/html/qintcache-h.html +share/doc/qt/html/qintcache-members.html +share/doc/qt/html/qintcache.html +share/doc/qt/html/qintcacheiterator-members.html +share/doc/qt/html/qintcacheiterator.html +share/doc/qt/html/qintdict-h.html +share/doc/qt/html/qintdict-members.html +share/doc/qt/html/qintdict.html +share/doc/qt/html/qintdictiterator-members.html +share/doc/qt/html/qintdictiterator.html +share/doc/qt/html/qintvalidator-members.html +share/doc/qt/html/qintvalidator.html +share/doc/qt/html/qiodevice-h.html +share/doc/qt/html/qiodevice-members.html +share/doc/qt/html/qiodevice.html +share/doc/qt/html/qiodevicesource-members.html +share/doc/qt/html/qiodevicesource.html +share/doc/qt/html/qkeycode-h.html +share/doc/qt/html/qkeyevent-members.html +share/doc/qt/html/qkeyevent.html +share/doc/qt/html/qlabel-h.html +share/doc/qt/html/qlabel-m.gif +share/doc/qt/html/qlabel-members.html +share/doc/qt/html/qlabel-w.gif +share/doc/qt/html/qlabel.html +share/doc/qt/html/qlayout-h.html +share/doc/qt/html/qlayout-members.html +share/doc/qt/html/qlayout.html +share/doc/qt/html/qlcdnum-m.gif +share/doc/qt/html/qlcdnum-w.gif +share/doc/qt/html/qlcdnumber-h.html +share/doc/qt/html/qlcdnumber-members.html +share/doc/qt/html/qlcdnumber.html +share/doc/qt/html/qlined-m.gif +share/doc/qt/html/qlined-w.gif +share/doc/qt/html/qlineedit-h.html +share/doc/qt/html/qlineedit-members.html +share/doc/qt/html/qlineedit.html +share/doc/qt/html/qlist-h.html +share/doc/qt/html/qlist-members.html +share/doc/qt/html/qlist.html +share/doc/qt/html/qlistbox-h.html +share/doc/qt/html/qlistbox-m.gif +share/doc/qt/html/qlistbox-members.html +share/doc/qt/html/qlistbox-w.gif +share/doc/qt/html/qlistbox.html +share/doc/qt/html/qlistboxitem-members.html +share/doc/qt/html/qlistboxitem.html +share/doc/qt/html/qlistboxpixmap-members.html +share/doc/qt/html/qlistboxpixmap.html +share/doc/qt/html/qlistboxtext-members.html +share/doc/qt/html/qlistboxtext.html +share/doc/qt/html/qlistiterator-members.html +share/doc/qt/html/qlistiterator.html +share/doc/qt/html/qlistview-h.html +share/doc/qt/html/qlistview-members.html +share/doc/qt/html/qlistview.html +share/doc/qt/html/qlistviewitem-members.html +share/doc/qt/html/qlistviewitem.html +share/doc/qt/html/qlnode-members.html +share/doc/qt/html/qlnode.html +share/doc/qt/html/qmag-qmag-cpp.html +share/doc/qt/html/qmainwindow-h.html +share/doc/qt/html/qmainwindow-m.gif +share/doc/qt/html/qmainwindow-members.html +share/doc/qt/html/qmainwindow-w.gif +share/doc/qt/html/qmainwindow.html +share/doc/qt/html/qmenubar-h.html +share/doc/qt/html/qmenubar-m.gif +share/doc/qt/html/qmenubar-members.html +share/doc/qt/html/qmenubar-w.gif +share/doc/qt/html/qmenubar.html +share/doc/qt/html/qmenudata-h.html +share/doc/qt/html/qmenudata-members.html +share/doc/qt/html/qmenudata.html +share/doc/qt/html/qmessagebox-h.html +share/doc/qt/html/qmessagebox-members.html +share/doc/qt/html/qmessagebox.html +share/doc/qt/html/qmlined-m.gif +share/doc/qt/html/qmlined-w.gif +share/doc/qt/html/qmouseevent-members.html +share/doc/qt/html/qmouseevent.html +share/doc/qt/html/qmoveevent-members.html +share/doc/qt/html/qmoveevent.html +share/doc/qt/html/qmovie-h.html +share/doc/qt/html/qmovie-members.html +share/doc/qt/html/qmovie.gif +share/doc/qt/html/qmovie.html +share/doc/qt/html/qmsgbox-m.gif +share/doc/qt/html/qmsgbox-w.gif +share/doc/qt/html/qmultilinedit-h.html +share/doc/qt/html/qmultilineedit-members.html +share/doc/qt/html/qmultilineedit.html +share/doc/qt/html/qnp-h.html +share/doc/qt/html/qnpinstance-members.html +share/doc/qt/html/qnplugin.html +share/doc/qt/html/qnpinstance.html +share/doc/qt/html/qnplugin-members.html +share/doc/qt/html/qnpstream-members.html +share/doc/qt/html/qnpstream.html +share/doc/qt/html/qnpwidget-members.html +share/doc/qt/html/qnpwidget.html +share/doc/qt/html/qobject-h.html +share/doc/qt/html/qobject-members.html +share/doc/qt/html/qobject.html +share/doc/qt/html/qpaintdevice-h.html +share/doc/qt/html/qpaintdevice-members.html +share/doc/qt/html/qpaintdevice.html +share/doc/qt/html/qpaintdevicemetrics-h.html +share/doc/qt/html/qpaintdevicemetrics-members.html +share/doc/qt/html/qpaintdevicemetrics.html +share/doc/qt/html/qpainter-h.html +share/doc/qt/html/qpainter.html +share/doc/qt/html/qpainter-members.html +share/doc/qt/html/qpaintevent-members.html +share/doc/qt/html/qpaintevent.html +share/doc/qt/html/qpalette-h.html +share/doc/qt/html/qpalette-members.html +share/doc/qt/html/qpalette.html +share/doc/qt/html/qpen-h.html +share/doc/qt/html/qpen-members.html +share/doc/qt/html/qpen.html +share/doc/qt/html/qpicture-h.html +share/doc/qt/html/qpicture-members.html +share/doc/qt/html/qpicture.html +share/doc/qt/html/qpixmap-h.html +share/doc/qt/html/qpixmap-members.html +share/doc/qt/html/qpixmap.html +share/doc/qt/html/qpixmapcache-h.html +share/doc/qt/html/qpixmapcache-members.html +share/doc/qt/html/qpixmapcache.html +share/doc/qt/html/t12.gif +share/doc/qt/html/qpoint-h.html +share/doc/qt/html/qpoint-members.html +share/doc/qt/html/qpoint.html +share/doc/qt/html/qpointarray-h.html +share/doc/qt/html/qpointarray-members.html +share/doc/qt/html/qpointarray.html +share/doc/qt/html/qpointval-members.html +share/doc/qt/html/qpointval.html +share/doc/qt/html/qpopmenu-m.gif +share/doc/qt/html/qpopmenu-w.gif +share/doc/qt/html/qpopupmenu-h.html +share/doc/qt/html/qpopupmenu-members.html +share/doc/qt/html/qpopupmenu.html +share/doc/qt/html/qprintdialog-h.html +share/doc/qt/html/qprintdialog-members.html +share/doc/qt/html/qprintdialog.html +share/doc/qt/html/qprinter-h.html +share/doc/qt/html/qprinter-members.html +share/doc/qt/html/qprinter.html +share/doc/qt/html/qprogbar-m.gif +share/doc/qt/html/qprogbar-w.gif +share/doc/qt/html/qprogdlg-m.gif +share/doc/qt/html/qprogdlg-w.gif +share/doc/qt/html/qprogressbar-h.html +share/doc/qt/html/qprogressbar-members.html +share/doc/qt/html/qprogressbar.html +share/doc/qt/html/qprogressdialog-h.html +share/doc/qt/html/qprogressdialog-members.html +share/doc/qt/html/qprogressdialog.html +share/doc/qt/html/qptrdict-h.html +share/doc/qt/html/qptrdict-members.html +share/doc/qt/html/qptrdict.html +share/doc/qt/html/qptrdictiterator-members.html +share/doc/qt/html/qptrdictiterator.html +share/doc/qt/html/qpushbt-m.gif +share/doc/qt/html/qqueue.html +share/doc/qt/html/qpushbt-w.gif +share/doc/qt/html/qpushbutton-h.html +share/doc/qt/html/qpushbutton-members.html +share/doc/qt/html/qpushbutton.html +share/doc/qt/html/qqueue-h.html +share/doc/qt/html/qqueue-members.html +share/doc/qt/html/qradiobt-m.gif +share/doc/qt/html/qradiobt-w.gif +share/doc/qt/html/qradiobutton-h.html +share/doc/qt/html/qradiobutton-members.html +share/doc/qt/html/qradiobutton.html +share/doc/qt/html/qrangecontrol-h.html +share/doc/qt/html/qrangecontrol-members.html +share/doc/qt/html/qrangecontrol.html +share/doc/qt/html/qrect-h.html +share/doc/qt/html/qrect-members.html +share/doc/qt/html/qrect.html +share/doc/qt/html/qregexp-h.html +share/doc/qt/html/qregexp-members.html +share/doc/qt/html/qregexp.html +share/doc/qt/html/qregion-h.html +share/doc/qt/html/qregion-members.html +share/doc/qt/html/qregion.html +share/doc/qt/html/qresizeevent-members.html +share/doc/qt/html/qresizeevent.html +share/doc/qt/html/qscrbar-m.gif +share/doc/qt/html/qscrbar-w.gif +share/doc/qt/html/qscrollbar-h.html +share/doc/qt/html/qscrollbar-members.html +share/doc/qt/html/qscrollbar.html +share/doc/qt/html/qscrollview-h.html +share/doc/qt/html/qscrollview-m.gif +share/doc/qt/html/qscrollview-members.html +share/doc/qt/html/qscrollview-w.gif +share/doc/qt/html/qscrollview.html +share/doc/qt/html/qsemimodal-h.html +share/doc/qt/html/qsemimodal-members.html +share/doc/qt/html/qsemimodal.html +share/doc/qt/html/qsenderobject-members.html +share/doc/qt/html/qshared-h.html +share/doc/qt/html/qshared-members.html +share/doc/qt/html/qshared.html +share/doc/qt/html/qsignal-h.html +share/doc/qt/html/qsignal-members.html +share/doc/qt/html/qsignal.html +share/doc/qt/html/qsignalmapper-h.html +share/doc/qt/html/qsignalmapper-members.html +share/doc/qt/html/qsignalmapper.html +share/doc/qt/html/qsize-h.html +share/doc/qt/html/qsize-members.html +share/doc/qt/html/qsize.html +share/doc/qt/html/qslider-h.html +share/doc/qt/html/qslider-m.gif +share/doc/qt/html/qslider-members.html +share/doc/qt/html/qslider-w.gif +share/doc/qt/html/qslider.html +share/doc/qt/html/qsocketnotifier-h.html +share/doc/qt/html/qsocketnotifier-members.html +share/doc/qt/html/qsocketnotifier.html +share/doc/qt/html/qspinbox-h.html +share/doc/qt/html/qspinbox-m.gif +share/doc/qt/html/qspinbox-members.html +share/doc/qt/html/qspinbox-w.gif +share/doc/qt/html/qspinbox.html +share/doc/qt/html/qsplitter-h.html +share/doc/qt/html/qsplitter-m.gif +share/doc/qt/html/qsplitter-members.html +share/doc/qt/html/qsplitter-w.gif +share/doc/qt/html/qsplitter.html +share/doc/qt/html/qstack-h.html +share/doc/qt/html/qstack-members.html +share/doc/qt/html/qstack.html +share/doc/qt/html/qstatusbar-h.html +share/doc/qt/html/qstatusbar-m.gif +share/doc/qt/html/qstatusbar-members.html +share/doc/qt/html/qstatusbar-w.gif +share/doc/qt/html/qstatusbar.html +share/doc/qt/html/qstoreddrag-members.html +share/doc/qt/html/qstoreddrag.html +share/doc/qt/html/qstrilist-members.html +share/doc/qt/html/qstrilist.html +share/doc/qt/html/qstring-h.html +share/doc/qt/html/qstring-members.html +share/doc/qt/html/qstring.html +share/doc/qt/html/qstrlist-h.html +share/doc/qt/html/qstrlist-members.html +share/doc/qt/html/qstrlist.html +share/doc/qt/html/qtabbar-h.html +share/doc/qt/html/qtabbar-m.gif +share/doc/qt/html/qtabbar-members.html +share/doc/qt/html/qtabbar-w.gif +share/doc/qt/html/t13.gif +share/doc/qt/html/qtabbar.html +share/doc/qt/html/qtabdialog-h.html +share/doc/qt/html/qtabdialog-members.html +share/doc/qt/html/qtabdialog.html +share/doc/qt/html/qtabdlg-m.gif +share/doc/qt/html/qtabdlg-w.gif +share/doc/qt/html/qtableview-h.html +share/doc/qt/html/qtableview-members.html +share/doc/qt/html/qtableview.html +share/doc/qt/html/qtablevw-m.gif +share/doc/qt/html/qtablevw-w.gif +share/doc/qt/html/qtextdrag-members.html +share/doc/qt/html/qtextdrag.html +share/doc/qt/html/qtextstream-h.html +share/doc/qt/html/qtextstream-members.html +share/doc/qt/html/qtextstream.html +share/doc/qt/html/qtimage-qtimage-cpp.html +share/doc/qt/html/qtime-members.html +share/doc/qt/html/qtime.html +share/doc/qt/html/qtimer-h.html +share/doc/qt/html/qtimer-members.html +share/doc/qt/html/qtimer.html +share/doc/qt/html/qtimerevent-members.html +share/doc/qt/html/qtimerevent.html +share/doc/qt/html/qtlogo.jpg +share/doc/qt/html/qtoolbar-h.html +share/doc/qt/html/qtoolbar-members.html +share/doc/qt/html/qtoolbar.html +share/doc/qt/html/qtoolbutton-h.html +share/doc/qt/html/qtoolbutton-members.html +share/doc/qt/html/qtoolbutton.html +share/doc/qt/html/qtooltip-h.html +share/doc/qt/html/qtooltip-members.html +share/doc/qt/html/qtooltip.html +share/doc/qt/html/qtooltipgroup-members.html +share/doc/qt/html/qtooltipgroup.html +share/doc/qt/html/shared.html +share/doc/qt/html/qurldrag-members.html +share/doc/qt/html/qurldrag.html +share/doc/qt/html/qvalidator-h.html +share/doc/qt/html/qvalidator-members.html +share/doc/qt/html/qvalidator.html +share/doc/qt/html/qvboxlayout-members.html +share/doc/qt/html/qvboxlayout.html +share/doc/qt/html/qwhatsthis-h.html +share/doc/qt/html/qwhatsthis-members.html +share/doc/qt/html/qwhatsthis.html +share/doc/qt/html/qwidget-h.html +share/doc/qt/html/qwidget-members.html +share/doc/qt/html/qwidget.html +share/doc/qt/html/qwidgetstack-h.html +share/doc/qt/html/qwidgetstack-members.html +share/doc/qt/html/qwidgetstack.html +share/doc/qt/html/qwindow-h.html +share/doc/qt/html/qwindow.html +share/doc/qt/html/qwindow-members.html +share/doc/qt/html/qwindowdefs-h.html +share/doc/qt/html/qwmatrix-h.html +share/doc/qt/html/qwmatrix-members.html +share/doc/qt/html/qwmatrix.html +share/doc/qt/html/qxtapplication-members.html +share/doc/qt/html/qxtapplication.html +share/doc/qt/html/qxt-h.html +share/doc/qt/html/qxtwidget-members.html +share/doc/qt/html/qxtwidget.html +share/doc/qt/html/realwidgets.html +share/doc/qt/html/shclass.html +share/doc/qt/html/showimg-showimg-cpp.html +share/doc/qt/html/t10-cannon-cpp.html +share/doc/qt/html/t10-cannon-h.html +share/doc/qt/html/t10-lcdrange-cpp.html +share/doc/qt/html/t10-lcdrange-h.html +share/doc/qt/html/t10-main-cpp.html +share/doc/qt/html/t10.html +share/doc/qt/html/t10-makefile.html +share/doc/qt/html/t11-cannon-cpp.html +share/doc/qt/html/t11-cannon-h.html +share/doc/qt/html/t11-lcdrange-cpp.html +share/doc/qt/html/t11-lcdrange-h.html +share/doc/qt/html/t11-main-cpp.html +share/doc/qt/html/t11-makefile.html +share/doc/qt/html/t11.html +share/doc/qt/html/t12-cannon-cpp.html +share/doc/qt/html/t12-cannon-h.html +share/doc/qt/html/t12-lcdrange-cpp.html +share/doc/qt/html/t12-lcdrange-h.html +share/doc/qt/html/t12-main-cpp.html +share/doc/qt/html/t12-makefile.html +share/doc/qt/html/t12.html +share/doc/qt/html/t13-cannon-cpp.html +share/doc/qt/html/t13-cannon-h.html +share/doc/qt/html/t13-gamebrd-cpp.html +share/doc/qt/html/t13-gamebrd-h.html +share/doc/qt/html/t13-lcdrange-cpp.html +share/doc/qt/html/t13-lcdrange-h.html +share/doc/qt/html/t13-main-cpp.html +share/doc/qt/html/t13-makefile.html +share/doc/qt/html/t13.html +share/doc/qt/html/t14-cannon-cpp.html +share/doc/qt/html/t14-cannon-h.html +share/doc/qt/html/t14-gamebrd-cpp.html +share/doc/qt/html/t14-gamebrd-h.html +share/doc/qt/html/t14-lcdrange-cpp.html +share/doc/qt/html/t14-lcdrange-h.html +share/doc/qt/html/t14-main-cpp.html +share/doc/qt/html/t14-makefile.html +share/doc/qt/html/t14.gif +share/doc/qt/html/t14.html +share/doc/qt/html/t2.gif +share/doc/qt/html/t2.html +share/doc/qt/html/t3.gif +share/doc/qt/html/t3.html +share/doc/qt/html/t4.gif +share/doc/qt/html/t4.html +share/doc/qt/html/t5.gif +share/doc/qt/html/t5.html +share/doc/qt/html/t6.gif +share/doc/qt/html/t6.html +share/doc/qt/html/t7-lcdrange-cpp.html +share/doc/qt/html/t7-lcdrange-h.html +share/doc/qt/html/t7-main-cpp.html +share/doc/qt/html/t7-makefile.html +share/doc/qt/html/t7.gif +share/doc/qt/html/t7.html +share/doc/qt/html/t8-cannon-cpp.html +share/doc/qt/html/t8-cannon-h.html +share/doc/qt/html/t8-lcdrange-cpp.html +share/doc/qt/html/t8-lcdrange-h.html +share/doc/qt/html/t8-main-cpp.html +share/doc/qt/html/t8-makefile.html +share/doc/qt/html/t8.gif +share/doc/qt/html/t8.html +share/doc/qt/html/t9-cannon-cpp.html +share/doc/qt/html/t9-cannon-h.html +share/doc/qt/html/t9.gif +share/doc/qt/html/t9-lcdrange-cpp.html +share/doc/qt/html/t9-lcdrange-h.html +share/doc/qt/html/t9-main-cpp.html +share/doc/qt/html/t9-makefile.html +share/doc/qt/html/t9.html +share/doc/qt/html/t9_1.gif +share/doc/qt/html/t9_2.gif +share/doc/qt/html/table-table-cpp.html +share/doc/qt/html/test.png +share/doc/qt/html/tictac-tictac-cpp.html +share/doc/qt/html/time.html +share/doc/qt/html/tools.html +share/doc/qt/html/tooltip-tooltip-cpp.html +share/doc/qt/html/topicals.html +share/doc/qt/html/trademarks.html +share/doc/qt/html/treeview.gif +share/doc/qt/html/trivial-trivial-cpp.html +share/doc/qt/html/troll.html +share/doc/qt/html/ttlogo-small.jpg +share/doc/qt/html/tutorial.gif +share/doc/qt/html/tutorial.html +share/doc/qt/html/whatsthis.gif +share/doc/qt/html/widgets-widgets-cpp.html +share/doc/qt/html/xform-xform-cpp.html +share/doc/qt/html/xt.html +share/doc/qt/html/y2k.html @dirrm include/X11/qt +@dirrm share/doc/qt/html @dirrm share/doc/qt |