update to version 1.33; broken on sparc due to g++ bug (reported)

This commit is contained in:
marc 1998-07-15 05:51:23 +00:00
parent de168c6997
commit 28f0dcc060
7 changed files with 2097 additions and 377 deletions

View File

@ -1,116 +1,143 @@
# OpenBSD makefile for: qt
# Version required: 1.31
# Version required: 1.40
# Date created: 9 January 1998
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.2 1998/04/13 03:23:26 marc Exp $
# $OpenBSD: Makefile,v 1.3 1998/07/15 05:51:23 marc Exp $
#
DISTNAME= qt-1.31
# Note: qt-1.40 is available but DOES NOT BUILD.
#
DISTNAME= qt-1.33
CATEGORIES= x11
NO_CDROM= "REST: Restrictive licence"
MAINTAINER= marc@OpenBSD.ORG
.if (${MACHINE_ARCH} == "sparc")
BROKEN= "won't build due to g++ bug; reported"
.endif
MASTER_SITES= ftp://ftp.troll.no/qt/source/
MAINTAINER= don@OpenBSD.ORG
USE_GMAKE= yes
USE_X11= yes
MAN1= moc.1
MAN3= qaccel.3qt qapplication.3qt qarray.3qt qbitarray.3qt \
qbitmap.3qt qbitval.3qt qboxlayout.3qt qbrush.3qt qbuffer.3qt \
qbutton.3qt qbuttongroup.3qt qbytearray.3qt \
qcheckbox.3qt qclipboard.3qt qcloseevent.3qt \
qcollection.3qt qcolor.3qt qcolorgroup.3qt \
qcombobox.3qt qconnection.3qt qcursor.3qt \
qcustomevent.3qt qdatastream.3qt qdate.3qt \
qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \
qdir.3qt qdoublevalidator.3qt qevent.3qt qfile.3qt \
qfiledialog.3qt qfileinfo.3qt qfocusevent.3qt qfont.3qt \
qfontinfo.3qt qfontmetrics.3qt qframe.3qt qgarray.3qt \
qgcache.3qt qgcacheiterator.3qt qgdict.3qt qgdictiterator.3qt \
qglist.3qt qglistiterator.3qt qgmanager.3qt qgridlayout.3qt \
qgroupbox.3qt qhboxlayout.3qt qimage.3qt \
qimageio.3qt qintdict.3qt qintdictiterator.3qt \
qintvalidator.3qt \
qiodevice.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \
qlcdnumber.3qt \
qlineedit.3qt qlist.3qt qlistbox.3qt qlistboxitem.3qt \
qlistboxpixmap.3qt qlistboxtext.3qt qlistiterator.3qt \
qlnode.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \
qmouseevent.3qt qmoveevent.3qt qmultilineedit.3qt qobject.3qt \
qmovie.3qt \
qpaintdevice.3qt qpaintdevicemetrics.3qt qpainter.3qt \
qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \
qpixmap.3qt qpixmapcache.3qt qpoint.3qt \
qpointarray.3qt qpointval.3qt qpopupmenu.3qt qprinter.3qt \
qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \
qptrdictiterator.3qt \
qpushbutton.3qt qqueue.3qt qradiobutton.3qt \
qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \
qresizeevent.3qt qscrollbar.3qt qsenderobject.3qt \
qsemimodal.3qt \
qshared.3qt qsignal.3qt qsize.3qt qslider.3qt \
qsocketnotifier.3qt qstack.3qt qstrilist.3qt qstring.3qt \
qstrlist.3qt qtabbar.3qt qtabdialog.3qt qtableview.3qt \
qtextstream.3qt qtime.3qt \
qtimer.3qt qtimerevent.3qt qtooltip.3qt qtooltipgroup.3qt \
qtsmanip.3qt qvalidator.3qt qvboxlayout.3qt qwidget.3qt \
qwindow.3qt qwmatrix.3qt QAccel.3qt QApplication.3qt \
QArray.3qt QBitArray.3qt QBitmap.3qt QBitVal.3qt \
QBoxLayout.3qt QBrush.3qt \
QBuffer.3qt QButton.3qt QButtonGroup.3qt \
QByteArray.3qt QCheckBox.3qt QClipboard.3qt \
QCloseEvent.3qt QCollection.3qt QColor.3qt \
QColorGroup.3qt QComboBox.3qt QConnection.3qt \
post-configure:
.if (${MACHINE_ARCH} == "alpha")
@(cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} openbsd-gcc-static)
.else
@(cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} openbsd-gcc-shared)
.endif
# Things to install
#
MAN3= QAccel.3qt QApplication.3qt QArray.3qt QBitArray.3qt \
QBitVal.3qt QBitmap.3qt QBoxLayout.3qt QBrush.3qt \
QBuffer.3qt QButton.3qt QButtonGroup.3qt QByteArray.3qt \
QCheckBox.3qt QClipboard.3qt QCloseEvent.3qt QCollection.3qt \
QColor.3qt QColorGroup.3qt QComboBox.3qt QConnection.3qt \
QCursor.3qt QCustomEvent.3qt QDataStream.3qt QDate.3qt \
QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \
QDir.3qt QDoubleValidator.3qt QEvent.3qt QFile.3qt \
QFileDialog.3qt QFileInfo.3qt QFocusEvent.3qt QFont.3qt \
QFontInfo.3qt QFontMetrics.3qt QFrame.3qt QGArray.3qt \
QGCache.3qt QGCacheIterator.3qt QGDict.3qt QGDictIterator.3qt \
QGList.3qt QGListIterator.3qt QGManager.3qt \
QGridLayout.3qt QGroupBox.3qt QHBoxLayout.3qt QImage.3qt \
QGList.3qt QGListIterator.3qt QGManager.3qt QGridLayout.3qt \
QGroupBox.3qt QHBoxLayout.3qt QIODevice.3qt QImage.3qt \
QImageIO.3qt QIntDict.3qt QIntDictIterator.3qt \
QIntValidator.3qt \
QIODevice.3qt QKeyEvent.3qt QLCDNumber.3qt QLabel.3qt \
QLayout.3qt \
QLineEdit.3qt QList.3qt QListBox.3qt QListBoxItem.3qt \
QListBoxPixmap.3qt QListBoxText.3qt QListIterator.3qt \
QLNode.3qt QMenuBar.3qt QMenuData.3qt QMessageBox.3qt \
QMovie.3qt \
QMouseEvent.3qt QMoveEvent.3qt QMultiLineEdit.3qt QObject.3qt \
QPaintDevice.3qt QPaintDeviceMetrics.3qt QPainter.3qt \
QPaintEvent.3qt QPalette.3qt QPen.3qt QPicture.3qt \
QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointVal.3qt\
QPointArray.3qt QPopupMenu.3qt QPrinter.3qt \
QProgressBar.3qt QProgressDialog.3qt \
QPtrDict.3qt QPtrDictIterator.3qt \
QPushButton.3qt QQueue.3qt QRadioButton.3qt \
QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \
QResizeEvent.3qt QScrollBar.3qt QSenderObject.3qt \
QSemiModal.3qt QVBoxLayout.3qt QValidator.3qt \
QShared.3qt QSignal.3qt QSize.3qt QSlider.3qt \
QSocketNotifier.3qt QStack.3qt QStrIList.3qt QString.3qt \
QStrList.3qt QTabBar.3qt QTabDialog.3qt QTableView.3qt \
QTextStream.3qt QTime.3qt \
QIntValidator.3qt QKeyEvent.3qt QLCDNumber.3qt QLNode.3qt \
QLabel.3qt QLayout.3qt QLineEdit.3qt QList.3qt QListBox.3qt \
QListBoxItem.3qt QListBoxPixmap.3qt QListBoxText.3qt \
QListIterator.3qt QMenuBar.3qt QMenuData.3qt QMessageBox.3qt \
QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt QMultiLineEdit.3qt \
QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \
QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt \
QPicture.3qt QPixmap.3qt QPixmapCache.3qt QPoint.3qt \
QPointArray.3qt QPointVal.3qt QPopupMenu.3qt QPrinter.3qt \
QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \
QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt \
QRadioButton.3qt QRangeControl.3qt QRect.3qt QRegExp.3qt \
QRegion.3qt QResizeEvent.3qt QScrollBar.3qt QSemiModal.3qt \
QSenderObject.3qt QShared.3qt QSignal.3qt QSize.3qt \
QSlider.3qt QSocketNotifier.3qt QStack.3qt QStrIList.3qt \
QStrList.3qt QString.3qt QTSManip.3qt QTabBar.3qt \
QTabDialog.3qt QTableView.3qt QTextStream.3qt QTime.3qt \
QTimer.3qt QTimerEvent.3qt QToolTip.3qt QToolTipGroup.3qt \
QTSManip.3qt QWidget.3qt QWindow.3qt QWMatrix.3qt
QVBoxLayout.3qt QValidator.3qt QWMatrix.3qt QWidget.3qt \
QWindow.3qt qaccel.3qt qapplication.3qt qarray.3qt \
qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \
qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \
qbytearray.3qt qcheckbox.3qt qclipboard.3qt qcloseevent.3qt \
qcollection.3qt qcolor.3qt qcolorgroup.3qt qcombobox.3qt \
qconnection.3qt qcursor.3qt qcustomevent.3qt qdatastream.3qt \
qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt \
qdictiterator.3qt qdir.3qt qdoublevalidator.3qt qevent.3qt \
qfile.3qt qfiledialog.3qt qfileinfo.3qt qfocusevent.3qt \
qfont.3qt qfontinfo.3qt qfontmetrics.3qt qframe.3qt \
qgarray.3qt qgcache.3qt qgcacheiterator.3qt qgdict.3qt \
qgdictiterator.3qt qglist.3qt qglistiterator.3qt qgmanager.3qt \
qgridlayout.3qt qgroupbox.3qt qhboxlayout.3qt qimage.3qt \
qimageio.3qt qintdict.3qt qintdictiterator.3qt \
qintvalidator.3qt qiodevice.3qt qkeyevent.3qt qlabel.3qt \
qlayout.3qt qlcdnumber.3qt qlineedit.3qt qlist.3qt \
qlistbox.3qt qlistboxitem.3qt qlistboxpixmap.3qt \
qlistboxtext.3qt qlistiterator.3qt \
qlnode.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \
qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \
qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \
qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt \
qpicture.3qt qpixmap.3qt qpixmapcache.3qt qpoint.3qt \
qpointarray.3qt qpointval.3qt qpopupmenu.3qt qprinter.3qt \
qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \
qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt \
qradiobutton.3qt qrangecontrol.3qt qrect.3qt qregexp.3qt \
qregion.3qt qresizeevent.3qt qscrollbar.3qt qsemimodal.3qt \
qsenderobject.3qt qshared.3qt qsignal.3qt qsize.3qt \
qslider.3qt qsocketnotifier.3qt qstack.3qt qstrilist.3qt \
qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \
qtableview.3qt qtextstream.3qt qtime.3qt qtimer.3qt \
qtimerevent.3qt qtooltip.3qt qtooltipgroup.3qt qtsmanip.3qt \
qvalidator.3qt qvboxlayout.3qt qwidget.3qt qwindow.3qt \
qwmatrix.3qt
post-configure:
cd ${WRKSRC} && make freebsd-gcc-shared
EXAMPLES= aclock biff connect cursor dclock desktop drawdemo \
forever hello layout life menu movies pref \
progress qmag qwerty showimg table tetrix tictac \
timestmp tooltip widgets
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.31/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.31/lib/libqt.so.1.31 $(X11BASE)/lib
${LDCONFIG} -m $(PREFIX)/lib
${MKDIR} $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.31/include/* $(PREFIX)/include/X11/qt
${INSTALL_MAN} $(WRKDIR)/qt-1.31/man/man1/* $(PREFIX)/man/man1
${INSTALL_MAN} $(WRKDIR)/qt-1.31/man/man3/* $(PREFIX)/man/man3
${MKDIR} ${PREFIX}/share/doc/qt
${INSTALL_DATA} ${WRKDIR}/qt-1.31/README ${PREFIX}/share/doc/qt
${INSTALL_DATA} ${WRKDIR}/qt-1.31/README.QT ${PREFIX}/share/doc/qt
@${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/lib/libqt.a ${PREFIX}/lib
@ranlib ${PREFIX}/lib/libqt.a
.if (${MACHINE_ARCH} != "alpha")
@${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.1.33 ${PREFIX}/lib
@${LDCONFIG} -m ${PREFIX}/lib
.endif
@${MKDIR} ${PREFIX}/include/X11/qt
@${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/X11/qt
@${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/man/man1
.for m in ${MAN3}
@${INSTALL_MAN} ${WRKSRC}/man/man3/${m} ${PREFIX}/man/man3/${m:S/qt$//}
.endfor
@${MKDIR} ${PREFIX}/share/doc/qt
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt
@${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt
@${MKDIR} ${PREFIX}/share/doc/qt/html
@${INSTALL_DATA} ${WRKSRC}/html/* ${PREFIX}/share/doc/qt/html
@${MKDIR} ${PREFIX}/lib/qt/tutorial
.for n in 1 2 3 4 5 6 7 8 9 10 11 12 13 14
@${INSTALL_PROGRAM} ${WRKSRC}/tutorial/t${n}/t${n} \
${PREFIX}/lib/qt/tutorial
.endfor
@${MKDIR} ${PREFIX}/lib/qt/examples
@${INSTALL_DATA} ${WRKSRC}/examples/README ${PREFIX}/lib/qt/examples
.for f in ${EXAMPLES}
@${INSTALL_PROGRAM} ${WRKSRC}/examples/${f}/${f} \
${PREFIX}/lib/qt/examples
.endfor
@${INSTALL_PROGRAM} ${WRKSRC}/examples/picture/makepic \
${PREFIX}/lib/qt/examples
@${INSTALL_PROGRAM} ${WRKSRC}/examples/picture/makepic \
${PREFIX}/lib/qt/examples
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (qt-1.31.tar.gz) = 5914872a1e260b56f5f683b5d37182f4
MD5 (qt-1.33.tar.gz) = 6136b589c0d611f55deae45bc8ee2af7

View File

@ -1,23 +1,42 @@
*** src/tools/qglobal.h.orig Sat Jan 10 13:13:45 1998
--- src/tools/qglobal.h Sat Jan 10 13:14:37 1998
***************
*** 43,48 ****
--- 43,49 ----
// LINUX - Linux
// FREEBSD - FreeBSD
// NETBSD - NetBSD
+ // OPENBSD - OpenBSD
// IRIX - SGI Irix
// OSF - OSF Unix
// BSDI - BSDI Unix
***************
*** 79,84 ****
--- 80,87 ----
#define _OS_FREEBSD_
#elif defined(__NetBSD__)
#define _OS_NETBSD_
+ #elif defined(__OpenBSD__)
+ #define _OS_OPENBSD_
#elif defined(sgi) || defined(__sgi)
#define _OS_IRIX_
#elif defined(__osf__)
--- Makefile.~1~ Mon Mar 16 14:52:24 1998
+++ Makefile Tue Jul 14 16:32:59 1998
@@ -66,6 +66,8 @@
@echo " " linux-gcc-static
@echo " " netbsd-gcc-shared
@echo " " netbsd-gcc-static
+ @echo " " openbsd-gcc-shared
+ @echo " " openbsd-gcc-static
@echo " " osf1-cxx-shared
@echo " " osf1-cxx-static
@echo " " osf1-gcc-shared
@@ -356,6 +358,30 @@
YACCCFLAGS="-Wno-unused -Wno-parentheses" \
LFLAGS="-lqt -L/usr/X11R6/lib -lX11" \
SHELL="/bin/sh" PLATFORM=netbsd-gcc-static ./propagate
+ @touch variables
+ @echo
+ @echo Qt is now configured for building. Just run "make" to build it.
+ @echo
+
+openbsd-gcc-shared: Makefile
+ CC="gcc" \
+ CFLAGS="-O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include" \
+ LIBCFLAGS="-fPIC" \
+ YACCCFLAGS="-Wno-unused -Wno-parentheses" \
+ LFLAGS="-lqt -L/usr/X11R6/lib" \
+ SHELL="/bin/sh" PLATFORM=openbsd-gcc-shared ./propagate
+ @touch variables
+ @echo
+ @echo Qt is now configured for building. Just run "make" to build it.
+ @echo
+
+openbsd-gcc-static: Makefile
+ CC="gcc" \
+ CFLAGS="-O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include" \
+ LIBCFLAGS="" \
+ YACCCFLAGS="-Wno-unused -Wno-parentheses" \
+ LFLAGS="-lqt -L/usr/X11R6/lib -lX11" \
+ SHELL="/bin/sh" PLATFORM=openbsd-gcc-static ./propagate
@touch variables
@echo
@echo Qt is now configured for building. Just run "make" to build it.

55
x11/qt/patches/patch-ab Normal file
View File

@ -0,0 +1,55 @@
--- src/Makefile.orig Mon Mar 16 14:52:25 1998
+++ src/Makefile Tue Jul 14 20:47:19 1998
@@ -1,11 +1,17 @@
-
-####### This section will soon be automatically generated. At the moment
-####### it is for building with gcc.
-
+####### This section was automatically generated from
+####### /openbsd/ports/x11/qt/work/qt-1.33/Makefile for building on
+####### openbsd-gcc-shared on Tue Jul 14 19:45:35 PDT 1998
+
+INCDIR = /openbsd/ports/x11/qt/work/qt-1.33/include
+CFLAGS = -O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include
+LIBCFLAGS = -fPIC
+YACCCFLAGS = -Wno-unused -Wno-parentheses
+LFLAGS = -L/openbsd/ports/x11/qt/work/qt-1.33/lib -lqt -L/usr/X11R6/lib
CC = gcc
+MOC = /openbsd/ports/x11/qt/work/qt-1.33/bin/moc
+SHELL = /bin/sh
-####### End of not-yet-automatically generated section
-
+####### End of automatically generated section
#
# $Source: /home/cvs/ports/x11/qt/patches/Attic/patch-ab,v $
#
@@ -65,7 +71,7 @@
VERSION=1.33
-all: unconfigured # will be changed by ../Makefile
+all: link-openbsd-gcc-shared
tools kernel widgets dialogs: FORCE
cd $@; $(MAKE)
@@ -249,6 +255,19 @@
ar q libqt.a $(OBJECTS) $(METAOBJ)
ranlib libqt.a
mv libqt.a ../lib
+
+link-openbsd-gcc-shared: link-openbsd-gcc-static
+ -rm -f ../lib/libqt.so.$(VERSION)
+ ld -Bshareable \
+ -o libqt.so.$(VERSION) \
+ `lorder /usr/lib/c++rt0.o $(OBJECTS) $(METAOBJ) | tsort` \
+ -L/usr/X11R6/lib -lX11
+ mv libqt.so.$(VERSION) ../lib
+
+link-openbsd-gcc-static: tools kernel widgets dialogs
+ ar q libqt.a $(OBJECTS) $(METAOBJ)
+ mv libqt.a ../lib
+ ranlib ../lib/libqt.a
link-osf1-cxx-shared: tools kernel widgets dialogs
-rm -f ../lib/libqt.so.$(VERSION)

19
x11/qt/patches/patch-ac Normal file
View File

@ -0,0 +1,19 @@
--- src/tools/qglobal.h.~1~ Mon Mar 16 14:52:20 1998
+++ src/tools/qglobal.h Tue Jul 14 16:57:25 1998
@@ -43,6 +43,7 @@
// LINUX - Linux
// FREEBSD - FreeBSD
// NETBSD - NetBSD
+// OPENBSD - OpenBSD
// IRIX - SGI Irix
// OSF - OSF Unix
// BSDI - BSDI Unix
@@ -79,6 +80,8 @@
#define _OS_FREEBSD_
#elif defined(__NetBSD__)
#define _OS_NETBSD_
+#elif defined(__OpenBSD__)
+#define _OS_OPENBSD_
#elif defined(sgi) || defined(__sgi)
#define _OS_IRIX_
#elif defined(__osf__)

File diff suppressed because it is too large Load Diff

991
x11/qt/pkg/PLIST.alpha Normal file
View File

@ -0,0 +1,991 @@
@cwd /usr/X11R6
@name qt-1.33
include/X11/qt/qaccel.h
include/X11/qt/qapp.h
include/X11/qt/qarray.h
include/X11/qt/qasyncimageio.h
include/X11/qt/qasyncio.h
include/X11/qt/qbitarry.h
include/X11/qt/qbitmap.h
include/X11/qt/qbrush.h
include/X11/qt/qbttngrp.h
include/X11/qt/qbuffer.h
include/X11/qt/qbutton.h
include/X11/qt/qcache.h
include/X11/qt/qchkbox.h
include/X11/qt/qclipbrd.h
include/X11/qt/qcollect.h
include/X11/qt/qcolor.h
include/X11/qt/qcombo.h
include/X11/qt/qconnect.h
include/X11/qt/qcursor.h
include/X11/qt/qdatetm.h
include/X11/qt/qdialog.h
include/X11/qt/qdict.h
include/X11/qt/qdir.h
include/X11/qt/qdrawutl.h
include/X11/qt/qfile.h
include/X11/qt/qdstream.h
include/X11/qt/qevent.h
include/X11/qt/qfiledef.h
include/X11/qt/qfiledlg.h
include/X11/qt/qfileinf.h
include/X11/qt/qfont.h
include/X11/qt/qfontdta.h
include/X11/qt/qfontinf.h
include/X11/qt/qfontmet.h
include/X11/qt/qframe.h
include/X11/qt/qgarray.h
include/X11/qt/qgcache.h
include/X11/qt/qgdict.h
include/X11/qt/qgeneric.h
include/X11/qt/qgl.h
include/X11/qt/qglist.h
include/X11/qt/qglobal.h
include/X11/qt/qgmanagr.h
include/X11/qt/qgrpbox.h
include/X11/qt/qgvector.h
include/X11/qt/qimage.h
include/X11/qt/qimageio.h
include/X11/qt/qintcach.h
include/X11/qt/qintdict.h
include/X11/qt/qiodev.h
include/X11/qt/qjpegio.h
include/X11/qt/qkeycode.h
include/X11/qt/qlabel.h
include/X11/qt/qlayout.h
include/X11/qt/qlcdnum.h
include/X11/qt/qlined.h
include/X11/qt/qlist.h
include/X11/qt/qlistbox.h
include/X11/qt/qmenubar.h
include/X11/qt/qmenudta.h
include/X11/qt/qmetaobj.h
include/X11/qt/qmlined.h
include/X11/qt/qmovie.h
include/X11/qt/qmsgbox.h
include/X11/qt/qnp.h
include/X11/qt/qobjcoll.h
include/X11/qt/qobjdefs.h
include/X11/qt/qobject.h
include/X11/qt/qpaintd.h
include/X11/qt/qpaintdc.h
include/X11/qt/qpainter.h
include/X11/qt/qpalette.h
include/X11/qt/qpdevmet.h
include/X11/qt/qpen.h
include/X11/qt/qpicture.h
include/X11/qt/qpixmap.h
include/X11/qt/qpmcache.h
include/X11/qt/qpngio.h
include/X11/qt/qpntarry.h
include/X11/qt/qpoint.h
include/X11/qt/qpopmenu.h
include/X11/qt/qprinter.h
include/X11/qt/qprndlg.h
include/X11/qt/qprogbar.h
include/X11/qt/qprogdlg.h
include/X11/qt/qpsprn.h
include/X11/qt/qptrdict.h
include/X11/qt/qpushbt.h
include/X11/qt/qqueue.h
include/X11/qt/qradiobt.h
include/X11/qt/qrangect.h
include/X11/qt/qrect.h
include/X11/qt/qregexp.h
include/X11/qt/qregion.h
include/X11/qt/qscrbar.h
include/X11/qt/qsemimodal.h
include/X11/qt/qshared.h
include/X11/qt/qsignal.h
include/X11/qt/qsize.h
include/X11/qt/qslider.h
include/X11/qt/qsocknot.h
include/X11/qt/qstack.h
include/X11/qt/qstring.h
include/X11/qt/qstrlist.h
include/X11/qt/qstrvec.h
include/X11/qt/qtabbar.h
include/X11/qt/qtabdlg.h
include/X11/qt/qtablevw.h
include/X11/qt/qtimer.h
include/X11/qt/qtooltip.h
include/X11/qt/qtstream.h
include/X11/qt/qvalidator.h
include/X11/qt/qvector.h
include/X11/qt/qwidcoll.h
include/X11/qt/qwidget.h
include/X11/qt/qwindefs.h
include/X11/qt/qwindow.h
include/X11/qt/qwmatrix.h
lib/qt/tutorial/t1
lib/qt/tutorial/t2
lib/qt/tutorial/t3
lib/qt/tutorial/t4
lib/qt/tutorial/t5
lib/qt/tutorial/t6
lib/qt/tutorial/t7
lib/qt/tutorial/t8
lib/qt/tutorial/t9
lib/qt/tutorial/t10
lib/qt/tutorial/t11
lib/qt/tutorial/t12
lib/qt/tutorial/t13
lib/qt/tutorial/t14
lib/qt/examples/README
lib/qt/examples/aclock
lib/qt/examples/biff
lib/qt/examples/connect
lib/qt/examples/cursor
lib/qt/examples/dclock
lib/qt/examples/desktop
lib/qt/examples/drawdemo
lib/qt/examples/forever
lib/qt/examples/hello
lib/qt/examples/layout
lib/qt/examples/life
lib/qt/examples/menu
lib/qt/examples/movies
lib/qt/examples/pref
lib/qt/examples/progress
lib/qt/examples/qmag
lib/qt/examples/qwerty
lib/qt/examples/showimg
lib/qt/examples/table
lib/qt/examples/tetrix
lib/qt/examples/tictac
lib/qt/examples/timestmp
lib/qt/examples/tooltip
lib/qt/examples/widgets
lib/qt/examples/makepic
lib/libqt.a
@exec ranlib %D/%F
bin/moc
man/man1/moc.1
man/man3/QAccel.3
man/man3/QApplication.3
man/man3/QArray.3
man/man3/QBitArray.3
man/man3/QBitVal.3
man/man3/QBitmap.3
man/man3/QBoxLayout.3
man/man3/QBrush.3
man/man3/QBuffer.3
man/man3/QButton.3
man/man3/QButtonGroup.3
man/man3/QByteArray.3
man/man3/QCheckBox.3
man/man3/QClipboard.3
man/man3/QCloseEvent.3
man/man3/QCollection.3
man/man3/QColor.3
man/man3/QColorGroup.3
man/man3/QComboBox.3
man/man3/QDate.3
man/man3/QConnection.3
man/man3/QCursor.3
man/man3/QCustomEvent.3
man/man3/QDataStream.3
man/man3/QDateTime.3
man/man3/QDialog.3
man/man3/QDict.3
man/man3/QDictIterator.3
man/man3/QDir.3
man/man3/QDoubleValidator.3
man/man3/QEvent.3
man/man3/QFile.3
man/man3/QFileDialog.3
man/man3/QFileInfo.3
man/man3/QFocusEvent.3
man/man3/QFont.3
man/man3/QFontInfo.3
man/man3/QFontMetrics.3
man/man3/QFrame.3
man/man3/QGArray.3
man/man3/QGCache.3
man/man3/QGCacheIterator.3
man/man3/QGDict.3
man/man3/QGList.3
man/man3/QGDictIterator.3
man/man3/QGListIterator.3
man/man3/QGManager.3
man/man3/QGridLayout.3
man/man3/QGroupBox.3
man/man3/QHBoxLayout.3
man/man3/QIODevice.3
man/man3/QImage.3
man/man3/QImageIO.3
man/man3/QIntDict.3
man/man3/QIntDictIterator.3
man/man3/QIntValidator.3
man/man3/QKeyEvent.3
man/man3/QLCDNumber.3
man/man3/QLNode.3
man/man3/QLabel.3
man/man3/QLayout.3
man/man3/QLineEdit.3
man/man3/QList.3
man/man3/QListBox.3
man/man3/QListBoxItem.3
man/man3/QListBoxPixmap.3
man/man3/QListBoxText.3
man/man3/QListIterator.3
man/man3/QMenuBar.3
man/man3/QMenuData.3
man/man3/QMessageBox.3
man/man3/QMouseEvent.3
man/man3/QMoveEvent.3
man/man3/QMovie.3
man/man3/QMultiLineEdit.3
man/man3/QObject.3
man/man3/QPaintDevice.3
man/man3/QPaintDeviceMetrics.3
man/man3/QPaintEvent.3
man/man3/QPainter.3
man/man3/QPalette.3
man/man3/QPen.3
man/man3/QPicture.3
man/man3/QPixmap.3
man/man3/QPixmapCache.3
man/man3/QPoint.3
man/man3/QPointArray.3
man/man3/QPointVal.3
man/man3/QPopupMenu.3
man/man3/QPrinter.3
man/man3/QProgressBar.3
man/man3/QProgressDialog.3
man/man3/QPtrDict.3
man/man3/QPtrDictIterator.3
man/man3/QPushButton.3
man/man3/QQueue.3
man/man3/QRadioButton.3
man/man3/QRangeControl.3
man/man3/QRect.3
man/man3/QRegExp.3
man/man3/QRegion.3
man/man3/QResizeEvent.3
man/man3/QScrollBar.3
man/man3/QSemiModal.3
man/man3/QSenderObject.3
man/man3/QShared.3
man/man3/QSignal.3
man/man3/QSize.3
man/man3/QSlider.3
man/man3/QSocketNotifier.3
man/man3/QStack.3
man/man3/QStrIList.3
man/man3/QStrList.3
man/man3/QString.3
man/man3/QTSManip.3
man/man3/QTabBar.3
man/man3/QTabDialog.3
man/man3/QTableView.3
man/man3/QTextStream.3
man/man3/QTime.3
man/man3/QTimer.3
man/man3/QTimerEvent.3
man/man3/QToolTip.3
man/man3/QToolTipGroup.3
man/man3/QVBoxLayout.3
man/man3/QValidator.3
man/man3/QWMatrix.3
man/man3/QWidget.3
man/man3/QWindow.3
man/man3/qaccel.3
man/man3/qapplication.3
man/man3/qarray.3
man/man3/qbitarray.3
man/man3/qbitmap.3
man/man3/qbitval.3
man/man3/qboxlayout.3
man/man3/qbrush.3
man/man3/qbuffer.3
man/man3/qbutton.3
man/man3/qbuttongroup.3
man/man3/qbytearray.3
man/man3/qcheckbox.3
man/man3/qclipboard.3
man/man3/qcloseevent.3
man/man3/qcollection.3
man/man3/qcolor.3
man/man3/qcolorgroup.3
man/man3/qcombobox.3
man/man3/qconnection.3
man/man3/qcursor.3
man/man3/qcustomevent.3
man/man3/qdatastream.3
man/man3/qdate.3
man/man3/qdatetime.3
man/man3/qdialog.3
man/man3/qdict.3
man/man3/qdictiterator.3
man/man3/qdir.3
man/man3/qdoublevalidator.3
man/man3/qevent.3
man/man3/qfile.3
man/man3/qfiledialog.3
man/man3/qfileinfo.3
man/man3/qfocusevent.3
man/man3/qfont.3
man/man3/qfontinfo.3
man/man3/qfontmetrics.3
man/man3/qframe.3
man/man3/qgarray.3
man/man3/qgcache.3
man/man3/qgcacheiterator.3
man/man3/qgdict.3
man/man3/qgdictiterator.3
man/man3/qglist.3
man/man3/qglistiterator.3
man/man3/qgmanager.3
man/man3/qgridlayout.3
man/man3/qgroupbox.3
man/man3/qhboxlayout.3
man/man3/qimage.3
man/man3/qimageio.3
man/man3/qintdict.3
man/man3/qintdictiterator.3
man/man3/qintvalidator.3
man/man3/qiodevice.3
man/man3/qkeyevent.3
man/man3/qlabel.3
man/man3/qlayout.3
man/man3/qlcdnumber.3
man/man3/qlineedit.3
man/man3/qlist.3
man/man3/qlistbox.3
man/man3/qlistboxitem.3
man/man3/qlistboxpixmap.3
man/man3/qlistboxtext.3
man/man3/qlistiterator.3
man/man3/qlnode.3
man/man3/qmenubar.3
man/man3/qmenudata.3
man/man3/qmessagebox.3
man/man3/qmouseevent.3
man/man3/qmoveevent.3
man/man3/qmovie.3
man/man3/qmultilineedit.3
man/man3/qobject.3
man/man3/qpaintdevice.3
man/man3/qpainter.3
man/man3/qpaintdevicemetrics.3
man/man3/qpaintevent.3
man/man3/qpalette.3
man/man3/qpen.3
man/man3/qpicture.3
man/man3/qpixmap.3
man/man3/qpixmapcache.3
man/man3/qpoint.3
man/man3/qpointarray.3
man/man3/qpointval.3
man/man3/qpopupmenu.3
man/man3/qprinter.3
man/man3/qprogressbar.3
man/man3/qprogressdialog.3
man/man3/qptrdict.3
man/man3/qptrdictiterator.3
man/man3/qpushbutton.3
man/man3/qqueue.3
man/man3/qradiobutton.3
man/man3/qrangecontrol.3
man/man3/qrect.3
man/man3/qregexp.3
man/man3/qregion.3
man/man3/qresizeevent.3
man/man3/qscrollbar.3
man/man3/qsemimodal.3
man/man3/qsenderobject.3
man/man3/qshared.3
man/man3/qsignal.3
man/man3/qsize.3
man/man3/qslider.3
man/man3/qsocketnotifier.3
man/man3/qstack.3
man/man3/qstrilist.3
man/man3/qstring.3
man/man3/qstrlist.3
man/man3/qtabbar.3
man/man3/qtabdialog.3
man/man3/qtableview.3
man/man3/qtextstream.3
man/man3/qtime.3
man/man3/qtimer.3
man/man3/qtimerevent.3
man/man3/qtooltip.3
man/man3/qtooltipgroup.3
man/man3/qtsmanip.3
man/man3/qvalidator.3
man/man3/qvboxlayout.3
man/man3/qwidget.3
man/man3/qwindow.3
man/man3/qwmatrix.3
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/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/design.html
share/doc/qt/html/desktop-desktop-cpp.html
share/doc/qt/html/dialogs.html
share/doc/qt/html/drawing.html
share/doc/qt/html/drawdemo-drawdemo-cpp.html
share/doc/qt/html/easteregg.html
share/doc/qt/html/easteregg2.html
share/doc/qt/html/examples.html
share/doc/qt/html/files.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/headers.html
share/doc/qt/html/hello-hello-cpp.html
share/doc/qt/html/hierarchy.html
share/doc/qt/html/images.html
share/doc/qt/html/index.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/menu-menu-cpp.html
share/doc/qt/html/metaobjects.html
share/doc/qt/html/moc.html
share/doc/qt/html/movies-main-cpp.html
share/doc/qt/html/picture-makepic-cpp.html
share/doc/qt/html/picture-showpic-cpp.html
share/doc/qt/html/pref-pref-cpp.html
share/doc/qt/html/primes.html
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/qapp-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/qt.html
share/doc/qt/html/qasyncio-h.html
share/doc/qt/html/qasyncio-members.html
share/doc/qt/html/qbitarray-members.html
share/doc/qt/html/qbitarray.html
share/doc/qt/html/qbitarry-h.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-h.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/t1.gif
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-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/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/qchkbox-h.html
share/doc/qt/html/qchkbox-m.gif
share/doc/qt/html/qchkbox-w.gif
share/doc/qt/html/qclipboard-members.html
share/doc/qt/html/qclipboard.html
share/doc/qt/html/qclipbrd-h.html
share/doc/qt/html/qcloseevent-members.html
share/doc/qt/html/qcloseevent.html
share/doc/qt/html/qcollect-h.html
share/doc/qt/html/qcollection-members.html
share/doc/qt/html/qcollection.html
share/doc/qt/html/qcolor-h.html
share/doc/qt/html/qcolor-members.html
share/doc/qt/html/qcolor.html
share/doc/qt/html/qcolorgroup-members.html
share/doc/qt/html/qcolorgroup.html
share/doc/qt/html/qcombo-h.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-members.html
share/doc/qt/html/qcombobox.html
share/doc/qt/html/qconnect-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/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/qdatasink-members.html
share/doc/qt/html/qdatasource-members.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-members.html
share/doc/qt/html/qdatetime.html
share/doc/qt/html/qdatetm-h.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/qdrawutl-h.html
share/doc/qt/html/qdstream-h.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-members.html
share/doc/qt/html/qfiledialog.html
share/doc/qt/html/qfiledlg-h.html
share/doc/qt/html/qfiledlg-m.gif
share/doc/qt/html/qfiledlg-w.gif
share/doc/qt/html/qfileinf-h.html
share/doc/qt/html/qfileinfo-members.html
share/doc/qt/html/qfileinfo.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/qfontinf-h.html
share/doc/qt/html/qfontinfo-members.html
share/doc/qt/html/qfontinfo.html
share/doc/qt/html/qfontmet-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/qgifdecoder-members.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/qgmanager-members.html
share/doc/qt/html/qgmanager.html
share/doc/qt/html/qgmanagr-h.html
share/doc/qt/html/qgridlayout-members.html
share/doc/qt/html/qgridlayout.html
share/doc/qt/html/qgroupbox-members.html
share/doc/qt/html/qgroupbox.html
share/doc/qt/html/qgrpbox-h.html
share/doc/qt/html/qgrpbox-m.gif
share/doc/qt/html/qgrpbox-w.gif
share/doc/qt/html/t1.html
share/doc/qt/html/qhboxlayout-members.html
share/doc/qt/html/qhboxlayout.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-members.html
share/doc/qt/html/qimagedecoder-members.html
share/doc/qt/html/qimageformatdecoder-members.html
share/doc/qt/html/qimageformatdecoderfactory-members.html
share/doc/qt/html/qimageio-members.html
share/doc/qt/html/qimageio.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/qiodev-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/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-h.html
share/doc/qt/html/qlcdnum-m.gif
share/doc/qt/html/qlcdnum-w.gif
share/doc/qt/html/qlcdnumber-members.html
share/doc/qt/html/qlcdnumber.html
share/doc/qt/html/qlined-h.html
share/doc/qt/html/qlined-m.gif
share/doc/qt/html/qlined-w.gif
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/qlnode-members.html
share/doc/qt/html/qlnode.html
share/doc/qt/html/qmag-qmag-cpp.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-members.html
share/doc/qt/html/qmenudata.html
share/doc/qt/html/qmenudta-h.html
share/doc/qt/html/qmessagebox-members.html
share/doc/qt/html/qmessagebox.html
share/doc/qt/html/qmlined-h.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-h.html
share/doc/qt/html/qmsgbox-m.gif
share/doc/qt/html/qmsgbox-w.gif
share/doc/qt/html/qmultilineedit-members.html
share/doc/qt/html/qmultilineedit.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/qpaintd-h.html
share/doc/qt/html/qpaintdevice-members.html
share/doc/qt/html/qpaintdevice.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-members.html
share/doc/qt/html/qpainter.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/qpdevmet-h.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-members.html
share/doc/qt/html/qpixmapcache.html
share/doc/qt/html/qpmcache-h.html
share/doc/qt/html/qpntarry-h.html
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-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-h.html
share/doc/qt/html/qpopmenu-m.gif
share/doc/qt/html/qpopmenu-w.gif
share/doc/qt/html/qpopupmenu-members.html
share/doc/qt/html/qpopupmenu.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-h.html
share/doc/qt/html/qprogbar-m.gif
share/doc/qt/html/qprogbar-w.gif
share/doc/qt/html/qprogdlg-h.html
share/doc/qt/html/qprogdlg-m.gif
share/doc/qt/html/qprogdlg-w.gif
share/doc/qt/html/qprogressbar-members.html
share/doc/qt/html/qprogressbar.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/t10.gif
share/doc/qt/html/qptrdictiterator-members.html
share/doc/qt/html/qptrdictiterator.html
share/doc/qt/html/qpushbt-h.html
share/doc/qt/html/qpushbt-m.gif
share/doc/qt/html/qpushbt-w.gif
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/qqueue.html
share/doc/qt/html/qradiobt-h.html
share/doc/qt/html/qradiobt-m.gif
share/doc/qt/html/qradiobt-w.gif
share/doc/qt/html/qradiobutton-members.html
share/doc/qt/html/qradiobutton.html
share/doc/qt/html/qrangecontrol-members.html
share/doc/qt/html/qrangecontrol.html
share/doc/qt/html/qrangect-h.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-h.html
share/doc/qt/html/qscrbar-m.gif
share/doc/qt/html/qscrbar-w.gif
share/doc/qt/html/qscrollbar-members.html
share/doc/qt/html/qscrollbar.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/qsenderobject.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/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-members.html
share/doc/qt/html/qsocketnotifier.html
share/doc/qt/html/t11.gif
share/doc/qt/html/qsocknot-h.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/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/qtabbar.html
share/doc/qt/html/qtabdialog-members.html
share/doc/qt/html/qtabdialog.html
share/doc/qt/html/t12.gif
share/doc/qt/html/qtabdlg-h.html
share/doc/qt/html/qtabdlg-m.gif
share/doc/qt/html/qtabdlg-w.gif
share/doc/qt/html/qtableview-members.html
share/doc/qt/html/qtableview.html
share/doc/qt/html/qtablevw-h.html
share/doc/qt/html/qtablevw-m.gif
share/doc/qt/html/qtablevw-w.gif
share/doc/qt/html/qtextstream-members.html
share/doc/qt/html/qtextstream.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/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/qtsmanip-members.html
share/doc/qt/html/qtsmanip.html
share/doc/qt/html/qtstream-h.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/qwidget-h.html
share/doc/qt/html/qwidget-members.html
share/doc/qt/html/qwidget.html
share/doc/qt/html/qwindefs-h.html
share/doc/qt/html/qwindow-h.html
share/doc/qt/html/qwindow-members.html
share/doc/qt/html/qwindow.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/realwidgets.html
share/doc/qt/html/shared.html
share/doc/qt/html/shclass.html
share/doc/qt/html/showimg-showimg-cpp.html
share/doc/qt/html/streams.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-makefile.html
share/doc/qt/html/t10.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.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/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.gif
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.gif
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.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-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.gif
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/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/troll.html
share/doc/qt/html/tutorial.gif
share/doc/qt/html/tutorial.html
share/doc/qt/html/widgets-widgets-cpp.html
share/doc/qt/html/xform-xform-cpp.html
@dirrm share/doc/qt/html
@dirrm share/doc/qt
@dirrm lib/qt/tutorial
@dirrm lib/qt/examples
@dirrm lib/qt
@dirrm include/X11/qt