From 332ffaead4bd07de1dca11c1be5ae4d21c9374e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 8 May 2015 18:27:24 +0200 Subject: Openbsd: move openbsd folder --- openbsd/dependencies/Makefile | 11 + openbsd/dependencies/arts/Makefile | 66 + openbsd/dependencies/arts/distinfo | 2 + openbsd/dependencies/arts/pkg/DESCR | 11 + openbsd/dependencies/arts/pkg/PLIST | 158 ++ openbsd/dependencies/dbus-1-tqt/Makefile | 36 + openbsd/dependencies/dbus-1-tqt/distinfo | 2 + openbsd/dependencies/dbus-1-tqt/pkg/DESCR | 2 + openbsd/dependencies/dbus-1-tqt/pkg/PLIST | 23 + openbsd/dependencies/dbus-tqt/Makefile | 35 + openbsd/dependencies/dbus-tqt/distinfo | 2 + openbsd/dependencies/dbus-tqt/pkg/DESCR | 2 + openbsd/dependencies/dbus-tqt/pkg/PLIST | 14 + openbsd/dependencies/libart-lgpl/Makefile | 28 + openbsd/dependencies/libart-lgpl/distinfo | 2 + openbsd/dependencies/libart-lgpl/pkg/DESCR | 5 + openbsd/dependencies/libart-lgpl/pkg/PLIST | 56 + openbsd/dependencies/tqt3/Makefile | 281 +++ openbsd/dependencies/tqt3/distinfo | 2 + openbsd/dependencies/tqt3/pkg/DESCR-html | 1 + openbsd/dependencies/tqt3/pkg/DESCR-main | 29 + openbsd/dependencies/tqt3/pkg/DESCR-mysql | 1 + openbsd/dependencies/tqt3/pkg/DESCR-postgresql | 1 + openbsd/dependencies/tqt3/pkg/DESCR-sqlite2 | 3 + openbsd/dependencies/tqt3/pkg/PFRAG.shared-main | 20 + openbsd/dependencies/tqt3/pkg/PLIST-html | 1933 +++++++++++++++++ openbsd/dependencies/tqt3/pkg/PLIST-main | 673 ++++++ openbsd/dependencies/tqt3/pkg/PLIST-main~ | 2612 +++++++++++++++++++++++ openbsd/dependencies/tqt3/pkg/PLIST-mysql | 1 + openbsd/dependencies/tqt3/pkg/PLIST-postgresql | 1 + openbsd/dependencies/tqt3/pkg/PLIST-sqlite2 | 1 + openbsd/dependencies/tqtinterface/Makefile | 68 + openbsd/dependencies/tqtinterface/distinfo | 2 + openbsd/dependencies/tqtinterface/pkg/DESCR | 1 + openbsd/dependencies/tqtinterface/pkg/PLIST | 407 ++++ 35 files changed, 6492 insertions(+) create mode 100644 openbsd/dependencies/Makefile create mode 100644 openbsd/dependencies/arts/Makefile create mode 100644 openbsd/dependencies/arts/distinfo create mode 100644 openbsd/dependencies/arts/pkg/DESCR create mode 100644 openbsd/dependencies/arts/pkg/PLIST create mode 100644 openbsd/dependencies/dbus-1-tqt/Makefile create mode 100644 openbsd/dependencies/dbus-1-tqt/distinfo create mode 100644 openbsd/dependencies/dbus-1-tqt/pkg/DESCR create mode 100644 openbsd/dependencies/dbus-1-tqt/pkg/PLIST create mode 100644 openbsd/dependencies/dbus-tqt/Makefile create mode 100644 openbsd/dependencies/dbus-tqt/distinfo create mode 100644 openbsd/dependencies/dbus-tqt/pkg/DESCR create mode 100644 openbsd/dependencies/dbus-tqt/pkg/PLIST create mode 100644 openbsd/dependencies/libart-lgpl/Makefile create mode 100644 openbsd/dependencies/libart-lgpl/distinfo create mode 100644 openbsd/dependencies/libart-lgpl/pkg/DESCR create mode 100644 openbsd/dependencies/libart-lgpl/pkg/PLIST create mode 100644 openbsd/dependencies/tqt3/Makefile create mode 100644 openbsd/dependencies/tqt3/distinfo create mode 100644 openbsd/dependencies/tqt3/pkg/DESCR-html create mode 100644 openbsd/dependencies/tqt3/pkg/DESCR-main create mode 100644 openbsd/dependencies/tqt3/pkg/DESCR-mysql create mode 100644 openbsd/dependencies/tqt3/pkg/DESCR-postgresql create mode 100644 openbsd/dependencies/tqt3/pkg/DESCR-sqlite2 create mode 100644 openbsd/dependencies/tqt3/pkg/PFRAG.shared-main create mode 100644 openbsd/dependencies/tqt3/pkg/PLIST-html create mode 100644 openbsd/dependencies/tqt3/pkg/PLIST-main create mode 100644 openbsd/dependencies/tqt3/pkg/PLIST-main~ create mode 100644 openbsd/dependencies/tqt3/pkg/PLIST-mysql create mode 100644 openbsd/dependencies/tqt3/pkg/PLIST-postgresql create mode 100644 openbsd/dependencies/tqt3/pkg/PLIST-sqlite2 create mode 100644 openbsd/dependencies/tqtinterface/Makefile create mode 100644 openbsd/dependencies/tqtinterface/distinfo create mode 100644 openbsd/dependencies/tqtinterface/pkg/DESCR create mode 100644 openbsd/dependencies/tqtinterface/pkg/PLIST (limited to 'openbsd/dependencies') diff --git a/openbsd/dependencies/Makefile b/openbsd/dependencies/Makefile new file mode 100644 index 000000000..3d143740f --- /dev/null +++ b/openbsd/dependencies/Makefile @@ -0,0 +1,11 @@ + + + SUBDIR = + SUBDIR += tqt3 + SUBDIR += tqtinterface + SUBDIR += arts + SUBDIR += dbus-tqt + SUBDIR += dbus-1-tqt + SUBDIR += libart-lgpl + +.include diff --git a/openbsd/dependencies/arts/Makefile b/openbsd/dependencies/arts/Makefile new file mode 100644 index 000000000..7f17ddb52 --- /dev/null +++ b/openbsd/dependencies/arts/Makefile @@ -0,0 +1,66 @@ +.include + +PKGNAME= trinity-arts-${VERSION} +VERSION= 1.5.10${PREVERSION} +PREVERSION= + +COMMENT= aRts (analog realtime synthesizer) - the TDE sound system +CATEGORIES= x11/trinity/dependencies +HOMEPAGE= http://www.trinitydesktop.org/ +MAINTAINER= François Andriot + +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/ +DISTNAME= arts-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/dependencies/arts + +PREFIX= ${TDE_PREFIX} + +BUILD_DEPENDS= devel/gmake \ + devel/cmake \ + x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS= devel/libaudiofile \ + devel/glib2 \ + audio/libvorbis \ + audio/libogg \ + audio/libmad \ + x11/trinity/dependencies/tqtinterface + +WANTLIB = glib-2.0 audiofile mad ogg vorbis + +SHARED_LIBS += artsc 0.0 +SHARED_LIBS += artscbackend 0.0 +SHARED_LIBS += artsdsp 0.0 +SHARED_LIBS += artsdsp_st 0.0 +SHARED_LIBS += artsflow 1.0 +SHARED_LIBS += artsflow_idl 1.0 +SHARED_LIBS += artsgslplayobject 0.0 +SHARED_LIBS += artswavplayobject 0.0 +SHARED_LIBS += gmcop 1.0 +SHARED_LIBS += kmedia2 1.0 +SHARED_LIBS += kmedia2_idl 1.0 +SHARED_LIBS += mcop 1.0 +SHARED_LIBS += mcop_mt 1.0 +SHARED_LIBS += qtmcop 1.0 +SHARED_LIBS += soundserver_idl 1.0 + + +do-configure: tde-cmake-rmbuild + ${TDE_CMAKE_CONFIGURE} \ + -DINCLUDE_INSTALL_DIR="${TDE_PREFIX}/include/tde/arts" \ + \ + -DWITH_ALSA=OFF \ + -DWITH_AUDIOFILE=ON \ + -DWITH_VORBIS=ON \ + -DWITH_MAD=ON \ + -DWITH_ESOUND=OFF \ + -DWITH_JACK=OFF \ + -DWITH_SNDIO=ON + +do-build: tde-cmake-build + +do-install: tde-cmake-install + + +.include diff --git a/openbsd/dependencies/arts/distinfo b/openbsd/dependencies/arts/distinfo new file mode 100644 index 000000000..92539cf5d --- /dev/null +++ b/openbsd/dependencies/arts/distinfo @@ -0,0 +1,2 @@ +SHA256 (arts-R14.0.0.tar.bz2) = 6GQKPBPJrYB3MlEEWftUfwvKNAaOBGnG+0hmHIWIl4s= +SIZE (arts-R14.0.0.tar.bz2) = 764156 diff --git a/openbsd/dependencies/arts/pkg/DESCR b/openbsd/dependencies/arts/pkg/DESCR new file mode 100644 index 000000000..35deef070 --- /dev/null +++ b/openbsd/dependencies/arts/pkg/DESCR @@ -0,0 +1,11 @@ +arts (analog real-time synthesizer) is the sound system of TDE. + +The principle of arts is to create/process sound using small modules which do +certain tasks. These may be create a waveform (oscillators), play samples, +filter data, add signals, perform effects like delay/flanger/chorus, or +output the data to the soundcard. + +By connecting all those small modules together, you can perform complex +tasks like simulating a mixer, generating an instrument or things like +playing a wave file with some effects. + diff --git a/openbsd/dependencies/arts/pkg/PLIST b/openbsd/dependencies/arts/pkg/PLIST new file mode 100644 index 000000000..6ba7c62c7 --- /dev/null +++ b/openbsd/dependencies/arts/pkg/PLIST @@ -0,0 +1,158 @@ +@comment $OpenBSD$ +bin/ +bin/artsc-config +@bin bin/artscat +@bin bin/artsd +bin/artsdsp +@bin bin/artsplay +@bin bin/artsrec +@bin bin/artsshell +@bin bin/artswrapper +@bin bin/mcopidl +include/ +include/artsc/ +include/artsc/artsc.h +include/artsc/artsc_export.h +include/tde/ +include/tde/arts/ +include/tde/arts/anyref.h +include/tde/arts/arts_export.h +include/tde/arts/artsflow.h +include/tde/arts/artsflow.idl +include/tde/arts/artsversion.h +include/tde/arts/asyncstream.h +include/tde/arts/audioio.h +include/tde/arts/audiosubsys.h +include/tde/arts/buffer.h +include/tde/arts/bufferqueue.h +include/tde/arts/cache.h +include/tde/arts/cachedwav.h +include/tde/arts/common.h +include/tde/arts/connect.h +include/tde/arts/connection.h +include/tde/arts/convert.h +include/tde/arts/core.h +include/tde/arts/core.idl +include/tde/arts/cpuinfo.h +include/tde/arts/datapacket.h +include/tde/arts/debug.h +include/tde/arts/delayedreturn.h +include/tde/arts/dispatcher.h +include/tde/arts/dynamicrequest.h +include/tde/arts/dynamicskeleton.h +include/tde/arts/extensionloader.h +include/tde/arts/factory.h +include/tde/arts/fft.h +include/tde/arts/flowsystem.h +include/tde/arts/giomanager.h +include/tde/arts/gsl/ +include/tde/arts/gsl/gslcommon.h +include/tde/arts/gsl/gslconfig.h +include/tde/arts/gsl/gslconvert.h +include/tde/arts/gsl/gsldatacache.h +include/tde/arts/gsl/gsldatahandle-mad.h +include/tde/arts/gsl/gsldatahandle-vorbis.h +include/tde/arts/gsl/gsldatahandle.h +include/tde/arts/gsl/gsldatautils.h +include/tde/arts/gsl/gsldefs.h +include/tde/arts/gsl/gslengine.h +include/tde/arts/gsl/gslfft.h +include/tde/arts/gsl/gslfilter.h +include/tde/arts/gsl/gslieee754.h +include/tde/arts/gsl/gslloader.h +include/tde/arts/gsl/gslmagic.h +include/tde/arts/gsl/gslmath.h +include/tde/arts/gsl/gsloscillator.h +include/tde/arts/gsl/gslosctable.h +include/tde/arts/gsl/gslsignal.h +include/tde/arts/gsl/gslwavechunk.h +include/tde/arts/gsl/gslwaveosc.h +include/tde/arts/gslschedule.h +include/tde/arts/idlfilereg.h +include/tde/arts/ifacerepo_impl.h +include/tde/arts/iomanager.h +include/tde/arts/kmedia2.h +include/tde/arts/kmedia2.idl +include/tde/arts/mcopconfig.h +include/tde/arts/mcoputils.h +include/tde/arts/notification.h +include/tde/arts/object.h +include/tde/arts/objectmanager.h +include/tde/arts/pipebuffer.h +include/tde/arts/pool.h +include/tde/arts/qiomanager.h +include/tde/arts/reference.h +include/tde/arts/referenceclean.h +include/tde/arts/resample.h +include/tde/arts/socketconnection.h +include/tde/arts/soundserver.h +include/tde/arts/soundserver.idl +include/tde/arts/startupmanager.h +include/tde/arts/stdsynthmodule.h +include/tde/arts/synthschedule.h +include/tde/arts/tcpconnection.h +include/tde/arts/tcpserver.h +include/tde/arts/thread.h +include/tde/arts/type.h +include/tde/arts/unixconnection.h +include/tde/arts/unixserver.h +include/tde/arts/weakreference.h +lib/ +lib/libartsc.la +@lib lib/libartsc.so.${LIBartsc_VERSION} +lib/libartscbackend.la +@lib lib/libartscbackend.so.${LIBartscbackend_VERSION} +lib/libartsdsp.la +@lib lib/libartsdsp.so.${LIBartsdsp_VERSION} +lib/libartsdsp_st.la +@lib lib/libartsdsp_st.so.${LIBartsdsp_st_VERSION} +lib/libartsflow.la +@lib lib/libartsflow.so.${LIBartsflow_VERSION} +lib/libartsflow_idl.la +@lib lib/libartsflow_idl.so.${LIBartsflow_idl_VERSION} +lib/libartsgsl.a +lib/libartsgslplayobject.la +@lib lib/libartsgslplayobject.so.${LIBartsgslplayobject_VERSION} +lib/libartswavplayobject.la +@lib lib/libartswavplayobject.so.${LIBartswavplayobject_VERSION} +lib/libgmcop.la +@lib lib/libgmcop.so.${LIBgmcop_VERSION} +lib/libkmedia2.la +@lib lib/libkmedia2.so.${LIBkmedia2_VERSION} +lib/libkmedia2_idl.la +@lib lib/libkmedia2_idl.so.${LIBkmedia2_idl_VERSION} +lib/libmcop.la +@lib lib/libmcop.so.${LIBmcop_VERSION} +lib/libmcop_mt.la +@lib lib/libmcop_mt.so.${LIBmcop_mt_VERSION} +lib/libqtmcop.la +@lib lib/libqtmcop.so.${LIBqtmcop_VERSION} +lib/libsoundserver_idl.la +@lib lib/libsoundserver_idl.so.${LIBsoundserver_idl_VERSION} +lib/mcop/ +lib/mcop/Arts/ +lib/mcop/Arts/DataHandlePlay.mcopclass +lib/mcop/Arts/FileInputStream.mcopclass +lib/mcop/Arts/GSLPlayObject.mcopclass +lib/mcop/Arts/Synth_ADD.mcopclass +lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass +lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass +lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass +lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass +lib/mcop/Arts/Synth_FREQUENCY.mcopclass +lib/mcop/Arts/Synth_MUL.mcopclass +lib/mcop/Arts/Synth_MULTI_ADD.mcopclass +lib/mcop/Arts/Synth_PLAY.mcopclass +lib/mcop/Arts/Synth_PLAY_WAV.mcopclass +lib/mcop/Arts/Synth_RECORD.mcopclass +lib/mcop/Arts/Synth_WAVE_SIN.mcopclass +lib/mcop/Arts/WavPlayObject.mcopclass +lib/mcop/Arts/WaveDataHandle.mcopclass +lib/mcop/artsflow.mcopclass +lib/mcop/artsflow.mcoptype +lib/mcop/kmedia2.mcopclass +lib/mcop/kmedia2.mcoptype +lib/mcop/soundserver.mcopclass +lib/mcop/soundserver.mcoptype +lib/pkgconfig/ +lib/pkgconfig/arts.pc diff --git a/openbsd/dependencies/dbus-1-tqt/Makefile b/openbsd/dependencies/dbus-1-tqt/Makefile new file mode 100644 index 000000000..fdd1f0955 --- /dev/null +++ b/openbsd/dependencies/dbus-1-tqt/Makefile @@ -0,0 +1,36 @@ +.include + +PKGNAME= trinity-dbus_1_tqt-${VERSION} +VERSION= 0.9${PREVERSION} +PREVERSION= + +COMMENT= dbus TQT Interface +CATEGORIES= x11/trinity/dependencies +HOMEPAGE= http://www.trinitydesktop.org/ +MAINTAINER= François Andriot + +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/ +DISTNAME= dbus-1-tqt-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/dependencies/dbus-1-tqt + +PREFIX= ${TDE_PREFIX} + +BUILD_DEPENDS= devel/gmake \ + devel/cmake \ + x11/dbus \ + x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS= x11/dbus + +SHARED_LIBS += dbus-1-tqt 0.0 + + +do-configure: tde-cmake-rmbuild + ${TDE_CMAKE_CONFIGURE} + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include diff --git a/openbsd/dependencies/dbus-1-tqt/distinfo b/openbsd/dependencies/dbus-1-tqt/distinfo new file mode 100644 index 000000000..c3384227c --- /dev/null +++ b/openbsd/dependencies/dbus-1-tqt/distinfo @@ -0,0 +1,2 @@ +SHA256 (dbus-1-tqt-R14.0.0.tar.bz2) = +dVe44ez0TY66EnOV7vVur7ytA1k97RkFENAZ1th/GE= +SIZE (dbus-1-tqt-R14.0.0.tar.bz2) = 322742 diff --git a/openbsd/dependencies/dbus-1-tqt/pkg/DESCR b/openbsd/dependencies/dbus-1-tqt/pkg/DESCR new file mode 100644 index 000000000..ad7dc3c44 --- /dev/null +++ b/openbsd/dependencies/dbus-1-tqt/pkg/DESCR @@ -0,0 +1,2 @@ +Dbus TQT Interface + diff --git a/openbsd/dependencies/dbus-1-tqt/pkg/PLIST b/openbsd/dependencies/dbus-1-tqt/pkg/PLIST new file mode 100644 index 000000000..3bafee425 --- /dev/null +++ b/openbsd/dependencies/dbus-1-tqt/pkg/PLIST @@ -0,0 +1,23 @@ +@comment $OpenBSD$ +bin/ +@bin bin/dbusxml2qt3 +include/ +include/tde/ +include/tde/tqdbusconnection.h +include/tde/tqdbusdata.h +include/tde/tqdbusdataconverter.h +include/tde/tqdbusdatalist.h +include/tde/tqdbusdatamap.h +include/tde/tqdbuserror.h +include/tde/tqdbusmacros.h +include/tde/tqdbusmessage.h +include/tde/tqdbusobject.h +include/tde/tqdbusobjectpath.h +include/tde/tqdbusproxy.h +include/tde/tqdbusunixfd.h +include/tde/tqdbusvariant.h +lib/ +lib/libdbus-1-tqt.la +@lib lib/libdbus-1-tqt.so.${LIBdbus-1-tqt_VERSION} +lib/pkgconfig/ +lib/pkgconfig/dbus-1-tqt.pc diff --git a/openbsd/dependencies/dbus-tqt/Makefile b/openbsd/dependencies/dbus-tqt/Makefile new file mode 100644 index 000000000..493067689 --- /dev/null +++ b/openbsd/dependencies/dbus-tqt/Makefile @@ -0,0 +1,35 @@ +.include + +PKGNAME= trinity-dbus-tqt-${VERSION} +VERSION= 0.63${PREVERSION} +PREVERSION= + +COMMENT= Dbus TQT Interface +CATEGORIES= x11/trinity/dependencies +HOMEPAGE= http://www.trinitydesktop.org/ +MAINTAINER= François Andriot + +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/ +DISTNAME= dbus-tqt-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/dependencies/dbus-tqt + +PREFIX= ${TDE_PREFIX} + +BUILD_DEPENDS= devel/gmake \ + devel/cmake \ + x11/dbus \ + x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS= x11/dbus + +SHARED_LIBS += dbus-tqt-1 0.0 + +do-configure: tde-cmake-rmbuild + ${TDE_CMAKE_CONFIGURE} + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include diff --git a/openbsd/dependencies/dbus-tqt/distinfo b/openbsd/dependencies/dbus-tqt/distinfo new file mode 100644 index 000000000..c72cb2acd --- /dev/null +++ b/openbsd/dependencies/dbus-tqt/distinfo @@ -0,0 +1,2 @@ +SHA256 (dbus-tqt-R14.0.0.tar.bz2) = BSKIZlSrHkr3qbcoIacA7iV+/RJS12uUgT2XKRN6FrI= +SIZE (dbus-tqt-R14.0.0.tar.bz2) = 415818 diff --git a/openbsd/dependencies/dbus-tqt/pkg/DESCR b/openbsd/dependencies/dbus-tqt/pkg/DESCR new file mode 100644 index 000000000..ad7dc3c44 --- /dev/null +++ b/openbsd/dependencies/dbus-tqt/pkg/DESCR @@ -0,0 +1,2 @@ +Dbus TQT Interface + diff --git a/openbsd/dependencies/dbus-tqt/pkg/PLIST b/openbsd/dependencies/dbus-tqt/pkg/PLIST new file mode 100644 index 000000000..0cac13937 --- /dev/null +++ b/openbsd/dependencies/dbus-tqt/pkg/PLIST @@ -0,0 +1,14 @@ +@comment $OpenBSD$ +include/ +include/tde/ +include/tde/dbus-1.0/ +include/tde/dbus-1.0/dbus/ +include/tde/dbus-1.0/dbus/connection.h +include/tde/dbus-1.0/dbus/dbus-qt.h +include/tde/dbus-1.0/dbus/message.h +include/tde/dbus-1.0/dbus/server.h +lib/ +lib/libdbus-tqt-1.la +@lib lib/libdbus-tqt-1.so.${LIBdbus-tqt-1_VERSION} +lib/pkgconfig/ +lib/pkgconfig/dbus-tqt.pc diff --git a/openbsd/dependencies/libart-lgpl/Makefile b/openbsd/dependencies/libart-lgpl/Makefile new file mode 100644 index 000000000..233bc22e0 --- /dev/null +++ b/openbsd/dependencies/libart-lgpl/Makefile @@ -0,0 +1,28 @@ +.include + +PKGNAME= trinity-libart-lgpl-${VERSION} +VERSION= 2.3.22${PREVERSION} +PREVERSION= + +COMMENT= Library of functions for 2D graphics +CATEGORIES= x11/trinity/dependencies +HOMEPAGE= http://www.trinitydesktop.org/ +MAINTAINER= François Andriot + +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/ +DISTNAME= libart-lgpl-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/dependencies/libart-lgpl + +PREFIX= ${TDE_PREFIX} + +SHARED_LIBS += art_lgpl_2 5.21 + +CONFIGURE_STYLE ?= autoconf +AUTOCONF_VERSION ?= 2.69 +USE_GMAKE ?= Yes +CONFIGURE_ARGS += --disable-dependency-tracking + +SHARED_ONLY = Yes + +.include diff --git a/openbsd/dependencies/libart-lgpl/distinfo b/openbsd/dependencies/libart-lgpl/distinfo new file mode 100644 index 000000000..e7919b8df --- /dev/null +++ b/openbsd/dependencies/libart-lgpl/distinfo @@ -0,0 +1,2 @@ +SHA256 (libart-lgpl-R14.0.0.tar.bz2) = CxlK5LNQg8hB8FwCOLk7lsMfZPtMZxdtsfxbGNF88CQ= +SIZE (libart-lgpl-R14.0.0.tar.bz2) = 329773 diff --git a/openbsd/dependencies/libart-lgpl/pkg/DESCR b/openbsd/dependencies/libart-lgpl/pkg/DESCR new file mode 100644 index 000000000..768b7a9f8 --- /dev/null +++ b/openbsd/dependencies/libart-lgpl/pkg/DESCR @@ -0,0 +1,5 @@ +A library of functions for 2D graphics supporting a superset of the +PostScript imaging model, designed to be integrated with graphics, artwork, +and illustration programs. It is written in optimized C, and is fully +compatible with C++. With a small footprint of 10,000 lines of code, it is +especially suitable for embedded applications. diff --git a/openbsd/dependencies/libart-lgpl/pkg/PLIST b/openbsd/dependencies/libart-lgpl/pkg/PLIST new file mode 100644 index 000000000..b9183322d --- /dev/null +++ b/openbsd/dependencies/libart-lgpl/pkg/PLIST @@ -0,0 +1,56 @@ +@comment $OpenBSD$ +bin/ +bin/libart2-config +include/ +include/libart-2.0/ +include/libart-2.0/libart_lgpl/ +include/libart-2.0/libart_lgpl/art_affine.h +include/libart-2.0/libart_lgpl/art_alphagamma.h +include/libart-2.0/libart_lgpl/art_bpath.h +include/libart-2.0/libart_lgpl/art_config.h +include/libart-2.0/libart_lgpl/art_filterlevel.h +include/libart-2.0/libart_lgpl/art_gray_svp.h +include/libart-2.0/libart_lgpl/art_misc.h +include/libart-2.0/libart_lgpl/art_pathcode.h +include/libart-2.0/libart_lgpl/art_pixbuf.h +include/libart-2.0/libart_lgpl/art_point.h +include/libart-2.0/libart_lgpl/art_rect.h +include/libart-2.0/libart_lgpl/art_rect_svp.h +include/libart-2.0/libart_lgpl/art_rect_uta.h +include/libart-2.0/libart_lgpl/art_render.h +include/libart-2.0/libart_lgpl/art_render_gradient.h +include/libart-2.0/libart_lgpl/art_render_mask.h +include/libart-2.0/libart_lgpl/art_render_svp.h +include/libart-2.0/libart_lgpl/art_rgb.h +include/libart-2.0/libart_lgpl/art_rgb_a_affine.h +include/libart-2.0/libart_lgpl/art_rgb_affine.h +include/libart-2.0/libart_lgpl/art_rgb_bitmap_affine.h +include/libart-2.0/libart_lgpl/art_rgb_pixbuf_affine.h +include/libart-2.0/libart_lgpl/art_rgb_rgba_affine.h +include/libart-2.0/libart_lgpl/art_rgb_svp.h +include/libart-2.0/libart_lgpl/art_rgba.h +include/libart-2.0/libart_lgpl/art_svp.h +include/libart-2.0/libart_lgpl/art_svp_intersect.h +include/libart-2.0/libart_lgpl/art_svp_ops.h +include/libart-2.0/libart_lgpl/art_svp_point.h +include/libart-2.0/libart_lgpl/art_svp_render_aa.h +include/libart-2.0/libart_lgpl/art_svp_vpath.h +include/libart-2.0/libart_lgpl/art_svp_vpath_stroke.h +include/libart-2.0/libart_lgpl/art_svp_wind.h +include/libart-2.0/libart_lgpl/art_uta.h +include/libart-2.0/libart_lgpl/art_uta_ops.h +include/libart-2.0/libart_lgpl/art_uta_rect.h +include/libart-2.0/libart_lgpl/art_uta_svp.h +include/libart-2.0/libart_lgpl/art_uta_vpath.h +include/libart-2.0/libart_lgpl/art_vpath.h +include/libart-2.0/libart_lgpl/art_vpath_bpath.h +include/libart-2.0/libart_lgpl/art_vpath_dash.h +include/libart-2.0/libart_lgpl/art_vpath_svp.h +include/libart-2.0/libart_lgpl/libart-features.h +include/libart-2.0/libart_lgpl/libart.h +lib/ +lib/libart_lgpl_2.a +lib/libart_lgpl_2.la +@lib lib/libart_lgpl_2.so.${LIBart_lgpl_2_VERSION} +lib/pkgconfig/ +lib/pkgconfig/libart-2.0.pc diff --git a/openbsd/dependencies/tqt3/Makefile b/openbsd/dependencies/tqt3/Makefile new file mode 100644 index 000000000..74b624a1a --- /dev/null +++ b/openbsd/dependencies/tqt3/Makefile @@ -0,0 +1,281 @@ +.include + +PKGNAME= trinity-tqt3-${VERSION} +VERSION= 3.5.0${PREVERSION} +PREVERSION= + +COMMENT= C++ X11 GUI toolkit +CATEGORIES= x11/trinity/dependencies +HOMEPAGE= http://www.trinitydesktop.org/ +MAINTAINER= François Andriot + +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/ +DISTNAME= tqt3-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/dependencies/tqt3 + +PREFIX= ${LOCALBASE} + +SHARED_LIBS += tqtdesignercore 1.0 +SHARED_LIBS += tqteditor 1.0 +SHARED_LIBS += tqassistantclient 1.0 +SHARED_LIBS += tqt-mt 35.0 +SHARED_LIBS += tqui 1.0 + +PROGRAMS3=designer findtr moc qt20fix qtrename140 uic +PROGRAMS=assistant linguist lrelease lupdate qm2ts qmake qtconfig + +# XXX be sure to update the yqt3.port.mk version after a qt bump. +QT_PLUGINS= plugins-${LIBtqt-mt_VERSION:R} + +FLAVORS=debug +FLAVOR?= + +# GPL/QPL +PERMIT_PACKAGE_CDROM= Yes + +# For qsettings to write its setup +PORTHOME= ${WRKDIST} + +LIB_DEPENDS= graphics/png \ + graphics/libmng + +WANTLIB= GL GLU ICE SM X11>=10 Xcursor Xext Xft Xi Xinerama \ + Xmu png mng \ + Xrandr Xrender fontconfig freetype jpeg lcms m stdc++ z + +BUILD_DEPENDS= print/cups,-libs \ + devel/gmake + + +MULTI_PACKAGES+=-main -html -mysql -postgresql -sqlite2 + + +# DEBUG flavor +.if ${FLAVOR:Mdebug} +CONFIGURE_ARGS+=-debug +PKGDEBUG=-debug +.else +PKGDEBUG= +.endif + +.include + + +# MAIN package +PKGNAME-main= trinity-tqt3-mt-${VERSION} +REVISION-main= 1 +COMMENT-main= C++ X11 GUI toolkit +WANTLIB-main= ${WANTLIB} pthread c + + +# MYSQL package +PKGNAME-mysql= trinity-tqt3-mysql-${VERSION} +REVISION-mysql= 1 +COMMENT-mysql= MySQL plugin for tqt3 +.if ${BUILD_PACKAGES:M-mysql} +CONFIGURE_ARGS+= -I${LOCALBASE}/include/mysql -L${LOCALBASE}/lib/mysql -plugin-sql-mysql +.else +CONFIGURE_ARGS+=-no-sql-mysql +.endif +LIB_DEPENDS-mysql= ${LIB_DEPENDS} ${BUILD_PKGPATH} databases/mariadb +WANTLIB-mysql= ${WANTLIB} mysqlclient tqt-mt + + +# POSTGRESQL package +PKGNAME-postgresql= trinity-tqt3-postgresql-${VERSION} +REVISION-postgresql= 1 +COMMENT-postgresql= PostgresSQL plugin for tqt3 +.if ${BUILD_PACKAGES:M-postgresql} +BUILD_DEPENDS+=databases/postgresql,-server +CONFIGURE_ARGS+= -I${LOCALBASE}/include/postgresql \ + -I${LOCALBASE}/include/postgresql/server \ + -L${LOCALBASE}/lib \ + -I${LOCALBASE}/include -plugin-sql-psql +.else +CONFIGURE_ARGS+=-no-sql-psql +.endif +LIB_DEPENDS-postgresql= ${LIB_DEPENDS} ${BUILD_PKGPATH} databases/postgresql +WANTLIB-postgresql= ${WANTLIB} pq + + +# SQLITE2 package +PKGNAME-sqlite2= trinity-tqt3-sqlite2-${VERSION} +REVISION-sqlite2= 1 +COMMENT-sqlite2= sqlite2 plugin for tqt3 +.if ${BUILD_PACKAGES:M-sqlite2} +CONFIGURE_ARGS+= -plugin-sql-sqlite +.else +CONFIGURE_ARGS+=-no-sql-sqlite +.endif +LIB_DEPENDS-sqlite2= ${LIB_DEPENDS} ${BUILD_PKGPATH} databases/sqlite +WANTLIB-sqlite2= ${WANTLIB} sqlite + + +# HTML package +COMMENT-html= off-line html documentation for tqt3 +FULLPKGNAME-html= trinity-tqt3-html-${VERSION} +FULLPKGPATH-html= x11/trinity/tqt3,-html +REVISION-html= 1 +LIB_DEPENDS-html= +WANTLIB-html= +PKG_ARCH-html= * + + +# for manpages in MESSAGE +SUBST_VARS= QT_PLUGINS + +DOCS= FAQ LICENSE.GPL2 LICENSE.GPL3 README README-QT.TXT \ + changes-3* \ + README.immodule changes.immodule + +NO_TEST= Yes + +# Build options. +USE_GROFF = Yes +MAKE_ENV= QTDIR="${WRKDIST}" \ + PATH="${WRKDIST}/bin:${PATH}" \ + EXTRA_SAMPLES="${EXTRA_SAMPLES}" \ + SYS_CXX="${CXX}" \ + SYS_CXXFLAGS="${CXXFLAGS}" \ + LD_LIBRARY_PATH="${WRKDIST}/lib" + +MAKE_FLAGS= DESIGNER_SUBDIR=dummy \ + LIBtqt-mt_VERSION=$(LIBtqt-mt_VERSION) \ + LIBtqui_VERSION=$(LIBtqui_VERSION) \ + LIBtqteditor_VERSION=$(LIBtqteditor_VERSION) \ + LIBtqassistantclient_VERSION=$(LIBtqassistantclient_VERSION) \ + LIBtqtdesignercore_VERSION=$(LIBtqtdesignercore_VERSION) + +GMAKE= cd ${WRKDIST} && gmake ${MAKE_ENV} ${MAKE_FLAGS} + +# Configuration step. +CONFIGURE_ENV= QTDIR="${WRKSRC}" \ + PATH=${WRKDIST}/bin:${PATH}; \ + LD_LIBRARY_PATH="${WRKDIST}/lib" + +post-patch: + # fix variables in 'qmake.conf' + gsed -i "${WRKDIST}/mkspecs/"*"/qmake.conf" \ + -e "s|^QMAKE_INCDIR_QT.*|QMAKE_INCDIR_QT = /usr/local/include/tqt3|" \ + -e "s|\$\(QTDIR\)|${LOCALBASE}|g" \ + -e "s|-lqt|-ltqt|g" \ + -e "s|^QMAKE_CFLAGS =.*|QMAKE_CFLAGS = ${CXXFLAGS}|" \ + -e "s|^QMAKE_INCDIR =.*|QMAKE_INCDIR = ${LOCALBASE}/include|" \ + -e "s|^QMAKE_LIBDIR =.*|QMAKE_LIBDIR = ${LOCALBASE}/lib|" \ + -e "s|^QMAKE_RPATH = .*|QMAKE_RPATH =|" \ + -e "s|^QMAKE_STRIP =.*|QMAKE_STRIP =|" \ + -e "s|^QMAKE_STRIPFLAGS_LIB +=.*|QMAKE_STRIPFLAGS_LIB +=|" \ + -e "s|^QMAKE_MOC =.*|QMAKE_MOC = ${LOCALBASE}/bin/tqmoc|" \ + -e "s|^QMAKE_UIC =.*|QMAKE_UIC = ${LOCALBASE}/bin/tquic|" \ + -e "s|^QMAKE_INCDIR_QT =.*|QMAKE_INCDIR_QT = ${LOCALBASE}/include/tqt3|" \ + -e "s|^QMAKE_LIBDIR_QT =.*|QMAKE_LIBDIR_QT = ${LOCALBASE}/lib|" + gsed -i "${WRKDIST}/mkspecs/openbsd-g++/qmake.conf" \ + -e "s|^QMAKE_LFLAGS_SONAME =.*|QMAKE_LFLAGS_SONAME =|" \ + -e "s|^CONFIG += qt warn_on release link_prl|CONFIG += qt warn_on release link_prl thread|" + gsed -i "${WRKDIST}/src/kernel/ntqstyle.h" \ + -e "s|#ifdef ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY|#if 1|" + echo "QMAKE_OPENBSD_SHLIBS = 1" >>"${WRKDIST}/mkspecs/openbsd-g++/qmake.conf" + +do-configure: + cd ${WRKDIST} && echo yes | ./configure \ + ${CONFIGURE_ARGS} \ + -I${X11BASE}/include/freetype2 \ + -I${LOCALBASE}/include \ + -L${WRKSRC}/lib \ + -L${LOCALBASE}/lib \ + \ + -prefix "${LOCALBASE}" \ + -headerdir "${LOCALBASE}/include/tqt3" \ + -libdir "${LOCALBASE}/lib" \ + -plugindir "${LOCALBASE}/lib/tqt3/plugins" \ + -datadir "${LOCALBASE}/share/tqt3" \ + -docdir "${LOCALBASE}/share/doc/tqt3" \ + -translationdir "${LOCALBASE}/share/tqt3/translations" \ + -sysconfdir "/etc/tqt3" \ + \ + -thread \ + -shared \ + -fast \ + -no-exceptions \ + -platform openbsd-g++ \ + \ + -no-pch \ + -cups \ + -stl \ + -ipv6 \ + \ + -sm \ + -xshape \ + -xinerama \ + -xcursor \ + -xrandr \ + -xrender \ + -xft \ + -tablet \ + -xkb \ + \ + -system-zlib \ + -system-libpng \ + -system-libmng \ + -system-libjpeg \ + -no-nas-sound \ + \ + -enable-opengl \ + -dlopen-opengl \ + \ + -qt-gif \ + -qt-imgfmt-mng \ + -qt-imgfmt-png \ + -qt-imgfmt-jpeg \ + -plugin-imgfmt-mng \ + \ + -no-sql-odbc \ + -no-sql-ibase \ + -no-sql-sqlite3 \ + \ + -lfontconfig \ + -inputmethod \ + -glibmainloop \ + -v + + +# Build step. +do-build: + # proceed + ${GMAKE} sub-src sub-plugins sub-tools + + # build tqtconv2ui + ${GMAKE} -C tools/designer/tools/tqtconv2ui + + # build tqvfb + ${GMAKE} -C tools/tqvfb + + # fix .prl files + gsed -i ${WRKDIST}/lib/*.prl -e "s|${WRKDIST}|${LOCALBASE}/share/tqt3|g" + + +# Installation step. +pre-install: + # Clean up patch residual files + find ${WRKDIST} -name "*.orig" | xargs rm -f + +do-install: + # Installs 'libtqt-mt.so.3' library + ${GMAKE} -C src INSTALL_ROOT=${WRKINST} install_target + + # Installs all the remaining + ${GMAKE} INSTALL_ROOT=${WRKINST} install + ${GMAKE} INSTALL_ROOT=${WRKINST} plugins-install + + install -m755 ${WRKDIST}/bin/tqtrename140 ${WRKINST}${LOCALBASE}/bin + install -m755 ${WRKDIST}/bin/tqt20fix ${WRKINST}${LOCALBASE}/bin + install -m755 ${WRKDIST}/bin/tqtfindtr ${WRKINST}${LOCALBASE}/bin + + # install tqtconv2ui + install -m755 ${WRKDIST}/bin/tqtconv2ui ${WRKINST}${LOCALBASE}/bin/tqtconv2ui + + # install tqvfb + install -m755 ${WRKDIST}/tools/tqvfb/tqvfb ${WRKINST}${LOCALBASE}/bin/tqvfb + +.include diff --git a/openbsd/dependencies/tqt3/distinfo b/openbsd/dependencies/tqt3/distinfo new file mode 100644 index 000000000..d5fa99811 --- /dev/null +++ b/openbsd/dependencies/tqt3/distinfo @@ -0,0 +1,2 @@ +SHA256 (tqt3-R14.0.0.tar.bz2) = wEkNfX7dkL7wbMJIgMp+A687XJEOsf4HeiqHblpkPnM= +SIZE (tqt3-R14.0.0.tar.bz2) = 14427264 diff --git a/openbsd/dependencies/tqt3/pkg/DESCR-html b/openbsd/dependencies/tqt3/pkg/DESCR-html new file mode 100644 index 000000000..af0bc40c9 --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/DESCR-html @@ -0,0 +1 @@ +This is an off-line copy of the tqt3 documentation diff --git a/openbsd/dependencies/tqt3/pkg/DESCR-main b/openbsd/dependencies/tqt3/pkg/DESCR-main new file mode 100644 index 000000000..5429508ed --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/DESCR-main @@ -0,0 +1,29 @@ +TQt is a toolkit for building a GUI for X in C++. +There are some user documentation files in ${TQT_DOC}, but +the main documentation is in the qt3-html package, +or on the web. + +There are database plugins: tqt3-mysql and tqt3-postgresql. + +People who want to use tqt3 to compile applications outside the ports tree +should note that tqt3's installation conforms to OpenBSD habits, not +TrollTech's recommendations. +Accordingly: +- libs are separated from includes. +- moc is installed as ${PREFIX}/bin/moc3, in order not to conflict + with other qt versions. +- uic is installed as ${PREFIX}/bin/uic3 + +Generally, it's just a question of invoking + +env MOC=moc3 UIC=uic3 configure --with-qt-includes=${PREFIX}/include/X11/qt3 + --with-qt-libraries=${PREFIX}/lib/tqt3 + +Or to force MOC/UIC in your make/gmake invocation: +make MOC=moc3 UIC=uic3 +will override the Makefile contents. + +Warning: the tqt3 library also appears under ${PREFIX}/lib, but you +*must* make sure your application sees ${PREFIX}/lib/tqt3 *first*, because +${PREFIX}/lib may also contain a later incarnation of Qt, in which case +the linker will pick up the most recent library. diff --git a/openbsd/dependencies/tqt3/pkg/DESCR-mysql b/openbsd/dependencies/tqt3/pkg/DESCR-mysql new file mode 100644 index 000000000..035954149 --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/DESCR-mysql @@ -0,0 +1 @@ +database plugin (MySQL) for tqt3. diff --git a/openbsd/dependencies/tqt3/pkg/DESCR-postgresql b/openbsd/dependencies/tqt3/pkg/DESCR-postgresql new file mode 100644 index 000000000..fd910aa60 --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/DESCR-postgresql @@ -0,0 +1 @@ +database plugin (PostgreSQL) for tqt3 diff --git a/openbsd/dependencies/tqt3/pkg/DESCR-sqlite2 b/openbsd/dependencies/tqt3/pkg/DESCR-sqlite2 new file mode 100644 index 000000000..5fffea6f6 --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/DESCR-sqlite2 @@ -0,0 +1,3 @@ +database plugin (sqlite2) for tqt3. +There is no sqlite3 plugin for tqt3. +The sqlite2 plugin can be used by kphotoalbum. diff --git a/openbsd/dependencies/tqt3/pkg/PFRAG.shared-main b/openbsd/dependencies/tqt3/pkg/PFRAG.shared-main new file mode 100644 index 000000000..664e99914 --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/PFRAG.shared-main @@ -0,0 +1,20 @@ +@comment $OpenBSD$ +@lib lib/libtqassistantclient.so.${LIBtqassistantclient_VERSION} +@lib lib/libtqt-mt.so.${LIBtqt-mt_VERSION} +@lib lib/libtqtdesignercore.so.${LIBtqtdesignercore_VERSION} +@lib lib/libtqteditor.so.${LIBtqteditor_VERSION} +@lib lib/libtqui.so.${LIBtqui_VERSION} +lib/tqt3/plugins/designer/libcppeditor.so +lib/tqt3/plugins/designer/libdlgplugin.so +lib/tqt3/plugins/designer/libgladeplugin.so +lib/tqt3/plugins/designer/libkdevdlgplugin.so +lib/tqt3/plugins/designer/librcplugin.so +lib/tqt3/plugins/designer/libwizards.so +lib/tqt3/plugins/imageformats/libqmng.so +lib/tqt3/plugins/inputmethods/libqimsw-multi.so +lib/tqt3/plugins/inputmethods/libqimsw-none.so +lib/tqt3/plugins/inputmethods/libqsimple.so +lib/tqt3/plugins/inputmethods/libqxim.so +lib/tqt3/plugins/sqldrivers/libqsqlite.so +lib/tqt3/plugins/sqldrivers/libqsqlmysql.so +lib/tqt3/plugins/sqldrivers/libqsqlpsql.so diff --git a/openbsd/dependencies/tqt3/pkg/PLIST-html b/openbsd/dependencies/tqt3/pkg/PLIST-html new file mode 100644 index 000000000..93c2e4b5d --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/PLIST-html @@ -0,0 +1,1933 @@ +share/doc/tqt3/ +share/doc/tqt3/html/ +share/doc/tqt3/html/3rdparty.html +share/doc/tqt3/html/aboutntqt.html +share/doc/tqt3/html/abstract-connections.png +share/doc/tqt3/html/abstractwidgets.html +share/doc/tqt3/html/accelerators.html +share/doc/tqt3/html/aclock-example.html +share/doc/tqt3/html/activentqt.html +share/doc/tqt3/html/activeqt-dotnet.html +share/doc/tqt3/html/activeqt-examples.html +share/doc/tqt3/html/activeqt-tools-dumpdoc.html +share/doc/tqt3/html/activeqt-tools-idc.html +share/doc/tqt3/html/activeqt-tools-testcon.html +share/doc/tqt3/html/activeqt-tools.html +share/doc/tqt3/html/addressbook-example.html +share/doc/tqt3/html/advanced.html +share/doc/tqt3/html/annotated.html +share/doc/tqt3/html/appearance.html +share/doc/tqt3/html/appicon.html +share/doc/tqt3/html/application.html +share/doc/tqt3/html/archivesearch-example.html +share/doc/tqt3/html/assistant-1.html +share/doc/tqt3/html/assistant-2.html +share/doc/tqt3/html/assistant-3.html +share/doc/tqt3/html/assistant-4.html +share/doc/tqt3/html/assistant-5.html +share/doc/tqt3/html/assistant-6.html +share/doc/tqt3/html/assistant.dcf +share/doc/tqt3/html/assistant.html +share/doc/tqt3/html/assistant.png +share/doc/tqt3/html/basic.html +share/doc/tqt3/html/bearings.png +share/doc/tqt3/html/biff-example.html +share/doc/tqt3/html/bigtable-example.html +share/doc/tqt3/html/book-dialog.png +share/doc/tqt3/html/book-main.png +share/doc/tqt3/html/brush-styles.png +share/doc/tqt3/html/bughowto.html +share/doc/tqt3/html/buttongroup-w.png +share/doc/tqt3/html/buttongroups-example.html +share/doc/tqt3/html/canvas-chart-example.html +share/doc/tqt3/html/canvas-example.html +share/doc/tqt3/html/canvas.html +share/doc/tqt3/html/chart-canvastext-h.html +share/doc/tqt3/html/chart-canvasview-cpp.html +share/doc/tqt3/html/chart-canvasview-h.html +share/doc/tqt3/html/chart-chart-pro.html +share/doc/tqt3/html/chart-chartform-cpp.html +share/doc/tqt3/html/chart-chartform-h.html +share/doc/tqt3/html/chart-chartform_canvas-cpp.html +share/doc/tqt3/html/chart-chartform_files-cpp.html +share/doc/tqt3/html/chart-element-cpp.html +share/doc/tqt3/html/chart-element-h.html +share/doc/tqt3/html/chart-forms.png +share/doc/tqt3/html/chart-main-cpp.html +share/doc/tqt3/html/chart-main.png +share/doc/tqt3/html/chart-main2.png +share/doc/tqt3/html/chart-options.png +share/doc/tqt3/html/chart-optionsform-cpp.html +share/doc/tqt3/html/chart-optionsform-h.html +share/doc/tqt3/html/chart-setdata.png +share/doc/tqt3/html/chart-setdataform-cpp.html +share/doc/tqt3/html/chart-setdataform-h.html +share/doc/tqt3/html/checklists-example.html +share/doc/tqt3/html/classchart.html +share/doc/tqt3/html/classes.html +share/doc/tqt3/html/clientserver-example.html +share/doc/tqt3/html/collection.html +share/doc/tqt3/html/commercialeditions.html +share/doc/tqt3/html/commonproblems.html +share/doc/tqt3/html/concrete-connections.png +share/doc/tqt3/html/coordsys.html +share/doc/tqt3/html/coordsys.png +share/doc/tqt3/html/credits.html +share/doc/tqt3/html/cursor-example.html +share/doc/tqt3/html/cursors.png +share/doc/tqt3/html/customlayout-example.html +share/doc/tqt3/html/customlayout.html +share/doc/tqt3/html/customstyles.html +share/doc/tqt3/html/database.html +share/doc/tqt3/html/databaseconnections.png +share/doc/tqt3/html/datastreamformat.html +share/doc/tqt3/html/datetimewidgets.png +share/doc/tqt3/html/dclock-example.html +share/doc/tqt3/html/debug.html +share/doc/tqt3/html/demo-example.html +share/doc/tqt3/html/dependencies.png +share/doc/tqt3/html/designer-manual-1.html +share/doc/tqt3/html/designer-manual-10.html +share/doc/tqt3/html/designer-manual-11.html +share/doc/tqt3/html/designer-manual-12.html +share/doc/tqt3/html/designer-manual-13.html +share/doc/tqt3/html/designer-manual-14.html +share/doc/tqt3/html/designer-manual-15.html +share/doc/tqt3/html/designer-manual-16.html +share/doc/tqt3/html/designer-manual-2.html +share/doc/tqt3/html/designer-manual-3.html +share/doc/tqt3/html/designer-manual-4.html +share/doc/tqt3/html/designer-manual-5.html +share/doc/tqt3/html/designer-manual-6.html +share/doc/tqt3/html/designer-manual-7.html +share/doc/tqt3/html/designer-manual-8.html +share/doc/tqt3/html/designer-manual-9.html +share/doc/tqt3/html/designer-manual.html +share/doc/tqt3/html/designer.dcf +share/doc/tqt3/html/designer1.jpg +share/doc/tqt3/html/designer2.jpg +share/doc/tqt3/html/designer3.jpg +share/doc/tqt3/html/desktop-example.html +share/doc/tqt3/html/dialog1addwidg.png +share/doc/tqt3/html/dialog1layout1.png +share/doc/tqt3/html/dialog1layout2.png +share/doc/tqt3/html/dialog1selewidg.png +share/doc/tqt3/html/dialog1selewidg1.png +share/doc/tqt3/html/dialog1tab.png +share/doc/tqt3/html/dialog2laywidg.png +share/doc/tqt3/html/dialog2sample.png +share/doc/tqt3/html/dialog2setwidg.png +share/doc/tqt3/html/dialog3buttons.png +share/doc/tqt3/html/dialog3clipgrp.png +share/doc/tqt3/html/dialog3grpbox.png +share/doc/tqt3/html/dialog3layclip.png +share/doc/tqt3/html/dialog3layout.png +share/doc/tqt3/html/dialog3sample.png +share/doc/tqt3/html/dialogs.html +share/doc/tqt3/html/dirview-example.html +share/doc/tqt3/html/distributingntqt.html +share/doc/tqt3/html/distributor-example.html +share/doc/tqt3/html/dnd.html +share/doc/tqt3/html/docwindow.png +share/doc/tqt3/html/doneandnext.png +share/doc/tqt3/html/draganddrop.html +share/doc/tqt3/html/dragdrop-example.html +share/doc/tqt3/html/drawdemo-example.html +share/doc/tqt3/html/drawlines-example.html +share/doc/tqt3/html/edit-dbtable-dialog.png +share/doc/tqt3/html/editcopy.png +share/doc/tqt3/html/editcut.png +share/doc/tqt3/html/editfind.png +share/doc/tqt3/html/editions.html +share/doc/tqt3/html/editpaste.png +share/doc/tqt3/html/editredo.png +share/doc/tqt3/html/editundo.png +share/doc/tqt3/html/emb-accel.html +share/doc/tqt3/html/emb-charinput.html +share/doc/tqt3/html/emb-classes.html +share/doc/tqt3/html/emb-envvars.html +share/doc/tqt3/html/emb-features.html +share/doc/tqt3/html/emb-fonts.html +share/doc/tqt3/html/emb-framebuffer-howto.html +share/doc/tqt3/html/emb-install.html +share/doc/tqt3/html/emb-performance.html +share/doc/tqt3/html/emb-pointer.html +share/doc/tqt3/html/emb-porting.html +share/doc/tqt3/html/emb-running.html +share/doc/tqt3/html/emb-tqvfb.html +share/doc/tqt3/html/emb-vnc.html +share/doc/tqt3/html/embedporting.html +share/doc/tqt3/html/environment.html +share/doc/tqt3/html/events.html +share/doc/tqt3/html/eventsandfilters.html +share/doc/tqt3/html/examples.html +share/doc/tqt3/html/extension-dialog-example.html +share/doc/tqt3/html/faq.html +share/doc/tqt3/html/filechooser.png +share/doc/tqt3/html/fileiconview-example.html +share/doc/tqt3/html/fileopen.png +share/doc/tqt3/html/fileprint.png +share/doc/tqt3/html/filesave.png +share/doc/tqt3/html/finddialog.png +share/doc/tqt3/html/focus.html +share/doc/tqt3/html/forever-example.html +share/doc/tqt3/html/frames.png +share/doc/tqt3/html/ftpclient-example.html +share/doc/tqt3/html/functions.html +share/doc/tqt3/html/general.png +share/doc/tqt3/html/geomanagement.html +share/doc/tqt3/html/geometry.html +share/doc/tqt3/html/geometry.png +share/doc/tqt3/html/gpl.html +share/doc/tqt3/html/graph.g1n +share/doc/tqt3/html/grapher-nsplugin-example.html +share/doc/tqt3/html/graphics.html +share/doc/tqt3/html/gridlayout.png +share/doc/tqt3/html/groupbox-w.png +share/doc/tqt3/html/groups.html +share/doc/tqt3/html/guibooks.html +share/doc/tqt3/html/headerfilesynonyms +share/doc/tqt3/html/headers.html +share/doc/tqt3/html/hello-example.html +share/doc/tqt3/html/helpsystem-example.html +share/doc/tqt3/html/helpsystem.html +share/doc/tqt3/html/helpviewer-example.html +share/doc/tqt3/html/hierarchy.html +share/doc/tqt3/html/how-to-learn-ntqt.html +share/doc/tqt3/html/httpd-example.html +share/doc/tqt3/html/i18n-example.html +share/doc/tqt3/html/i18n.html +share/doc/tqt3/html/iconset.png +share/doc/tqt3/html/iconview-example.html +share/doc/tqt3/html/iconview-simple_dd-main-cpp.html +share/doc/tqt3/html/iconview-simple_dd-main-h.html +share/doc/tqt3/html/iconview.html +share/doc/tqt3/html/images.html +share/doc/tqt3/html/index +share/doc/tqt3/html/index.html +share/doc/tqt3/html/inputdialogs.png +share/doc/tqt3/html/install-mac.html +share/doc/tqt3/html/install-win.html +share/doc/tqt3/html/install-x11.html +share/doc/tqt3/html/installation.html +share/doc/tqt3/html/integration.html +share/doc/tqt3/html/io.html +share/doc/tqt3/html/keyfeatures30.html +share/doc/tqt3/html/layout-example.html +share/doc/tqt3/html/layout.html +share/doc/tqt3/html/layout1.png +share/doc/tqt3/html/layout2.png +share/doc/tqt3/html/license.html +share/doc/tqt3/html/licenses.html +share/doc/tqt3/html/life-example.html +share/doc/tqt3/html/lineedits-example.html +share/doc/tqt3/html/linguist-manual-1.html +share/doc/tqt3/html/linguist-manual-2.html +share/doc/tqt3/html/linguist-manual-3.html +share/doc/tqt3/html/linguist-manual-4.html +share/doc/tqt3/html/linguist-manual.html +share/doc/tqt3/html/linguist.dcf +share/doc/tqt3/html/linguist.png +share/doc/tqt3/html/listbox-example.html +share/doc/tqt3/html/listboxcombo-example.html +share/doc/tqt3/html/listviews-example.html +share/doc/tqt3/html/logo32.png +share/doc/tqt3/html/mac-differences.html +share/doc/tqt3/html/mail-example.html +share/doc/tqt3/html/mainclasses.html +share/doc/tqt3/html/mainwindow-w.png +share/doc/tqt3/html/maketqpf.html +share/doc/tqt3/html/mdi-example.html +share/doc/tqt3/html/menu-example.html +share/doc/tqt3/html/menubar.png +share/doc/tqt3/html/metaobjects.html +share/doc/tqt3/html/misc.html +share/doc/tqt3/html/moc.html +share/doc/tqt3/html/modules.html +share/doc/tqt3/html/motif-customwidget-example.html +share/doc/tqt3/html/motif-dialog-example.html +share/doc/tqt3/html/motif-examples.html +share/doc/tqt3/html/motif-extension.html +share/doc/tqt3/html/motif-todo.png +share/doc/tqt3/html/motif-walkthrough-1.html +share/doc/tqt3/html/motif-walkthrough-10.html +share/doc/tqt3/html/motif-walkthrough-2.html +share/doc/tqt3/html/motif-walkthrough-3.html +share/doc/tqt3/html/motif-walkthrough-4.html +share/doc/tqt3/html/motif-walkthrough-5.html +share/doc/tqt3/html/motif-walkthrough-6.html +share/doc/tqt3/html/motif-walkthrough-7.html +share/doc/tqt3/html/motif-walkthrough-8.html +share/doc/tqt3/html/motif-walkthrough-9.html +share/doc/tqt3/html/motif-walkthrough.html +share/doc/tqt3/html/movies-example.html +share/doc/tqt3/html/multimedia.html +share/doc/tqt3/html/mw-addmainwidg.png +share/doc/tqt3/html/mw-coloriconv.png +share/doc/tqt3/html/mw-colortable.png +share/doc/tqt3/html/mw-colortool1.png +share/doc/tqt3/html/mw-colortool2.png +share/doc/tqt3/html/mw-conn1.png +share/doc/tqt3/html/mw-conn2.png +share/doc/tqt3/html/mw-conn3.png +share/doc/tqt3/html/mw-conn4.png +share/doc/tqt3/html/mw-dragaction.png +share/doc/tqt3/html/mw-dragviewitem.png +share/doc/tqt3/html/mw-editforw.png +share/doc/tqt3/html/mw-editfunc.png +share/doc/tqt3/html/mw-editincimp.png +share/doc/tqt3/html/mw-editvar.png +share/doc/tqt3/html/mw-laycoloriconv.png +share/doc/tqt3/html/mw-laycolortable.png +share/doc/tqt3/html/mw-laymainwidg.png +share/doc/tqt3/html/mw-menuwiz.png +share/doc/tqt3/html/mw-newfile.png +share/doc/tqt3/html/mw-newmenuitem.png +share/doc/tqt3/html/mw-objexplor.png +share/doc/tqt3/html/mw-previewform.png +share/doc/tqt3/html/mw-projset.png +share/doc/tqt3/html/mw-propedit.png +share/doc/tqt3/html/mw-separator.png +share/doc/tqt3/html/mw-settoolwiz.png +share/doc/tqt3/html/mw-startdesign.png +share/doc/tqt3/html/mw-toolbarpits.png +share/doc/tqt3/html/netscape-plugin.html +share/doc/tqt3/html/network-examples.html +share/doc/tqt3/html/network.html +share/doc/tqt3/html/networkprotocol-example.html +share/doc/tqt3/html/next.png +share/doc/tqt3/html/nextunfinished.png +share/doc/tqt3/html/nsplugin-examples.html +share/doc/tqt3/html/ntqaccel.html +share/doc/tqt3/html/ntqaccessible.html +share/doc/tqt3/html/ntqaction.html +share/doc/tqt3/html/ntqapplication.html +share/doc/tqt3/html/ntqarray.html +share/doc/tqt3/html/ntqasciicache.html +share/doc/tqt3/html/ntqasciidict.html +share/doc/tqt3/html/ntqassistantclient.html +share/doc/tqt3/html/ntqasyncio.html +share/doc/tqt3/html/ntqbig5codec.html +share/doc/tqt3/html/ntqbitarray.html +share/doc/tqt3/html/ntqbitmap.html +share/doc/tqt3/html/ntqbrush.html +share/doc/tqt3/html/ntqbuffer.html +share/doc/tqt3/html/ntqbutton.html +share/doc/tqt3/html/ntqbuttongroup.html +share/doc/tqt3/html/ntqcache.html +share/doc/tqt3/html/ntqcanvas.html +share/doc/tqt3/html/ntqcdestyle.html +share/doc/tqt3/html/ntqcheckbox.html +share/doc/tqt3/html/ntqclipboard.html +share/doc/tqt3/html/ntqcollection.html +share/doc/tqt3/html/ntqcolor.html +share/doc/tqt3/html/ntqcolordialog.html +share/doc/tqt3/html/ntqcombobox.html +share/doc/tqt3/html/ntqcommonstyle.html +share/doc/tqt3/html/ntqcstring.html +share/doc/tqt3/html/ntqcursor.html +share/doc/tqt3/html/ntqdatabrowser.html +share/doc/tqt3/html/ntqdatastream.html +share/doc/tqt3/html/ntqdatatable.html +share/doc/tqt3/html/ntqdataview.html +share/doc/tqt3/html/ntqdatetime.html +share/doc/tqt3/html/ntqdatetimeedit.html +share/doc/tqt3/html/ntqdeepcopy.html +share/doc/tqt3/html/ntqdesktopwidget.html +share/doc/tqt3/html/ntqdial.html +share/doc/tqt3/html/ntqdialog.html +share/doc/tqt3/html/ntqdict.html +share/doc/tqt3/html/ntqdir.html +share/doc/tqt3/html/ntqdns.html +share/doc/tqt3/html/ntqdockarea.html +share/doc/tqt3/html/ntqdockwindow.html +share/doc/tqt3/html/ntqdragobject.html +share/doc/tqt3/html/ntqdropsite.html +share/doc/tqt3/html/ntqeditorfactory.html +share/doc/tqt3/html/ntqerrormessage.html +share/doc/tqt3/html/ntqeucjpcodec.html +share/doc/tqt3/html/ntqeuckrcodec.html +share/doc/tqt3/html/ntqevent.html +share/doc/tqt3/html/ntqeventloop.html +share/doc/tqt3/html/ntqfile.html +share/doc/tqt3/html/ntqfiledialog.html +share/doc/tqt3/html/ntqfileinfo.html +share/doc/tqt3/html/ntqfocusdata.html +share/doc/tqt3/html/ntqfont.html +share/doc/tqt3/html/ntqfontdatabase.html +share/doc/tqt3/html/ntqfontdialog.html +share/doc/tqt3/html/ntqfontinfo.html +share/doc/tqt3/html/ntqfontmetrics.html +share/doc/tqt3/html/ntqframe.html +share/doc/tqt3/html/ntqftp.html +share/doc/tqt3/html/ntqgb18030codec.html +share/doc/tqt3/html/ntqgbkcodec.html +share/doc/tqt3/html/ntqgl.html +share/doc/tqt3/html/ntqglcolormap.html +share/doc/tqt3/html/ntqgrid.html +share/doc/tqt3/html/ntqgridview.html +share/doc/tqt3/html/ntqgroupbox.html +share/doc/tqt3/html/ntqguardedptr.html +share/doc/tqt3/html/ntqhbox.html +share/doc/tqt3/html/ntqhbuttongroup.html +share/doc/tqt3/html/ntqheader.html +share/doc/tqt3/html/ntqhgroupbox.html +share/doc/tqt3/html/ntqhostaddress.html +share/doc/tqt3/html/ntqhttp.html +share/doc/tqt3/html/ntqiconset.html +share/doc/tqt3/html/ntqiconview.html +share/doc/tqt3/html/ntqimage.html +share/doc/tqt3/html/ntqimageformatplugin.html +share/doc/tqt3/html/ntqinputdialog.html +share/doc/tqt3/html/ntqintcache.html +share/doc/tqt3/html/ntqintdict.html +share/doc/tqt3/html/ntqiodevice.html +share/doc/tqt3/html/ntqjiscodec.html +share/doc/tqt3/html/ntqkeysequence.html +share/doc/tqt3/html/ntqlabel.html +share/doc/tqt3/html/ntqlayout.html +share/doc/tqt3/html/ntqlcdnumber.html +share/doc/tqt3/html/ntqlibrary.html +share/doc/tqt3/html/ntqlineedit.html +share/doc/tqt3/html/ntqlist.html +share/doc/tqt3/html/ntqlistbox.html +share/doc/tqt3/html/ntqlistview.html +share/doc/tqt3/html/ntqlocale.html +share/doc/tqt3/html/ntqlocalfs.html +share/doc/tqt3/html/ntqmainwindow.html +share/doc/tqt3/html/ntqmap.html +share/doc/tqt3/html/ntqmemarray.html +share/doc/tqt3/html/ntqmenubar.html +share/doc/tqt3/html/ntqmenudata.html +share/doc/tqt3/html/ntqmessagebox.html +share/doc/tqt3/html/ntqmetaobject.html +share/doc/tqt3/html/ntqmotifplusstyle.html +share/doc/tqt3/html/ntqmotifstyle.html +share/doc/tqt3/html/ntqmovie.html +share/doc/tqt3/html/ntqmultilineedit.html +share/doc/tqt3/html/ntqmutex.html +share/doc/tqt3/html/ntqnetworkprotocol.html +share/doc/tqt3/html/ntqobject.html +share/doc/tqt3/html/ntqobjectcleanuphandler.html +share/doc/tqt3/html/ntqobjectlist.html +share/doc/tqt3/html/ntqpaintdevice.html +share/doc/tqt3/html/ntqpaintdevicemetrics.html +share/doc/tqt3/html/ntqpainter.html +share/doc/tqt3/html/ntqpair.html +share/doc/tqt3/html/ntqpalette.html +share/doc/tqt3/html/ntqpen.html +share/doc/tqt3/html/ntqpicture.html +share/doc/tqt3/html/ntqpixmap.html +share/doc/tqt3/html/ntqpixmapcache.html +share/doc/tqt3/html/ntqplatinumstyle.html +share/doc/tqt3/html/ntqpoint.html +share/doc/tqt3/html/ntqpointarray.html +share/doc/tqt3/html/ntqpopupmenu.html +share/doc/tqt3/html/ntqprinter.html +share/doc/tqt3/html/ntqprocess.html +share/doc/tqt3/html/ntqprogressbar.html +share/doc/tqt3/html/ntqprogressdialog.html +share/doc/tqt3/html/ntqptrcollection.html +share/doc/tqt3/html/ntqptrdict.html +share/doc/tqt3/html/ntqptrlist.html +share/doc/tqt3/html/ntqptrqueue.html +share/doc/tqt3/html/ntqptrstack.html +share/doc/tqt3/html/ntqptrvector.html +share/doc/tqt3/html/ntqpushbutton.html +share/doc/tqt3/html/ntqqueue.html +share/doc/tqt3/html/ntqradiobutton.html +share/doc/tqt3/html/ntqrangecontrol.html +share/doc/tqt3/html/ntqrect.html +share/doc/tqt3/html/ntqregexp.html +share/doc/tqt3/html/ntqregion.html +share/doc/tqt3/html/ntqscrollbar.html +share/doc/tqt3/html/ntqscrollview.html +share/doc/tqt3/html/ntqsemaphore.html +share/doc/tqt3/html/ntqserversocket.html +share/doc/tqt3/html/ntqsessionmanager.html +share/doc/tqt3/html/ntqsettings.html +share/doc/tqt3/html/ntqsgistyle.html +share/doc/tqt3/html/ntqsignal.html +share/doc/tqt3/html/ntqsignalmapper.html +share/doc/tqt3/html/ntqsimplerichtext.html +share/doc/tqt3/html/ntqsize.html +share/doc/tqt3/html/ntqsizegrip.html +share/doc/tqt3/html/ntqsizepolicy.html +share/doc/tqt3/html/ntqsjiscodec.html +share/doc/tqt3/html/ntqslider.html +share/doc/tqt3/html/ntqsocket.html +share/doc/tqt3/html/ntqsocketdevice.html +share/doc/tqt3/html/ntqsocketnotifier.html +share/doc/tqt3/html/ntqsortedlist.html +share/doc/tqt3/html/ntqsound.html +share/doc/tqt3/html/ntqspinbox.html +share/doc/tqt3/html/ntqsplashscreen.html +share/doc/tqt3/html/ntqsplitter.html +share/doc/tqt3/html/ntqsql.html +share/doc/tqt3/html/ntqsqlcursor.html +share/doc/tqt3/html/ntqsqldatabase.html +share/doc/tqt3/html/ntqsqldriver.html +share/doc/tqt3/html/ntqsqldriverplugin.html +share/doc/tqt3/html/ntqsqleditorfactory.html +share/doc/tqt3/html/ntqsqlerror.html +share/doc/tqt3/html/ntqsqlfield.html +share/doc/tqt3/html/ntqsqlform.html +share/doc/tqt3/html/ntqsqlindex.html +share/doc/tqt3/html/ntqsqlpropertymap.html +share/doc/tqt3/html/ntqsqlquery.html +share/doc/tqt3/html/ntqsqlrecord.html +share/doc/tqt3/html/ntqsqlresult.html +share/doc/tqt3/html/ntqsqlselectcursor.html +share/doc/tqt3/html/ntqstack.html +share/doc/tqt3/html/ntqstatusbar.html +share/doc/tqt3/html/ntqstring.html +share/doc/tqt3/html/ntqstringlist.html +share/doc/tqt3/html/ntqstrlist.html +share/doc/tqt3/html/ntqstyle.html +share/doc/tqt3/html/ntqstylefactory.html +share/doc/tqt3/html/ntqstyleplugin.html +share/doc/tqt3/html/ntqstylesheet.html +share/doc/tqt3/html/ntqsyntaxhighlighter.html +share/doc/tqt3/html/ntqt.html +share/doc/tqt3/html/ntqtabbar.html +share/doc/tqt3/html/ntqtabdialog.html +share/doc/tqt3/html/ntqtable.html +share/doc/tqt3/html/ntqtabwidget.html +share/doc/tqt3/html/ntqtextbrowser.html +share/doc/tqt3/html/ntqtextcodec.html +share/doc/tqt3/html/ntqtextcodecplugin.html +share/doc/tqt3/html/ntqtextedit.html +share/doc/tqt3/html/ntqtextstream.html +share/doc/tqt3/html/ntqtextview.html +share/doc/tqt3/html/ntqthread.html +share/doc/tqt3/html/ntqthreadstorage.html +share/doc/tqt3/html/ntqtimer.html +share/doc/tqt3/html/ntqtl.html +share/doc/tqt3/html/ntqtoolbar.html +share/doc/tqt3/html/ntqtoolbox.html +share/doc/tqt3/html/ntqtoolbutton.html +share/doc/tqt3/html/ntqtooltip.html +share/doc/tqt3/html/ntqtranslator.html +share/doc/tqt3/html/ntqtsciicodec.html +share/doc/tqt3/html/ntqurl.html +share/doc/tqt3/html/ntqurlinfo.html +share/doc/tqt3/html/ntqurloperator.html +share/doc/tqt3/html/ntquuid.html +share/doc/tqt3/html/ntqvalidator.html +share/doc/tqt3/html/ntqvaluelist.html +share/doc/tqt3/html/ntqvaluestack.html +share/doc/tqt3/html/ntqvaluevector.html +share/doc/tqt3/html/ntqvariant.html +share/doc/tqt3/html/ntqvbox.html +share/doc/tqt3/html/ntqvbuttongroup.html +share/doc/tqt3/html/ntqvector.html +share/doc/tqt3/html/ntqvgroupbox.html +share/doc/tqt3/html/ntqwaitcondition.html +share/doc/tqt3/html/ntqwhatsthis.html +share/doc/tqt3/html/ntqwidget.html +share/doc/tqt3/html/ntqwidgetfactory.html +share/doc/tqt3/html/ntqwidgetplugin.html +share/doc/tqt3/html/ntqwidgetstack.html +share/doc/tqt3/html/ntqwindowsstyle.html +share/doc/tqt3/html/ntqwizard.html +share/doc/tqt3/html/ntqwmatrix.html +share/doc/tqt3/html/ntqworkspace.html +share/doc/tqt3/html/object.html +share/doc/tqt3/html/objectmodel.html +share/doc/tqt3/html/objecttrees.html +share/doc/tqt3/html/opengl-box-example.html +share/doc/tqt3/html/opengl-examples.html +share/doc/tqt3/html/opengl-gear-example.html +share/doc/tqt3/html/opengl-overlay-example.html +share/doc/tqt3/html/opengl-overlay-x11-example.html +share/doc/tqt3/html/opengl-pixmap-example.html +share/doc/tqt3/html/opengl-sharedbox-example.html +share/doc/tqt3/html/opengl-texture-example.html +share/doc/tqt3/html/opengl-x11-overlays.html +share/doc/tqt3/html/opengl.html +share/doc/tqt3/html/opensourceedition.html +share/doc/tqt3/html/organizers.html +share/doc/tqt3/html/outliner-example.html +share/doc/tqt3/html/overviews-list.html +share/doc/tqt3/html/palette.png +share/doc/tqt3/html/pdf1.png +share/doc/tqt3/html/pen-cap-styles.png +share/doc/tqt3/html/pen-join-styles.png +share/doc/tqt3/html/pen-styles.png +share/doc/tqt3/html/penstyles.png +share/doc/tqt3/html/phrasebookdialog.png +share/doc/tqt3/html/phrasebookopen.png +share/doc/tqt3/html/picture-example.html +share/doc/tqt3/html/pictures.html +share/doc/tqt3/html/plugins-howto.html +share/doc/tqt3/html/plugins.html +share/doc/tqt3/html/popup-example.html +share/doc/tqt3/html/porting.html +share/doc/tqt3/html/porting2.html +share/doc/tqt3/html/prev.png +share/doc/tqt3/html/prevunfinished.png +share/doc/tqt3/html/primes.html +share/doc/tqt3/html/process-example.html +share/doc/tqt3/html/progress-example.html +share/doc/tqt3/html/progressbar-example.html +share/doc/tqt3/html/properties.html +share/doc/tqt3/html/propertydocs +share/doc/tqt3/html/propertyindex +share/doc/tqt3/html/qaccel-h.html +share/doc/tqt3/html/qaccel-members.html +share/doc/tqt3/html/qaccessible-h.html +share/doc/tqt3/html/qaccessible-members.html +share/doc/tqt3/html/qaccessibleinterface-members.html +share/doc/tqt3/html/qaccessibleinterface.html +share/doc/tqt3/html/qaccessibleobject-members.html +share/doc/tqt3/html/qaccessibleobject.html +share/doc/tqt3/html/qaction-application-example.html +share/doc/tqt3/html/qaction-examples.html +share/doc/tqt3/html/qaction-h.html +share/doc/tqt3/html/qaction-members.html +share/doc/tqt3/html/qactiongroup-members.html +share/doc/tqt3/html/qactiongroup.html +share/doc/tqt3/html/qactiongroup_menu.png +share/doc/tqt3/html/qactiongroup_menu_subwidget.png +share/doc/tqt3/html/qactiongroup_toolbar.png +share/doc/tqt3/html/qactiongroup_toolbar_exclusive_subwidget.png +share/doc/tqt3/html/qactiongroup_toolbar_nonexclusive_subwidget.png +share/doc/tqt3/html/qapplication-h.html +share/doc/tqt3/html/qapplication-members.html +share/doc/tqt3/html/qasciicache-h.html +share/doc/tqt3/html/qasciicache-members.html +share/doc/tqt3/html/qasciicacheiterator-members.html +share/doc/tqt3/html/qasciicacheiterator.html +share/doc/tqt3/html/qasciidict-h.html +share/doc/tqt3/html/qasciidict-members.html +share/doc/tqt3/html/qasciidictiterator-members.html +share/doc/tqt3/html/qasciidictiterator.html +share/doc/tqt3/html/qassistantclient-h.html +share/doc/tqt3/html/qassistantclient-members.html +share/doc/tqt3/html/qasyncimageio-h.html +share/doc/tqt3/html/qasyncio-h.html +share/doc/tqt3/html/qasyncio-members.html +share/doc/tqt3/html/qaxaggregated-members.html +share/doc/tqt3/html/qaxaggregated.html +share/doc/tqt3/html/qaxbase-h.html +share/doc/tqt3/html/qaxbase-members.html +share/doc/tqt3/html/qaxbase.html +share/doc/tqt3/html/qaxbindable-h.html +share/doc/tqt3/html/qaxbindable-members.html +share/doc/tqt3/html/qaxbindable.html +share/doc/tqt3/html/qaxcontainer-example-qutlook.html +share/doc/tqt3/html/qaxcontainer-example-webbrowser.html +share/doc/tqt3/html/qaxcontainer-examples.html +share/doc/tqt3/html/qaxcontainer.html +share/doc/tqt3/html/qaxfactory-h.html +share/doc/tqt3/html/qaxfactory-members.html +share/doc/tqt3/html/qaxfactory.html +share/doc/tqt3/html/qaxobject-h.html +share/doc/tqt3/html/qaxobject-members.html +share/doc/tqt3/html/qaxobject.html +share/doc/tqt3/html/qaxscript-h.html +share/doc/tqt3/html/qaxscript-members.html +share/doc/tqt3/html/qaxscript.html +share/doc/tqt3/html/qaxscriptengine-members.html +share/doc/tqt3/html/qaxscriptengine.html +share/doc/tqt3/html/qaxscriptmanager-members.html +share/doc/tqt3/html/qaxscriptmanager.html +share/doc/tqt3/html/qaxserver-demo-hierarchy.html +share/doc/tqt3/html/qaxserver-demo-menus.html +share/doc/tqt3/html/qaxserver-demo-multiple.html +share/doc/tqt3/html/qaxserver-demo-opengl.html +share/doc/tqt3/html/qaxserver-demo-simple.html +share/doc/tqt3/html/qaxserver-demo-tetrax.html +share/doc/tqt3/html/qaxserver-demo-wrapper.html +share/doc/tqt3/html/qaxserver-example-hierarchy.html +share/doc/tqt3/html/qaxserver-example-menus.html +share/doc/tqt3/html/qaxserver-example-multiple.html +share/doc/tqt3/html/qaxserver-example-opengl.html +share/doc/tqt3/html/qaxserver-example-simple.html +share/doc/tqt3/html/qaxserver-example-tetrax.html +share/doc/tqt3/html/qaxserver-example-wrapper.html +share/doc/tqt3/html/qaxserver-examples.html +share/doc/tqt3/html/qaxserver.html +share/doc/tqt3/html/qaxwidget-h.html +share/doc/tqt3/html/qaxwidget-members.html +share/doc/tqt3/html/qaxwidget.html +share/doc/tqt3/html/qbig5codec-h.html +share/doc/tqt3/html/qbig5codec-members.html +share/doc/tqt3/html/qbig5hkscscodec-members.html +share/doc/tqt3/html/qbig5hkscscodec.html +share/doc/tqt3/html/qbitarray-h.html +share/doc/tqt3/html/qbitarray-members.html +share/doc/tqt3/html/qbitmap-h.html +share/doc/tqt3/html/qbitmap-members.html +share/doc/tqt3/html/qbitval-members.html +share/doc/tqt3/html/qbitval.html +share/doc/tqt3/html/qboxlayout-members.html +share/doc/tqt3/html/qboxlayout.html +share/doc/tqt3/html/qbrush-h.html +share/doc/tqt3/html/qbrush-members.html +share/doc/tqt3/html/qbttngrp-m.png +share/doc/tqt3/html/qbttngrp-w.png +share/doc/tqt3/html/qbuffer-h.html +share/doc/tqt3/html/qbuffer-members.html +share/doc/tqt3/html/qbutton-h.html +share/doc/tqt3/html/qbutton-members.html +share/doc/tqt3/html/qbuttongroup-h.html +share/doc/tqt3/html/qbuttongroup-h.png +share/doc/tqt3/html/qbuttongroup-members.html +share/doc/tqt3/html/qbuttongroup-v.png +share/doc/tqt3/html/qbytearray-members.html +share/doc/tqt3/html/qbytearray.html +share/doc/tqt3/html/qcache-h.html +share/doc/tqt3/html/qcache-members.html +share/doc/tqt3/html/qcacheiterator-members.html +share/doc/tqt3/html/qcacheiterator.html +share/doc/tqt3/html/qcanvas-h.html +share/doc/tqt3/html/qcanvas-members.html +share/doc/tqt3/html/qcanvas.png +share/doc/tqt3/html/qcanvasellipse-members.html +share/doc/tqt3/html/qcanvasellipse.html +share/doc/tqt3/html/qcanvasellipse.png +share/doc/tqt3/html/qcanvasitem-members.html +share/doc/tqt3/html/qcanvasitem.html +share/doc/tqt3/html/qcanvasitemlist-members.html +share/doc/tqt3/html/qcanvasitemlist.html +share/doc/tqt3/html/qcanvasline-members.html +share/doc/tqt3/html/qcanvasline.html +share/doc/tqt3/html/qcanvaspixmap-members.html +share/doc/tqt3/html/qcanvaspixmap.html +share/doc/tqt3/html/qcanvaspixmaparray-members.html +share/doc/tqt3/html/qcanvaspixmaparray.html +share/doc/tqt3/html/qcanvaspolygon-members.html +share/doc/tqt3/html/qcanvaspolygon.html +share/doc/tqt3/html/qcanvaspolygonalitem-members.html +share/doc/tqt3/html/qcanvaspolygonalitem.html +share/doc/tqt3/html/qcanvasrectangle-members.html +share/doc/tqt3/html/qcanvasrectangle.html +share/doc/tqt3/html/qcanvasspline-members.html +share/doc/tqt3/html/qcanvasspline.html +share/doc/tqt3/html/qcanvassprite-members.html +share/doc/tqt3/html/qcanvassprite.html +share/doc/tqt3/html/qcanvastext-members.html +share/doc/tqt3/html/qcanvastext.html +share/doc/tqt3/html/qcanvasview-members.html +share/doc/tqt3/html/qcanvasview.html +share/doc/tqt3/html/qcdestyle-h.html +share/doc/tqt3/html/qcdestyle-members.html +share/doc/tqt3/html/qchar-members.html +share/doc/tqt3/html/qchar.html +share/doc/tqt3/html/qcharref-members.html +share/doc/tqt3/html/qcharref.html +share/doc/tqt3/html/qcheckbox-h.html +share/doc/tqt3/html/qcheckbox-members.html +share/doc/tqt3/html/qchecklistitem-members.html +share/doc/tqt3/html/qchecklistitem.html +share/doc/tqt3/html/qchecktableitem-members.html +share/doc/tqt3/html/qchecktableitem.html +share/doc/tqt3/html/qchildevent-members.html +share/doc/tqt3/html/qchildevent.html +share/doc/tqt3/html/qchkbox-m.png +share/doc/tqt3/html/qchkbox-w.png +share/doc/tqt3/html/qclipboard-h.html +share/doc/tqt3/html/qclipboard-members.html +share/doc/tqt3/html/qcloseevent-members.html +share/doc/tqt3/html/qcloseevent.html +share/doc/tqt3/html/qcolor-h.html +share/doc/tqt3/html/qcolor-members.html +share/doc/tqt3/html/qcolordialog-h.html +share/doc/tqt3/html/qcolordialog-members.html +share/doc/tqt3/html/qcolordlg-w.png +share/doc/tqt3/html/qcolordrag-members.html +share/doc/tqt3/html/qcolordrag.html +share/doc/tqt3/html/qcolorgroup-members.html +share/doc/tqt3/html/qcolorgroup.html +share/doc/tqt3/html/qcombo1-m.png +share/doc/tqt3/html/qcombo1-w.png +share/doc/tqt3/html/qcombo2-m.png +share/doc/tqt3/html/qcombo3-m.png +share/doc/tqt3/html/qcombobox-h.html +share/doc/tqt3/html/qcombobox-members.html +share/doc/tqt3/html/qcombotableitem-members.html +share/doc/tqt3/html/qcombotableitem.html +share/doc/tqt3/html/qcommonstyle-h.html +share/doc/tqt3/html/qcommonstyle-members.html +share/doc/tqt3/html/qconststring-members.html +share/doc/tqt3/html/qconststring.html +share/doc/tqt3/html/qcontextmenuevent-members.html +share/doc/tqt3/html/qcontextmenuevent.html +share/doc/tqt3/html/qcopchannel-members.html +share/doc/tqt3/html/qcopchannel.html +share/doc/tqt3/html/qcopchannel_qws-h.html +share/doc/tqt3/html/qcstring-h.html +share/doc/tqt3/html/qcstring-members.html +share/doc/tqt3/html/qcursor-h.html +share/doc/tqt3/html/qcursor-members.html +share/doc/tqt3/html/qcustomevent-members.html +share/doc/tqt3/html/qcustomevent.html +share/doc/tqt3/html/qcustommenuitem-members.html +share/doc/tqt3/html/qcustommenuitem.html +share/doc/tqt3/html/qd-actioneditor.png +share/doc/tqt3/html/qd-colortool-name.png +share/doc/tqt3/html/qd-databrowserwzd.png +share/doc/tqt3/html/qd-databrowserwzdpage2.png +share/doc/tqt3/html/qd-databrowserwzdpage3.png +share/doc/tqt3/html/qd-databrowserwzdpage4.png +share/doc/tqt3/html/qd-databrowserwzdpage5.png +share/doc/tqt3/html/qd-databrowserwzdpage6.png +share/doc/tqt3/html/qd-datatablewzd.png +share/doc/tqt3/html/qd-datatablewzdpage2.png +share/doc/tqt3/html/qd-datatablewzdpage3.png +share/doc/tqt3/html/qd-datatablewzdpage4.png +share/doc/tqt3/html/qd-datatablewzdpage5.png +share/doc/tqt3/html/qd-dataviewwzd.png +share/doc/tqt3/html/qd-dataviewwzdpage2.png +share/doc/tqt3/html/qd-dataviewwzdpage3.png +share/doc/tqt3/html/qd-dataviewwzdpage4.png +share/doc/tqt3/html/qd-helptoolbuttons3.png +share/doc/tqt3/html/qd-mainwinwzd.png +share/doc/tqt3/html/qd-mainwinwzdpage2.png +share/doc/tqt3/html/qd-preface.png +share/doc/tqt3/html/qd-preferences-dlg.png +share/doc/tqt3/html/qdatabrowser-h.html +share/doc/tqt3/html/qdatabrowser-members.html +share/doc/tqt3/html/qdatapump-members.html +share/doc/tqt3/html/qdatapump.html +share/doc/tqt3/html/qdatasink-members.html +share/doc/tqt3/html/qdatasink.html +share/doc/tqt3/html/qdatasource-members.html +share/doc/tqt3/html/qdatasource.html +share/doc/tqt3/html/qdatastream-h.html +share/doc/tqt3/html/qdatastream-members.html +share/doc/tqt3/html/qdatatable-h.html +share/doc/tqt3/html/qdatatable-members.html +share/doc/tqt3/html/qdataview-h.html +share/doc/tqt3/html/qdataview-members.html +share/doc/tqt3/html/qdate-members.html +share/doc/tqt3/html/qdate.html +share/doc/tqt3/html/qdateedit-members.html +share/doc/tqt3/html/qdateedit.html +share/doc/tqt3/html/qdatetime-h.html +share/doc/tqt3/html/qdatetime-members.html +share/doc/tqt3/html/qdatetimeedit-h.html +share/doc/tqt3/html/qdatetimeedit-members.html +share/doc/tqt3/html/qdatetimeeditbase-members.html +share/doc/tqt3/html/qdatetimeeditbase.html +share/doc/tqt3/html/qdeepcopy-h.html +share/doc/tqt3/html/qdeepcopy-members.html +share/doc/tqt3/html/qdesktopwidget-h.html +share/doc/tqt3/html/qdesktopwidget-members.html +share/doc/tqt3/html/qdesktopwidget.png +share/doc/tqt3/html/qdial-h.html +share/doc/tqt3/html/qdial-m.png +share/doc/tqt3/html/qdial-members.html +share/doc/tqt3/html/qdial-w.png +share/doc/tqt3/html/qdialog-h.html +share/doc/tqt3/html/qdialog-members.html +share/doc/tqt3/html/qdict-h.html +share/doc/tqt3/html/qdict-members.html +share/doc/tqt3/html/qdictiterator-members.html +share/doc/tqt3/html/qdictiterator.html +share/doc/tqt3/html/qdir-example.html +share/doc/tqt3/html/qdir-h.html +share/doc/tqt3/html/qdir-members.html +share/doc/tqt3/html/qdirectpainter-members.html +share/doc/tqt3/html/qdirectpainter.html +share/doc/tqt3/html/qdirectpainter_qws-h.html +share/doc/tqt3/html/qdns-h.html +share/doc/tqt3/html/qdns-members.html +share/doc/tqt3/html/qdockarea-h.html +share/doc/tqt3/html/qdockarea-members.html +share/doc/tqt3/html/qdockwindow-h.html +share/doc/tqt3/html/qdockwindow-members.html +share/doc/tqt3/html/qdockwindow.png +share/doc/tqt3/html/qdom-h.html +share/doc/tqt3/html/qdomattr-members.html +share/doc/tqt3/html/qdomattr.html +share/doc/tqt3/html/qdomcdatasection-members.html +share/doc/tqt3/html/qdomcdatasection.html +share/doc/tqt3/html/qdomcharacterdata-members.html +share/doc/tqt3/html/qdomcharacterdata.html +share/doc/tqt3/html/qdomcomment-members.html +share/doc/tqt3/html/qdomcomment.html +share/doc/tqt3/html/qdomdocument-members.html +share/doc/tqt3/html/qdomdocument.html +share/doc/tqt3/html/qdomdocumentfragment-members.html +share/doc/tqt3/html/qdomdocumentfragment.html +share/doc/tqt3/html/qdomdocumenttype-members.html +share/doc/tqt3/html/qdomdocumenttype.html +share/doc/tqt3/html/qdomelement-members.html +share/doc/tqt3/html/qdomelement.html +share/doc/tqt3/html/qdomentity-members.html +share/doc/tqt3/html/qdomentity.html +share/doc/tqt3/html/qdomentityreference-members.html +share/doc/tqt3/html/qdomentityreference.html +share/doc/tqt3/html/qdomimplementation-members.html +share/doc/tqt3/html/qdomimplementation.html +share/doc/tqt3/html/qdomnamednodemap-members.html +share/doc/tqt3/html/qdomnamednodemap.html +share/doc/tqt3/html/qdomnode-members.html +share/doc/tqt3/html/qdomnode.html +share/doc/tqt3/html/qdomnodelist-members.html +share/doc/tqt3/html/qdomnodelist.html +share/doc/tqt3/html/qdomnotation-members.html +share/doc/tqt3/html/qdomnotation.html +share/doc/tqt3/html/qdomprocessinginstruction-members.html +share/doc/tqt3/html/qdomprocessinginstruction.html +share/doc/tqt3/html/qdomtext-members.html +share/doc/tqt3/html/qdomtext.html +share/doc/tqt3/html/qdoublevalidator-members.html +share/doc/tqt3/html/qdoublevalidator.html +share/doc/tqt3/html/qdragenterevent-members.html +share/doc/tqt3/html/qdragenterevent.html +share/doc/tqt3/html/qdragleaveevent-members.html +share/doc/tqt3/html/qdragleaveevent.html +share/doc/tqt3/html/qdragmoveevent-members.html +share/doc/tqt3/html/qdragmoveevent.html +share/doc/tqt3/html/qdragobject-h.html +share/doc/tqt3/html/qdragobject-members.html +share/doc/tqt3/html/qdrawutil-h.html +share/doc/tqt3/html/qdropevent-members.html +share/doc/tqt3/html/qdropevent.html +share/doc/tqt3/html/qdropsite-h.html +share/doc/tqt3/html/qdropsite-members.html +share/doc/tqt3/html/qeditorfactory-h.html +share/doc/tqt3/html/qeditorfactory-members.html +share/doc/tqt3/html/qembed.html +share/doc/tqt3/html/qerrormessage-h.html +share/doc/tqt3/html/qerrormessage-members.html +share/doc/tqt3/html/qerrormessage.png +share/doc/tqt3/html/qeucjpcodec-h.html +share/doc/tqt3/html/qeucjpcodec-members.html +share/doc/tqt3/html/qeuckrcodec-h.html +share/doc/tqt3/html/qeuckrcodec-members.html +share/doc/tqt3/html/qevent-h.html +share/doc/tqt3/html/qevent-members.html +share/doc/tqt3/html/qeventloop-h.html +share/doc/tqt3/html/qeventloop-members.html +share/doc/tqt3/html/qfd-example.html +share/doc/tqt3/html/qfile-h.html +share/doc/tqt3/html/qfile-members.html +share/doc/tqt3/html/qfiledialog-h.html +share/doc/tqt3/html/qfiledialog-members.html +share/doc/tqt3/html/qfiledlg-m.png +share/doc/tqt3/html/qfiledlg-w.png +share/doc/tqt3/html/qfileiconprovider-members.html +share/doc/tqt3/html/qfileiconprovider.html +share/doc/tqt3/html/qfileinfo-h.html +share/doc/tqt3/html/qfileinfo-members.html +share/doc/tqt3/html/qfilepreview-members.html +share/doc/tqt3/html/qfilepreview.html +share/doc/tqt3/html/qfocusdata-h.html +share/doc/tqt3/html/qfocusdata-members.html +share/doc/tqt3/html/qfocusevent-members.html +share/doc/tqt3/html/qfocusevent.html +share/doc/tqt3/html/qfont-examples.html +share/doc/tqt3/html/qfont-h.html +share/doc/tqt3/html/qfont-members.html +share/doc/tqt3/html/qfontdatabase-h.html +share/doc/tqt3/html/qfontdatabase-members.html +share/doc/tqt3/html/qfontdialog-h.html +share/doc/tqt3/html/qfontdialog-members.html +share/doc/tqt3/html/qfontdlg-w.png +share/doc/tqt3/html/qfontinfo-h.html +share/doc/tqt3/html/qfontinfo-members.html +share/doc/tqt3/html/qfontmanager-members.html +share/doc/tqt3/html/qfontmanager.html +share/doc/tqt3/html/qfontmanager_qws-h.html +share/doc/tqt3/html/qfontmetrics-h.html +share/doc/tqt3/html/qfontmetrics-members.html +share/doc/tqt3/html/qframe-h.html +share/doc/tqt3/html/qframe-members.html +share/doc/tqt3/html/qftp-h.html +share/doc/tqt3/html/qftp-members.html +share/doc/tqt3/html/qgb18030codec-h.html +share/doc/tqt3/html/qgb18030codec-members.html +share/doc/tqt3/html/qgb2312codec-members.html +share/doc/tqt3/html/qgb2312codec.html +share/doc/tqt3/html/qgbkcodec-members.html +share/doc/tqt3/html/qgfx_qws-h.html +share/doc/tqt3/html/qgfxdriverfactory-members.html +share/doc/tqt3/html/qgfxdriverfactory.html +share/doc/tqt3/html/qgfxdriverfactory_qws-h.html +share/doc/tqt3/html/qgfxdriverplugin-members.html +share/doc/tqt3/html/qgfxdriverplugin.html +share/doc/tqt3/html/qgfxdriverplugin_qws-h.html +share/doc/tqt3/html/qgl-h.html +share/doc/tqt3/html/qgl-members.html +share/doc/tqt3/html/qglayoutiterator-members.html +share/doc/tqt3/html/qglayoutiterator.html +share/doc/tqt3/html/qglcolormap-h.html +share/doc/tqt3/html/qglcolormap-members.html +share/doc/tqt3/html/qglcontext-members.html +share/doc/tqt3/html/qglcontext.html +share/doc/tqt3/html/qglformat-members.html +share/doc/tqt3/html/qglformat.html +share/doc/tqt3/html/qglobal-h.html +share/doc/tqt3/html/qglwidget-members.html +share/doc/tqt3/html/qglwidget.html +share/doc/tqt3/html/qgrid-h.html +share/doc/tqt3/html/qgrid-m.png +share/doc/tqt3/html/qgrid-members.html +share/doc/tqt3/html/qgridlayout-members.html +share/doc/tqt3/html/qgridlayout.html +share/doc/tqt3/html/qgridview-h.html +share/doc/tqt3/html/qgridview-members.html +share/doc/tqt3/html/qgroupbox-h.html +share/doc/tqt3/html/qgroupbox-members.html +share/doc/tqt3/html/qgroupboxes.png +share/doc/tqt3/html/qgrpbox-w.png +share/doc/tqt3/html/qguardedptr-h.html +share/doc/tqt3/html/qguardedptr-members.html +share/doc/tqt3/html/qhbox-h.html +share/doc/tqt3/html/qhbox-m.png +share/doc/tqt3/html/qhbox-members.html +share/doc/tqt3/html/qhboxlayout-members.html +share/doc/tqt3/html/qhboxlayout.html +share/doc/tqt3/html/qhboxlayout.png +share/doc/tqt3/html/qhbuttongroup-h.html +share/doc/tqt3/html/qhbuttongroup-members.html +share/doc/tqt3/html/qheader-h.html +share/doc/tqt3/html/qheader-m.png +share/doc/tqt3/html/qheader-members.html +share/doc/tqt3/html/qheader-w.png +share/doc/tqt3/html/qhebrewcodec-members.html +share/doc/tqt3/html/qhebrewcodec.html +share/doc/tqt3/html/qhgroupbox-h.html +share/doc/tqt3/html/qhgroupbox-members.html +share/doc/tqt3/html/qhideevent-members.html +share/doc/tqt3/html/qhideevent.html +share/doc/tqt3/html/qhostaddress-h.html +share/doc/tqt3/html/qhostaddress-members.html +share/doc/tqt3/html/qhttp-h.html +share/doc/tqt3/html/qhttp-members.html +share/doc/tqt3/html/qhttpheader-members.html +share/doc/tqt3/html/qhttpheader.html +share/doc/tqt3/html/qhttprequestheader-members.html +share/doc/tqt3/html/qhttprequestheader.html +share/doc/tqt3/html/qhttpresponseheader-members.html +share/doc/tqt3/html/qhttpresponseheader.html +share/doc/tqt3/html/qicondrag-members.html +share/doc/tqt3/html/qicondrag.html +share/doc/tqt3/html/qicondragevent-members.html +share/doc/tqt3/html/qicondragevent.html +share/doc/tqt3/html/qicondragitem-members.html +share/doc/tqt3/html/qicondragitem.html +share/doc/tqt3/html/qiconfactory-members.html +share/doc/tqt3/html/qiconfactory.html +share/doc/tqt3/html/qiconset-h.html +share/doc/tqt3/html/qiconset-members.html +share/doc/tqt3/html/qiconview-h.html +share/doc/tqt3/html/qiconview-m.png +share/doc/tqt3/html/qiconview-members.html +share/doc/tqt3/html/qiconview-w.png +share/doc/tqt3/html/qiconviewitem-members.html +share/doc/tqt3/html/qiconviewitem.html +share/doc/tqt3/html/qimage-h.html +share/doc/tqt3/html/qimage-members.html +share/doc/tqt3/html/qimageconsumer-members.html +share/doc/tqt3/html/qimageconsumer.html +share/doc/tqt3/html/qimagedecoder-members.html +share/doc/tqt3/html/qimagedecoder.html +share/doc/tqt3/html/qimagedrag-members.html +share/doc/tqt3/html/qimagedrag.html +share/doc/tqt3/html/qimageformat-members.html +share/doc/tqt3/html/qimageformat.html +share/doc/tqt3/html/qimageformatplugin-h.html +share/doc/tqt3/html/qimageformatplugin-members.html +share/doc/tqt3/html/qimageformattype-members.html +share/doc/tqt3/html/qimageformattype.html +share/doc/tqt3/html/qimageio-members.html +share/doc/tqt3/html/qimageio.html +share/doc/tqt3/html/qimevent-members.html +share/doc/tqt3/html/qimevent.html +share/doc/tqt3/html/qinputdialog-h.html +share/doc/tqt3/html/qinputdialog-members.html +share/doc/tqt3/html/qintcache-h.html +share/doc/tqt3/html/qintcache-members.html +share/doc/tqt3/html/qintcacheiterator-members.html +share/doc/tqt3/html/qintcacheiterator.html +share/doc/tqt3/html/qintdict-h.html +share/doc/tqt3/html/qintdict-members.html +share/doc/tqt3/html/qintdictiterator-members.html +share/doc/tqt3/html/qintdictiterator.html +share/doc/tqt3/html/qintvalidator-members.html +share/doc/tqt3/html/qintvalidator.html +share/doc/tqt3/html/qiodevice-h.html +share/doc/tqt3/html/qiodevice-members.html +share/doc/tqt3/html/qiodevicesource-members.html +share/doc/tqt3/html/qiodevicesource.html +share/doc/tqt3/html/qjiscodec-h.html +share/doc/tqt3/html/qjiscodec-members.html +share/doc/tqt3/html/qkbddriverfactory-members.html +share/doc/tqt3/html/qkbddriverfactory.html +share/doc/tqt3/html/qkbddriverfactory_qws-h.html +share/doc/tqt3/html/qkbddriverplugin-members.html +share/doc/tqt3/html/qkbddriverplugin.html +share/doc/tqt3/html/qkbddriverplugin_qws-h.html +share/doc/tqt3/html/qkeyboard_qws-h.html +share/doc/tqt3/html/qkeyevent-members.html +share/doc/tqt3/html/qkeyevent.html +share/doc/tqt3/html/qkeysequence-h.html +share/doc/tqt3/html/qkeysequence-members.html +share/doc/tqt3/html/qlabel-h.html +share/doc/tqt3/html/qlabel-m.png +share/doc/tqt3/html/qlabel-members.html +share/doc/tqt3/html/qlabel-w.png +share/doc/tqt3/html/qlayout-h.html +share/doc/tqt3/html/qlayout-members.html +share/doc/tqt3/html/qlayoutitem-members.html +share/doc/tqt3/html/qlayoutitem.html +share/doc/tqt3/html/qlayoutiterator-members.html +share/doc/tqt3/html/qlayoutiterator.html +share/doc/tqt3/html/qlcdnum-m.png +share/doc/tqt3/html/qlcdnum-w.png +share/doc/tqt3/html/qlcdnumber-h.html +share/doc/tqt3/html/qlcdnumber-members.html +share/doc/tqt3/html/qlibrary-h.html +share/doc/tqt3/html/qlibrary-members.html +share/doc/tqt3/html/qlined-m.png +share/doc/tqt3/html/qlined-w.png +share/doc/tqt3/html/qlineedit-h.html +share/doc/tqt3/html/qlineedit-members.html +share/doc/tqt3/html/qlistbox-h.html +share/doc/tqt3/html/qlistbox-m.png +share/doc/tqt3/html/qlistbox-members.html +share/doc/tqt3/html/qlistbox-w.png +share/doc/tqt3/html/qlistboxitem-members.html +share/doc/tqt3/html/qlistboxitem.html +share/doc/tqt3/html/qlistboxpixmap-members.html +share/doc/tqt3/html/qlistboxpixmap.html +share/doc/tqt3/html/qlistboxtext-members.html +share/doc/tqt3/html/qlistboxtext.html +share/doc/tqt3/html/qlistiterator.html +share/doc/tqt3/html/qlistview-h.html +share/doc/tqt3/html/qlistview-m.png +share/doc/tqt3/html/qlistview-members.html +share/doc/tqt3/html/qlistview-w.png +share/doc/tqt3/html/qlistviewitem-members.html +share/doc/tqt3/html/qlistviewitem.html +share/doc/tqt3/html/qlistviewitemiterator-members.html +share/doc/tqt3/html/qlistviewitemiterator.html +share/doc/tqt3/html/qlistviewitems.png +share/doc/tqt3/html/qlocale-h.html +share/doc/tqt3/html/qlocale-members.html +share/doc/tqt3/html/qlocalfs-h.html +share/doc/tqt3/html/qlocalfs-members.html +share/doc/tqt3/html/qmacmime-members.html +share/doc/tqt3/html/qmacmime.html +share/doc/tqt3/html/qmacstyle-members.html +share/doc/tqt3/html/qmacstyle.html +share/doc/tqt3/html/qmacstyle_mac-h.html +share/doc/tqt3/html/qmag-example.html +share/doc/tqt3/html/qmainwindow-h.html +share/doc/tqt3/html/qmainwindow-m.png +share/doc/tqt3/html/qmainwindow-members.html +share/doc/tqt3/html/qmainwindow-qdockareas.png +share/doc/tqt3/html/qmainwindow-w.png +share/doc/tqt3/html/qmake-manual-1.html +share/doc/tqt3/html/qmake-manual-2.html +share/doc/tqt3/html/qmake-manual-3.html +share/doc/tqt3/html/qmake-manual-4.html +share/doc/tqt3/html/qmake-manual-5.html +share/doc/tqt3/html/qmake-manual-6.html +share/doc/tqt3/html/qmake-manual-7.html +share/doc/tqt3/html/qmake-manual-8.html +share/doc/tqt3/html/qmake-manual.html +share/doc/tqt3/html/qmake.dcf +share/doc/tqt3/html/qmap-h.html +share/doc/tqt3/html/qmap-members.html +share/doc/tqt3/html/qmapconstiterator-members.html +share/doc/tqt3/html/qmapconstiterator.html +share/doc/tqt3/html/qmapiterator-members.html +share/doc/tqt3/html/qmapiterator.html +share/doc/tqt3/html/qmemarray-h.html +share/doc/tqt3/html/qmemarray-members.html +share/doc/tqt3/html/qmenubar-h.html +share/doc/tqt3/html/qmenubar-m.png +share/doc/tqt3/html/qmenubar-members.html +share/doc/tqt3/html/qmenubar-w.png +share/doc/tqt3/html/qmenudata-h.html +share/doc/tqt3/html/qmenudata-members.html +share/doc/tqt3/html/qmessagebox-crit.png +share/doc/tqt3/html/qmessagebox-h.html +share/doc/tqt3/html/qmessagebox-info.png +share/doc/tqt3/html/qmessagebox-members.html +share/doc/tqt3/html/qmessagebox-quest.png +share/doc/tqt3/html/qmessagebox-warn.png +share/doc/tqt3/html/qmetaobject-h.html +share/doc/tqt3/html/qmetaobject-members.html +share/doc/tqt3/html/qmetaproperty-members.html +share/doc/tqt3/html/qmetaproperty.html +share/doc/tqt3/html/qmime-h.html +share/doc/tqt3/html/qmimesource-members.html +share/doc/tqt3/html/qmimesource.html +share/doc/tqt3/html/qmimesourcefactory-members.html +share/doc/tqt3/html/qmimesourcefactory.html +share/doc/tqt3/html/qmlined-m.png +share/doc/tqt3/html/qmlined-w.png +share/doc/tqt3/html/qmotif-h.html +share/doc/tqt3/html/qmotif-members.html +share/doc/tqt3/html/qmotif.html +share/doc/tqt3/html/qmotifdialog-h.html +share/doc/tqt3/html/qmotifdialog-members.html +share/doc/tqt3/html/qmotifdialog.html +share/doc/tqt3/html/qmotifplusstyle-h.html +share/doc/tqt3/html/qmotifplusstyle-members.html +share/doc/tqt3/html/qmotifstyle-h.html +share/doc/tqt3/html/qmotifstyle-members.html +share/doc/tqt3/html/qmotifwidget-h.html +share/doc/tqt3/html/qmotifwidget-members.html +share/doc/tqt3/html/qmotifwidget.html +share/doc/tqt3/html/qmouse_qws-h.html +share/doc/tqt3/html/qmousedriverfactory-members.html +share/doc/tqt3/html/qmousedriverfactory.html +share/doc/tqt3/html/qmousedriverfactory_qws-h.html +share/doc/tqt3/html/qmousedriverplugin-members.html +share/doc/tqt3/html/qmousedriverplugin.html +share/doc/tqt3/html/qmousedriverplugin_qws-h.html +share/doc/tqt3/html/qmouseevent-members.html +share/doc/tqt3/html/qmouseevent.html +share/doc/tqt3/html/qmoveevent-members.html +share/doc/tqt3/html/qmoveevent.html +share/doc/tqt3/html/qmovie-h.html +share/doc/tqt3/html/qmovie-members.html +share/doc/tqt3/html/qmovie.png +share/doc/tqt3/html/qmsgbox-m.png +share/doc/tqt3/html/qmsgbox-w.png +share/doc/tqt3/html/qmultilineedit-h.html +share/doc/tqt3/html/qmultilineedit-members.html +share/doc/tqt3/html/qmutex-h.html +share/doc/tqt3/html/qmutex-members.html +share/doc/tqt3/html/qmutexlocker-members.html +share/doc/tqt3/html/qmutexlocker.html +share/doc/tqt3/html/qnamespace-h.html +share/doc/tqt3/html/qnetwork-h.html +share/doc/tqt3/html/qnetworkoperation-members.html +share/doc/tqt3/html/qnetworkoperation.html +share/doc/tqt3/html/qnetworkprotocol-h.html +share/doc/tqt3/html/qnetworkprotocol-members.html +share/doc/tqt3/html/qnp-h.html +share/doc/tqt3/html/qnpinstance-members.html +share/doc/tqt3/html/qnpinstance.html +share/doc/tqt3/html/qnplugin-members.html +share/doc/tqt3/html/qnplugin.html +share/doc/tqt3/html/qnpstream-members.html +share/doc/tqt3/html/qnpstream.html +share/doc/tqt3/html/qnpwidget-members.html +share/doc/tqt3/html/qnpwidget.html +share/doc/tqt3/html/qobject-h.html +share/doc/tqt3/html/qobject-members.html +share/doc/tqt3/html/qobjectcleanuphandler-h.html +share/doc/tqt3/html/qobjectcleanuphandler-members.html +share/doc/tqt3/html/qobjectlist-h.html +share/doc/tqt3/html/qobjectlist-members.html +share/doc/tqt3/html/qobjectlistiterator-members.html +share/doc/tqt3/html/qobjectlistiterator.html +share/doc/tqt3/html/qpaintdevice-h.html +share/doc/tqt3/html/qpaintdevice-members.html +share/doc/tqt3/html/qpaintdevicemetrics-h.html +share/doc/tqt3/html/qpaintdevicemetrics-members.html +share/doc/tqt3/html/qpainter-h.html +share/doc/tqt3/html/qpainter-members.html +share/doc/tqt3/html/qpaintevent-members.html +share/doc/tqt3/html/qpaintevent.html +share/doc/tqt3/html/qpair-h.html +share/doc/tqt3/html/qpair-members.html +share/doc/tqt3/html/qpalette-h.html +share/doc/tqt3/html/qpalette-members.html +share/doc/tqt3/html/qpen-h.html +share/doc/tqt3/html/qpen-members.html +share/doc/tqt3/html/qpicture-h.html +share/doc/tqt3/html/qpicture-members.html +share/doc/tqt3/html/qpixmap-h.html +share/doc/tqt3/html/qpixmap-members.html +share/doc/tqt3/html/qpixmapcache-h.html +share/doc/tqt3/html/qpixmapcache-members.html +share/doc/tqt3/html/qplatinumstyle-h.html +share/doc/tqt3/html/qplatinumstyle-members.html +share/doc/tqt3/html/qpngimagepacker-members.html +share/doc/tqt3/html/qpngimagepacker.html +share/doc/tqt3/html/qpngio-h.html +share/doc/tqt3/html/qpoint-h.html +share/doc/tqt3/html/qpoint-members.html +share/doc/tqt3/html/qpointarray-h.html +share/doc/tqt3/html/qpointarray-members.html +share/doc/tqt3/html/qpopmenu-fancy.png +share/doc/tqt3/html/qpopmenu-m.png +share/doc/tqt3/html/qpopmenu-w.png +share/doc/tqt3/html/qpopupmenu-h.html +share/doc/tqt3/html/qpopupmenu-members.html +share/doc/tqt3/html/qprintdlg-m.png +share/doc/tqt3/html/qprinter-h.html +share/doc/tqt3/html/qprinter-members.html +share/doc/tqt3/html/qprocess-examples.html +share/doc/tqt3/html/qprocess-h.html +share/doc/tqt3/html/qprocess-members.html +share/doc/tqt3/html/qprogbar-m.png +share/doc/tqt3/html/qprogbar-w.png +share/doc/tqt3/html/qprogdlg-m.png +share/doc/tqt3/html/qprogdlg-w.png +share/doc/tqt3/html/qprogressbar-h.html +share/doc/tqt3/html/qprogressbar-members.html +share/doc/tqt3/html/qprogressdialog-h.html +share/doc/tqt3/html/qprogressdialog-members.html +share/doc/tqt3/html/qptrcollection-h.html +share/doc/tqt3/html/qptrcollection-members.html +share/doc/tqt3/html/qptrdict-h.html +share/doc/tqt3/html/qptrdict-members.html +share/doc/tqt3/html/qptrdictiterator-members.html +share/doc/tqt3/html/qptrdictiterator.html +share/doc/tqt3/html/qptrlist-h.html +share/doc/tqt3/html/qptrlist-members.html +share/doc/tqt3/html/qptrlistiterator-members.html +share/doc/tqt3/html/qptrlistiterator.html +share/doc/tqt3/html/qptrqueue-h.html +share/doc/tqt3/html/qptrqueue-members.html +share/doc/tqt3/html/qptrstack-h.html +share/doc/tqt3/html/qptrstack-members.html +share/doc/tqt3/html/qptrvector-h.html +share/doc/tqt3/html/qptrvector-members.html +share/doc/tqt3/html/qpushbt-m.png +share/doc/tqt3/html/qpushbt-w.png +share/doc/tqt3/html/qpushbutton-h.html +share/doc/tqt3/html/qpushbutton-members.html +share/doc/tqt3/html/qradiobt-m.png +share/doc/tqt3/html/qradiobt-w.png +share/doc/tqt3/html/qradiobutton-h.html +share/doc/tqt3/html/qradiobutton-members.html +share/doc/tqt3/html/qrangecontrol-h.html +share/doc/tqt3/html/qrangecontrol-members.html +share/doc/tqt3/html/qrect-h.html +share/doc/tqt3/html/qrect-members.html +share/doc/tqt3/html/qregexp-h.html +share/doc/tqt3/html/qregexp-members.html +share/doc/tqt3/html/qregexpvalidator-members.html +share/doc/tqt3/html/qregexpvalidator.html +share/doc/tqt3/html/qregion-h.html +share/doc/tqt3/html/qregion-members.html +share/doc/tqt3/html/qresizeevent-members.html +share/doc/tqt3/html/qresizeevent.html +share/doc/tqt3/html/qrtlcodec-h.html +share/doc/tqt3/html/qs-addwidg.png +share/doc/tqt3/html/qs-editconn1.png +share/doc/tqt3/html/qs-editconn2.png +share/doc/tqt3/html/qs-editfunc.png +share/doc/tqt3/html/qs-editlistbox1.png +share/doc/tqt3/html/qs-laygrid.png +share/doc/tqt3/html/qs-layhoriz.png +share/doc/tqt3/html/qs-layvert.png +share/doc/tqt3/html/qs-newdlg.png +share/doc/tqt3/html/qs-projset.png +share/doc/tqt3/html/qs-pushbutt.png +share/doc/tqt3/html/qs-spacers.png +share/doc/tqt3/html/qs-taborder.png +share/doc/tqt3/html/qs-txtlbl.png +share/doc/tqt3/html/qscrbar-m.png +share/doc/tqt3/html/qscrbar-w.png +share/doc/tqt3/html/qscreen-members.html +share/doc/tqt3/html/qscreen.html +share/doc/tqt3/html/qscrollbar-h.html +share/doc/tqt3/html/qscrollbar-members.html +share/doc/tqt3/html/qscrollview-cl.png +share/doc/tqt3/html/qscrollview-h.html +share/doc/tqt3/html/qscrollview-m.png +share/doc/tqt3/html/qscrollview-members.html +share/doc/tqt3/html/qscrollview-vp.png +share/doc/tqt3/html/qscrollview-vp2.png +share/doc/tqt3/html/qscrollview-w.png +share/doc/tqt3/html/qsemaphore-h.html +share/doc/tqt3/html/qsemaphore-members.html +share/doc/tqt3/html/qserversocket-h.html +share/doc/tqt3/html/qserversocket-members.html +share/doc/tqt3/html/qsessionmanager-h.html +share/doc/tqt3/html/qsessionmanager-members.html +share/doc/tqt3/html/qsettings-h.html +share/doc/tqt3/html/qsettings-members.html +share/doc/tqt3/html/qsgistyle-h.html +share/doc/tqt3/html/qsgistyle-members.html +share/doc/tqt3/html/qshowevent-members.html +share/doc/tqt3/html/qshowevent.html +share/doc/tqt3/html/qsignal-h.html +share/doc/tqt3/html/qsignal-members.html +share/doc/tqt3/html/qsignalmapper-h.html +share/doc/tqt3/html/qsignalmapper-members.html +share/doc/tqt3/html/qsimplerichtext-h.html +share/doc/tqt3/html/qsimplerichtext-members.html +share/doc/tqt3/html/qsize-h.html +share/doc/tqt3/html/qsize-members.html +share/doc/tqt3/html/qsizegrip-h.html +share/doc/tqt3/html/qsizegrip-m.png +share/doc/tqt3/html/qsizegrip-members.html +share/doc/tqt3/html/qsizegrip-w.png +share/doc/tqt3/html/qsizepolicy-h.html +share/doc/tqt3/html/qsizepolicy-members.html +share/doc/tqt3/html/qsjiscodec-h.html +share/doc/tqt3/html/qsjiscodec-members.html +share/doc/tqt3/html/qslider-h.html +share/doc/tqt3/html/qslider-m.png +share/doc/tqt3/html/qslider-members.html +share/doc/tqt3/html/qslider-w.png +share/doc/tqt3/html/qsmetric.png +share/doc/tqt3/html/qsocket-h.html +share/doc/tqt3/html/qsocket-members.html +share/doc/tqt3/html/qsocketdevice-h.html +share/doc/tqt3/html/qsocketdevice-members.html +share/doc/tqt3/html/qsocketnotifier-h.html +share/doc/tqt3/html/qsocketnotifier-members.html +share/doc/tqt3/html/qsortedlist-h.html +share/doc/tqt3/html/qsortedlist-members.html +share/doc/tqt3/html/qsound-h.html +share/doc/tqt3/html/qsound-members.html +share/doc/tqt3/html/qspaceritem-members.html +share/doc/tqt3/html/qspaceritem.html +share/doc/tqt3/html/qspinbox-h.html +share/doc/tqt3/html/qspinbox-m.png +share/doc/tqt3/html/qspinbox-members.html +share/doc/tqt3/html/qspinbox-w.png +share/doc/tqt3/html/qsplashscreen-h.html +share/doc/tqt3/html/qsplashscreen-members.html +share/doc/tqt3/html/qsplitter-h.html +share/doc/tqt3/html/qsplitter-m.png +share/doc/tqt3/html/qsplitter-members.html +share/doc/tqt3/html/qsplitter-w.png +share/doc/tqt3/html/qsql-h.html +share/doc/tqt3/html/qsql-members.html +share/doc/tqt3/html/qsqlcursor-h.html +share/doc/tqt3/html/qsqlcursor-members.html +share/doc/tqt3/html/qsqldatabase-h.html +share/doc/tqt3/html/qsqldatabase-members.html +share/doc/tqt3/html/qsqldriver-h.html +share/doc/tqt3/html/qsqldriver-members.html +share/doc/tqt3/html/qsqldriverplugin-h.html +share/doc/tqt3/html/qsqldriverplugin-members.html +share/doc/tqt3/html/qsqleditorfactory-h.html +share/doc/tqt3/html/qsqleditorfactory-members.html +share/doc/tqt3/html/qsqlerror-h.html +share/doc/tqt3/html/qsqlerror-members.html +share/doc/tqt3/html/qsqlfield-h.html +share/doc/tqt3/html/qsqlfield-members.html +share/doc/tqt3/html/qsqlfieldinfo-members.html +share/doc/tqt3/html/qsqlfieldinfo.html +share/doc/tqt3/html/qsqlform-h.html +share/doc/tqt3/html/qsqlform-members.html +share/doc/tqt3/html/qsqlindex-h.html +share/doc/tqt3/html/qsqlindex-members.html +share/doc/tqt3/html/qsqlpropertymap-h.html +share/doc/tqt3/html/qsqlpropertymap-members.html +share/doc/tqt3/html/qsqlquery-h.html +share/doc/tqt3/html/qsqlquery-members.html +share/doc/tqt3/html/qsqlrecord-h.html +share/doc/tqt3/html/qsqlrecord-members.html +share/doc/tqt3/html/qsqlrecordinfo-members.html +share/doc/tqt3/html/qsqlrecordinfo.html +share/doc/tqt3/html/qsqlresult-h.html +share/doc/tqt3/html/qsqlresult-members.html +share/doc/tqt3/html/qsqlselectcursor-h.html +share/doc/tqt3/html/qsqlselectcursor-members.html +share/doc/tqt3/html/qstatusbar-h.html +share/doc/tqt3/html/qstatusbar-m.png +share/doc/tqt3/html/qstatusbar-members.html +share/doc/tqt3/html/qstatusbar-w.png +share/doc/tqt3/html/qstoreddrag-members.html +share/doc/tqt3/html/qstoreddrag.html +share/doc/tqt3/html/qstrilist-members.html +share/doc/tqt3/html/qstrilist.html +share/doc/tqt3/html/qstring-h.html +share/doc/tqt3/html/qstring-members.html +share/doc/tqt3/html/qstringlist-h.html +share/doc/tqt3/html/qstringlist-members.html +share/doc/tqt3/html/qstrlist-h.html +share/doc/tqt3/html/qstrlist-members.html +share/doc/tqt3/html/qstrlistiterator-members.html +share/doc/tqt3/html/qstrlistiterator.html +share/doc/tqt3/html/qstyle-h.html +share/doc/tqt3/html/qstyle-members.html +share/doc/tqt3/html/qstylefactory-h.html +share/doc/tqt3/html/qstylefactory-members.html +share/doc/tqt3/html/qstyleoption-members.html +share/doc/tqt3/html/qstyleoption.html +share/doc/tqt3/html/qstyleplugin-h.html +share/doc/tqt3/html/qstyleplugin-members.html +share/doc/tqt3/html/qstylesheet-h.html +share/doc/tqt3/html/qstylesheet-members.html +share/doc/tqt3/html/qstylesheetitem-members.html +share/doc/tqt3/html/qstylesheetitem.html +share/doc/tqt3/html/qsyntaxhighlighter-h.html +share/doc/tqt3/html/qsyntaxhighlighter-members.html +share/doc/tqt3/html/qt-colors.png +share/doc/tqt3/html/qt-members.html +share/doc/tqt3/html/qt-template-lib.html +share/doc/tqt3/html/qt.dcf +share/doc/tqt3/html/qt33-class-chart.png +share/doc/tqt3/html/qtab-members.html +share/doc/tqt3/html/qtab.html +share/doc/tqt3/html/qtabbar-h.html +share/doc/tqt3/html/qtabbar-m.png +share/doc/tqt3/html/qtabbar-members.html +share/doc/tqt3/html/qtabbar-w.png +share/doc/tqt3/html/qtabdialog-h.html +share/doc/tqt3/html/qtabdialog-members.html +share/doc/tqt3/html/qtabdlg-m.png +share/doc/tqt3/html/qtabdlg-w.png +share/doc/tqt3/html/qtable-h.html +share/doc/tqt3/html/qtable-members.html +share/doc/tqt3/html/qtable.png +share/doc/tqt3/html/qtableitem-members.html +share/doc/tqt3/html/qtableitem.html +share/doc/tqt3/html/qtableitems.png +share/doc/tqt3/html/qtableselection-members.html +share/doc/tqt3/html/qtableselection.html +share/doc/tqt3/html/qtabletevent-members.html +share/doc/tqt3/html/qtabletevent.html +share/doc/tqt3/html/qtabwidget-h.html +share/doc/tqt3/html/qtabwidget-m.png +share/doc/tqt3/html/qtabwidget-members.html +share/doc/tqt3/html/qtabwidget-w.png +share/doc/tqt3/html/qtextbrowser-h.html +share/doc/tqt3/html/qtextbrowser-m.png +share/doc/tqt3/html/qtextbrowser-members.html +share/doc/tqt3/html/qtextbrowser-w.png +share/doc/tqt3/html/qtextcodec-h.html +share/doc/tqt3/html/qtextcodec-members.html +share/doc/tqt3/html/qtextcodecplugin-h.html +share/doc/tqt3/html/qtextcodecplugin-members.html +share/doc/tqt3/html/qtextdecoder-members.html +share/doc/tqt3/html/qtextdecoder.html +share/doc/tqt3/html/qtextdrag-members.html +share/doc/tqt3/html/qtextdrag.html +share/doc/tqt3/html/qtextedit-h.html +share/doc/tqt3/html/qtextedit-members.html +share/doc/tqt3/html/qtextencoder-members.html +share/doc/tqt3/html/qtextencoder.html +share/doc/tqt3/html/qtextistream-members.html +share/doc/tqt3/html/qtextistream.html +share/doc/tqt3/html/qtextostream-members.html +share/doc/tqt3/html/qtextostream.html +share/doc/tqt3/html/qtextstream-h.html +share/doc/tqt3/html/qtextstream-members.html +share/doc/tqt3/html/qtextview-h.html +share/doc/tqt3/html/qtextview-members.html +share/doc/tqt3/html/qthread-h.html +share/doc/tqt3/html/qthread-members.html +share/doc/tqt3/html/qthreadstorage-h.html +share/doc/tqt3/html/qthreadstorage-members.html +share/doc/tqt3/html/qtime-members.html +share/doc/tqt3/html/qtime.html +share/doc/tqt3/html/qtimeedit-members.html +share/doc/tqt3/html/qtimeedit.html +share/doc/tqt3/html/qtimer-h.html +share/doc/tqt3/html/qtimer-members.html +share/doc/tqt3/html/qtimerevent-members.html +share/doc/tqt3/html/qtimerevent.html +share/doc/tqt3/html/qtl-qvaluelist-example.html +share/doc/tqt3/html/qtmac-as-native.html +share/doc/tqt3/html/qtoolbar-h.html +share/doc/tqt3/html/qtoolbar-members.html +share/doc/tqt3/html/qtoolbox-h.html +share/doc/tqt3/html/qtoolbox-members.html +share/doc/tqt3/html/qtoolbutton-h.html +share/doc/tqt3/html/qtoolbutton-members.html +share/doc/tqt3/html/qtooltip-h.html +share/doc/tqt3/html/qtooltip-members.html +share/doc/tqt3/html/qtooltipgroup-members.html +share/doc/tqt3/html/qtooltipgroup.html +share/doc/tqt3/html/qtranslator-h.html +share/doc/tqt3/html/qtranslator-members.html +share/doc/tqt3/html/qtranslatormessage-members.html +share/doc/tqt3/html/qtranslatormessage.html +share/doc/tqt3/html/qtsciicodec-h.html +share/doc/tqt3/html/qtsciicodec-members.html +share/doc/tqt3/html/quridrag-members.html +share/doc/tqt3/html/quridrag.html +share/doc/tqt3/html/qurl-h.html +share/doc/tqt3/html/qurl-members.html +share/doc/tqt3/html/qurlinfo-h.html +share/doc/tqt3/html/qurlinfo-members.html +share/doc/tqt3/html/qurloperator-h.html +share/doc/tqt3/html/qurloperator-members.html +share/doc/tqt3/html/quuid-h.html +share/doc/tqt3/html/quuid-members.html +share/doc/tqt3/html/qvalidator-h.html +share/doc/tqt3/html/qvalidator-members.html +share/doc/tqt3/html/qvaluelist-h.html +share/doc/tqt3/html/qvaluelist-members.html +share/doc/tqt3/html/qvaluelistconstiterator-members.html +share/doc/tqt3/html/qvaluelistconstiterator.html +share/doc/tqt3/html/qvaluelistiterator-members.html +share/doc/tqt3/html/qvaluelistiterator.html +share/doc/tqt3/html/qvaluestack-h.html +share/doc/tqt3/html/qvaluestack-members.html +share/doc/tqt3/html/qvaluevector-h.html +share/doc/tqt3/html/qvaluevector-members.html +share/doc/tqt3/html/qvariant-h.html +share/doc/tqt3/html/qvariant-members.html +share/doc/tqt3/html/qvbox-h.html +share/doc/tqt3/html/qvbox-m.png +share/doc/tqt3/html/qvbox-members.html +share/doc/tqt3/html/qvboxlayout-members.html +share/doc/tqt3/html/qvboxlayout.html +share/doc/tqt3/html/qvboxlayout.png +share/doc/tqt3/html/qvbuttongroup-h.html +share/doc/tqt3/html/qvbuttongroup-members.html +share/doc/tqt3/html/qvgroupbox-h.html +share/doc/tqt3/html/qvgroupbox-members.html +share/doc/tqt3/html/qwaitcondition-h.html +share/doc/tqt3/html/qwaitcondition-members.html +share/doc/tqt3/html/qwerty-example.html +share/doc/tqt3/html/qwhatsthis-h.html +share/doc/tqt3/html/qwhatsthis-members.html +share/doc/tqt3/html/qwheelevent-members.html +share/doc/tqt3/html/qwheelevent.html +share/doc/tqt3/html/qwidget-h.html +share/doc/tqt3/html/qwidget-members.html +share/doc/tqt3/html/qwidgetfactory-h.html +share/doc/tqt3/html/qwidgetfactory-members.html +share/doc/tqt3/html/qwidgetitem-members.html +share/doc/tqt3/html/qwidgetitem.html +share/doc/tqt3/html/qwidgetplugin-h.html +share/doc/tqt3/html/qwidgetplugin-members.html +share/doc/tqt3/html/qwidgetstack-h.html +share/doc/tqt3/html/qwidgetstack-members.html +share/doc/tqt3/html/qwindowdefs-h.html +share/doc/tqt3/html/qwindowsmime-members.html +share/doc/tqt3/html/qwindowsmime.html +share/doc/tqt3/html/qwindowsstyle-h.html +share/doc/tqt3/html/qwindowsstyle-members.html +share/doc/tqt3/html/qwindowsystem_qws-h.html +share/doc/tqt3/html/qwizard-h.html +share/doc/tqt3/html/qwizard-members.html +share/doc/tqt3/html/qwizard.png +share/doc/tqt3/html/qwmatrix-h.html +share/doc/tqt3/html/qwmatrix-members.html +share/doc/tqt3/html/qworkspace-h.html +share/doc/tqt3/html/qworkspace-members.html +share/doc/tqt3/html/qws.html +share/doc/tqt3/html/qwsdecoration-members.html +share/doc/tqt3/html/qwsdecoration.html +share/doc/tqt3/html/qwsdecoration_qws-h.html +share/doc/tqt3/html/qwsinputmethod-members.html +share/doc/tqt3/html/qwsinputmethod.html +share/doc/tqt3/html/qwskeyboardhandler-members.html +share/doc/tqt3/html/qwskeyboardhandler.html +share/doc/tqt3/html/qwsmousehandler-members.html +share/doc/tqt3/html/qwsmousehandler.html +share/doc/tqt3/html/qwsserver-members.html +share/doc/tqt3/html/qwsserver.html +share/doc/tqt3/html/qwswindow-members.html +share/doc/tqt3/html/qwswindow.html +share/doc/tqt3/html/qxml-h.html +share/doc/tqt3/html/qxmlattributes-members.html +share/doc/tqt3/html/qxmlattributes.html +share/doc/tqt3/html/qxmlcontenthandler-members.html +share/doc/tqt3/html/qxmlcontenthandler.html +share/doc/tqt3/html/qxmldeclhandler-members.html +share/doc/tqt3/html/qxmldeclhandler.html +share/doc/tqt3/html/qxmldefaulthandler-members.html +share/doc/tqt3/html/qxmldefaulthandler.html +share/doc/tqt3/html/qxmldtdhandler-members.html +share/doc/tqt3/html/qxmldtdhandler.html +share/doc/tqt3/html/qxmlentityresolver-members.html +share/doc/tqt3/html/qxmlentityresolver.html +share/doc/tqt3/html/qxmlerrorhandler-members.html +share/doc/tqt3/html/qxmlerrorhandler.html +share/doc/tqt3/html/qxmlinputsource-members.html +share/doc/tqt3/html/qxmlinputsource.html +share/doc/tqt3/html/qxmllexicalhandler-members.html +share/doc/tqt3/html/qxmllexicalhandler.html +share/doc/tqt3/html/qxmllocator-members.html +share/doc/tqt3/html/qxmllocator.html +share/doc/tqt3/html/qxmlnamespacesupport-members.html +share/doc/tqt3/html/qxmlnamespacesupport.html +share/doc/tqt3/html/qxmlparseexception-members.html +share/doc/tqt3/html/qxmlparseexception.html +share/doc/tqt3/html/qxmlreader-members.html +share/doc/tqt3/html/qxmlreader.html +share/doc/tqt3/html/qxmlsimplereader-members.html +share/doc/tqt3/html/qxmlsimplereader.html +share/doc/tqt3/html/qxtwidget-h.html +share/doc/tqt3/html/qxtwidget-members.html +share/doc/tqt3/html/qxtwidget.html +share/doc/tqt3/html/rangecontrols-example.html +share/doc/tqt3/html/rd-add.png +share/doc/tqt3/html/rd-chooseanimage.png +share/doc/tqt3/html/rd-chooseapixmap.png +share/doc/tqt3/html/rd-configmf.png +share/doc/tqt3/html/rd-configtb.png +share/doc/tqt3/html/rd-cwidgdef.png +share/doc/tqt3/html/rd-cwidgprop.png +share/doc/tqt3/html/rd-cwidgsig.png +share/doc/tqt3/html/rd-cwidgslot.png +share/doc/tqt3/html/rd-dbconn.png +share/doc/tqt3/html/rd-ediconview.png +share/doc/tqt3/html/rd-editincdec.png +share/doc/tqt3/html/rd-edittext1.png +share/doc/tqt3/html/rd-edittext2.png +share/doc/tqt3/html/rd-edlistbox.png +share/doc/tqt3/html/rd-edlistview.png +share/doc/tqt3/html/rd-edlistview2.png +share/doc/tqt3/html/rd-edpalette.png +share/doc/tqt3/html/rd-edtablecol.png +share/doc/tqt3/html/rd-edtablerow.png +share/doc/tqt3/html/rd-find.png +share/doc/tqt3/html/rd-formset.png +share/doc/tqt3/html/rd-goto.png +share/doc/tqt3/html/rd-image.png +share/doc/tqt3/html/rd-open.png +share/doc/tqt3/html/rd-pagetitle.png +share/doc/tqt3/html/rd-prefedit1.png +share/doc/tqt3/html/rd-projset.png +share/doc/tqt3/html/rd-projset2.png +share/doc/tqt3/html/rd-replace.png +share/doc/tqt3/html/rd-saveas.png +share/doc/tqt3/html/rd-saveform.png +share/doc/tqt3/html/rd-saveformas.png +share/doc/tqt3/html/rd-saveprojset.png +share/doc/tqt3/html/rd-selcolor.png +share/doc/tqt3/html/rd-selfont.png +share/doc/tqt3/html/rd-startdesigntab2.png +share/doc/tqt3/html/rd-template.png +share/doc/tqt3/html/rd-text.png +share/doc/tqt3/html/rd-title.png +share/doc/tqt3/html/rd-tunepalette.png +share/doc/tqt3/html/regexptester-example.html +share/doc/tqt3/html/removed20.html +share/doc/tqt3/html/richtext-example.html +share/doc/tqt3/html/rintersect.png +share/doc/tqt3/html/rmo-editmenu.png +share/doc/tqt3/html/rmo-filemenu.png +share/doc/tqt3/html/rmo-helpmenu.png +share/doc/tqt3/html/rmo-layoutmenu.png +share/doc/tqt3/html/rmo-previewmenu.png +share/doc/tqt3/html/rmo-projectmenu.png +share/doc/tqt3/html/rmo-searchmenu.png +share/doc/tqt3/html/rmo-toolsmenu.png +share/doc/tqt3/html/rmo-windowmenu.png +share/doc/tqt3/html/rot-example.html +share/doc/tqt3/html/rsubtract.png +share/doc/tqt3/html/rtb-edit.png +share/doc/tqt3/html/rtb-file.png +share/doc/tqt3/html/rtb-layout.png +share/doc/tqt3/html/rtb-search.png +share/doc/tqt3/html/rtb-tbbuttons.png +share/doc/tqt3/html/rtb-tbcontain.png +share/doc/tqt3/html/rtb-tbcustom.png +share/doc/tqt3/html/rtb-tbdatabase.png +share/doc/tqt3/html/rtb-tbdisplay.png +share/doc/tqt3/html/rtb-tbinput.png +share/doc/tqt3/html/rtb-tbviews.png +share/doc/tqt3/html/rtb-toolbox.png +share/doc/tqt3/html/rtb-tools.png +share/doc/tqt3/html/runion.png +share/doc/tqt3/html/rxor.png +share/doc/tqt3/html/scaling.png +share/doc/tqt3/html/scribble-example.html +share/doc/tqt3/html/scrollview-example.html +share/doc/tqt3/html/search.png +share/doc/tqt3/html/session.html +share/doc/tqt3/html/session.png +share/doc/tqt3/html/shared.html +share/doc/tqt3/html/shclass.html +share/doc/tqt3/html/showimg-example.html +share/doc/tqt3/html/sidebar.png +share/doc/tqt3/html/signalsandslots.html +share/doc/tqt3/html/simple-application-example.html +share/doc/tqt3/html/simple-application.html +share/doc/tqt3/html/simple-font-demo-example.html +share/doc/tqt3/html/simple_dd-example.html +share/doc/tqt3/html/small-table-example-example.html +share/doc/tqt3/html/smooth.png +share/doc/tqt3/html/sound-example.html +share/doc/tqt3/html/splitter-example.html +share/doc/tqt3/html/splitter-views-w.png +share/doc/tqt3/html/sql-driver.html +share/doc/tqt3/html/sql-examples.html +share/doc/tqt3/html/sql-overview-basicbrowsing-main-cpp.html +share/doc/tqt3/html/sql-overview-basicbrowsing2-main-cpp.html +share/doc/tqt3/html/sql-overview-basicdatamanip-main-cpp.html +share/doc/tqt3/html/sql-overview-connect1-main-cpp.html +share/doc/tqt3/html/sql-overview-create_connections-main-cpp.html +share/doc/tqt3/html/sql-overview-custom1-main-cpp.html +share/doc/tqt3/html/sql-overview-custom1-main-h.html +share/doc/tqt3/html/sql-overview-delete-main-cpp.html +share/doc/tqt3/html/sql-overview-extract-main-cpp.html +share/doc/tqt3/html/sql-overview-form1-main-cpp.html +share/doc/tqt3/html/sql-overview-form2-main-h.html +share/doc/tqt3/html/sql-overview-insert-main-cpp.html +share/doc/tqt3/html/sql-overview-navigating-main-cpp.html +share/doc/tqt3/html/sql-overview-order1-main-cpp.html +share/doc/tqt3/html/sql-overview-order2-main-cpp.html +share/doc/tqt3/html/sql-overview-retrieve1-main-cpp.html +share/doc/tqt3/html/sql-overview-retrieve2-main-cpp.html +share/doc/tqt3/html/sql-overview-subclass1-main-cpp.html +share/doc/tqt3/html/sql-overview-subclass2-main-cpp.html +share/doc/tqt3/html/sql-overview-subclass2-main-h.html +share/doc/tqt3/html/sql-overview-subclass3-main-cpp.html +share/doc/tqt3/html/sql-overview-subclass3-main-h.html +share/doc/tqt3/html/sql-overview-subclass4-main-cpp.html +share/doc/tqt3/html/sql-overview-subclass4-main-h.html +share/doc/tqt3/html/sql-overview-subclass5-main-cpp.html +share/doc/tqt3/html/sql-overview-subclass5-main-h.html +share/doc/tqt3/html/sql-overview-table1-main-cpp.html +share/doc/tqt3/html/sql-overview-table2-main-cpp.html +share/doc/tqt3/html/sql-overview-table3-main-cpp.html +share/doc/tqt3/html/sql-overview-table3-main-h.html +share/doc/tqt3/html/sql-overview-table4-main-cpp.html +share/doc/tqt3/html/sql-overview-table4-main-h.html +share/doc/tqt3/html/sql-overview-update-main-cpp.html +share/doc/tqt3/html/sql.html +share/doc/tqt3/html/sqltable-example.html +share/doc/tqt3/html/statistics-example.html +share/doc/tqt3/html/step-by-step-examples.html +share/doc/tqt3/html/t1.png +share/doc/tqt3/html/t10-cannon-cpp.html +share/doc/tqt3/html/t10-cannon-h.html +share/doc/tqt3/html/t10-lcdrange-cpp.html +share/doc/tqt3/html/t10-lcdrange-h.html +share/doc/tqt3/html/t10-main-cpp.html +share/doc/tqt3/html/t10.png +share/doc/tqt3/html/t11-cannon-cpp.html +share/doc/tqt3/html/t11-cannon-h.html +share/doc/tqt3/html/t11-lcdrange-cpp.html +share/doc/tqt3/html/t11-lcdrange-h.html +share/doc/tqt3/html/t11-main-cpp.html +share/doc/tqt3/html/t11.png +share/doc/tqt3/html/t12-cannon-cpp.html +share/doc/tqt3/html/t12-cannon-h.html +share/doc/tqt3/html/t12-lcdrange-cpp.html +share/doc/tqt3/html/t12-lcdrange-h.html +share/doc/tqt3/html/t12-main-cpp.html +share/doc/tqt3/html/t12.png +share/doc/tqt3/html/t13-cannon-cpp.html +share/doc/tqt3/html/t13-cannon-h.html +share/doc/tqt3/html/t13-gamebrd-cpp.html +share/doc/tqt3/html/t13-gamebrd-h.html +share/doc/tqt3/html/t13-lcdrange-cpp.html +share/doc/tqt3/html/t13-lcdrange-h.html +share/doc/tqt3/html/t13-main-cpp.html +share/doc/tqt3/html/t13.png +share/doc/tqt3/html/t14-cannon-cpp.html +share/doc/tqt3/html/t14-cannon-h.html +share/doc/tqt3/html/t14-gamebrd-cpp.html +share/doc/tqt3/html/t14-gamebrd-h.html +share/doc/tqt3/html/t14-lcdrange-cpp.html +share/doc/tqt3/html/t14-lcdrange-h.html +share/doc/tqt3/html/t14-main-cpp.html +share/doc/tqt3/html/t14.png +share/doc/tqt3/html/t2.png +share/doc/tqt3/html/t3.png +share/doc/tqt3/html/t4.png +share/doc/tqt3/html/t5.png +share/doc/tqt3/html/t6.png +share/doc/tqt3/html/t7-lcdrange-cpp.html +share/doc/tqt3/html/t7-lcdrange-h.html +share/doc/tqt3/html/t7-main-cpp.html +share/doc/tqt3/html/t7.png +share/doc/tqt3/html/t8-cannon-cpp.html +share/doc/tqt3/html/t8-cannon-h.html +share/doc/tqt3/html/t8-lcdrange-cpp.html +share/doc/tqt3/html/t8-lcdrange-h.html +share/doc/tqt3/html/t8-main-cpp.html +share/doc/tqt3/html/t8.png +share/doc/tqt3/html/t9-cannon-cpp.html +share/doc/tqt3/html/t9-cannon-h.html +share/doc/tqt3/html/t9-lcdrange-cpp.html +share/doc/tqt3/html/t9-lcdrange-h.html +share/doc/tqt3/html/t9-main-cpp.html +share/doc/tqt3/html/t9.png +share/doc/tqt3/html/t9_1.png +share/doc/tqt3/html/t9_2.png +share/doc/tqt3/html/tabdialog-example.html +share/doc/tqt3/html/table-bigtable-main-cpp.html +share/doc/tqt3/html/table-examples.html +share/doc/tqt3/html/table-small-table-demo-main-cpp.html +share/doc/tqt3/html/table-statistics-statistics-cpp.html +share/doc/tqt3/html/table.html +share/doc/tqt3/html/tablet-example.html +share/doc/tqt3/html/tagreader-example.html +share/doc/tqt3/html/tagreader-with-features-example.html +share/doc/tqt3/html/templates.html +share/doc/tqt3/html/tetrix-example.html +share/doc/tqt3/html/text.html +share/doc/tqt3/html/textedit-example.html +share/doc/tqt3/html/themes-example.html +share/doc/tqt3/html/thread.html +share/doc/tqt3/html/threads.html +share/doc/tqt3/html/tictac-example.html +share/doc/tqt3/html/time.html +share/doc/tqt3/html/timers.html +share/doc/tqt3/html/titleindex +share/doc/tqt3/html/toggleaction-example.html +share/doc/tqt3/html/toolbar.png +share/doc/tqt3/html/toolbar1.png +share/doc/tqt3/html/tools-list.html +share/doc/tqt3/html/tools.html +share/doc/tqt3/html/tooltip-example.html +share/doc/tqt3/html/toplevel-example.html +share/doc/tqt3/html/trademarks.html +share/doc/tqt3/html/trivial-nsplugin-example.html +share/doc/tqt3/html/troll.html +share/doc/tqt3/html/tt1_en.png +share/doc/tqt3/html/tt1_la.png +share/doc/tqt3/html/tt2_en.png +share/doc/tqt3/html/tt2_fr.png +share/doc/tqt3/html/tt2_nl.png +share/doc/tqt3/html/tt3_10_en.png +share/doc/tqt3/html/tt3_10_pt_bad.png +share/doc/tqt3/html/tt3_10_pt_good.png +share/doc/tqt3/html/tt3_11_about_pt.png +share/doc/tqt3/html/tt3_11_en.png +share/doc/tqt3/html/tt3_11_pt.png +share/doc/tqt3/html/tutorial.html +share/doc/tqt3/html/tutorial1-01.html +share/doc/tqt3/html/tutorial1-02.html +share/doc/tqt3/html/tutorial1-03.html +share/doc/tqt3/html/tutorial1-04.html +share/doc/tqt3/html/tutorial1-05.html +share/doc/tqt3/html/tutorial1-06.html +share/doc/tqt3/html/tutorial1-07.html +share/doc/tqt3/html/tutorial1-08.html +share/doc/tqt3/html/tutorial1-09.html +share/doc/tqt3/html/tutorial1-10.html +share/doc/tqt3/html/tutorial1-11.html +share/doc/tqt3/html/tutorial1-12.html +share/doc/tqt3/html/tutorial1-13.html +share/doc/tqt3/html/tutorial1-14.html +share/doc/tqt3/html/tutorial2-01.html +share/doc/tqt3/html/tutorial2-02.html +share/doc/tqt3/html/tutorial2-03.html +share/doc/tqt3/html/tutorial2-04.html +share/doc/tqt3/html/tutorial2-05.html +share/doc/tqt3/html/tutorial2-06.html +share/doc/tqt3/html/tutorial2-07.html +share/doc/tqt3/html/tutorial2-08.html +share/doc/tqt3/html/tutorial2-09.html +share/doc/tqt3/html/tutorial2-10.html +share/doc/tqt3/html/tutorial2-11.html +share/doc/tqt3/html/tutorial2.html +share/doc/tqt3/html/uic.html +share/doc/tqt3/html/unicode.html +share/doc/tqt3/html/unsmooth.png +share/doc/tqt3/html/validateaccelerators.png +share/doc/tqt3/html/validatephrases.png +share/doc/tqt3/html/validatepunctuation.png +share/doc/tqt3/html/web.png +share/doc/tqt3/html/whatsthis +share/doc/tqt3/html/whatsthis.png +share/doc/tqt3/html/widgets-example.html +share/doc/tqt3/html/win-objexplor1.png +share/doc/tqt3/html/win-objexplor2.png +share/doc/tqt3/html/win-projoverview.png +share/doc/tqt3/html/win-propedit1.png +share/doc/tqt3/html/win-propedit2.png +share/doc/tqt3/html/winsystem.html +share/doc/tqt3/html/wizard-example.html +share/doc/tqt3/html/wizard-wizard-cpp.html +share/doc/tqt3/html/wizard-wizard-h.html +share/doc/tqt3/html/workspace.html +share/doc/tqt3/html/xform-example.html +share/doc/tqt3/html/xform.png +share/doc/tqt3/html/xml-examples.html +share/doc/tqt3/html/xml-sax-features-walkthrough.html +share/doc/tqt3/html/xml-sax-walkthrough.html +share/doc/tqt3/html/xml-tools.html +share/doc/tqt3/html/xml.html +share/doc/tqt3/html/y2k.html diff --git a/openbsd/dependencies/tqt3/pkg/PLIST-main b/openbsd/dependencies/tqt3/pkg/PLIST-main new file mode 100644 index 000000000..fb276aca0 --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/PLIST-main @@ -0,0 +1,673 @@ +@comment $OpenBSD$ +%%SHARED%% +@bin bin/maketqpf +@bin bin/msg2tqm +@bin bin/tqassistant +@bin bin/tqdesigner +@bin bin/tqembed +@bin bin/tqlinguist +@bin bin/tqlrelease +@bin bin/tqlupdate +@bin bin/tqm2ts +@bin bin/tqmake +@bin bin/tqmoc +bin/tqt20fix +@bin bin/tqtconfig +@bin bin/tqtconv2ui +@bin bin/tqtcreatecw +bin/tqtfindtr +@bin bin/tqtmergetr +bin/tqtrename140 +@bin bin/tquic +@bin bin/tqvfb +include/tqt3/ +include/tqt3/ntq1xcompatibility.h +include/tqt3/ntqabstractlayout.h +include/tqt3/ntqaccel.h +include/tqt3/ntqaccessible.h +include/tqt3/ntqaction.h +include/tqt3/ntqapp.h +include/tqt3/ntqapplication.h +include/tqt3/ntqarray.h +include/tqt3/ntqasciicache.h +include/tqt3/ntqasciidict.h +include/tqt3/ntqassistantclient.h +include/tqt3/ntqasyncimageio.h +include/tqt3/ntqasyncio.h +include/tqt3/ntqbig5codec.h +include/tqt3/ntqbitarray.h +include/tqt3/ntqbitarry.h +include/tqt3/ntqbitmap.h +include/tqt3/ntqbrush.h +include/tqt3/ntqbttngrp.h +include/tqt3/ntqbuffer.h +include/tqt3/ntqbutton.h +include/tqt3/ntqbuttongroup.h +include/tqt3/ntqcache.h +include/tqt3/ntqcanvas.h +include/tqt3/ntqcdestyle.h +include/tqt3/ntqcheckbox.h +include/tqt3/ntqchkbox.h +include/tqt3/ntqcleanuphandler.h +include/tqt3/ntqclipboard.h +include/tqt3/ntqclipbrd.h +include/tqt3/ntqcollect.h +include/tqt3/ntqcollection.h +include/tqt3/ntqcolor.h +include/tqt3/ntqcolordialog.h +include/tqt3/ntqcombo.h +include/tqt3/ntqcombobox.h +include/tqt3/ntqcommonstyle.h +include/tqt3/ntqcompactstyle.h +include/tqt3/ntqconfig.h +include/tqt3/ntqconnect.h +include/tqt3/ntqconnection.h +include/tqt3/ntqcstring.h +include/tqt3/ntqcursor.h +include/tqt3/ntqdatabrowser.h +include/tqt3/ntqdatastream.h +include/tqt3/ntqdatatable.h +include/tqt3/ntqdataview.h +include/tqt3/ntqdatetime.h +include/tqt3/ntqdatetimeedit.h +include/tqt3/ntqdatetm.h +include/tqt3/ntqdeepcopy.h +include/tqt3/ntqdesktopwidget.h +include/tqt3/ntqdial.h +include/tqt3/ntqdialog.h +include/tqt3/ntqdict.h +include/tqt3/ntqdir.h +include/tqt3/ntqdns.h +include/tqt3/ntqdockarea.h +include/tqt3/ntqdockwindow.h +include/tqt3/ntqdom.h +include/tqt3/ntqdragobject.h +include/tqt3/ntqdrawutil.h +include/tqt3/ntqdrawutl.h +include/tqt3/ntqdropsite.h +include/tqt3/ntqdstream.h +include/tqt3/ntqeditorfactory.h +include/tqt3/ntqerrormessage.h +include/tqt3/ntqeucjpcodec.h +include/tqt3/ntqeuckrcodec.h +include/tqt3/ntqevent.h +include/tqt3/ntqeventloop.h +include/tqt3/ntqfeatures.h +include/tqt3/ntqfile.h +include/tqt3/ntqfiledef.h +include/tqt3/ntqfiledialog.h +include/tqt3/ntqfiledlg.h +include/tqt3/ntqfileinf.h +include/tqt3/ntqfileinfo.h +include/tqt3/ntqfocusdata.h +include/tqt3/ntqfont.h +include/tqt3/ntqfontdatabase.h +include/tqt3/ntqfontdialog.h +include/tqt3/ntqfontinf.h +include/tqt3/ntqfontinfo.h +include/tqt3/ntqfontmet.h +include/tqt3/ntqfontmetrics.h +include/tqt3/ntqframe.h +include/tqt3/ntqftp.h +include/tqt3/ntqgarray.h +include/tqt3/ntqgb18030codec.h +include/tqt3/ntqgbkcodec.h +include/tqt3/ntqgcache.h +include/tqt3/ntqgdict.h +include/tqt3/ntqgeneric.h +include/tqt3/ntqgif.h +include/tqt3/ntqgl.h +include/tqt3/ntqglcolormap.h +include/tqt3/ntqglist.h +include/tqt3/ntqglobal.h +include/tqt3/ntqgplugin.h +include/tqt3/ntqgrid.h +include/tqt3/ntqgridview.h +include/tqt3/ntqgroupbox.h +include/tqt3/ntqgrpbox.h +include/tqt3/ntqguardedptr.h +include/tqt3/ntqgvector.h +include/tqt3/ntqhbox.h +include/tqt3/ntqhbuttongroup.h +include/tqt3/ntqheader.h +include/tqt3/ntqhgroupbox.h +include/tqt3/ntqhostaddress.h +include/tqt3/ntqhttp.h +include/tqt3/ntqiconset.h +include/tqt3/ntqiconview.h +include/tqt3/ntqimage.h +include/tqt3/ntqimageformatplugin.h +include/tqt3/ntqinputcontext.h +include/tqt3/ntqinputcontextfactory.h +include/tqt3/ntqinputcontextplugin.h +include/tqt3/ntqinputdialog.h +include/tqt3/ntqintcach.h +include/tqt3/ntqintcache.h +include/tqt3/ntqintdict.h +include/tqt3/ntqinterlacestyle.h +include/tqt3/ntqiodev.h +include/tqt3/ntqiodevice.h +include/tqt3/ntqjiscodec.h +include/tqt3/ntqjpegio.h +include/tqt3/ntqjpunicode.h +include/tqt3/ntqkeycode.h +include/tqt3/ntqkeysequence.h +include/tqt3/ntqlabel.h +include/tqt3/ntqlayout.h +include/tqt3/ntqlcdnum.h +include/tqt3/ntqlcdnumber.h +include/tqt3/ntqlibrary.h +include/tqt3/ntqlined.h +include/tqt3/ntqlineedit.h +include/tqt3/ntqlist.h +include/tqt3/ntqlistbox.h +include/tqt3/ntqlistview.h +include/tqt3/ntqlocale.h +include/tqt3/ntqlocalfs.h +include/tqt3/ntqmainwindow.h +include/tqt3/ntqmap.h +include/tqt3/ntqmemarray.h +include/tqt3/ntqmenubar.h +include/tqt3/ntqmenudata.h +include/tqt3/ntqmenudta.h +include/tqt3/ntqmessagebox.h +include/tqt3/ntqmetaobj.h +include/tqt3/ntqmetaobject.h +include/tqt3/ntqmime.h +include/tqt3/ntqmlined.h +include/tqt3/ntqmngio.h +include/tqt3/ntqmodules.h +include/tqt3/ntqmotifplusstyle.h +include/tqt3/ntqmotifstyle.h +include/tqt3/ntqmovie.h +include/tqt3/ntqmsgbox.h +include/tqt3/ntqmultilinedit.h +include/tqt3/ntqmultilineedit.h +include/tqt3/ntqmutex.h +include/tqt3/ntqnamespace.h +include/tqt3/ntqnetwork.h +include/tqt3/ntqnetworkprotocol.h +include/tqt3/ntqnp.h +include/tqt3/ntqobjcoll.h +include/tqt3/ntqobjdefs.h +include/tqt3/ntqobject.h +include/tqt3/ntqobjectcleanuphandler.h +include/tqt3/ntqobjectdefs.h +include/tqt3/ntqobjectdict.h +include/tqt3/ntqobjectlist.h +include/tqt3/ntqpaintd.h +include/tqt3/ntqpaintdc.h +include/tqt3/ntqpaintdevice.h +include/tqt3/ntqpaintdevicedefs.h +include/tqt3/ntqpaintdevicemetrics.h +include/tqt3/ntqpainter.h +include/tqt3/ntqpair.h +include/tqt3/ntqpalette.h +include/tqt3/ntqpdevmet.h +include/tqt3/ntqpen.h +include/tqt3/ntqpicture.h +include/tqt3/ntqpixmap.h +include/tqt3/ntqpixmapcache.h +include/tqt3/ntqplatinumstyle.h +include/tqt3/ntqpmcache.h +include/tqt3/ntqpngio.h +include/tqt3/ntqpntarry.h +include/tqt3/ntqpoint.h +include/tqt3/ntqpointarray.h +include/tqt3/ntqpolygonscanner.h +include/tqt3/ntqpopmenu.h +include/tqt3/ntqpopupmenu.h +include/tqt3/ntqprintdialog.h +include/tqt3/ntqprinter.h +include/tqt3/ntqprndlg.h +include/tqt3/ntqprocess.h +include/tqt3/ntqprogbar.h +include/tqt3/ntqprogdlg.h +include/tqt3/ntqprogressbar.h +include/tqt3/ntqprogressdialog.h +include/tqt3/ntqpsprn.h +include/tqt3/ntqptrcollection.h +include/tqt3/ntqptrdict.h +include/tqt3/ntqptrlist.h +include/tqt3/ntqptrqueue.h +include/tqt3/ntqptrstack.h +include/tqt3/ntqptrvector.h +include/tqt3/ntqpushbt.h +include/tqt3/ntqpushbutton.h +include/tqt3/ntqqueue.h +include/tqt3/ntqradiobt.h +include/tqt3/ntqradiobutton.h +include/tqt3/ntqrangecontrol.h +include/tqt3/ntqrangect.h +include/tqt3/ntqrect.h +include/tqt3/ntqregexp.h +include/tqt3/ntqregion.h +include/tqt3/ntqrtlcodec.h +include/tqt3/ntqscrbar.h +include/tqt3/ntqscrollbar.h +include/tqt3/ntqscrollview.h +include/tqt3/ntqsemaphore.h +include/tqt3/ntqsemimodal.h +include/tqt3/ntqserversocket.h +include/tqt3/ntqsession.h +include/tqt3/ntqsessionmanager.h +include/tqt3/ntqsettings.h +include/tqt3/ntqsgistyle.h +include/tqt3/ntqshared.h +include/tqt3/ntqsignal.h +include/tqt3/ntqsignalmapper.h +include/tqt3/ntqsignalslotimp.h +include/tqt3/ntqsimplerichtext.h +include/tqt3/ntqsize.h +include/tqt3/ntqsizegrip.h +include/tqt3/ntqsizepolicy.h +include/tqt3/ntqsjiscodec.h +include/tqt3/ntqslider.h +include/tqt3/ntqsocket.h +include/tqt3/ntqsocketdevice.h +include/tqt3/ntqsocketnotifier.h +include/tqt3/ntqsocknot.h +include/tqt3/ntqsortedlist.h +include/tqt3/ntqsound.h +include/tqt3/ntqspinbox.h +include/tqt3/ntqsplashscreen.h +include/tqt3/ntqsplitter.h +include/tqt3/ntqsql.h +include/tqt3/ntqsqlcursor.h +include/tqt3/ntqsqldatabase.h +include/tqt3/ntqsqldriver.h +include/tqt3/ntqsqldriverplugin.h +include/tqt3/ntqsqleditorfactory.h +include/tqt3/ntqsqlerror.h +include/tqt3/ntqsqlfield.h +include/tqt3/ntqsqlform.h +include/tqt3/ntqsqlindex.h +include/tqt3/ntqsqlpropertymap.h +include/tqt3/ntqsqlquery.h +include/tqt3/ntqsqlrecord.h +include/tqt3/ntqsqlresult.h +include/tqt3/ntqsqlselectcursor.h +include/tqt3/ntqstack.h +include/tqt3/ntqstatusbar.h +include/tqt3/ntqstring.h +include/tqt3/ntqstringlist.h +include/tqt3/ntqstrlist.h +include/tqt3/ntqstrvec.h +include/tqt3/ntqstyle.h +include/tqt3/ntqstylefactory.h +include/tqt3/ntqstyleplugin.h +include/tqt3/ntqstylesheet.h +include/tqt3/ntqsyntaxhighlighter.h +include/tqt3/ntqt.h +include/tqt3/ntqtabbar.h +include/tqt3/ntqtabdialog.h +include/tqt3/ntqtabdlg.h +include/tqt3/ntqtable.h +include/tqt3/ntqtabwidget.h +include/tqt3/ntqtextbrowser.h +include/tqt3/ntqtextcodec.h +include/tqt3/ntqtextcodecfactory.h +include/tqt3/ntqtextcodecplugin.h +include/tqt3/ntqtextedit.h +include/tqt3/ntqtextstream.h +include/tqt3/ntqtextview.h +include/tqt3/ntqthread.h +include/tqt3/ntqthreadstorage.h +include/tqt3/ntqtimer.h +include/tqt3/ntqtl.h +include/tqt3/ntqtoolbar.h +include/tqt3/ntqtoolbox.h +include/tqt3/ntqtoolbutton.h +include/tqt3/ntqtooltip.h +include/tqt3/ntqtranslator.h +include/tqt3/ntqtsciicodec.h +include/tqt3/ntqtstream.h +include/tqt3/ntqurl.h +include/tqt3/ntqurlinfo.h +include/tqt3/ntqurloperator.h +include/tqt3/ntqutfcodec.h +include/tqt3/ntquuid.h +include/tqt3/ntqvalidator.h +include/tqt3/ntqvaluelist.h +include/tqt3/ntqvaluestack.h +include/tqt3/ntqvaluevector.h +include/tqt3/ntqvariant.h +include/tqt3/ntqvbox.h +include/tqt3/ntqvbuttongroup.h +include/tqt3/ntqvector.h +include/tqt3/ntqvfbhdr.h +include/tqt3/ntqvgroupbox.h +include/tqt3/ntqwaitcondition.h +include/tqt3/ntqwhatsthis.h +include/tqt3/ntqwidcoll.h +include/tqt3/ntqwidget.h +include/tqt3/ntqwidgetfactory.h +include/tqt3/ntqwidgetintdict.h +include/tqt3/ntqwidgetlist.h +include/tqt3/ntqwidgetplugin.h +include/tqt3/ntqwidgetstack.h +include/tqt3/ntqwindefs.h +include/tqt3/ntqwindowdefs.h +include/tqt3/ntqwindowsstyle.h +include/tqt3/ntqwinexport.h +include/tqt3/ntqwizard.h +include/tqt3/ntqwmatrix.h +include/tqt3/ntqworkspace.h +include/tqt3/ntqxml.h +include/tqt3/private/ +include/tqt3/private/qapplication_p.h +include/tqt3/private/qcolor_p.h +include/tqt3/private/qcom_p.h +include/tqt3/private/qcomlibrary_p.h +include/tqt3/private/qcomponentfactory_p.h +include/tqt3/private/qcriticalsection_p.h +include/tqt3/private/qdialogbuttons_p.h +include/tqt3/private/qdir_p.h +include/tqt3/private/qeffects_p.h +include/tqt3/private/qeventloop_glib_p.h +include/tqt3/private/qeventloop_p.h +include/tqt3/private/qfiledefs_p.h +include/tqt3/private/qfontcodecs_p.h +include/tqt3/private/qfontdata_p.h +include/tqt3/private/qfontengine_p.h +include/tqt3/private/qgfxdriverinterface_p.h +include/tqt3/private/qgl_x11_p.h +include/tqt3/private/qgpluginmanager_p.h +include/tqt3/private/qimageformatinterface_p.h +include/tqt3/private/qinputcontext_p.h +include/tqt3/private/qinputcontextinterface_p.h +include/tqt3/private/qinternal_p.h +include/tqt3/private/qisciicodec_p.h +include/tqt3/private/qkbddriverinterface_p.h +include/tqt3/private/qlayoutengine_p.h +include/tqt3/private/qlibrary_p.h +include/tqt3/private/qlocale_p.h +include/tqt3/private/qlock_p.h +include/tqt3/private/qmousedriverinterface_p.h +include/tqt3/private/qmutex_p.h +include/tqt3/private/qmutexpool_p.h +include/tqt3/private/qpainter_p.h +include/tqt3/private/qpluginmanager_p.h +include/tqt3/private/qprinter_p.h +include/tqt3/private/qpsprinter_p.h +include/tqt3/private/qrichtext_p.h +include/tqt3/private/qscriptengine_p.h +include/tqt3/private/qsettings_p.h +include/tqt3/private/qsharedmemory_p.h +include/tqt3/private/qsqldriverinterface_p.h +include/tqt3/private/qsqlextension_p.h +include/tqt3/private/qsqlmanager_p.h +include/tqt3/private/qstyleinterface_p.h +include/tqt3/private/qsvgdevice_p.h +include/tqt3/private/qsyntaxhighlighter_p.h +include/tqt3/private/qt_x11_p.h +include/tqt3/private/qtextcodecinterface_p.h +include/tqt3/private/qtextengine_p.h +include/tqt3/private/qtextlayout_p.h +include/tqt3/private/qthreadinstance_p.h +include/tqt3/private/qtitlebar_p.h +include/tqt3/private/qtkdeintegration_x11_p.h +include/tqt3/private/qucom_p.h +include/tqt3/private/qucomextra_p.h +include/tqt3/private/qunicodetables_p.h +include/tqt3/private/qwidget_p.h +include/tqt3/private/qwidgetinterface_p.h +include/tqt3/private/qwidgetresizehandler_p.h +include/tqt3/qconfig-dist.h +include/tqt3/qconfig-large.h +include/tqt3/qconfig-medium.h +include/tqt3/qconfig-minimal.h +include/tqt3/qconfig-small.h +include/tqt3/qsql_ibase.h +include/tqt3/qsql_mysql.h +include/tqt3/qsql_odbc.h +include/tqt3/qsql_psql.h +include/tqt3/qsql_sqlite.h +include/tqt3/qsqlcachedresult.h +include/tqt3/qt_pch.h +include/tqt3/qtmultilineedit.h +include/tqt3/qttableview.h +include/tqt3/qwindow.h +lib/libtqassistantclient.prl +lib/libtqt-mt.la +lib/libtqt-mt.prl +lib/libtqtdesignercore.prl +lib/libtqteditor.prl +lib/libtqui.prl +lib/pkgconfig/ +lib/pkgconfig/tqt-mt.pc +lib/tqt3/ +lib/tqt3/plugins/ +lib/tqt3/plugins/designer/ +lib/tqt3/plugins/imageformats/ +lib/tqt3/plugins/inputmethods/ +lib/tqt3/plugins/sqldrivers/ +share/tqt3/ +share/tqt3/mkspecs/ +share/tqt3/mkspecs/aix-g++/ +share/tqt3/mkspecs/aix-g++-64/ +share/tqt3/mkspecs/aix-g++-64/qmake.conf +share/tqt3/mkspecs/aix-g++-64/qplatformdefs.h +share/tqt3/mkspecs/aix-g++/qmake.conf +share/tqt3/mkspecs/aix-g++/qplatformdefs.h +share/tqt3/mkspecs/aix-xlc/ +share/tqt3/mkspecs/aix-xlc-64/ +share/tqt3/mkspecs/aix-xlc-64/qmake.conf +share/tqt3/mkspecs/aix-xlc-64/qplatformdefs.h +share/tqt3/mkspecs/aix-xlc/qmake.conf +share/tqt3/mkspecs/aix-xlc/qplatformdefs.h +share/tqt3/mkspecs/bsdi-g++/ +share/tqt3/mkspecs/bsdi-g++/qmake.conf +share/tqt3/mkspecs/bsdi-g++/qplatformdefs.h +share/tqt3/mkspecs/cygwin-g++/ +share/tqt3/mkspecs/cygwin-g++/qmake.conf +share/tqt3/mkspecs/cygwin-g++/qplatformdefs.h +share/tqt3/mkspecs/darwin-g++/ +share/tqt3/mkspecs/darwin-g++/qmake.conf +share/tqt3/mkspecs/darwin-g++/qplatformdefs.h +share/tqt3/mkspecs/default +share/tqt3/mkspecs/dgux-g++/ +share/tqt3/mkspecs/dgux-g++/qmake.conf +share/tqt3/mkspecs/dgux-g++/qplatformdefs.h +share/tqt3/mkspecs/freebsd-g++/ +share/tqt3/mkspecs/freebsd-g++/qmake.conf +share/tqt3/mkspecs/freebsd-g++/qplatformdefs.h +share/tqt3/mkspecs/freebsd-g++34/ +share/tqt3/mkspecs/freebsd-g++34/qmake.conf +share/tqt3/mkspecs/freebsd-g++34/qplatformdefs.h +share/tqt3/mkspecs/freebsd-icc/ +share/tqt3/mkspecs/freebsd-icc/qmake.conf +share/tqt3/mkspecs/freebsd-icc/qplatformdefs.h +share/tqt3/mkspecs/hpux-acc/ +share/tqt3/mkspecs/hpux-acc-64/ +share/tqt3/mkspecs/hpux-acc-64/qmake.conf +share/tqt3/mkspecs/hpux-acc-64/qplatformdefs.h +share/tqt3/mkspecs/hpux-acc-o64/ +share/tqt3/mkspecs/hpux-acc-o64/qmake.conf +share/tqt3/mkspecs/hpux-acc-o64/qplatformdefs.h +share/tqt3/mkspecs/hpux-acc/qmake.conf +share/tqt3/mkspecs/hpux-acc/qplatformdefs.h +share/tqt3/mkspecs/hpux-cc/ +share/tqt3/mkspecs/hpux-cc/qmake.conf +share/tqt3/mkspecs/hpux-cc/qplatformdefs.h +share/tqt3/mkspecs/hpux-g++/ +share/tqt3/mkspecs/hpux-g++-64/ +share/tqt3/mkspecs/hpux-g++-64/qmake.conf +share/tqt3/mkspecs/hpux-g++-64/qplatformdefs.h +share/tqt3/mkspecs/hpux-g++/qmake.conf +share/tqt3/mkspecs/hpux-g++/qplatformdefs.h +share/tqt3/mkspecs/hpuxi-acc-32/ +share/tqt3/mkspecs/hpuxi-acc-32/qmake.conf +share/tqt3/mkspecs/hpuxi-acc-32/qplatformdefs.h +share/tqt3/mkspecs/hpuxi-acc-64/ +share/tqt3/mkspecs/hpuxi-acc-64/qmake.conf +share/tqt3/mkspecs/hpuxi-acc-64/qplatformdefs.h +share/tqt3/mkspecs/hurd-g++/ +share/tqt3/mkspecs/hurd-g++/qmake.conf +share/tqt3/mkspecs/hurd-g++/qplatformdefs.h +share/tqt3/mkspecs/irix-cc/ +share/tqt3/mkspecs/irix-cc-64/ +share/tqt3/mkspecs/irix-cc-64/qmake.conf +share/tqt3/mkspecs/irix-cc-64/qplatformdefs.h +share/tqt3/mkspecs/irix-cc-o32/ +share/tqt3/mkspecs/irix-cc-o32/qmake.conf +share/tqt3/mkspecs/irix-cc-o32/qplatformdefs.h +share/tqt3/mkspecs/irix-cc/qmake.conf +share/tqt3/mkspecs/irix-cc/qplatformdefs.h +share/tqt3/mkspecs/irix-g++/ +share/tqt3/mkspecs/irix-g++/qmake.conf +share/tqt3/mkspecs/irix-g++/qplatformdefs.h +share/tqt3/mkspecs/linux-cxx/ +share/tqt3/mkspecs/linux-cxx/qmake.conf +share/tqt3/mkspecs/linux-cxx/qplatformdefs.h +share/tqt3/mkspecs/linux-ecc-64/ +share/tqt3/mkspecs/linux-ecc-64/qmake.conf +share/tqt3/mkspecs/linux-ecc-64/qplatformdefs.h +share/tqt3/mkspecs/linux-g++/ +share/tqt3/mkspecs/linux-g++-32/ +share/tqt3/mkspecs/linux-g++-32/qmake.conf +share/tqt3/mkspecs/linux-g++-32/qplatformdefs.h +share/tqt3/mkspecs/linux-g++-64/ +share/tqt3/mkspecs/linux-g++-64/qmake.conf +share/tqt3/mkspecs/linux-g++-64/qplatformdefs.h +share/tqt3/mkspecs/linux-g++-sparc/ +share/tqt3/mkspecs/linux-g++-sparc/qmake.conf +share/tqt3/mkspecs/linux-g++-sparc/qplatformdefs.h +share/tqt3/mkspecs/linux-g++/qmake.conf +share/tqt3/mkspecs/linux-g++/qplatformdefs.h +share/tqt3/mkspecs/linux-icc/ +share/tqt3/mkspecs/linux-icc/qmake.conf +share/tqt3/mkspecs/linux-icc/qplatformdefs.h +share/tqt3/mkspecs/linux-kcc/ +share/tqt3/mkspecs/linux-kcc/qmake.conf +share/tqt3/mkspecs/linux-kcc/qplatformdefs.h +share/tqt3/mkspecs/linux-kylix/ +share/tqt3/mkspecs/linux-kylix/qmake.conf +share/tqt3/mkspecs/linux-kylix/qplatformdefs.h +share/tqt3/mkspecs/linux-pgcc/ +share/tqt3/mkspecs/linux-pgcc/qmake.conf +share/tqt3/mkspecs/linux-pgcc/qplatformdefs.h +share/tqt3/mkspecs/lynxos-g++/ +share/tqt3/mkspecs/lynxos-g++/qmake.conf +share/tqt3/mkspecs/lynxos-g++/qplatformdefs.h +share/tqt3/mkspecs/macx-g++/ +share/tqt3/mkspecs/macx-g++/Info.plist.app +share/tqt3/mkspecs/macx-g++/qmake.conf +share/tqt3/mkspecs/macx-g++/qplatformdefs.h +share/tqt3/mkspecs/macx-mwerks/ +share/tqt3/mkspecs/macx-mwerks/README +share/tqt3/mkspecs/macx-mwerks/mwerkstmpl.xml +share/tqt3/mkspecs/macx-mwerks/qmake.conf +share/tqt3/mkspecs/macx-mwerks/qplatformdefs.h +share/tqt3/mkspecs/macx-pbuilder/ +share/tqt3/mkspecs/macx-pbuilder/Info.plist.app +share/tqt3/mkspecs/macx-pbuilder/qmake.conf +share/tqt3/mkspecs/macx-pbuilder/qplatformdefs.h +share/tqt3/mkspecs/macx-xlc/ +share/tqt3/mkspecs/macx-xlc/qmake.conf +share/tqt3/mkspecs/macx-xlc/qplatformdefs.h +share/tqt3/mkspecs/netbsd-g++/ +share/tqt3/mkspecs/netbsd-g++/qmake.conf +share/tqt3/mkspecs/netbsd-g++/qplatformdefs.h +share/tqt3/mkspecs/openbsd-g++/ +share/tqt3/mkspecs/openbsd-g++/qmake.conf +share/tqt3/mkspecs/openbsd-g++/qplatformdefs.h +share/tqt3/mkspecs/qnx-g++/ +share/tqt3/mkspecs/qnx-g++/qmake.conf +share/tqt3/mkspecs/qnx-g++/qplatformdefs.h +share/tqt3/mkspecs/reliant-cds/ +share/tqt3/mkspecs/reliant-cds-64/ +share/tqt3/mkspecs/reliant-cds-64/qmake.conf +share/tqt3/mkspecs/reliant-cds-64/qplatformdefs.h +share/tqt3/mkspecs/reliant-cds/qmake.conf +share/tqt3/mkspecs/reliant-cds/qplatformdefs.h +share/tqt3/mkspecs/sco-cc/ +share/tqt3/mkspecs/sco-cc/qmake.conf +share/tqt3/mkspecs/sco-cc/qplatformdefs.h +share/tqt3/mkspecs/sco-g++/ +share/tqt3/mkspecs/sco-g++/qmake.conf +share/tqt3/mkspecs/sco-g++/qplatformdefs.h +share/tqt3/mkspecs/solaris-cc/ +share/tqt3/mkspecs/solaris-cc-64/ +share/tqt3/mkspecs/solaris-cc-64/qmake.conf +share/tqt3/mkspecs/solaris-cc-64/qplatformdefs.h +share/tqt3/mkspecs/solaris-cc/qmake.conf +share/tqt3/mkspecs/solaris-cc/qplatformdefs.h +share/tqt3/mkspecs/solaris-g++/ +share/tqt3/mkspecs/solaris-g++-64/ +share/tqt3/mkspecs/solaris-g++-64/qmake.conf +share/tqt3/mkspecs/solaris-g++-64/qplatformdefs.h +share/tqt3/mkspecs/solaris-g++/qmake.conf +share/tqt3/mkspecs/solaris-g++/qplatformdefs.h +share/tqt3/mkspecs/tru64-cxx/ +share/tqt3/mkspecs/tru64-cxx/qmake.conf +share/tqt3/mkspecs/tru64-cxx/qplatformdefs.h +share/tqt3/mkspecs/tru64-g++/ +share/tqt3/mkspecs/tru64-g++/qmake.conf +share/tqt3/mkspecs/tru64-g++/qplatformdefs.h +share/tqt3/mkspecs/unixware-cc/ +share/tqt3/mkspecs/unixware-cc/qmake.conf +share/tqt3/mkspecs/unixware-cc/qplatformdefs.h +share/tqt3/mkspecs/unixware-g++/ +share/tqt3/mkspecs/unixware-g++/qmake.conf +share/tqt3/mkspecs/unixware-g++/qplatformdefs.h +share/tqt3/mkspecs/win32-borland/ +share/tqt3/mkspecs/win32-borland/qmake.conf +share/tqt3/mkspecs/win32-borland/qplatformdefs.h +share/tqt3/mkspecs/win32-g++/ +share/tqt3/mkspecs/win32-g++/qmake.conf +share/tqt3/mkspecs/win32-g++/qplatformdefs.h +share/tqt3/mkspecs/win32-g++/qtcrtentrypoint.cpp +share/tqt3/mkspecs/win32-icc/ +share/tqt3/mkspecs/win32-icc/qmake.conf +share/tqt3/mkspecs/win32-icc/qplatformdefs.h +share/tqt3/mkspecs/win32-icc/win32app.dsp +share/tqt3/mkspecs/win32-icc/win32dll.dsp +share/tqt3/mkspecs/win32-icc/win32lib.dsp +share/tqt3/mkspecs/win32-msvc/ +share/tqt3/mkspecs/win32-msvc.net/ +share/tqt3/mkspecs/win32-msvc.net/qmake.conf +share/tqt3/mkspecs/win32-msvc.net/qplatformdefs.h +share/tqt3/mkspecs/win32-msvc/qmake.conf +share/tqt3/mkspecs/win32-msvc/qplatformdefs.h +share/tqt3/mkspecs/win32-msvc/win32app.dsp +share/tqt3/mkspecs/win32-msvc/win32dll.dsp +share/tqt3/mkspecs/win32-msvc/win32lib.dsp +share/tqt3/mkspecs/win32-msvc2005/ +share/tqt3/mkspecs/win32-msvc2005/qmake.conf +share/tqt3/mkspecs/win32-msvc2005/qplatformdefs.h +share/tqt3/mkspecs/win32-watcom/ +share/tqt3/mkspecs/win32-watcom/qmake.conf +share/tqt3/phrasebooks/ +share/tqt3/phrasebooks/danish.qph +share/tqt3/phrasebooks/dutch.qph +share/tqt3/phrasebooks/finnish.qph +share/tqt3/phrasebooks/french.qph +share/tqt3/phrasebooks/german.qph +share/tqt3/phrasebooks/italian.qph +share/tqt3/phrasebooks/norwegian.qph +share/tqt3/phrasebooks/russian.qph +share/tqt3/phrasebooks/spanish.qph +share/tqt3/phrasebooks/swedish.qph +share/tqt3/templates/ +share/tqt3/templates/Configuration_Dialog.ui +share/tqt3/templates/Dialog_with_Buttons_(Bottom).ui +share/tqt3/templates/Dialog_with_Buttons_(Right).ui +share/tqt3/templates/Tab_Dialog.ui +share/tqt3/translations/ +share/tqt3/translations/assistant_de.qm +share/tqt3/translations/qt_ar.qm +share/tqt3/translations/qt_ca.qm +share/tqt3/translations/qt_cs.qm +share/tqt3/translations/qt_de.qm +share/tqt3/translations/qt_es.qm +share/tqt3/translations/qt_fr.qm +share/tqt3/translations/qt_he.qm +share/tqt3/translations/qt_it.qm +share/tqt3/translations/qt_ja.qm +share/tqt3/translations/qt_nb.qm +share/tqt3/translations/qt_pt-br.qm +share/tqt3/translations/qt_ru.qm +share/tqt3/translations/qt_sk.qm +share/tqt3/translations/qt_zh-cn.qm +share/tqt3/translations/qt_zh-tw.qm diff --git a/openbsd/dependencies/tqt3/pkg/PLIST-main~ b/openbsd/dependencies/tqt3/pkg/PLIST-main~ new file mode 100644 index 000000000..76a8131dc --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/PLIST-main~ @@ -0,0 +1,2612 @@ +@comment $OpenBSD$ +%%SHARED%% +@bin bin/maketqpf +@bin bin/msg2tqm +@bin bin/tqassistant +@bin bin/tqdesigner +@bin bin/tqembed +@bin bin/tqlinguist +@bin bin/tqlrelease +@bin bin/tqlupdate +@bin bin/tqm2ts +@bin bin/tqmake +@bin bin/tqmoc +bin/tqt20fix +@bin bin/tqtconfig +@bin bin/tqtconv2ui +@bin bin/tqtcreatecw +bin/tqtfindtr +@bin bin/tqtmergetr +bin/tqtrename140 +@bin bin/tquic +@bin bin/tqvfb +include/tqt3/ +include/tqt3/ntq1xcompatibility.h +include/tqt3/ntqabstractlayout.h +include/tqt3/ntqaccel.h +include/tqt3/ntqaccessible.h +include/tqt3/ntqaction.h +include/tqt3/ntqapp.h +include/tqt3/ntqapplication.h +include/tqt3/ntqarray.h +include/tqt3/ntqasciicache.h +include/tqt3/ntqasciidict.h +include/tqt3/ntqassistantclient.h +include/tqt3/ntqasyncimageio.h +include/tqt3/ntqasyncio.h +include/tqt3/ntqbig5codec.h +include/tqt3/ntqbitarray.h +include/tqt3/ntqbitarry.h +include/tqt3/ntqbitmap.h +include/tqt3/ntqbrush.h +include/tqt3/ntqbttngrp.h +include/tqt3/ntqbuffer.h +include/tqt3/ntqbutton.h +include/tqt3/ntqbuttongroup.h +include/tqt3/ntqcache.h +include/tqt3/ntqcanvas.h +include/tqt3/ntqcdestyle.h +include/tqt3/ntqcheckbox.h +include/tqt3/ntqchkbox.h +include/tqt3/ntqcleanuphandler.h +include/tqt3/ntqclipboard.h +include/tqt3/ntqclipbrd.h +include/tqt3/ntqcollect.h +include/tqt3/ntqcollection.h +include/tqt3/ntqcolor.h +include/tqt3/ntqcolordialog.h +include/tqt3/ntqcombo.h +include/tqt3/ntqcombobox.h +include/tqt3/ntqcommonstyle.h +include/tqt3/ntqcompactstyle.h +include/tqt3/ntqconfig.h +include/tqt3/ntqconnect.h +include/tqt3/ntqconnection.h +include/tqt3/ntqcstring.h +include/tqt3/ntqcursor.h +include/tqt3/ntqdatabrowser.h +include/tqt3/ntqdatastream.h +include/tqt3/ntqdatatable.h +include/tqt3/ntqdataview.h +include/tqt3/ntqdatetime.h +include/tqt3/ntqdatetimeedit.h +include/tqt3/ntqdatetm.h +include/tqt3/ntqdeepcopy.h +include/tqt3/ntqdesktopwidget.h +include/tqt3/ntqdial.h +include/tqt3/ntqdialog.h +include/tqt3/ntqdict.h +include/tqt3/ntqdir.h +include/tqt3/ntqdns.h +include/tqt3/ntqdockarea.h +include/tqt3/ntqdockwindow.h +include/tqt3/ntqdom.h +include/tqt3/ntqdragobject.h +include/tqt3/ntqdrawutil.h +include/tqt3/ntqdrawutl.h +include/tqt3/ntqdropsite.h +include/tqt3/ntqdstream.h +include/tqt3/ntqeditorfactory.h +include/tqt3/ntqerrormessage.h +include/tqt3/ntqeucjpcodec.h +include/tqt3/ntqeuckrcodec.h +include/tqt3/ntqevent.h +include/tqt3/ntqeventloop.h +include/tqt3/ntqfeatures.h +include/tqt3/ntqfile.h +include/tqt3/ntqfiledef.h +include/tqt3/ntqfiledialog.h +include/tqt3/ntqfiledlg.h +include/tqt3/ntqfileinf.h +include/tqt3/ntqfileinfo.h +include/tqt3/ntqfocusdata.h +include/tqt3/ntqfont.h +include/tqt3/ntqfontdatabase.h +include/tqt3/ntqfontdialog.h +include/tqt3/ntqfontinf.h +include/tqt3/ntqfontinfo.h +include/tqt3/ntqfontmet.h +include/tqt3/ntqfontmetrics.h +include/tqt3/ntqframe.h +include/tqt3/ntqftp.h +include/tqt3/ntqgarray.h +include/tqt3/ntqgb18030codec.h +include/tqt3/ntqgbkcodec.h +include/tqt3/ntqgcache.h +include/tqt3/ntqgdict.h +include/tqt3/ntqgeneric.h +include/tqt3/ntqgif.h +include/tqt3/ntqgl.h +include/tqt3/ntqglcolormap.h +include/tqt3/ntqglist.h +include/tqt3/ntqglobal.h +include/tqt3/ntqgplugin.h +include/tqt3/ntqgrid.h +include/tqt3/ntqgridview.h +include/tqt3/ntqgroupbox.h +include/tqt3/ntqgrpbox.h +include/tqt3/ntqguardedptr.h +include/tqt3/ntqgvector.h +include/tqt3/ntqhbox.h +include/tqt3/ntqhbuttongroup.h +include/tqt3/ntqheader.h +include/tqt3/ntqhgroupbox.h +include/tqt3/ntqhostaddress.h +include/tqt3/ntqhttp.h +include/tqt3/ntqiconset.h +include/tqt3/ntqiconview.h +include/tqt3/ntqimage.h +include/tqt3/ntqimageformatplugin.h +include/tqt3/ntqinputcontext.h +include/tqt3/ntqinputcontextfactory.h +include/tqt3/ntqinputcontextplugin.h +include/tqt3/ntqinputdialog.h +include/tqt3/ntqintcach.h +include/tqt3/ntqintcache.h +include/tqt3/ntqintdict.h +include/tqt3/ntqinterlacestyle.h +include/tqt3/ntqiodev.h +include/tqt3/ntqiodevice.h +include/tqt3/ntqjiscodec.h +include/tqt3/ntqjpegio.h +include/tqt3/ntqjpunicode.h +include/tqt3/ntqkeycode.h +include/tqt3/ntqkeysequence.h +include/tqt3/ntqlabel.h +include/tqt3/ntqlayout.h +include/tqt3/ntqlcdnum.h +include/tqt3/ntqlcdnumber.h +include/tqt3/ntqlibrary.h +include/tqt3/ntqlined.h +include/tqt3/ntqlineedit.h +include/tqt3/ntqlist.h +include/tqt3/ntqlistbox.h +include/tqt3/ntqlistview.h +include/tqt3/ntqlocale.h +include/tqt3/ntqlocalfs.h +include/tqt3/ntqmainwindow.h +include/tqt3/ntqmap.h +include/tqt3/ntqmemarray.h +include/tqt3/ntqmenubar.h +include/tqt3/ntqmenudata.h +include/tqt3/ntqmenudta.h +include/tqt3/ntqmessagebox.h +include/tqt3/ntqmetaobj.h +include/tqt3/ntqmetaobject.h +include/tqt3/ntqmime.h +include/tqt3/ntqmlined.h +include/tqt3/ntqmngio.h +include/tqt3/ntqmodules.h +include/tqt3/ntqmotifplusstyle.h +include/tqt3/ntqmotifstyle.h +include/tqt3/ntqmovie.h +include/tqt3/ntqmsgbox.h +include/tqt3/ntqmultilinedit.h +include/tqt3/ntqmultilineedit.h +include/tqt3/ntqmutex.h +include/tqt3/ntqnamespace.h +include/tqt3/ntqnetwork.h +include/tqt3/ntqnetworkprotocol.h +include/tqt3/ntqnp.h +include/tqt3/ntqobjcoll.h +include/tqt3/ntqobjdefs.h +include/tqt3/ntqobject.h +include/tqt3/ntqobjectcleanuphandler.h +include/tqt3/ntqobjectdefs.h +include/tqt3/ntqobjectdict.h +include/tqt3/ntqobjectlist.h +include/tqt3/ntqpaintd.h +include/tqt3/ntqpaintdc.h +include/tqt3/ntqpaintdevice.h +include/tqt3/ntqpaintdevicedefs.h +include/tqt3/ntqpaintdevicemetrics.h +include/tqt3/ntqpainter.h +include/tqt3/ntqpair.h +include/tqt3/ntqpalette.h +include/tqt3/ntqpdevmet.h +include/tqt3/ntqpen.h +include/tqt3/ntqpicture.h +include/tqt3/ntqpixmap.h +include/tqt3/ntqpixmapcache.h +include/tqt3/ntqplatinumstyle.h +include/tqt3/ntqpmcache.h +include/tqt3/ntqpngio.h +include/tqt3/ntqpntarry.h +include/tqt3/ntqpoint.h +include/tqt3/ntqpointarray.h +include/tqt3/ntqpolygonscanner.h +include/tqt3/ntqpopmenu.h +include/tqt3/ntqpopupmenu.h +include/tqt3/ntqprintdialog.h +include/tqt3/ntqprinter.h +include/tqt3/ntqprndlg.h +include/tqt3/ntqprocess.h +include/tqt3/ntqprogbar.h +include/tqt3/ntqprogdlg.h +include/tqt3/ntqprogressbar.h +include/tqt3/ntqprogressdialog.h +include/tqt3/ntqpsprn.h +include/tqt3/ntqptrcollection.h +include/tqt3/ntqptrdict.h +include/tqt3/ntqptrlist.h +include/tqt3/ntqptrqueue.h +include/tqt3/ntqptrstack.h +include/tqt3/ntqptrvector.h +include/tqt3/ntqpushbt.h +include/tqt3/ntqpushbutton.h +include/tqt3/ntqqueue.h +include/tqt3/ntqradiobt.h +include/tqt3/ntqradiobutton.h +include/tqt3/ntqrangecontrol.h +include/tqt3/ntqrangect.h +include/tqt3/ntqrect.h +include/tqt3/ntqregexp.h +include/tqt3/ntqregion.h +include/tqt3/ntqrtlcodec.h +include/tqt3/ntqscrbar.h +include/tqt3/ntqscrollbar.h +include/tqt3/ntqscrollview.h +include/tqt3/ntqsemaphore.h +include/tqt3/ntqsemimodal.h +include/tqt3/ntqserversocket.h +include/tqt3/ntqsession.h +include/tqt3/ntqsessionmanager.h +include/tqt3/ntqsettings.h +include/tqt3/ntqsgistyle.h +include/tqt3/ntqshared.h +include/tqt3/ntqsignal.h +include/tqt3/ntqsignalmapper.h +include/tqt3/ntqsignalslotimp.h +include/tqt3/ntqsimplerichtext.h +include/tqt3/ntqsize.h +include/tqt3/ntqsizegrip.h +include/tqt3/ntqsizepolicy.h +include/tqt3/ntqsjiscodec.h +include/tqt3/ntqslider.h +include/tqt3/ntqsocket.h +include/tqt3/ntqsocketdevice.h +include/tqt3/ntqsocketnotifier.h +include/tqt3/ntqsocknot.h +include/tqt3/ntqsortedlist.h +include/tqt3/ntqsound.h +include/tqt3/ntqspinbox.h +include/tqt3/ntqsplashscreen.h +include/tqt3/ntqsplitter.h +include/tqt3/ntqsql.h +include/tqt3/ntqsqlcursor.h +include/tqt3/ntqsqldatabase.h +include/tqt3/ntqsqldriver.h +include/tqt3/ntqsqldriverplugin.h +include/tqt3/ntqsqleditorfactory.h +include/tqt3/ntqsqlerror.h +include/tqt3/ntqsqlfield.h +include/tqt3/ntqsqlform.h +include/tqt3/ntqsqlindex.h +include/tqt3/ntqsqlpropertymap.h +include/tqt3/ntqsqlquery.h +include/tqt3/ntqsqlrecord.h +include/tqt3/ntqsqlresult.h +include/tqt3/ntqsqlselectcursor.h +include/tqt3/ntqstack.h +include/tqt3/ntqstatusbar.h +include/tqt3/ntqstring.h +include/tqt3/ntqstringlist.h +include/tqt3/ntqstrlist.h +include/tqt3/ntqstrvec.h +include/tqt3/ntqstyle.h +include/tqt3/ntqstylefactory.h +include/tqt3/ntqstyleplugin.h +include/tqt3/ntqstylesheet.h +include/tqt3/ntqsyntaxhighlighter.h +include/tqt3/ntqt.h +include/tqt3/ntqtabbar.h +include/tqt3/ntqtabdialog.h +include/tqt3/ntqtabdlg.h +include/tqt3/ntqtable.h +include/tqt3/ntqtabwidget.h +include/tqt3/ntqtextbrowser.h +include/tqt3/ntqtextcodec.h +include/tqt3/ntqtextcodecfactory.h +include/tqt3/ntqtextcodecplugin.h +include/tqt3/ntqtextedit.h +include/tqt3/ntqtextstream.h +include/tqt3/ntqtextview.h +include/tqt3/ntqthread.h +include/tqt3/ntqthreadstorage.h +include/tqt3/ntqtimer.h +include/tqt3/ntqtl.h +include/tqt3/ntqtoolbar.h +include/tqt3/ntqtoolbox.h +include/tqt3/ntqtoolbutton.h +include/tqt3/ntqtooltip.h +include/tqt3/ntqtranslator.h +include/tqt3/ntqtsciicodec.h +include/tqt3/ntqtstream.h +include/tqt3/ntqurl.h +include/tqt3/ntqurlinfo.h +include/tqt3/ntqurloperator.h +include/tqt3/ntqutfcodec.h +include/tqt3/ntquuid.h +include/tqt3/ntqvalidator.h +include/tqt3/ntqvaluelist.h +include/tqt3/ntqvaluestack.h +include/tqt3/ntqvaluevector.h +include/tqt3/ntqvariant.h +include/tqt3/ntqvbox.h +include/tqt3/ntqvbuttongroup.h +include/tqt3/ntqvector.h +include/tqt3/ntqvfbhdr.h +include/tqt3/ntqvgroupbox.h +include/tqt3/ntqwaitcondition.h +include/tqt3/ntqwhatsthis.h +include/tqt3/ntqwidcoll.h +include/tqt3/ntqwidget.h +include/tqt3/ntqwidgetfactory.h +include/tqt3/ntqwidgetintdict.h +include/tqt3/ntqwidgetlist.h +include/tqt3/ntqwidgetplugin.h +include/tqt3/ntqwidgetstack.h +include/tqt3/ntqwindefs.h +include/tqt3/ntqwindowdefs.h +include/tqt3/ntqwindowsstyle.h +include/tqt3/ntqwinexport.h +include/tqt3/ntqwizard.h +include/tqt3/ntqwmatrix.h +include/tqt3/ntqworkspace.h +include/tqt3/ntqxml.h +include/tqt3/private/ +include/tqt3/private/qapplication_p.h +include/tqt3/private/qcolor_p.h +include/tqt3/private/qcom_p.h +include/tqt3/private/qcomlibrary_p.h +include/tqt3/private/qcomponentfactory_p.h +include/tqt3/private/qcriticalsection_p.h +include/tqt3/private/qdialogbuttons_p.h +include/tqt3/private/qdir_p.h +include/tqt3/private/qeffects_p.h +include/tqt3/private/qeventloop_glib_p.h +include/tqt3/private/qeventloop_p.h +include/tqt3/private/qfiledefs_p.h +include/tqt3/private/qfontcodecs_p.h +include/tqt3/private/qfontdata_p.h +include/tqt3/private/qfontengine_p.h +include/tqt3/private/qgfxdriverinterface_p.h +include/tqt3/private/qgl_x11_p.h +include/tqt3/private/qgpluginmanager_p.h +include/tqt3/private/qimageformatinterface_p.h +include/tqt3/private/qinputcontext_p.h +include/tqt3/private/qinputcontextinterface_p.h +include/tqt3/private/qinternal_p.h +include/tqt3/private/qisciicodec_p.h +include/tqt3/private/qkbddriverinterface_p.h +include/tqt3/private/qlayoutengine_p.h +include/tqt3/private/qlibrary_p.h +include/tqt3/private/qlocale_p.h +include/tqt3/private/qlock_p.h +include/tqt3/private/qmousedriverinterface_p.h +include/tqt3/private/qmutex_p.h +include/tqt3/private/qmutexpool_p.h +include/tqt3/private/qpainter_p.h +include/tqt3/private/qpluginmanager_p.h +include/tqt3/private/qprinter_p.h +include/tqt3/private/qpsprinter_p.h +include/tqt3/private/qrichtext_p.h +include/tqt3/private/qscriptengine_p.h +include/tqt3/private/qsettings_p.h +include/tqt3/private/qsharedmemory_p.h +include/tqt3/private/qsqldriverinterface_p.h +include/tqt3/private/qsqlextension_p.h +include/tqt3/private/qsqlmanager_p.h +include/tqt3/private/qstyleinterface_p.h +include/tqt3/private/qsvgdevice_p.h +include/tqt3/private/qsyntaxhighlighter_p.h +include/tqt3/private/qt_x11_p.h +include/tqt3/private/qtextcodecinterface_p.h +include/tqt3/private/qtextengine_p.h +include/tqt3/private/qtextlayout_p.h +include/tqt3/private/qthreadinstance_p.h +include/tqt3/private/qtitlebar_p.h +include/tqt3/private/qtkdeintegration_x11_p.h +include/tqt3/private/qucom_p.h +include/tqt3/private/qucomextra_p.h +include/tqt3/private/qunicodetables_p.h +include/tqt3/private/qwidget_p.h +include/tqt3/private/qwidgetinterface_p.h +include/tqt3/private/qwidgetresizehandler_p.h +include/tqt3/qconfig-dist.h +include/tqt3/qconfig-large.h +include/tqt3/qconfig-medium.h +include/tqt3/qconfig-minimal.h +include/tqt3/qconfig-small.h +include/tqt3/qsql_ibase.h +include/tqt3/qsql_mysql.h +include/tqt3/qsql_odbc.h +include/tqt3/qsql_psql.h +include/tqt3/qsql_sqlite.h +include/tqt3/qsqlcachedresult.h +include/tqt3/qt_pch.h +include/tqt3/qtmultilineedit.h +include/tqt3/qttableview.h +include/tqt3/qwindow.h +lib/libtqassistantclient.prl +@lib lib/libtqassistantclient.so.${LIBtqassistantclient_VERSION} +lib/libtqt-mt.la +lib/libtqt-mt.prl +@lib lib/libtqt-mt.so.${LIBtqt-mt_VERSION} +lib/libtqtdesignercore.prl +@lib lib/libtqtdesignercore.so.${LIBtqtdesignercore_VERSION} +lib/libtqteditor.prl +@lib lib/libtqteditor.so.${LIBtqteditor_VERSION} +lib/libtqui.prl +@lib lib/libtqui.so.${LIBtqui_VERSION} +lib/pkgconfig/ +lib/pkgconfig/tqt-mt.pc +lib/tqt3/ +lib/tqt3/plugins/ +lib/tqt3/plugins/designer/ +lib/tqt3/plugins/imageformats/ +lib/tqt3/plugins/inputmethods/ +lib/tqt3/plugins/sqldrivers/ +share/tqt3/ +share/tqt3/doc/ +share/tqt3/doc/html/ +share/tqt3/doc/html/3rdparty.html +share/tqt3/doc/html/aboutntqt.html +share/tqt3/doc/html/abstract-connections.png +share/tqt3/doc/html/abstractwidgets.html +share/tqt3/doc/html/accelerators.html +share/tqt3/doc/html/aclock-example.html +share/tqt3/doc/html/activentqt.html +share/tqt3/doc/html/activeqt-dotnet.html +share/tqt3/doc/html/activeqt-examples.html +share/tqt3/doc/html/activeqt-tools-dumpdoc.html +share/tqt3/doc/html/activeqt-tools-idc.html +share/tqt3/doc/html/activeqt-tools-testcon.html +share/tqt3/doc/html/activeqt-tools.html +share/tqt3/doc/html/addressbook-example.html +share/tqt3/doc/html/advanced.html +share/tqt3/doc/html/annotated.html +share/tqt3/doc/html/appearance.html +share/tqt3/doc/html/appicon.html +share/tqt3/doc/html/application.html +share/tqt3/doc/html/archivesearch-example.html +share/tqt3/doc/html/assistant-1.html +share/tqt3/doc/html/assistant-2.html +share/tqt3/doc/html/assistant-3.html +share/tqt3/doc/html/assistant-4.html +share/tqt3/doc/html/assistant-5.html +share/tqt3/doc/html/assistant-6.html +share/tqt3/doc/html/assistant.dcf +share/tqt3/doc/html/assistant.html +share/tqt3/doc/html/assistant.png +share/tqt3/doc/html/basic.html +share/tqt3/doc/html/bearings.png +share/tqt3/doc/html/biff-example.html +share/tqt3/doc/html/bigtable-example.html +share/tqt3/doc/html/book-dialog.png +share/tqt3/doc/html/book-main.png +share/tqt3/doc/html/brush-styles.png +share/tqt3/doc/html/bughowto.html +share/tqt3/doc/html/buttongroup-w.png +share/tqt3/doc/html/buttongroups-example.html +share/tqt3/doc/html/canvas-chart-example.html +share/tqt3/doc/html/canvas-example.html +share/tqt3/doc/html/canvas.html +share/tqt3/doc/html/chart-canvastext-h.html +share/tqt3/doc/html/chart-canvasview-cpp.html +share/tqt3/doc/html/chart-canvasview-h.html +share/tqt3/doc/html/chart-chart-pro.html +share/tqt3/doc/html/chart-chartform-cpp.html +share/tqt3/doc/html/chart-chartform-h.html +share/tqt3/doc/html/chart-chartform_canvas-cpp.html +share/tqt3/doc/html/chart-chartform_files-cpp.html +share/tqt3/doc/html/chart-element-cpp.html +share/tqt3/doc/html/chart-element-h.html +share/tqt3/doc/html/chart-forms.png +share/tqt3/doc/html/chart-main-cpp.html +share/tqt3/doc/html/chart-main.png +share/tqt3/doc/html/chart-main2.png +share/tqt3/doc/html/chart-options.png +share/tqt3/doc/html/chart-optionsform-cpp.html +share/tqt3/doc/html/chart-optionsform-h.html +share/tqt3/doc/html/chart-setdata.png +share/tqt3/doc/html/chart-setdataform-cpp.html +share/tqt3/doc/html/chart-setdataform-h.html +share/tqt3/doc/html/checklists-example.html +share/tqt3/doc/html/classchart.html +share/tqt3/doc/html/classes.html +share/tqt3/doc/html/clientserver-example.html +share/tqt3/doc/html/collection.html +share/tqt3/doc/html/commercialeditions.html +share/tqt3/doc/html/commonproblems.html +share/tqt3/doc/html/concrete-connections.png +share/tqt3/doc/html/coordsys.html +share/tqt3/doc/html/coordsys.png +share/tqt3/doc/html/credits.html +share/tqt3/doc/html/cursor-example.html +share/tqt3/doc/html/cursors.png +share/tqt3/doc/html/customlayout-example.html +share/tqt3/doc/html/customlayout.html +share/tqt3/doc/html/customstyles.html +share/tqt3/doc/html/database.html +share/tqt3/doc/html/databaseconnections.png +share/tqt3/doc/html/datastreamformat.html +share/tqt3/doc/html/datetimewidgets.png +share/tqt3/doc/html/dclock-example.html +share/tqt3/doc/html/debug.html +share/tqt3/doc/html/demo-example.html +share/tqt3/doc/html/dependencies.png +share/tqt3/doc/html/designer-manual-1.html +share/tqt3/doc/html/designer-manual-10.html +share/tqt3/doc/html/designer-manual-11.html +share/tqt3/doc/html/designer-manual-12.html +share/tqt3/doc/html/designer-manual-13.html +share/tqt3/doc/html/designer-manual-14.html +share/tqt3/doc/html/designer-manual-15.html +share/tqt3/doc/html/designer-manual-16.html +share/tqt3/doc/html/designer-manual-2.html +share/tqt3/doc/html/designer-manual-3.html +share/tqt3/doc/html/designer-manual-4.html +share/tqt3/doc/html/designer-manual-5.html +share/tqt3/doc/html/designer-manual-6.html +share/tqt3/doc/html/designer-manual-7.html +share/tqt3/doc/html/designer-manual-8.html +share/tqt3/doc/html/designer-manual-9.html +share/tqt3/doc/html/designer-manual.html +share/tqt3/doc/html/designer.dcf +share/tqt3/doc/html/designer1.jpg +share/tqt3/doc/html/designer2.jpg +share/tqt3/doc/html/designer3.jpg +share/tqt3/doc/html/desktop-example.html +share/tqt3/doc/html/dialog1addwidg.png +share/tqt3/doc/html/dialog1layout1.png +share/tqt3/doc/html/dialog1layout2.png +share/tqt3/doc/html/dialog1selewidg.png +share/tqt3/doc/html/dialog1selewidg1.png +share/tqt3/doc/html/dialog1tab.png +share/tqt3/doc/html/dialog2laywidg.png +share/tqt3/doc/html/dialog2sample.png +share/tqt3/doc/html/dialog2setwidg.png +share/tqt3/doc/html/dialog3buttons.png +share/tqt3/doc/html/dialog3clipgrp.png +share/tqt3/doc/html/dialog3grpbox.png +share/tqt3/doc/html/dialog3layclip.png +share/tqt3/doc/html/dialog3layout.png +share/tqt3/doc/html/dialog3sample.png +share/tqt3/doc/html/dialogs.html +share/tqt3/doc/html/dirview-example.html +share/tqt3/doc/html/distributingntqt.html +share/tqt3/doc/html/distributor-example.html +share/tqt3/doc/html/dnd.html +share/tqt3/doc/html/docwindow.png +share/tqt3/doc/html/doneandnext.png +share/tqt3/doc/html/draganddrop.html +share/tqt3/doc/html/dragdrop-example.html +share/tqt3/doc/html/drawdemo-example.html +share/tqt3/doc/html/drawlines-example.html +share/tqt3/doc/html/edit-dbtable-dialog.png +share/tqt3/doc/html/editcopy.png +share/tqt3/doc/html/editcut.png +share/tqt3/doc/html/editfind.png +share/tqt3/doc/html/editions.html +share/tqt3/doc/html/editpaste.png +share/tqt3/doc/html/editredo.png +share/tqt3/doc/html/editundo.png +share/tqt3/doc/html/emb-accel.html +share/tqt3/doc/html/emb-charinput.html +share/tqt3/doc/html/emb-classes.html +share/tqt3/doc/html/emb-envvars.html +share/tqt3/doc/html/emb-features.html +share/tqt3/doc/html/emb-fonts.html +share/tqt3/doc/html/emb-framebuffer-howto.html +share/tqt3/doc/html/emb-install.html +share/tqt3/doc/html/emb-performance.html +share/tqt3/doc/html/emb-pointer.html +share/tqt3/doc/html/emb-porting.html +share/tqt3/doc/html/emb-running.html +share/tqt3/doc/html/emb-tqvfb.html +share/tqt3/doc/html/emb-vnc.html +share/tqt3/doc/html/embedporting.html +share/tqt3/doc/html/environment.html +share/tqt3/doc/html/events.html +share/tqt3/doc/html/eventsandfilters.html +share/tqt3/doc/html/examples.html +share/tqt3/doc/html/extension-dialog-example.html +share/tqt3/doc/html/faq.html +share/tqt3/doc/html/filechooser.png +share/tqt3/doc/html/fileiconview-example.html +share/tqt3/doc/html/fileopen.png +share/tqt3/doc/html/fileprint.png +share/tqt3/doc/html/filesave.png +share/tqt3/doc/html/finddialog.png +share/tqt3/doc/html/focus.html +share/tqt3/doc/html/forever-example.html +share/tqt3/doc/html/frames.png +share/tqt3/doc/html/ftpclient-example.html +share/tqt3/doc/html/functions.html +share/tqt3/doc/html/general.png +share/tqt3/doc/html/geomanagement.html +share/tqt3/doc/html/geometry.html +share/tqt3/doc/html/geometry.png +share/tqt3/doc/html/gpl.html +share/tqt3/doc/html/graph.g1n +share/tqt3/doc/html/grapher-nsplugin-example.html +share/tqt3/doc/html/graphics.html +share/tqt3/doc/html/gridlayout.png +share/tqt3/doc/html/groupbox-w.png +share/tqt3/doc/html/groups.html +share/tqt3/doc/html/guibooks.html +share/tqt3/doc/html/headerfilesynonyms +share/tqt3/doc/html/headers.html +share/tqt3/doc/html/hello-example.html +share/tqt3/doc/html/helpsystem-example.html +share/tqt3/doc/html/helpsystem.html +share/tqt3/doc/html/helpviewer-example.html +share/tqt3/doc/html/hierarchy.html +share/tqt3/doc/html/how-to-learn-ntqt.html +share/tqt3/doc/html/httpd-example.html +share/tqt3/doc/html/i18n-example.html +share/tqt3/doc/html/i18n.html +share/tqt3/doc/html/iconset.png +share/tqt3/doc/html/iconview-example.html +share/tqt3/doc/html/iconview-simple_dd-main-cpp.html +share/tqt3/doc/html/iconview-simple_dd-main-h.html +share/tqt3/doc/html/iconview.html +share/tqt3/doc/html/images.html +share/tqt3/doc/html/index +share/tqt3/doc/html/index.html +share/tqt3/doc/html/inputdialogs.png +share/tqt3/doc/html/install-mac.html +share/tqt3/doc/html/install-win.html +share/tqt3/doc/html/install-x11.html +share/tqt3/doc/html/installation.html +share/tqt3/doc/html/integration.html +share/tqt3/doc/html/io.html +share/tqt3/doc/html/keyfeatures30.html +share/tqt3/doc/html/layout-example.html +share/tqt3/doc/html/layout.html +share/tqt3/doc/html/layout1.png +share/tqt3/doc/html/layout2.png +share/tqt3/doc/html/license.html +share/tqt3/doc/html/licenses.html +share/tqt3/doc/html/life-example.html +share/tqt3/doc/html/lineedits-example.html +share/tqt3/doc/html/linguist-manual-1.html +share/tqt3/doc/html/linguist-manual-2.html +share/tqt3/doc/html/linguist-manual-3.html +share/tqt3/doc/html/linguist-manual-4.html +share/tqt3/doc/html/linguist-manual.html +share/tqt3/doc/html/linguist.dcf +share/tqt3/doc/html/linguist.png +share/tqt3/doc/html/listbox-example.html +share/tqt3/doc/html/listboxcombo-example.html +share/tqt3/doc/html/listviews-example.html +share/tqt3/doc/html/logo32.png +share/tqt3/doc/html/mac-differences.html +share/tqt3/doc/html/mail-example.html +share/tqt3/doc/html/mainclasses.html +share/tqt3/doc/html/mainwindow-w.png +share/tqt3/doc/html/maketqpf.html +share/tqt3/doc/html/mdi-example.html +share/tqt3/doc/html/menu-example.html +share/tqt3/doc/html/menubar.png +share/tqt3/doc/html/metaobjects.html +share/tqt3/doc/html/misc.html +share/tqt3/doc/html/moc.html +share/tqt3/doc/html/modules.html +share/tqt3/doc/html/motif-customwidget-example.html +share/tqt3/doc/html/motif-dialog-example.html +share/tqt3/doc/html/motif-examples.html +share/tqt3/doc/html/motif-extension.html +share/tqt3/doc/html/motif-todo.png +share/tqt3/doc/html/motif-walkthrough-1.html +share/tqt3/doc/html/motif-walkthrough-10.html +share/tqt3/doc/html/motif-walkthrough-2.html +share/tqt3/doc/html/motif-walkthrough-3.html +share/tqt3/doc/html/motif-walkthrough-4.html +share/tqt3/doc/html/motif-walkthrough-5.html +share/tqt3/doc/html/motif-walkthrough-6.html +share/tqt3/doc/html/motif-walkthrough-7.html +share/tqt3/doc/html/motif-walkthrough-8.html +share/tqt3/doc/html/motif-walkthrough-9.html +share/tqt3/doc/html/motif-walkthrough.html +share/tqt3/doc/html/movies-example.html +share/tqt3/doc/html/multimedia.html +share/tqt3/doc/html/mw-addmainwidg.png +share/tqt3/doc/html/mw-coloriconv.png +share/tqt3/doc/html/mw-colortable.png +share/tqt3/doc/html/mw-colortool1.png +share/tqt3/doc/html/mw-colortool2.png +share/tqt3/doc/html/mw-conn1.png +share/tqt3/doc/html/mw-conn2.png +share/tqt3/doc/html/mw-conn3.png +share/tqt3/doc/html/mw-conn4.png +share/tqt3/doc/html/mw-dragaction.png +share/tqt3/doc/html/mw-dragviewitem.png +share/tqt3/doc/html/mw-editforw.png +share/tqt3/doc/html/mw-editfunc.png +share/tqt3/doc/html/mw-editincimp.png +share/tqt3/doc/html/mw-editvar.png +share/tqt3/doc/html/mw-laycoloriconv.png +share/tqt3/doc/html/mw-laycolortable.png +share/tqt3/doc/html/mw-laymainwidg.png +share/tqt3/doc/html/mw-menuwiz.png +share/tqt3/doc/html/mw-newfile.png +share/tqt3/doc/html/mw-newmenuitem.png +share/tqt3/doc/html/mw-objexplor.png +share/tqt3/doc/html/mw-previewform.png +share/tqt3/doc/html/mw-projset.png +share/tqt3/doc/html/mw-propedit.png +share/tqt3/doc/html/mw-separator.png +share/tqt3/doc/html/mw-settoolwiz.png +share/tqt3/doc/html/mw-startdesign.png +share/tqt3/doc/html/mw-toolbarpits.png +share/tqt3/doc/html/netscape-plugin.html +share/tqt3/doc/html/network-examples.html +share/tqt3/doc/html/network.html +share/tqt3/doc/html/networkprotocol-example.html +share/tqt3/doc/html/next.png +share/tqt3/doc/html/nextunfinished.png +share/tqt3/doc/html/nsplugin-examples.html +share/tqt3/doc/html/ntqaccel.html +share/tqt3/doc/html/ntqaccessible.html +share/tqt3/doc/html/ntqaction.html +share/tqt3/doc/html/ntqapplication.html +share/tqt3/doc/html/ntqarray.html +share/tqt3/doc/html/ntqasciicache.html +share/tqt3/doc/html/ntqasciidict.html +share/tqt3/doc/html/ntqassistantclient.html +share/tqt3/doc/html/ntqasyncio.html +share/tqt3/doc/html/ntqbig5codec.html +share/tqt3/doc/html/ntqbitarray.html +share/tqt3/doc/html/ntqbitmap.html +share/tqt3/doc/html/ntqbrush.html +share/tqt3/doc/html/ntqbuffer.html +share/tqt3/doc/html/ntqbutton.html +share/tqt3/doc/html/ntqbuttongroup.html +share/tqt3/doc/html/ntqcache.html +share/tqt3/doc/html/ntqcanvas.html +share/tqt3/doc/html/ntqcdestyle.html +share/tqt3/doc/html/ntqcheckbox.html +share/tqt3/doc/html/ntqclipboard.html +share/tqt3/doc/html/ntqcollection.html +share/tqt3/doc/html/ntqcolor.html +share/tqt3/doc/html/ntqcolordialog.html +share/tqt3/doc/html/ntqcombobox.html +share/tqt3/doc/html/ntqcommonstyle.html +share/tqt3/doc/html/ntqcstring.html +share/tqt3/doc/html/ntqcursor.html +share/tqt3/doc/html/ntqdatabrowser.html +share/tqt3/doc/html/ntqdatastream.html +share/tqt3/doc/html/ntqdatatable.html +share/tqt3/doc/html/ntqdataview.html +share/tqt3/doc/html/ntqdatetime.html +share/tqt3/doc/html/ntqdatetimeedit.html +share/tqt3/doc/html/ntqdeepcopy.html +share/tqt3/doc/html/ntqdesktopwidget.html +share/tqt3/doc/html/ntqdial.html +share/tqt3/doc/html/ntqdialog.html +share/tqt3/doc/html/ntqdict.html +share/tqt3/doc/html/ntqdir.html +share/tqt3/doc/html/ntqdns.html +share/tqt3/doc/html/ntqdockarea.html +share/tqt3/doc/html/ntqdockwindow.html +share/tqt3/doc/html/ntqdragobject.html +share/tqt3/doc/html/ntqdropsite.html +share/tqt3/doc/html/ntqeditorfactory.html +share/tqt3/doc/html/ntqerrormessage.html +share/tqt3/doc/html/ntqeucjpcodec.html +share/tqt3/doc/html/ntqeuckrcodec.html +share/tqt3/doc/html/ntqevent.html +share/tqt3/doc/html/ntqeventloop.html +share/tqt3/doc/html/ntqfile.html +share/tqt3/doc/html/ntqfiledialog.html +share/tqt3/doc/html/ntqfileinfo.html +share/tqt3/doc/html/ntqfocusdata.html +share/tqt3/doc/html/ntqfont.html +share/tqt3/doc/html/ntqfontdatabase.html +share/tqt3/doc/html/ntqfontdialog.html +share/tqt3/doc/html/ntqfontinfo.html +share/tqt3/doc/html/ntqfontmetrics.html +share/tqt3/doc/html/ntqframe.html +share/tqt3/doc/html/ntqftp.html +share/tqt3/doc/html/ntqgb18030codec.html +share/tqt3/doc/html/ntqgbkcodec.html +share/tqt3/doc/html/ntqgl.html +share/tqt3/doc/html/ntqglcolormap.html +share/tqt3/doc/html/ntqgrid.html +share/tqt3/doc/html/ntqgridview.html +share/tqt3/doc/html/ntqgroupbox.html +share/tqt3/doc/html/ntqguardedptr.html +share/tqt3/doc/html/ntqhbox.html +share/tqt3/doc/html/ntqhbuttongroup.html +share/tqt3/doc/html/ntqheader.html +share/tqt3/doc/html/ntqhgroupbox.html +share/tqt3/doc/html/ntqhostaddress.html +share/tqt3/doc/html/ntqhttp.html +share/tqt3/doc/html/ntqiconset.html +share/tqt3/doc/html/ntqiconview.html +share/tqt3/doc/html/ntqimage.html +share/tqt3/doc/html/ntqimageformatplugin.html +share/tqt3/doc/html/ntqinputdialog.html +share/tqt3/doc/html/ntqintcache.html +share/tqt3/doc/html/ntqintdict.html +share/tqt3/doc/html/ntqiodevice.html +share/tqt3/doc/html/ntqjiscodec.html +share/tqt3/doc/html/ntqkeysequence.html +share/tqt3/doc/html/ntqlabel.html +share/tqt3/doc/html/ntqlayout.html +share/tqt3/doc/html/ntqlcdnumber.html +share/tqt3/doc/html/ntqlibrary.html +share/tqt3/doc/html/ntqlineedit.html +share/tqt3/doc/html/ntqlist.html +share/tqt3/doc/html/ntqlistbox.html +share/tqt3/doc/html/ntqlistview.html +share/tqt3/doc/html/ntqlocale.html +share/tqt3/doc/html/ntqlocalfs.html +share/tqt3/doc/html/ntqmainwindow.html +share/tqt3/doc/html/ntqmap.html +share/tqt3/doc/html/ntqmemarray.html +share/tqt3/doc/html/ntqmenubar.html +share/tqt3/doc/html/ntqmenudata.html +share/tqt3/doc/html/ntqmessagebox.html +share/tqt3/doc/html/ntqmetaobject.html +share/tqt3/doc/html/ntqmotifplusstyle.html +share/tqt3/doc/html/ntqmotifstyle.html +share/tqt3/doc/html/ntqmovie.html +share/tqt3/doc/html/ntqmultilineedit.html +share/tqt3/doc/html/ntqmutex.html +share/tqt3/doc/html/ntqnetworkprotocol.html +share/tqt3/doc/html/ntqobject.html +share/tqt3/doc/html/ntqobjectcleanuphandler.html +share/tqt3/doc/html/ntqobjectlist.html +share/tqt3/doc/html/ntqpaintdevice.html +share/tqt3/doc/html/ntqpaintdevicemetrics.html +share/tqt3/doc/html/ntqpainter.html +share/tqt3/doc/html/ntqpair.html +share/tqt3/doc/html/ntqpalette.html +share/tqt3/doc/html/ntqpen.html +share/tqt3/doc/html/ntqpicture.html +share/tqt3/doc/html/ntqpixmap.html +share/tqt3/doc/html/ntqpixmapcache.html +share/tqt3/doc/html/ntqplatinumstyle.html +share/tqt3/doc/html/ntqpoint.html +share/tqt3/doc/html/ntqpointarray.html +share/tqt3/doc/html/ntqpopupmenu.html +share/tqt3/doc/html/ntqprinter.html +share/tqt3/doc/html/ntqprocess.html +share/tqt3/doc/html/ntqprogressbar.html +share/tqt3/doc/html/ntqprogressdialog.html +share/tqt3/doc/html/ntqptrcollection.html +share/tqt3/doc/html/ntqptrdict.html +share/tqt3/doc/html/ntqptrlist.html +share/tqt3/doc/html/ntqptrqueue.html +share/tqt3/doc/html/ntqptrstack.html +share/tqt3/doc/html/ntqptrvector.html +share/tqt3/doc/html/ntqpushbutton.html +share/tqt3/doc/html/ntqqueue.html +share/tqt3/doc/html/ntqradiobutton.html +share/tqt3/doc/html/ntqrangecontrol.html +share/tqt3/doc/html/ntqrect.html +share/tqt3/doc/html/ntqregexp.html +share/tqt3/doc/html/ntqregion.html +share/tqt3/doc/html/ntqscrollbar.html +share/tqt3/doc/html/ntqscrollview.html +share/tqt3/doc/html/ntqsemaphore.html +share/tqt3/doc/html/ntqserversocket.html +share/tqt3/doc/html/ntqsessionmanager.html +share/tqt3/doc/html/ntqsettings.html +share/tqt3/doc/html/ntqsgistyle.html +share/tqt3/doc/html/ntqsignal.html +share/tqt3/doc/html/ntqsignalmapper.html +share/tqt3/doc/html/ntqsimplerichtext.html +share/tqt3/doc/html/ntqsize.html +share/tqt3/doc/html/ntqsizegrip.html +share/tqt3/doc/html/ntqsizepolicy.html +share/tqt3/doc/html/ntqsjiscodec.html +share/tqt3/doc/html/ntqslider.html +share/tqt3/doc/html/ntqsocket.html +share/tqt3/doc/html/ntqsocketdevice.html +share/tqt3/doc/html/ntqsocketnotifier.html +share/tqt3/doc/html/ntqsortedlist.html +share/tqt3/doc/html/ntqsound.html +share/tqt3/doc/html/ntqspinbox.html +share/tqt3/doc/html/ntqsplashscreen.html +share/tqt3/doc/html/ntqsplitter.html +share/tqt3/doc/html/ntqsql.html +share/tqt3/doc/html/ntqsqlcursor.html +share/tqt3/doc/html/ntqsqldatabase.html +share/tqt3/doc/html/ntqsqldriver.html +share/tqt3/doc/html/ntqsqldriverplugin.html +share/tqt3/doc/html/ntqsqleditorfactory.html +share/tqt3/doc/html/ntqsqlerror.html +share/tqt3/doc/html/ntqsqlfield.html +share/tqt3/doc/html/ntqsqlform.html +share/tqt3/doc/html/ntqsqlindex.html +share/tqt3/doc/html/ntqsqlpropertymap.html +share/tqt3/doc/html/ntqsqlquery.html +share/tqt3/doc/html/ntqsqlrecord.html +share/tqt3/doc/html/ntqsqlresult.html +share/tqt3/doc/html/ntqsqlselectcursor.html +share/tqt3/doc/html/ntqstack.html +share/tqt3/doc/html/ntqstatusbar.html +share/tqt3/doc/html/ntqstring.html +share/tqt3/doc/html/ntqstringlist.html +share/tqt3/doc/html/ntqstrlist.html +share/tqt3/doc/html/ntqstyle.html +share/tqt3/doc/html/ntqstylefactory.html +share/tqt3/doc/html/ntqstyleplugin.html +share/tqt3/doc/html/ntqstylesheet.html +share/tqt3/doc/html/ntqsyntaxhighlighter.html +share/tqt3/doc/html/ntqt.html +share/tqt3/doc/html/ntqtabbar.html +share/tqt3/doc/html/ntqtabdialog.html +share/tqt3/doc/html/ntqtable.html +share/tqt3/doc/html/ntqtabwidget.html +share/tqt3/doc/html/ntqtextbrowser.html +share/tqt3/doc/html/ntqtextcodec.html +share/tqt3/doc/html/ntqtextcodecplugin.html +share/tqt3/doc/html/ntqtextedit.html +share/tqt3/doc/html/ntqtextstream.html +share/tqt3/doc/html/ntqtextview.html +share/tqt3/doc/html/ntqthread.html +share/tqt3/doc/html/ntqthreadstorage.html +share/tqt3/doc/html/ntqtimer.html +share/tqt3/doc/html/ntqtl.html +share/tqt3/doc/html/ntqtoolbar.html +share/tqt3/doc/html/ntqtoolbox.html +share/tqt3/doc/html/ntqtoolbutton.html +share/tqt3/doc/html/ntqtooltip.html +share/tqt3/doc/html/ntqtranslator.html +share/tqt3/doc/html/ntqtsciicodec.html +share/tqt3/doc/html/ntqurl.html +share/tqt3/doc/html/ntqurlinfo.html +share/tqt3/doc/html/ntqurloperator.html +share/tqt3/doc/html/ntquuid.html +share/tqt3/doc/html/ntqvalidator.html +share/tqt3/doc/html/ntqvaluelist.html +share/tqt3/doc/html/ntqvaluestack.html +share/tqt3/doc/html/ntqvaluevector.html +share/tqt3/doc/html/ntqvariant.html +share/tqt3/doc/html/ntqvbox.html +share/tqt3/doc/html/ntqvbuttongroup.html +share/tqt3/doc/html/ntqvector.html +share/tqt3/doc/html/ntqvgroupbox.html +share/tqt3/doc/html/ntqwaitcondition.html +share/tqt3/doc/html/ntqwhatsthis.html +share/tqt3/doc/html/ntqwidget.html +share/tqt3/doc/html/ntqwidgetfactory.html +share/tqt3/doc/html/ntqwidgetplugin.html +share/tqt3/doc/html/ntqwidgetstack.html +share/tqt3/doc/html/ntqwindowsstyle.html +share/tqt3/doc/html/ntqwizard.html +share/tqt3/doc/html/ntqwmatrix.html +share/tqt3/doc/html/ntqworkspace.html +share/tqt3/doc/html/object.html +share/tqt3/doc/html/objectmodel.html +share/tqt3/doc/html/objecttrees.html +share/tqt3/doc/html/opengl-box-example.html +share/tqt3/doc/html/opengl-examples.html +share/tqt3/doc/html/opengl-gear-example.html +share/tqt3/doc/html/opengl-overlay-example.html +share/tqt3/doc/html/opengl-overlay-x11-example.html +share/tqt3/doc/html/opengl-pixmap-example.html +share/tqt3/doc/html/opengl-sharedbox-example.html +share/tqt3/doc/html/opengl-texture-example.html +share/tqt3/doc/html/opengl-x11-overlays.html +share/tqt3/doc/html/opengl.html +share/tqt3/doc/html/opensourceedition.html +share/tqt3/doc/html/organizers.html +share/tqt3/doc/html/outliner-example.html +share/tqt3/doc/html/overviews-list.html +share/tqt3/doc/html/palette.png +share/tqt3/doc/html/pdf1.png +share/tqt3/doc/html/pen-cap-styles.png +share/tqt3/doc/html/pen-join-styles.png +share/tqt3/doc/html/pen-styles.png +share/tqt3/doc/html/penstyles.png +share/tqt3/doc/html/phrasebookdialog.png +share/tqt3/doc/html/phrasebookopen.png +share/tqt3/doc/html/picture-example.html +share/tqt3/doc/html/pictures.html +share/tqt3/doc/html/plugins-howto.html +share/tqt3/doc/html/plugins.html +share/tqt3/doc/html/popup-example.html +share/tqt3/doc/html/porting.html +share/tqt3/doc/html/porting2.html +share/tqt3/doc/html/prev.png +share/tqt3/doc/html/prevunfinished.png +share/tqt3/doc/html/primes.html +share/tqt3/doc/html/process-example.html +share/tqt3/doc/html/progress-example.html +share/tqt3/doc/html/progressbar-example.html +share/tqt3/doc/html/properties.html +share/tqt3/doc/html/propertydocs +share/tqt3/doc/html/propertyindex +share/tqt3/doc/html/qaccel-h.html +share/tqt3/doc/html/qaccel-members.html +share/tqt3/doc/html/qaccessible-h.html +share/tqt3/doc/html/qaccessible-members.html +share/tqt3/doc/html/qaccessibleinterface-members.html +share/tqt3/doc/html/qaccessibleinterface.html +share/tqt3/doc/html/qaccessibleobject-members.html +share/tqt3/doc/html/qaccessibleobject.html +share/tqt3/doc/html/qaction-application-example.html +share/tqt3/doc/html/qaction-examples.html +share/tqt3/doc/html/qaction-h.html +share/tqt3/doc/html/qaction-members.html +share/tqt3/doc/html/qactiongroup-members.html +share/tqt3/doc/html/qactiongroup.html +share/tqt3/doc/html/qactiongroup_menu.png +share/tqt3/doc/html/qactiongroup_menu_subwidget.png +share/tqt3/doc/html/qactiongroup_toolbar.png +share/tqt3/doc/html/qactiongroup_toolbar_exclusive_subwidget.png +share/tqt3/doc/html/qactiongroup_toolbar_nonexclusive_subwidget.png +share/tqt3/doc/html/qapplication-h.html +share/tqt3/doc/html/qapplication-members.html +share/tqt3/doc/html/qasciicache-h.html +share/tqt3/doc/html/qasciicache-members.html +share/tqt3/doc/html/qasciicacheiterator-members.html +share/tqt3/doc/html/qasciicacheiterator.html +share/tqt3/doc/html/qasciidict-h.html +share/tqt3/doc/html/qasciidict-members.html +share/tqt3/doc/html/qasciidictiterator-members.html +share/tqt3/doc/html/qasciidictiterator.html +share/tqt3/doc/html/qassistantclient-h.html +share/tqt3/doc/html/qassistantclient-members.html +share/tqt3/doc/html/qasyncimageio-h.html +share/tqt3/doc/html/qasyncio-h.html +share/tqt3/doc/html/qasyncio-members.html +share/tqt3/doc/html/qaxaggregated-members.html +share/tqt3/doc/html/qaxaggregated.html +share/tqt3/doc/html/qaxbase-h.html +share/tqt3/doc/html/qaxbase-members.html +share/tqt3/doc/html/qaxbase.html +share/tqt3/doc/html/qaxbindable-h.html +share/tqt3/doc/html/qaxbindable-members.html +share/tqt3/doc/html/qaxbindable.html +share/tqt3/doc/html/qaxcontainer-example-qutlook.html +share/tqt3/doc/html/qaxcontainer-example-webbrowser.html +share/tqt3/doc/html/qaxcontainer-examples.html +share/tqt3/doc/html/qaxcontainer.html +share/tqt3/doc/html/qaxfactory-h.html +share/tqt3/doc/html/qaxfactory-members.html +share/tqt3/doc/html/qaxfactory.html +share/tqt3/doc/html/qaxobject-h.html +share/tqt3/doc/html/qaxobject-members.html +share/tqt3/doc/html/qaxobject.html +share/tqt3/doc/html/qaxscript-h.html +share/tqt3/doc/html/qaxscript-members.html +share/tqt3/doc/html/qaxscript.html +share/tqt3/doc/html/qaxscriptengine-members.html +share/tqt3/doc/html/qaxscriptengine.html +share/tqt3/doc/html/qaxscriptmanager-members.html +share/tqt3/doc/html/qaxscriptmanager.html +share/tqt3/doc/html/qaxserver-demo-hierarchy.html +share/tqt3/doc/html/qaxserver-demo-menus.html +share/tqt3/doc/html/qaxserver-demo-multiple.html +share/tqt3/doc/html/qaxserver-demo-opengl.html +share/tqt3/doc/html/qaxserver-demo-simple.html +share/tqt3/doc/html/qaxserver-demo-tetrax.html +share/tqt3/doc/html/qaxserver-demo-wrapper.html +share/tqt3/doc/html/qaxserver-example-hierarchy.html +share/tqt3/doc/html/qaxserver-example-menus.html +share/tqt3/doc/html/qaxserver-example-multiple.html +share/tqt3/doc/html/qaxserver-example-opengl.html +share/tqt3/doc/html/qaxserver-example-simple.html +share/tqt3/doc/html/qaxserver-example-tetrax.html +share/tqt3/doc/html/qaxserver-example-wrapper.html +share/tqt3/doc/html/qaxserver-examples.html +share/tqt3/doc/html/qaxserver.html +share/tqt3/doc/html/qaxwidget-h.html +share/tqt3/doc/html/qaxwidget-members.html +share/tqt3/doc/html/qaxwidget.html +share/tqt3/doc/html/qbig5codec-h.html +share/tqt3/doc/html/qbig5codec-members.html +share/tqt3/doc/html/qbig5hkscscodec-members.html +share/tqt3/doc/html/qbig5hkscscodec.html +share/tqt3/doc/html/qbitarray-h.html +share/tqt3/doc/html/qbitarray-members.html +share/tqt3/doc/html/qbitmap-h.html +share/tqt3/doc/html/qbitmap-members.html +share/tqt3/doc/html/qbitval-members.html +share/tqt3/doc/html/qbitval.html +share/tqt3/doc/html/qboxlayout-members.html +share/tqt3/doc/html/qboxlayout.html +share/tqt3/doc/html/qbrush-h.html +share/tqt3/doc/html/qbrush-members.html +share/tqt3/doc/html/qbttngrp-m.png +share/tqt3/doc/html/qbttngrp-w.png +share/tqt3/doc/html/qbuffer-h.html +share/tqt3/doc/html/qbuffer-members.html +share/tqt3/doc/html/qbutton-h.html +share/tqt3/doc/html/qbutton-members.html +share/tqt3/doc/html/qbuttongroup-h.html +share/tqt3/doc/html/qbuttongroup-h.png +share/tqt3/doc/html/qbuttongroup-members.html +share/tqt3/doc/html/qbuttongroup-v.png +share/tqt3/doc/html/qbytearray-members.html +share/tqt3/doc/html/qbytearray.html +share/tqt3/doc/html/qcache-h.html +share/tqt3/doc/html/qcache-members.html +share/tqt3/doc/html/qcacheiterator-members.html +share/tqt3/doc/html/qcacheiterator.html +share/tqt3/doc/html/qcanvas-h.html +share/tqt3/doc/html/qcanvas-members.html +share/tqt3/doc/html/qcanvas.png +share/tqt3/doc/html/qcanvasellipse-members.html +share/tqt3/doc/html/qcanvasellipse.html +share/tqt3/doc/html/qcanvasellipse.png +share/tqt3/doc/html/qcanvasitem-members.html +share/tqt3/doc/html/qcanvasitem.html +share/tqt3/doc/html/qcanvasitemlist-members.html +share/tqt3/doc/html/qcanvasitemlist.html +share/tqt3/doc/html/qcanvasline-members.html +share/tqt3/doc/html/qcanvasline.html +share/tqt3/doc/html/qcanvaspixmap-members.html +share/tqt3/doc/html/qcanvaspixmap.html +share/tqt3/doc/html/qcanvaspixmaparray-members.html +share/tqt3/doc/html/qcanvaspixmaparray.html +share/tqt3/doc/html/qcanvaspolygon-members.html +share/tqt3/doc/html/qcanvaspolygon.html +share/tqt3/doc/html/qcanvaspolygonalitem-members.html +share/tqt3/doc/html/qcanvaspolygonalitem.html +share/tqt3/doc/html/qcanvasrectangle-members.html +share/tqt3/doc/html/qcanvasrectangle.html +share/tqt3/doc/html/qcanvasspline-members.html +share/tqt3/doc/html/qcanvasspline.html +share/tqt3/doc/html/qcanvassprite-members.html +share/tqt3/doc/html/qcanvassprite.html +share/tqt3/doc/html/qcanvastext-members.html +share/tqt3/doc/html/qcanvastext.html +share/tqt3/doc/html/qcanvasview-members.html +share/tqt3/doc/html/qcanvasview.html +share/tqt3/doc/html/qcdestyle-h.html +share/tqt3/doc/html/qcdestyle-members.html +share/tqt3/doc/html/qchar-members.html +share/tqt3/doc/html/qchar.html +share/tqt3/doc/html/qcharref-members.html +share/tqt3/doc/html/qcharref.html +share/tqt3/doc/html/qcheckbox-h.html +share/tqt3/doc/html/qcheckbox-members.html +share/tqt3/doc/html/qchecklistitem-members.html +share/tqt3/doc/html/qchecklistitem.html +share/tqt3/doc/html/qchecktableitem-members.html +share/tqt3/doc/html/qchecktableitem.html +share/tqt3/doc/html/qchildevent-members.html +share/tqt3/doc/html/qchildevent.html +share/tqt3/doc/html/qchkbox-m.png +share/tqt3/doc/html/qchkbox-w.png +share/tqt3/doc/html/qclipboard-h.html +share/tqt3/doc/html/qclipboard-members.html +share/tqt3/doc/html/qcloseevent-members.html +share/tqt3/doc/html/qcloseevent.html +share/tqt3/doc/html/qcolor-h.html +share/tqt3/doc/html/qcolor-members.html +share/tqt3/doc/html/qcolordialog-h.html +share/tqt3/doc/html/qcolordialog-members.html +share/tqt3/doc/html/qcolordlg-w.png +share/tqt3/doc/html/qcolordrag-members.html +share/tqt3/doc/html/qcolordrag.html +share/tqt3/doc/html/qcolorgroup-members.html +share/tqt3/doc/html/qcolorgroup.html +share/tqt3/doc/html/qcombo1-m.png +share/tqt3/doc/html/qcombo1-w.png +share/tqt3/doc/html/qcombo2-m.png +share/tqt3/doc/html/qcombo3-m.png +share/tqt3/doc/html/qcombobox-h.html +share/tqt3/doc/html/qcombobox-members.html +share/tqt3/doc/html/qcombotableitem-members.html +share/tqt3/doc/html/qcombotableitem.html +share/tqt3/doc/html/qcommonstyle-h.html +share/tqt3/doc/html/qcommonstyle-members.html +share/tqt3/doc/html/qconststring-members.html +share/tqt3/doc/html/qconststring.html +share/tqt3/doc/html/qcontextmenuevent-members.html +share/tqt3/doc/html/qcontextmenuevent.html +share/tqt3/doc/html/qcopchannel-members.html +share/tqt3/doc/html/qcopchannel.html +share/tqt3/doc/html/qcopchannel_qws-h.html +share/tqt3/doc/html/qcstring-h.html +share/tqt3/doc/html/qcstring-members.html +share/tqt3/doc/html/qcursor-h.html +share/tqt3/doc/html/qcursor-members.html +share/tqt3/doc/html/qcustomevent-members.html +share/tqt3/doc/html/qcustomevent.html +share/tqt3/doc/html/qcustommenuitem-members.html +share/tqt3/doc/html/qcustommenuitem.html +share/tqt3/doc/html/qd-actioneditor.png +share/tqt3/doc/html/qd-colortool-name.png +share/tqt3/doc/html/qd-databrowserwzd.png +share/tqt3/doc/html/qd-databrowserwzdpage2.png +share/tqt3/doc/html/qd-databrowserwzdpage3.png +share/tqt3/doc/html/qd-databrowserwzdpage4.png +share/tqt3/doc/html/qd-databrowserwzdpage5.png +share/tqt3/doc/html/qd-databrowserwzdpage6.png +share/tqt3/doc/html/qd-datatablewzd.png +share/tqt3/doc/html/qd-datatablewzdpage2.png +share/tqt3/doc/html/qd-datatablewzdpage3.png +share/tqt3/doc/html/qd-datatablewzdpage4.png +share/tqt3/doc/html/qd-datatablewzdpage5.png +share/tqt3/doc/html/qd-dataviewwzd.png +share/tqt3/doc/html/qd-dataviewwzdpage2.png +share/tqt3/doc/html/qd-dataviewwzdpage3.png +share/tqt3/doc/html/qd-dataviewwzdpage4.png +share/tqt3/doc/html/qd-helptoolbuttons3.png +share/tqt3/doc/html/qd-mainwinwzd.png +share/tqt3/doc/html/qd-mainwinwzdpage2.png +share/tqt3/doc/html/qd-preface.png +share/tqt3/doc/html/qd-preferences-dlg.png +share/tqt3/doc/html/qdatabrowser-h.html +share/tqt3/doc/html/qdatabrowser-members.html +share/tqt3/doc/html/qdatapump-members.html +share/tqt3/doc/html/qdatapump.html +share/tqt3/doc/html/qdatasink-members.html +share/tqt3/doc/html/qdatasink.html +share/tqt3/doc/html/qdatasource-members.html +share/tqt3/doc/html/qdatasource.html +share/tqt3/doc/html/qdatastream-h.html +share/tqt3/doc/html/qdatastream-members.html +share/tqt3/doc/html/qdatatable-h.html +share/tqt3/doc/html/qdatatable-members.html +share/tqt3/doc/html/qdataview-h.html +share/tqt3/doc/html/qdataview-members.html +share/tqt3/doc/html/qdate-members.html +share/tqt3/doc/html/qdate.html +share/tqt3/doc/html/qdateedit-members.html +share/tqt3/doc/html/qdateedit.html +share/tqt3/doc/html/qdatetime-h.html +share/tqt3/doc/html/qdatetime-members.html +share/tqt3/doc/html/qdatetimeedit-h.html +share/tqt3/doc/html/qdatetimeedit-members.html +share/tqt3/doc/html/qdatetimeeditbase-members.html +share/tqt3/doc/html/qdatetimeeditbase.html +share/tqt3/doc/html/qdeepcopy-h.html +share/tqt3/doc/html/qdeepcopy-members.html +share/tqt3/doc/html/qdesktopwidget-h.html +share/tqt3/doc/html/qdesktopwidget-members.html +share/tqt3/doc/html/qdesktopwidget.png +share/tqt3/doc/html/qdial-h.html +share/tqt3/doc/html/qdial-m.png +share/tqt3/doc/html/qdial-members.html +share/tqt3/doc/html/qdial-w.png +share/tqt3/doc/html/qdialog-h.html +share/tqt3/doc/html/qdialog-members.html +share/tqt3/doc/html/qdict-h.html +share/tqt3/doc/html/qdict-members.html +share/tqt3/doc/html/qdictiterator-members.html +share/tqt3/doc/html/qdictiterator.html +share/tqt3/doc/html/qdir-example.html +share/tqt3/doc/html/qdir-h.html +share/tqt3/doc/html/qdir-members.html +share/tqt3/doc/html/qdirectpainter-members.html +share/tqt3/doc/html/qdirectpainter.html +share/tqt3/doc/html/qdirectpainter_qws-h.html +share/tqt3/doc/html/qdns-h.html +share/tqt3/doc/html/qdns-members.html +share/tqt3/doc/html/qdockarea-h.html +share/tqt3/doc/html/qdockarea-members.html +share/tqt3/doc/html/qdockwindow-h.html +share/tqt3/doc/html/qdockwindow-members.html +share/tqt3/doc/html/qdockwindow.png +share/tqt3/doc/html/qdom-h.html +share/tqt3/doc/html/qdomattr-members.html +share/tqt3/doc/html/qdomattr.html +share/tqt3/doc/html/qdomcdatasection-members.html +share/tqt3/doc/html/qdomcdatasection.html +share/tqt3/doc/html/qdomcharacterdata-members.html +share/tqt3/doc/html/qdomcharacterdata.html +share/tqt3/doc/html/qdomcomment-members.html +share/tqt3/doc/html/qdomcomment.html +share/tqt3/doc/html/qdomdocument-members.html +share/tqt3/doc/html/qdomdocument.html +share/tqt3/doc/html/qdomdocumentfragment-members.html +share/tqt3/doc/html/qdomdocumentfragment.html +share/tqt3/doc/html/qdomdocumenttype-members.html +share/tqt3/doc/html/qdomdocumenttype.html +share/tqt3/doc/html/qdomelement-members.html +share/tqt3/doc/html/qdomelement.html +share/tqt3/doc/html/qdomentity-members.html +share/tqt3/doc/html/qdomentity.html +share/tqt3/doc/html/qdomentityreference-members.html +share/tqt3/doc/html/qdomentityreference.html +share/tqt3/doc/html/qdomimplementation-members.html +share/tqt3/doc/html/qdomimplementation.html +share/tqt3/doc/html/qdomnamednodemap-members.html +share/tqt3/doc/html/qdomnamednodemap.html +share/tqt3/doc/html/qdomnode-members.html +share/tqt3/doc/html/qdomnode.html +share/tqt3/doc/html/qdomnodelist-members.html +share/tqt3/doc/html/qdomnodelist.html +share/tqt3/doc/html/qdomnotation-members.html +share/tqt3/doc/html/qdomnotation.html +share/tqt3/doc/html/qdomprocessinginstruction-members.html +share/tqt3/doc/html/qdomprocessinginstruction.html +share/tqt3/doc/html/qdomtext-members.html +share/tqt3/doc/html/qdomtext.html +share/tqt3/doc/html/qdoublevalidator-members.html +share/tqt3/doc/html/qdoublevalidator.html +share/tqt3/doc/html/qdragenterevent-members.html +share/tqt3/doc/html/qdragenterevent.html +share/tqt3/doc/html/qdragleaveevent-members.html +share/tqt3/doc/html/qdragleaveevent.html +share/tqt3/doc/html/qdragmoveevent-members.html +share/tqt3/doc/html/qdragmoveevent.html +share/tqt3/doc/html/qdragobject-h.html +share/tqt3/doc/html/qdragobject-members.html +share/tqt3/doc/html/qdrawutil-h.html +share/tqt3/doc/html/qdropevent-members.html +share/tqt3/doc/html/qdropevent.html +share/tqt3/doc/html/qdropsite-h.html +share/tqt3/doc/html/qdropsite-members.html +share/tqt3/doc/html/qeditorfactory-h.html +share/tqt3/doc/html/qeditorfactory-members.html +share/tqt3/doc/html/qembed.html +share/tqt3/doc/html/qerrormessage-h.html +share/tqt3/doc/html/qerrormessage-members.html +share/tqt3/doc/html/qerrormessage.png +share/tqt3/doc/html/qeucjpcodec-h.html +share/tqt3/doc/html/qeucjpcodec-members.html +share/tqt3/doc/html/qeuckrcodec-h.html +share/tqt3/doc/html/qeuckrcodec-members.html +share/tqt3/doc/html/qevent-h.html +share/tqt3/doc/html/qevent-members.html +share/tqt3/doc/html/qeventloop-h.html +share/tqt3/doc/html/qeventloop-members.html +share/tqt3/doc/html/qfd-example.html +share/tqt3/doc/html/qfile-h.html +share/tqt3/doc/html/qfile-members.html +share/tqt3/doc/html/qfiledialog-h.html +share/tqt3/doc/html/qfiledialog-members.html +share/tqt3/doc/html/qfiledlg-m.png +share/tqt3/doc/html/qfiledlg-w.png +share/tqt3/doc/html/qfileiconprovider-members.html +share/tqt3/doc/html/qfileiconprovider.html +share/tqt3/doc/html/qfileinfo-h.html +share/tqt3/doc/html/qfileinfo-members.html +share/tqt3/doc/html/qfilepreview-members.html +share/tqt3/doc/html/qfilepreview.html +share/tqt3/doc/html/qfocusdata-h.html +share/tqt3/doc/html/qfocusdata-members.html +share/tqt3/doc/html/qfocusevent-members.html +share/tqt3/doc/html/qfocusevent.html +share/tqt3/doc/html/qfont-examples.html +share/tqt3/doc/html/qfont-h.html +share/tqt3/doc/html/qfont-members.html +share/tqt3/doc/html/qfontdatabase-h.html +share/tqt3/doc/html/qfontdatabase-members.html +share/tqt3/doc/html/qfontdialog-h.html +share/tqt3/doc/html/qfontdialog-members.html +share/tqt3/doc/html/qfontdlg-w.png +share/tqt3/doc/html/qfontinfo-h.html +share/tqt3/doc/html/qfontinfo-members.html +share/tqt3/doc/html/qfontmanager-members.html +share/tqt3/doc/html/qfontmanager.html +share/tqt3/doc/html/qfontmanager_qws-h.html +share/tqt3/doc/html/qfontmetrics-h.html +share/tqt3/doc/html/qfontmetrics-members.html +share/tqt3/doc/html/qframe-h.html +share/tqt3/doc/html/qframe-members.html +share/tqt3/doc/html/qftp-h.html +share/tqt3/doc/html/qftp-members.html +share/tqt3/doc/html/qgb18030codec-h.html +share/tqt3/doc/html/qgb18030codec-members.html +share/tqt3/doc/html/qgb2312codec-members.html +share/tqt3/doc/html/qgb2312codec.html +share/tqt3/doc/html/qgbkcodec-members.html +share/tqt3/doc/html/qgfx_qws-h.html +share/tqt3/doc/html/qgfxdriverfactory-members.html +share/tqt3/doc/html/qgfxdriverfactory.html +share/tqt3/doc/html/qgfxdriverfactory_qws-h.html +share/tqt3/doc/html/qgfxdriverplugin-members.html +share/tqt3/doc/html/qgfxdriverplugin.html +share/tqt3/doc/html/qgfxdriverplugin_qws-h.html +share/tqt3/doc/html/qgl-h.html +share/tqt3/doc/html/qgl-members.html +share/tqt3/doc/html/qglayoutiterator-members.html +share/tqt3/doc/html/qglayoutiterator.html +share/tqt3/doc/html/qglcolormap-h.html +share/tqt3/doc/html/qglcolormap-members.html +share/tqt3/doc/html/qglcontext-members.html +share/tqt3/doc/html/qglcontext.html +share/tqt3/doc/html/qglformat-members.html +share/tqt3/doc/html/qglformat.html +share/tqt3/doc/html/qglobal-h.html +share/tqt3/doc/html/qglwidget-members.html +share/tqt3/doc/html/qglwidget.html +share/tqt3/doc/html/qgrid-h.html +share/tqt3/doc/html/qgrid-m.png +share/tqt3/doc/html/qgrid-members.html +share/tqt3/doc/html/qgridlayout-members.html +share/tqt3/doc/html/qgridlayout.html +share/tqt3/doc/html/qgridview-h.html +share/tqt3/doc/html/qgridview-members.html +share/tqt3/doc/html/qgroupbox-h.html +share/tqt3/doc/html/qgroupbox-members.html +share/tqt3/doc/html/qgroupboxes.png +share/tqt3/doc/html/qgrpbox-w.png +share/tqt3/doc/html/qguardedptr-h.html +share/tqt3/doc/html/qguardedptr-members.html +share/tqt3/doc/html/qhbox-h.html +share/tqt3/doc/html/qhbox-m.png +share/tqt3/doc/html/qhbox-members.html +share/tqt3/doc/html/qhboxlayout-members.html +share/tqt3/doc/html/qhboxlayout.html +share/tqt3/doc/html/qhboxlayout.png +share/tqt3/doc/html/qhbuttongroup-h.html +share/tqt3/doc/html/qhbuttongroup-members.html +share/tqt3/doc/html/qheader-h.html +share/tqt3/doc/html/qheader-m.png +share/tqt3/doc/html/qheader-members.html +share/tqt3/doc/html/qheader-w.png +share/tqt3/doc/html/qhebrewcodec-members.html +share/tqt3/doc/html/qhebrewcodec.html +share/tqt3/doc/html/qhgroupbox-h.html +share/tqt3/doc/html/qhgroupbox-members.html +share/tqt3/doc/html/qhideevent-members.html +share/tqt3/doc/html/qhideevent.html +share/tqt3/doc/html/qhostaddress-h.html +share/tqt3/doc/html/qhostaddress-members.html +share/tqt3/doc/html/qhttp-h.html +share/tqt3/doc/html/qhttp-members.html +share/tqt3/doc/html/qhttpheader-members.html +share/tqt3/doc/html/qhttpheader.html +share/tqt3/doc/html/qhttprequestheader-members.html +share/tqt3/doc/html/qhttprequestheader.html +share/tqt3/doc/html/qhttpresponseheader-members.html +share/tqt3/doc/html/qhttpresponseheader.html +share/tqt3/doc/html/qicondrag-members.html +share/tqt3/doc/html/qicondrag.html +share/tqt3/doc/html/qicondragevent-members.html +share/tqt3/doc/html/qicondragevent.html +share/tqt3/doc/html/qicondragitem-members.html +share/tqt3/doc/html/qicondragitem.html +share/tqt3/doc/html/qiconfactory-members.html +share/tqt3/doc/html/qiconfactory.html +share/tqt3/doc/html/qiconset-h.html +share/tqt3/doc/html/qiconset-members.html +share/tqt3/doc/html/qiconview-h.html +share/tqt3/doc/html/qiconview-m.png +share/tqt3/doc/html/qiconview-members.html +share/tqt3/doc/html/qiconview-w.png +share/tqt3/doc/html/qiconviewitem-members.html +share/tqt3/doc/html/qiconviewitem.html +share/tqt3/doc/html/qimage-h.html +share/tqt3/doc/html/qimage-members.html +share/tqt3/doc/html/qimageconsumer-members.html +share/tqt3/doc/html/qimageconsumer.html +share/tqt3/doc/html/qimagedecoder-members.html +share/tqt3/doc/html/qimagedecoder.html +share/tqt3/doc/html/qimagedrag-members.html +share/tqt3/doc/html/qimagedrag.html +share/tqt3/doc/html/qimageformat-members.html +share/tqt3/doc/html/qimageformat.html +share/tqt3/doc/html/qimageformatplugin-h.html +share/tqt3/doc/html/qimageformatplugin-members.html +share/tqt3/doc/html/qimageformattype-members.html +share/tqt3/doc/html/qimageformattype.html +share/tqt3/doc/html/qimageio-members.html +share/tqt3/doc/html/qimageio.html +share/tqt3/doc/html/qimevent-members.html +share/tqt3/doc/html/qimevent.html +share/tqt3/doc/html/qinputdialog-h.html +share/tqt3/doc/html/qinputdialog-members.html +share/tqt3/doc/html/qintcache-h.html +share/tqt3/doc/html/qintcache-members.html +share/tqt3/doc/html/qintcacheiterator-members.html +share/tqt3/doc/html/qintcacheiterator.html +share/tqt3/doc/html/qintdict-h.html +share/tqt3/doc/html/qintdict-members.html +share/tqt3/doc/html/qintdictiterator-members.html +share/tqt3/doc/html/qintdictiterator.html +share/tqt3/doc/html/qintvalidator-members.html +share/tqt3/doc/html/qintvalidator.html +share/tqt3/doc/html/qiodevice-h.html +share/tqt3/doc/html/qiodevice-members.html +share/tqt3/doc/html/qiodevicesource-members.html +share/tqt3/doc/html/qiodevicesource.html +share/tqt3/doc/html/qjiscodec-h.html +share/tqt3/doc/html/qjiscodec-members.html +share/tqt3/doc/html/qkbddriverfactory-members.html +share/tqt3/doc/html/qkbddriverfactory.html +share/tqt3/doc/html/qkbddriverfactory_qws-h.html +share/tqt3/doc/html/qkbddriverplugin-members.html +share/tqt3/doc/html/qkbddriverplugin.html +share/tqt3/doc/html/qkbddriverplugin_qws-h.html +share/tqt3/doc/html/qkeyboard_qws-h.html +share/tqt3/doc/html/qkeyevent-members.html +share/tqt3/doc/html/qkeyevent.html +share/tqt3/doc/html/qkeysequence-h.html +share/tqt3/doc/html/qkeysequence-members.html +share/tqt3/doc/html/qlabel-h.html +share/tqt3/doc/html/qlabel-m.png +share/tqt3/doc/html/qlabel-members.html +share/tqt3/doc/html/qlabel-w.png +share/tqt3/doc/html/qlayout-h.html +share/tqt3/doc/html/qlayout-members.html +share/tqt3/doc/html/qlayoutitem-members.html +share/tqt3/doc/html/qlayoutitem.html +share/tqt3/doc/html/qlayoutiterator-members.html +share/tqt3/doc/html/qlayoutiterator.html +share/tqt3/doc/html/qlcdnum-m.png +share/tqt3/doc/html/qlcdnum-w.png +share/tqt3/doc/html/qlcdnumber-h.html +share/tqt3/doc/html/qlcdnumber-members.html +share/tqt3/doc/html/qlibrary-h.html +share/tqt3/doc/html/qlibrary-members.html +share/tqt3/doc/html/qlined-m.png +share/tqt3/doc/html/qlined-w.png +share/tqt3/doc/html/qlineedit-h.html +share/tqt3/doc/html/qlineedit-members.html +share/tqt3/doc/html/qlistbox-h.html +share/tqt3/doc/html/qlistbox-m.png +share/tqt3/doc/html/qlistbox-members.html +share/tqt3/doc/html/qlistbox-w.png +share/tqt3/doc/html/qlistboxitem-members.html +share/tqt3/doc/html/qlistboxitem.html +share/tqt3/doc/html/qlistboxpixmap-members.html +share/tqt3/doc/html/qlistboxpixmap.html +share/tqt3/doc/html/qlistboxtext-members.html +share/tqt3/doc/html/qlistboxtext.html +share/tqt3/doc/html/qlistiterator.html +share/tqt3/doc/html/qlistview-h.html +share/tqt3/doc/html/qlistview-m.png +share/tqt3/doc/html/qlistview-members.html +share/tqt3/doc/html/qlistview-w.png +share/tqt3/doc/html/qlistviewitem-members.html +share/tqt3/doc/html/qlistviewitem.html +share/tqt3/doc/html/qlistviewitemiterator-members.html +share/tqt3/doc/html/qlistviewitemiterator.html +share/tqt3/doc/html/qlistviewitems.png +share/tqt3/doc/html/qlocale-h.html +share/tqt3/doc/html/qlocale-members.html +share/tqt3/doc/html/qlocalfs-h.html +share/tqt3/doc/html/qlocalfs-members.html +share/tqt3/doc/html/qmacmime-members.html +share/tqt3/doc/html/qmacmime.html +share/tqt3/doc/html/qmacstyle-members.html +share/tqt3/doc/html/qmacstyle.html +share/tqt3/doc/html/qmacstyle_mac-h.html +share/tqt3/doc/html/qmag-example.html +share/tqt3/doc/html/qmainwindow-h.html +share/tqt3/doc/html/qmainwindow-m.png +share/tqt3/doc/html/qmainwindow-members.html +share/tqt3/doc/html/qmainwindow-qdockareas.png +share/tqt3/doc/html/qmainwindow-w.png +share/tqt3/doc/html/qmake-manual-1.html +share/tqt3/doc/html/qmake-manual-2.html +share/tqt3/doc/html/qmake-manual-3.html +share/tqt3/doc/html/qmake-manual-4.html +share/tqt3/doc/html/qmake-manual-5.html +share/tqt3/doc/html/qmake-manual-6.html +share/tqt3/doc/html/qmake-manual-7.html +share/tqt3/doc/html/qmake-manual-8.html +share/tqt3/doc/html/qmake-manual.html +share/tqt3/doc/html/qmake.dcf +share/tqt3/doc/html/qmap-h.html +share/tqt3/doc/html/qmap-members.html +share/tqt3/doc/html/qmapconstiterator-members.html +share/tqt3/doc/html/qmapconstiterator.html +share/tqt3/doc/html/qmapiterator-members.html +share/tqt3/doc/html/qmapiterator.html +share/tqt3/doc/html/qmemarray-h.html +share/tqt3/doc/html/qmemarray-members.html +share/tqt3/doc/html/qmenubar-h.html +share/tqt3/doc/html/qmenubar-m.png +share/tqt3/doc/html/qmenubar-members.html +share/tqt3/doc/html/qmenubar-w.png +share/tqt3/doc/html/qmenudata-h.html +share/tqt3/doc/html/qmenudata-members.html +share/tqt3/doc/html/qmessagebox-crit.png +share/tqt3/doc/html/qmessagebox-h.html +share/tqt3/doc/html/qmessagebox-info.png +share/tqt3/doc/html/qmessagebox-members.html +share/tqt3/doc/html/qmessagebox-quest.png +share/tqt3/doc/html/qmessagebox-warn.png +share/tqt3/doc/html/qmetaobject-h.html +share/tqt3/doc/html/qmetaobject-members.html +share/tqt3/doc/html/qmetaproperty-members.html +share/tqt3/doc/html/qmetaproperty.html +share/tqt3/doc/html/qmime-h.html +share/tqt3/doc/html/qmimesource-members.html +share/tqt3/doc/html/qmimesource.html +share/tqt3/doc/html/qmimesourcefactory-members.html +share/tqt3/doc/html/qmimesourcefactory.html +share/tqt3/doc/html/qmlined-m.png +share/tqt3/doc/html/qmlined-w.png +share/tqt3/doc/html/qmotif-h.html +share/tqt3/doc/html/qmotif-members.html +share/tqt3/doc/html/qmotif.html +share/tqt3/doc/html/qmotifdialog-h.html +share/tqt3/doc/html/qmotifdialog-members.html +share/tqt3/doc/html/qmotifdialog.html +share/tqt3/doc/html/qmotifplusstyle-h.html +share/tqt3/doc/html/qmotifplusstyle-members.html +share/tqt3/doc/html/qmotifstyle-h.html +share/tqt3/doc/html/qmotifstyle-members.html +share/tqt3/doc/html/qmotifwidget-h.html +share/tqt3/doc/html/qmotifwidget-members.html +share/tqt3/doc/html/qmotifwidget.html +share/tqt3/doc/html/qmouse_qws-h.html +share/tqt3/doc/html/qmousedriverfactory-members.html +share/tqt3/doc/html/qmousedriverfactory.html +share/tqt3/doc/html/qmousedriverfactory_qws-h.html +share/tqt3/doc/html/qmousedriverplugin-members.html +share/tqt3/doc/html/qmousedriverplugin.html +share/tqt3/doc/html/qmousedriverplugin_qws-h.html +share/tqt3/doc/html/qmouseevent-members.html +share/tqt3/doc/html/qmouseevent.html +share/tqt3/doc/html/qmoveevent-members.html +share/tqt3/doc/html/qmoveevent.html +share/tqt3/doc/html/qmovie-h.html +share/tqt3/doc/html/qmovie-members.html +share/tqt3/doc/html/qmovie.png +share/tqt3/doc/html/qmsgbox-m.png +share/tqt3/doc/html/qmsgbox-w.png +share/tqt3/doc/html/qmultilineedit-h.html +share/tqt3/doc/html/qmultilineedit-members.html +share/tqt3/doc/html/qmutex-h.html +share/tqt3/doc/html/qmutex-members.html +share/tqt3/doc/html/qmutexlocker-members.html +share/tqt3/doc/html/qmutexlocker.html +share/tqt3/doc/html/qnamespace-h.html +share/tqt3/doc/html/qnetwork-h.html +share/tqt3/doc/html/qnetworkoperation-members.html +share/tqt3/doc/html/qnetworkoperation.html +share/tqt3/doc/html/qnetworkprotocol-h.html +share/tqt3/doc/html/qnetworkprotocol-members.html +share/tqt3/doc/html/qnp-h.html +share/tqt3/doc/html/qnpinstance-members.html +share/tqt3/doc/html/qnpinstance.html +share/tqt3/doc/html/qnplugin-members.html +share/tqt3/doc/html/qnplugin.html +share/tqt3/doc/html/qnpstream-members.html +share/tqt3/doc/html/qnpstream.html +share/tqt3/doc/html/qnpwidget-members.html +share/tqt3/doc/html/qnpwidget.html +share/tqt3/doc/html/qobject-h.html +share/tqt3/doc/html/qobject-members.html +share/tqt3/doc/html/qobjectcleanuphandler-h.html +share/tqt3/doc/html/qobjectcleanuphandler-members.html +share/tqt3/doc/html/qobjectlist-h.html +share/tqt3/doc/html/qobjectlist-members.html +share/tqt3/doc/html/qobjectlistiterator-members.html +share/tqt3/doc/html/qobjectlistiterator.html +share/tqt3/doc/html/qpaintdevice-h.html +share/tqt3/doc/html/qpaintdevice-members.html +share/tqt3/doc/html/qpaintdevicemetrics-h.html +share/tqt3/doc/html/qpaintdevicemetrics-members.html +share/tqt3/doc/html/qpainter-h.html +share/tqt3/doc/html/qpainter-members.html +share/tqt3/doc/html/qpaintevent-members.html +share/tqt3/doc/html/qpaintevent.html +share/tqt3/doc/html/qpair-h.html +share/tqt3/doc/html/qpair-members.html +share/tqt3/doc/html/qpalette-h.html +share/tqt3/doc/html/qpalette-members.html +share/tqt3/doc/html/qpen-h.html +share/tqt3/doc/html/qpen-members.html +share/tqt3/doc/html/qpicture-h.html +share/tqt3/doc/html/qpicture-members.html +share/tqt3/doc/html/qpixmap-h.html +share/tqt3/doc/html/qpixmap-members.html +share/tqt3/doc/html/qpixmapcache-h.html +share/tqt3/doc/html/qpixmapcache-members.html +share/tqt3/doc/html/qplatinumstyle-h.html +share/tqt3/doc/html/qplatinumstyle-members.html +share/tqt3/doc/html/qpngimagepacker-members.html +share/tqt3/doc/html/qpngimagepacker.html +share/tqt3/doc/html/qpngio-h.html +share/tqt3/doc/html/qpoint-h.html +share/tqt3/doc/html/qpoint-members.html +share/tqt3/doc/html/qpointarray-h.html +share/tqt3/doc/html/qpointarray-members.html +share/tqt3/doc/html/qpopmenu-fancy.png +share/tqt3/doc/html/qpopmenu-m.png +share/tqt3/doc/html/qpopmenu-w.png +share/tqt3/doc/html/qpopupmenu-h.html +share/tqt3/doc/html/qpopupmenu-members.html +share/tqt3/doc/html/qprintdlg-m.png +share/tqt3/doc/html/qprinter-h.html +share/tqt3/doc/html/qprinter-members.html +share/tqt3/doc/html/qprocess-examples.html +share/tqt3/doc/html/qprocess-h.html +share/tqt3/doc/html/qprocess-members.html +share/tqt3/doc/html/qprogbar-m.png +share/tqt3/doc/html/qprogbar-w.png +share/tqt3/doc/html/qprogdlg-m.png +share/tqt3/doc/html/qprogdlg-w.png +share/tqt3/doc/html/qprogressbar-h.html +share/tqt3/doc/html/qprogressbar-members.html +share/tqt3/doc/html/qprogressdialog-h.html +share/tqt3/doc/html/qprogressdialog-members.html +share/tqt3/doc/html/qptrcollection-h.html +share/tqt3/doc/html/qptrcollection-members.html +share/tqt3/doc/html/qptrdict-h.html +share/tqt3/doc/html/qptrdict-members.html +share/tqt3/doc/html/qptrdictiterator-members.html +share/tqt3/doc/html/qptrdictiterator.html +share/tqt3/doc/html/qptrlist-h.html +share/tqt3/doc/html/qptrlist-members.html +share/tqt3/doc/html/qptrlistiterator-members.html +share/tqt3/doc/html/qptrlistiterator.html +share/tqt3/doc/html/qptrqueue-h.html +share/tqt3/doc/html/qptrqueue-members.html +share/tqt3/doc/html/qptrstack-h.html +share/tqt3/doc/html/qptrstack-members.html +share/tqt3/doc/html/qptrvector-h.html +share/tqt3/doc/html/qptrvector-members.html +share/tqt3/doc/html/qpushbt-m.png +share/tqt3/doc/html/qpushbt-w.png +share/tqt3/doc/html/qpushbutton-h.html +share/tqt3/doc/html/qpushbutton-members.html +share/tqt3/doc/html/qradiobt-m.png +share/tqt3/doc/html/qradiobt-w.png +share/tqt3/doc/html/qradiobutton-h.html +share/tqt3/doc/html/qradiobutton-members.html +share/tqt3/doc/html/qrangecontrol-h.html +share/tqt3/doc/html/qrangecontrol-members.html +share/tqt3/doc/html/qrect-h.html +share/tqt3/doc/html/qrect-members.html +share/tqt3/doc/html/qregexp-h.html +share/tqt3/doc/html/qregexp-members.html +share/tqt3/doc/html/qregexpvalidator-members.html +share/tqt3/doc/html/qregexpvalidator.html +share/tqt3/doc/html/qregion-h.html +share/tqt3/doc/html/qregion-members.html +share/tqt3/doc/html/qresizeevent-members.html +share/tqt3/doc/html/qresizeevent.html +share/tqt3/doc/html/qrtlcodec-h.html +share/tqt3/doc/html/qs-addwidg.png +share/tqt3/doc/html/qs-editconn1.png +share/tqt3/doc/html/qs-editconn2.png +share/tqt3/doc/html/qs-editfunc.png +share/tqt3/doc/html/qs-editlistbox1.png +share/tqt3/doc/html/qs-laygrid.png +share/tqt3/doc/html/qs-layhoriz.png +share/tqt3/doc/html/qs-layvert.png +share/tqt3/doc/html/qs-newdlg.png +share/tqt3/doc/html/qs-projset.png +share/tqt3/doc/html/qs-pushbutt.png +share/tqt3/doc/html/qs-spacers.png +share/tqt3/doc/html/qs-taborder.png +share/tqt3/doc/html/qs-txtlbl.png +share/tqt3/doc/html/qscrbar-m.png +share/tqt3/doc/html/qscrbar-w.png +share/tqt3/doc/html/qscreen-members.html +share/tqt3/doc/html/qscreen.html +share/tqt3/doc/html/qscrollbar-h.html +share/tqt3/doc/html/qscrollbar-members.html +share/tqt3/doc/html/qscrollview-cl.png +share/tqt3/doc/html/qscrollview-h.html +share/tqt3/doc/html/qscrollview-m.png +share/tqt3/doc/html/qscrollview-members.html +share/tqt3/doc/html/qscrollview-vp.png +share/tqt3/doc/html/qscrollview-vp2.png +share/tqt3/doc/html/qscrollview-w.png +share/tqt3/doc/html/qsemaphore-h.html +share/tqt3/doc/html/qsemaphore-members.html +share/tqt3/doc/html/qserversocket-h.html +share/tqt3/doc/html/qserversocket-members.html +share/tqt3/doc/html/qsessionmanager-h.html +share/tqt3/doc/html/qsessionmanager-members.html +share/tqt3/doc/html/qsettings-h.html +share/tqt3/doc/html/qsettings-members.html +share/tqt3/doc/html/qsgistyle-h.html +share/tqt3/doc/html/qsgistyle-members.html +share/tqt3/doc/html/qshowevent-members.html +share/tqt3/doc/html/qshowevent.html +share/tqt3/doc/html/qsignal-h.html +share/tqt3/doc/html/qsignal-members.html +share/tqt3/doc/html/qsignalmapper-h.html +share/tqt3/doc/html/qsignalmapper-members.html +share/tqt3/doc/html/qsimplerichtext-h.html +share/tqt3/doc/html/qsimplerichtext-members.html +share/tqt3/doc/html/qsize-h.html +share/tqt3/doc/html/qsize-members.html +share/tqt3/doc/html/qsizegrip-h.html +share/tqt3/doc/html/qsizegrip-m.png +share/tqt3/doc/html/qsizegrip-members.html +share/tqt3/doc/html/qsizegrip-w.png +share/tqt3/doc/html/qsizepolicy-h.html +share/tqt3/doc/html/qsizepolicy-members.html +share/tqt3/doc/html/qsjiscodec-h.html +share/tqt3/doc/html/qsjiscodec-members.html +share/tqt3/doc/html/qslider-h.html +share/tqt3/doc/html/qslider-m.png +share/tqt3/doc/html/qslider-members.html +share/tqt3/doc/html/qslider-w.png +share/tqt3/doc/html/qsmetric.png +share/tqt3/doc/html/qsocket-h.html +share/tqt3/doc/html/qsocket-members.html +share/tqt3/doc/html/qsocketdevice-h.html +share/tqt3/doc/html/qsocketdevice-members.html +share/tqt3/doc/html/qsocketnotifier-h.html +share/tqt3/doc/html/qsocketnotifier-members.html +share/tqt3/doc/html/qsortedlist-h.html +share/tqt3/doc/html/qsortedlist-members.html +share/tqt3/doc/html/qsound-h.html +share/tqt3/doc/html/qsound-members.html +share/tqt3/doc/html/qspaceritem-members.html +share/tqt3/doc/html/qspaceritem.html +share/tqt3/doc/html/qspinbox-h.html +share/tqt3/doc/html/qspinbox-m.png +share/tqt3/doc/html/qspinbox-members.html +share/tqt3/doc/html/qspinbox-w.png +share/tqt3/doc/html/qsplashscreen-h.html +share/tqt3/doc/html/qsplashscreen-members.html +share/tqt3/doc/html/qsplitter-h.html +share/tqt3/doc/html/qsplitter-m.png +share/tqt3/doc/html/qsplitter-members.html +share/tqt3/doc/html/qsplitter-w.png +share/tqt3/doc/html/qsql-h.html +share/tqt3/doc/html/qsql-members.html +share/tqt3/doc/html/qsqlcursor-h.html +share/tqt3/doc/html/qsqlcursor-members.html +share/tqt3/doc/html/qsqldatabase-h.html +share/tqt3/doc/html/qsqldatabase-members.html +share/tqt3/doc/html/qsqldriver-h.html +share/tqt3/doc/html/qsqldriver-members.html +share/tqt3/doc/html/qsqldriverplugin-h.html +share/tqt3/doc/html/qsqldriverplugin-members.html +share/tqt3/doc/html/qsqleditorfactory-h.html +share/tqt3/doc/html/qsqleditorfactory-members.html +share/tqt3/doc/html/qsqlerror-h.html +share/tqt3/doc/html/qsqlerror-members.html +share/tqt3/doc/html/qsqlfield-h.html +share/tqt3/doc/html/qsqlfield-members.html +share/tqt3/doc/html/qsqlfieldinfo-members.html +share/tqt3/doc/html/qsqlfieldinfo.html +share/tqt3/doc/html/qsqlform-h.html +share/tqt3/doc/html/qsqlform-members.html +share/tqt3/doc/html/qsqlindex-h.html +share/tqt3/doc/html/qsqlindex-members.html +share/tqt3/doc/html/qsqlpropertymap-h.html +share/tqt3/doc/html/qsqlpropertymap-members.html +share/tqt3/doc/html/qsqlquery-h.html +share/tqt3/doc/html/qsqlquery-members.html +share/tqt3/doc/html/qsqlrecord-h.html +share/tqt3/doc/html/qsqlrecord-members.html +share/tqt3/doc/html/qsqlrecordinfo-members.html +share/tqt3/doc/html/qsqlrecordinfo.html +share/tqt3/doc/html/qsqlresult-h.html +share/tqt3/doc/html/qsqlresult-members.html +share/tqt3/doc/html/qsqlselectcursor-h.html +share/tqt3/doc/html/qsqlselectcursor-members.html +share/tqt3/doc/html/qstatusbar-h.html +share/tqt3/doc/html/qstatusbar-m.png +share/tqt3/doc/html/qstatusbar-members.html +share/tqt3/doc/html/qstatusbar-w.png +share/tqt3/doc/html/qstoreddrag-members.html +share/tqt3/doc/html/qstoreddrag.html +share/tqt3/doc/html/qstrilist-members.html +share/tqt3/doc/html/qstrilist.html +share/tqt3/doc/html/qstring-h.html +share/tqt3/doc/html/qstring-members.html +share/tqt3/doc/html/qstringlist-h.html +share/tqt3/doc/html/qstringlist-members.html +share/tqt3/doc/html/qstrlist-h.html +share/tqt3/doc/html/qstrlist-members.html +share/tqt3/doc/html/qstrlistiterator-members.html +share/tqt3/doc/html/qstrlistiterator.html +share/tqt3/doc/html/qstyle-h.html +share/tqt3/doc/html/qstyle-members.html +share/tqt3/doc/html/qstylefactory-h.html +share/tqt3/doc/html/qstylefactory-members.html +share/tqt3/doc/html/qstyleoption-members.html +share/tqt3/doc/html/qstyleoption.html +share/tqt3/doc/html/qstyleplugin-h.html +share/tqt3/doc/html/qstyleplugin-members.html +share/tqt3/doc/html/qstylesheet-h.html +share/tqt3/doc/html/qstylesheet-members.html +share/tqt3/doc/html/qstylesheetitem-members.html +share/tqt3/doc/html/qstylesheetitem.html +share/tqt3/doc/html/qsyntaxhighlighter-h.html +share/tqt3/doc/html/qsyntaxhighlighter-members.html +share/tqt3/doc/html/qt-colors.png +share/tqt3/doc/html/qt-members.html +share/tqt3/doc/html/qt-template-lib.html +share/tqt3/doc/html/qt.dcf +share/tqt3/doc/html/qt33-class-chart.png +share/tqt3/doc/html/qtab-members.html +share/tqt3/doc/html/qtab.html +share/tqt3/doc/html/qtabbar-h.html +share/tqt3/doc/html/qtabbar-m.png +share/tqt3/doc/html/qtabbar-members.html +share/tqt3/doc/html/qtabbar-w.png +share/tqt3/doc/html/qtabdialog-h.html +share/tqt3/doc/html/qtabdialog-members.html +share/tqt3/doc/html/qtabdlg-m.png +share/tqt3/doc/html/qtabdlg-w.png +share/tqt3/doc/html/qtable-h.html +share/tqt3/doc/html/qtable-members.html +share/tqt3/doc/html/qtable.png +share/tqt3/doc/html/qtableitem-members.html +share/tqt3/doc/html/qtableitem.html +share/tqt3/doc/html/qtableitems.png +share/tqt3/doc/html/qtableselection-members.html +share/tqt3/doc/html/qtableselection.html +share/tqt3/doc/html/qtabletevent-members.html +share/tqt3/doc/html/qtabletevent.html +share/tqt3/doc/html/qtabwidget-h.html +share/tqt3/doc/html/qtabwidget-m.png +share/tqt3/doc/html/qtabwidget-members.html +share/tqt3/doc/html/qtabwidget-w.png +share/tqt3/doc/html/qtextbrowser-h.html +share/tqt3/doc/html/qtextbrowser-m.png +share/tqt3/doc/html/qtextbrowser-members.html +share/tqt3/doc/html/qtextbrowser-w.png +share/tqt3/doc/html/qtextcodec-h.html +share/tqt3/doc/html/qtextcodec-members.html +share/tqt3/doc/html/qtextcodecplugin-h.html +share/tqt3/doc/html/qtextcodecplugin-members.html +share/tqt3/doc/html/qtextdecoder-members.html +share/tqt3/doc/html/qtextdecoder.html +share/tqt3/doc/html/qtextdrag-members.html +share/tqt3/doc/html/qtextdrag.html +share/tqt3/doc/html/qtextedit-h.html +share/tqt3/doc/html/qtextedit-members.html +share/tqt3/doc/html/qtextencoder-members.html +share/tqt3/doc/html/qtextencoder.html +share/tqt3/doc/html/qtextistream-members.html +share/tqt3/doc/html/qtextistream.html +share/tqt3/doc/html/qtextostream-members.html +share/tqt3/doc/html/qtextostream.html +share/tqt3/doc/html/qtextstream-h.html +share/tqt3/doc/html/qtextstream-members.html +share/tqt3/doc/html/qtextview-h.html +share/tqt3/doc/html/qtextview-members.html +share/tqt3/doc/html/qthread-h.html +share/tqt3/doc/html/qthread-members.html +share/tqt3/doc/html/qthreadstorage-h.html +share/tqt3/doc/html/qthreadstorage-members.html +share/tqt3/doc/html/qtime-members.html +share/tqt3/doc/html/qtime.html +share/tqt3/doc/html/qtimeedit-members.html +share/tqt3/doc/html/qtimeedit.html +share/tqt3/doc/html/qtimer-h.html +share/tqt3/doc/html/qtimer-members.html +share/tqt3/doc/html/qtimerevent-members.html +share/tqt3/doc/html/qtimerevent.html +share/tqt3/doc/html/qtl-qvaluelist-example.html +share/tqt3/doc/html/qtmac-as-native.html +share/tqt3/doc/html/qtoolbar-h.html +share/tqt3/doc/html/qtoolbar-members.html +share/tqt3/doc/html/qtoolbox-h.html +share/tqt3/doc/html/qtoolbox-members.html +share/tqt3/doc/html/qtoolbutton-h.html +share/tqt3/doc/html/qtoolbutton-members.html +share/tqt3/doc/html/qtooltip-h.html +share/tqt3/doc/html/qtooltip-members.html +share/tqt3/doc/html/qtooltipgroup-members.html +share/tqt3/doc/html/qtooltipgroup.html +share/tqt3/doc/html/qtranslator-h.html +share/tqt3/doc/html/qtranslator-members.html +share/tqt3/doc/html/qtranslatormessage-members.html +share/tqt3/doc/html/qtranslatormessage.html +share/tqt3/doc/html/qtsciicodec-h.html +share/tqt3/doc/html/qtsciicodec-members.html +share/tqt3/doc/html/quridrag-members.html +share/tqt3/doc/html/quridrag.html +share/tqt3/doc/html/qurl-h.html +share/tqt3/doc/html/qurl-members.html +share/tqt3/doc/html/qurlinfo-h.html +share/tqt3/doc/html/qurlinfo-members.html +share/tqt3/doc/html/qurloperator-h.html +share/tqt3/doc/html/qurloperator-members.html +share/tqt3/doc/html/quuid-h.html +share/tqt3/doc/html/quuid-members.html +share/tqt3/doc/html/qvalidator-h.html +share/tqt3/doc/html/qvalidator-members.html +share/tqt3/doc/html/qvaluelist-h.html +share/tqt3/doc/html/qvaluelist-members.html +share/tqt3/doc/html/qvaluelistconstiterator-members.html +share/tqt3/doc/html/qvaluelistconstiterator.html +share/tqt3/doc/html/qvaluelistiterator-members.html +share/tqt3/doc/html/qvaluelistiterator.html +share/tqt3/doc/html/qvaluestack-h.html +share/tqt3/doc/html/qvaluestack-members.html +share/tqt3/doc/html/qvaluevector-h.html +share/tqt3/doc/html/qvaluevector-members.html +share/tqt3/doc/html/qvariant-h.html +share/tqt3/doc/html/qvariant-members.html +share/tqt3/doc/html/qvbox-h.html +share/tqt3/doc/html/qvbox-m.png +share/tqt3/doc/html/qvbox-members.html +share/tqt3/doc/html/qvboxlayout-members.html +share/tqt3/doc/html/qvboxlayout.html +share/tqt3/doc/html/qvboxlayout.png +share/tqt3/doc/html/qvbuttongroup-h.html +share/tqt3/doc/html/qvbuttongroup-members.html +share/tqt3/doc/html/qvgroupbox-h.html +share/tqt3/doc/html/qvgroupbox-members.html +share/tqt3/doc/html/qwaitcondition-h.html +share/tqt3/doc/html/qwaitcondition-members.html +share/tqt3/doc/html/qwerty-example.html +share/tqt3/doc/html/qwhatsthis-h.html +share/tqt3/doc/html/qwhatsthis-members.html +share/tqt3/doc/html/qwheelevent-members.html +share/tqt3/doc/html/qwheelevent.html +share/tqt3/doc/html/qwidget-h.html +share/tqt3/doc/html/qwidget-members.html +share/tqt3/doc/html/qwidgetfactory-h.html +share/tqt3/doc/html/qwidgetfactory-members.html +share/tqt3/doc/html/qwidgetitem-members.html +share/tqt3/doc/html/qwidgetitem.html +share/tqt3/doc/html/qwidgetplugin-h.html +share/tqt3/doc/html/qwidgetplugin-members.html +share/tqt3/doc/html/qwidgetstack-h.html +share/tqt3/doc/html/qwidgetstack-members.html +share/tqt3/doc/html/qwindowdefs-h.html +share/tqt3/doc/html/qwindowsmime-members.html +share/tqt3/doc/html/qwindowsmime.html +share/tqt3/doc/html/qwindowsstyle-h.html +share/tqt3/doc/html/qwindowsstyle-members.html +share/tqt3/doc/html/qwindowsystem_qws-h.html +share/tqt3/doc/html/qwizard-h.html +share/tqt3/doc/html/qwizard-members.html +share/tqt3/doc/html/qwizard.png +share/tqt3/doc/html/qwmatrix-h.html +share/tqt3/doc/html/qwmatrix-members.html +share/tqt3/doc/html/qworkspace-h.html +share/tqt3/doc/html/qworkspace-members.html +share/tqt3/doc/html/qws.html +share/tqt3/doc/html/qwsdecoration-members.html +share/tqt3/doc/html/qwsdecoration.html +share/tqt3/doc/html/qwsdecoration_qws-h.html +share/tqt3/doc/html/qwsinputmethod-members.html +share/tqt3/doc/html/qwsinputmethod.html +share/tqt3/doc/html/qwskeyboardhandler-members.html +share/tqt3/doc/html/qwskeyboardhandler.html +share/tqt3/doc/html/qwsmousehandler-members.html +share/tqt3/doc/html/qwsmousehandler.html +share/tqt3/doc/html/qwsserver-members.html +share/tqt3/doc/html/qwsserver.html +share/tqt3/doc/html/qwswindow-members.html +share/tqt3/doc/html/qwswindow.html +share/tqt3/doc/html/qxml-h.html +share/tqt3/doc/html/qxmlattributes-members.html +share/tqt3/doc/html/qxmlattributes.html +share/tqt3/doc/html/qxmlcontenthandler-members.html +share/tqt3/doc/html/qxmlcontenthandler.html +share/tqt3/doc/html/qxmldeclhandler-members.html +share/tqt3/doc/html/qxmldeclhandler.html +share/tqt3/doc/html/qxmldefaulthandler-members.html +share/tqt3/doc/html/qxmldefaulthandler.html +share/tqt3/doc/html/qxmldtdhandler-members.html +share/tqt3/doc/html/qxmldtdhandler.html +share/tqt3/doc/html/qxmlentityresolver-members.html +share/tqt3/doc/html/qxmlentityresolver.html +share/tqt3/doc/html/qxmlerrorhandler-members.html +share/tqt3/doc/html/qxmlerrorhandler.html +share/tqt3/doc/html/qxmlinputsource-members.html +share/tqt3/doc/html/qxmlinputsource.html +share/tqt3/doc/html/qxmllexicalhandler-members.html +share/tqt3/doc/html/qxmllexicalhandler.html +share/tqt3/doc/html/qxmllocator-members.html +share/tqt3/doc/html/qxmllocator.html +share/tqt3/doc/html/qxmlnamespacesupport-members.html +share/tqt3/doc/html/qxmlnamespacesupport.html +share/tqt3/doc/html/qxmlparseexception-members.html +share/tqt3/doc/html/qxmlparseexception.html +share/tqt3/doc/html/qxmlreader-members.html +share/tqt3/doc/html/qxmlreader.html +share/tqt3/doc/html/qxmlsimplereader-members.html +share/tqt3/doc/html/qxmlsimplereader.html +share/tqt3/doc/html/qxtwidget-h.html +share/tqt3/doc/html/qxtwidget-members.html +share/tqt3/doc/html/qxtwidget.html +share/tqt3/doc/html/rangecontrols-example.html +share/tqt3/doc/html/rd-add.png +share/tqt3/doc/html/rd-chooseanimage.png +share/tqt3/doc/html/rd-chooseapixmap.png +share/tqt3/doc/html/rd-configmf.png +share/tqt3/doc/html/rd-configtb.png +share/tqt3/doc/html/rd-cwidgdef.png +share/tqt3/doc/html/rd-cwidgprop.png +share/tqt3/doc/html/rd-cwidgsig.png +share/tqt3/doc/html/rd-cwidgslot.png +share/tqt3/doc/html/rd-dbconn.png +share/tqt3/doc/html/rd-ediconview.png +share/tqt3/doc/html/rd-editincdec.png +share/tqt3/doc/html/rd-edittext1.png +share/tqt3/doc/html/rd-edittext2.png +share/tqt3/doc/html/rd-edlistbox.png +share/tqt3/doc/html/rd-edlistview.png +share/tqt3/doc/html/rd-edlistview2.png +share/tqt3/doc/html/rd-edpalette.png +share/tqt3/doc/html/rd-edtablecol.png +share/tqt3/doc/html/rd-edtablerow.png +share/tqt3/doc/html/rd-find.png +share/tqt3/doc/html/rd-formset.png +share/tqt3/doc/html/rd-goto.png +share/tqt3/doc/html/rd-image.png +share/tqt3/doc/html/rd-open.png +share/tqt3/doc/html/rd-pagetitle.png +share/tqt3/doc/html/rd-prefedit1.png +share/tqt3/doc/html/rd-projset.png +share/tqt3/doc/html/rd-projset2.png +share/tqt3/doc/html/rd-replace.png +share/tqt3/doc/html/rd-saveas.png +share/tqt3/doc/html/rd-saveform.png +share/tqt3/doc/html/rd-saveformas.png +share/tqt3/doc/html/rd-saveprojset.png +share/tqt3/doc/html/rd-selcolor.png +share/tqt3/doc/html/rd-selfont.png +share/tqt3/doc/html/rd-startdesigntab2.png +share/tqt3/doc/html/rd-template.png +share/tqt3/doc/html/rd-text.png +share/tqt3/doc/html/rd-title.png +share/tqt3/doc/html/rd-tunepalette.png +share/tqt3/doc/html/regexptester-example.html +share/tqt3/doc/html/removed20.html +share/tqt3/doc/html/richtext-example.html +share/tqt3/doc/html/rintersect.png +share/tqt3/doc/html/rmo-editmenu.png +share/tqt3/doc/html/rmo-filemenu.png +share/tqt3/doc/html/rmo-helpmenu.png +share/tqt3/doc/html/rmo-layoutmenu.png +share/tqt3/doc/html/rmo-previewmenu.png +share/tqt3/doc/html/rmo-projectmenu.png +share/tqt3/doc/html/rmo-searchmenu.png +share/tqt3/doc/html/rmo-toolsmenu.png +share/tqt3/doc/html/rmo-windowmenu.png +share/tqt3/doc/html/rot-example.html +share/tqt3/doc/html/rsubtract.png +share/tqt3/doc/html/rtb-edit.png +share/tqt3/doc/html/rtb-file.png +share/tqt3/doc/html/rtb-layout.png +share/tqt3/doc/html/rtb-search.png +share/tqt3/doc/html/rtb-tbbuttons.png +share/tqt3/doc/html/rtb-tbcontain.png +share/tqt3/doc/html/rtb-tbcustom.png +share/tqt3/doc/html/rtb-tbdatabase.png +share/tqt3/doc/html/rtb-tbdisplay.png +share/tqt3/doc/html/rtb-tbinput.png +share/tqt3/doc/html/rtb-tbviews.png +share/tqt3/doc/html/rtb-toolbox.png +share/tqt3/doc/html/rtb-tools.png +share/tqt3/doc/html/runion.png +share/tqt3/doc/html/rxor.png +share/tqt3/doc/html/scaling.png +share/tqt3/doc/html/scribble-example.html +share/tqt3/doc/html/scrollview-example.html +share/tqt3/doc/html/search.png +share/tqt3/doc/html/session.html +share/tqt3/doc/html/session.png +share/tqt3/doc/html/shared.html +share/tqt3/doc/html/shclass.html +share/tqt3/doc/html/showimg-example.html +share/tqt3/doc/html/sidebar.png +share/tqt3/doc/html/signalsandslots.html +share/tqt3/doc/html/simple-application-example.html +share/tqt3/doc/html/simple-application.html +share/tqt3/doc/html/simple-font-demo-example.html +share/tqt3/doc/html/simple_dd-example.html +share/tqt3/doc/html/small-table-example-example.html +share/tqt3/doc/html/smooth.png +share/tqt3/doc/html/sound-example.html +share/tqt3/doc/html/splitter-example.html +share/tqt3/doc/html/splitter-views-w.png +share/tqt3/doc/html/sql-driver.html +share/tqt3/doc/html/sql-examples.html +share/tqt3/doc/html/sql-overview-basicbrowsing-main-cpp.html +share/tqt3/doc/html/sql-overview-basicbrowsing2-main-cpp.html +share/tqt3/doc/html/sql-overview-basicdatamanip-main-cpp.html +share/tqt3/doc/html/sql-overview-connect1-main-cpp.html +share/tqt3/doc/html/sql-overview-create_connections-main-cpp.html +share/tqt3/doc/html/sql-overview-custom1-main-cpp.html +share/tqt3/doc/html/sql-overview-custom1-main-h.html +share/tqt3/doc/html/sql-overview-delete-main-cpp.html +share/tqt3/doc/html/sql-overview-extract-main-cpp.html +share/tqt3/doc/html/sql-overview-form1-main-cpp.html +share/tqt3/doc/html/sql-overview-form2-main-h.html +share/tqt3/doc/html/sql-overview-insert-main-cpp.html +share/tqt3/doc/html/sql-overview-navigating-main-cpp.html +share/tqt3/doc/html/sql-overview-order1-main-cpp.html +share/tqt3/doc/html/sql-overview-order2-main-cpp.html +share/tqt3/doc/html/sql-overview-retrieve1-main-cpp.html +share/tqt3/doc/html/sql-overview-retrieve2-main-cpp.html +share/tqt3/doc/html/sql-overview-subclass1-main-cpp.html +share/tqt3/doc/html/sql-overview-subclass2-main-cpp.html +share/tqt3/doc/html/sql-overview-subclass2-main-h.html +share/tqt3/doc/html/sql-overview-subclass3-main-cpp.html +share/tqt3/doc/html/sql-overview-subclass3-main-h.html +share/tqt3/doc/html/sql-overview-subclass4-main-cpp.html +share/tqt3/doc/html/sql-overview-subclass4-main-h.html +share/tqt3/doc/html/sql-overview-subclass5-main-cpp.html +share/tqt3/doc/html/sql-overview-subclass5-main-h.html +share/tqt3/doc/html/sql-overview-table1-main-cpp.html +share/tqt3/doc/html/sql-overview-table2-main-cpp.html +share/tqt3/doc/html/sql-overview-table3-main-cpp.html +share/tqt3/doc/html/sql-overview-table3-main-h.html +share/tqt3/doc/html/sql-overview-table4-main-cpp.html +share/tqt3/doc/html/sql-overview-table4-main-h.html +share/tqt3/doc/html/sql-overview-update-main-cpp.html +share/tqt3/doc/html/sql.html +share/tqt3/doc/html/sqltable-example.html +share/tqt3/doc/html/statistics-example.html +share/tqt3/doc/html/step-by-step-examples.html +share/tqt3/doc/html/t1.png +share/tqt3/doc/html/t10-cannon-cpp.html +share/tqt3/doc/html/t10-cannon-h.html +share/tqt3/doc/html/t10-lcdrange-cpp.html +share/tqt3/doc/html/t10-lcdrange-h.html +share/tqt3/doc/html/t10-main-cpp.html +share/tqt3/doc/html/t10.png +share/tqt3/doc/html/t11-cannon-cpp.html +share/tqt3/doc/html/t11-cannon-h.html +share/tqt3/doc/html/t11-lcdrange-cpp.html +share/tqt3/doc/html/t11-lcdrange-h.html +share/tqt3/doc/html/t11-main-cpp.html +share/tqt3/doc/html/t11.png +share/tqt3/doc/html/t12-cannon-cpp.html +share/tqt3/doc/html/t12-cannon-h.html +share/tqt3/doc/html/t12-lcdrange-cpp.html +share/tqt3/doc/html/t12-lcdrange-h.html +share/tqt3/doc/html/t12-main-cpp.html +share/tqt3/doc/html/t12.png +share/tqt3/doc/html/t13-cannon-cpp.html +share/tqt3/doc/html/t13-cannon-h.html +share/tqt3/doc/html/t13-gamebrd-cpp.html +share/tqt3/doc/html/t13-gamebrd-h.html +share/tqt3/doc/html/t13-lcdrange-cpp.html +share/tqt3/doc/html/t13-lcdrange-h.html +share/tqt3/doc/html/t13-main-cpp.html +share/tqt3/doc/html/t13.png +share/tqt3/doc/html/t14-cannon-cpp.html +share/tqt3/doc/html/t14-cannon-h.html +share/tqt3/doc/html/t14-gamebrd-cpp.html +share/tqt3/doc/html/t14-gamebrd-h.html +share/tqt3/doc/html/t14-lcdrange-cpp.html +share/tqt3/doc/html/t14-lcdrange-h.html +share/tqt3/doc/html/t14-main-cpp.html +share/tqt3/doc/html/t14.png +share/tqt3/doc/html/t2.png +share/tqt3/doc/html/t3.png +share/tqt3/doc/html/t4.png +share/tqt3/doc/html/t5.png +share/tqt3/doc/html/t6.png +share/tqt3/doc/html/t7-lcdrange-cpp.html +share/tqt3/doc/html/t7-lcdrange-h.html +share/tqt3/doc/html/t7-main-cpp.html +share/tqt3/doc/html/t7.png +share/tqt3/doc/html/t8-cannon-cpp.html +share/tqt3/doc/html/t8-cannon-h.html +share/tqt3/doc/html/t8-lcdrange-cpp.html +share/tqt3/doc/html/t8-lcdrange-h.html +share/tqt3/doc/html/t8-main-cpp.html +share/tqt3/doc/html/t8.png +share/tqt3/doc/html/t9-cannon-cpp.html +share/tqt3/doc/html/t9-cannon-h.html +share/tqt3/doc/html/t9-lcdrange-cpp.html +share/tqt3/doc/html/t9-lcdrange-h.html +share/tqt3/doc/html/t9-main-cpp.html +share/tqt3/doc/html/t9.png +share/tqt3/doc/html/t9_1.png +share/tqt3/doc/html/t9_2.png +share/tqt3/doc/html/tabdialog-example.html +share/tqt3/doc/html/table-bigtable-main-cpp.html +share/tqt3/doc/html/table-examples.html +share/tqt3/doc/html/table-small-table-demo-main-cpp.html +share/tqt3/doc/html/table-statistics-statistics-cpp.html +share/tqt3/doc/html/table.html +share/tqt3/doc/html/tablet-example.html +share/tqt3/doc/html/tagreader-example.html +share/tqt3/doc/html/tagreader-with-features-example.html +share/tqt3/doc/html/templates.html +share/tqt3/doc/html/tetrix-example.html +share/tqt3/doc/html/text.html +share/tqt3/doc/html/textedit-example.html +share/tqt3/doc/html/themes-example.html +share/tqt3/doc/html/thread.html +share/tqt3/doc/html/threads.html +share/tqt3/doc/html/tictac-example.html +share/tqt3/doc/html/time.html +share/tqt3/doc/html/timers.html +share/tqt3/doc/html/titleindex +share/tqt3/doc/html/toggleaction-example.html +share/tqt3/doc/html/toolbar.png +share/tqt3/doc/html/toolbar1.png +share/tqt3/doc/html/tools-list.html +share/tqt3/doc/html/tools.html +share/tqt3/doc/html/tooltip-example.html +share/tqt3/doc/html/toplevel-example.html +share/tqt3/doc/html/trademarks.html +share/tqt3/doc/html/trivial-nsplugin-example.html +share/tqt3/doc/html/troll.html +share/tqt3/doc/html/tt1_en.png +share/tqt3/doc/html/tt1_la.png +share/tqt3/doc/html/tt2_en.png +share/tqt3/doc/html/tt2_fr.png +share/tqt3/doc/html/tt2_nl.png +share/tqt3/doc/html/tt3_10_en.png +share/tqt3/doc/html/tt3_10_pt_bad.png +share/tqt3/doc/html/tt3_10_pt_good.png +share/tqt3/doc/html/tt3_11_about_pt.png +share/tqt3/doc/html/tt3_11_en.png +share/tqt3/doc/html/tt3_11_pt.png +share/tqt3/doc/html/tutorial.html +share/tqt3/doc/html/tutorial1-01.html +share/tqt3/doc/html/tutorial1-02.html +share/tqt3/doc/html/tutorial1-03.html +share/tqt3/doc/html/tutorial1-04.html +share/tqt3/doc/html/tutorial1-05.html +share/tqt3/doc/html/tutorial1-06.html +share/tqt3/doc/html/tutorial1-07.html +share/tqt3/doc/html/tutorial1-08.html +share/tqt3/doc/html/tutorial1-09.html +share/tqt3/doc/html/tutorial1-10.html +share/tqt3/doc/html/tutorial1-11.html +share/tqt3/doc/html/tutorial1-12.html +share/tqt3/doc/html/tutorial1-13.html +share/tqt3/doc/html/tutorial1-14.html +share/tqt3/doc/html/tutorial2-01.html +share/tqt3/doc/html/tutorial2-02.html +share/tqt3/doc/html/tutorial2-03.html +share/tqt3/doc/html/tutorial2-04.html +share/tqt3/doc/html/tutorial2-05.html +share/tqt3/doc/html/tutorial2-06.html +share/tqt3/doc/html/tutorial2-07.html +share/tqt3/doc/html/tutorial2-08.html +share/tqt3/doc/html/tutorial2-09.html +share/tqt3/doc/html/tutorial2-10.html +share/tqt3/doc/html/tutorial2-11.html +share/tqt3/doc/html/tutorial2.html +share/tqt3/doc/html/uic.html +share/tqt3/doc/html/unicode.html +share/tqt3/doc/html/unsmooth.png +share/tqt3/doc/html/validateaccelerators.png +share/tqt3/doc/html/validatephrases.png +share/tqt3/doc/html/validatepunctuation.png +share/tqt3/doc/html/web.png +share/tqt3/doc/html/whatsthis +share/tqt3/doc/html/whatsthis.png +share/tqt3/doc/html/widgets-example.html +share/tqt3/doc/html/win-objexplor1.png +share/tqt3/doc/html/win-objexplor2.png +share/tqt3/doc/html/win-projoverview.png +share/tqt3/doc/html/win-propedit1.png +share/tqt3/doc/html/win-propedit2.png +share/tqt3/doc/html/winsystem.html +share/tqt3/doc/html/wizard-example.html +share/tqt3/doc/html/wizard-wizard-cpp.html +share/tqt3/doc/html/wizard-wizard-h.html +share/tqt3/doc/html/workspace.html +share/tqt3/doc/html/xform-example.html +share/tqt3/doc/html/xform.png +share/tqt3/doc/html/xml-examples.html +share/tqt3/doc/html/xml-sax-features-walkthrough.html +share/tqt3/doc/html/xml-sax-walkthrough.html +share/tqt3/doc/html/xml-tools.html +share/tqt3/doc/html/xml.html +share/tqt3/doc/html/y2k.html +share/tqt3/mkspecs/ +share/tqt3/mkspecs/aix-g++/ +share/tqt3/mkspecs/aix-g++-64/ +share/tqt3/mkspecs/aix-g++-64/qmake.conf +share/tqt3/mkspecs/aix-g++-64/qplatformdefs.h +share/tqt3/mkspecs/aix-g++/qmake.conf +share/tqt3/mkspecs/aix-g++/qplatformdefs.h +share/tqt3/mkspecs/aix-xlc/ +share/tqt3/mkspecs/aix-xlc-64/ +share/tqt3/mkspecs/aix-xlc-64/qmake.conf +share/tqt3/mkspecs/aix-xlc-64/qplatformdefs.h +share/tqt3/mkspecs/aix-xlc/qmake.conf +share/tqt3/mkspecs/aix-xlc/qplatformdefs.h +share/tqt3/mkspecs/bsdi-g++/ +share/tqt3/mkspecs/bsdi-g++/qmake.conf +share/tqt3/mkspecs/bsdi-g++/qplatformdefs.h +share/tqt3/mkspecs/cygwin-g++/ +share/tqt3/mkspecs/cygwin-g++/qmake.conf +share/tqt3/mkspecs/cygwin-g++/qplatformdefs.h +share/tqt3/mkspecs/darwin-g++/ +share/tqt3/mkspecs/darwin-g++/qmake.conf +share/tqt3/mkspecs/darwin-g++/qplatformdefs.h +share/tqt3/mkspecs/default +share/tqt3/mkspecs/dgux-g++/ +share/tqt3/mkspecs/dgux-g++/qmake.conf +share/tqt3/mkspecs/dgux-g++/qplatformdefs.h +share/tqt3/mkspecs/freebsd-g++/ +share/tqt3/mkspecs/freebsd-g++/qmake.conf +share/tqt3/mkspecs/freebsd-g++/qplatformdefs.h +share/tqt3/mkspecs/freebsd-g++34/ +share/tqt3/mkspecs/freebsd-g++34/qmake.conf +share/tqt3/mkspecs/freebsd-g++34/qplatformdefs.h +share/tqt3/mkspecs/freebsd-icc/ +share/tqt3/mkspecs/freebsd-icc/qmake.conf +share/tqt3/mkspecs/freebsd-icc/qplatformdefs.h +share/tqt3/mkspecs/hpux-acc/ +share/tqt3/mkspecs/hpux-acc-64/ +share/tqt3/mkspecs/hpux-acc-64/qmake.conf +share/tqt3/mkspecs/hpux-acc-64/qplatformdefs.h +share/tqt3/mkspecs/hpux-acc-o64/ +share/tqt3/mkspecs/hpux-acc-o64/qmake.conf +share/tqt3/mkspecs/hpux-acc-o64/qplatformdefs.h +share/tqt3/mkspecs/hpux-acc/qmake.conf +share/tqt3/mkspecs/hpux-acc/qplatformdefs.h +share/tqt3/mkspecs/hpux-cc/ +share/tqt3/mkspecs/hpux-cc/qmake.conf +share/tqt3/mkspecs/hpux-cc/qplatformdefs.h +share/tqt3/mkspecs/hpux-g++/ +share/tqt3/mkspecs/hpux-g++-64/ +share/tqt3/mkspecs/hpux-g++-64/qmake.conf +share/tqt3/mkspecs/hpux-g++-64/qplatformdefs.h +share/tqt3/mkspecs/hpux-g++/qmake.conf +share/tqt3/mkspecs/hpux-g++/qplatformdefs.h +share/tqt3/mkspecs/hpuxi-acc-32/ +share/tqt3/mkspecs/hpuxi-acc-32/qmake.conf +share/tqt3/mkspecs/hpuxi-acc-32/qplatformdefs.h +share/tqt3/mkspecs/hpuxi-acc-64/ +share/tqt3/mkspecs/hpuxi-acc-64/qmake.conf +share/tqt3/mkspecs/hpuxi-acc-64/qplatformdefs.h +share/tqt3/mkspecs/hurd-g++/ +share/tqt3/mkspecs/hurd-g++/qmake.conf +share/tqt3/mkspecs/hurd-g++/qplatformdefs.h +share/tqt3/mkspecs/irix-cc/ +share/tqt3/mkspecs/irix-cc-64/ +share/tqt3/mkspecs/irix-cc-64/qmake.conf +share/tqt3/mkspecs/irix-cc-64/qplatformdefs.h +share/tqt3/mkspecs/irix-cc-o32/ +share/tqt3/mkspecs/irix-cc-o32/qmake.conf +share/tqt3/mkspecs/irix-cc-o32/qplatformdefs.h +share/tqt3/mkspecs/irix-cc/qmake.conf +share/tqt3/mkspecs/irix-cc/qplatformdefs.h +share/tqt3/mkspecs/irix-g++/ +share/tqt3/mkspecs/irix-g++/qmake.conf +share/tqt3/mkspecs/irix-g++/qplatformdefs.h +share/tqt3/mkspecs/linux-cxx/ +share/tqt3/mkspecs/linux-cxx/qmake.conf +share/tqt3/mkspecs/linux-cxx/qplatformdefs.h +share/tqt3/mkspecs/linux-ecc-64/ +share/tqt3/mkspecs/linux-ecc-64/qmake.conf +share/tqt3/mkspecs/linux-ecc-64/qplatformdefs.h +share/tqt3/mkspecs/linux-g++/ +share/tqt3/mkspecs/linux-g++-32/ +share/tqt3/mkspecs/linux-g++-32/qmake.conf +share/tqt3/mkspecs/linux-g++-32/qplatformdefs.h +share/tqt3/mkspecs/linux-g++-64/ +share/tqt3/mkspecs/linux-g++-64/qmake.conf +share/tqt3/mkspecs/linux-g++-64/qplatformdefs.h +share/tqt3/mkspecs/linux-g++-sparc/ +share/tqt3/mkspecs/linux-g++-sparc/qmake.conf +share/tqt3/mkspecs/linux-g++-sparc/qplatformdefs.h +share/tqt3/mkspecs/linux-g++/qmake.conf +share/tqt3/mkspecs/linux-g++/qplatformdefs.h +share/tqt3/mkspecs/linux-icc/ +share/tqt3/mkspecs/linux-icc/qmake.conf +share/tqt3/mkspecs/linux-icc/qplatformdefs.h +share/tqt3/mkspecs/linux-kcc/ +share/tqt3/mkspecs/linux-kcc/qmake.conf +share/tqt3/mkspecs/linux-kcc/qplatformdefs.h +share/tqt3/mkspecs/linux-kylix/ +share/tqt3/mkspecs/linux-kylix/qmake.conf +share/tqt3/mkspecs/linux-kylix/qplatformdefs.h +share/tqt3/mkspecs/linux-pgcc/ +share/tqt3/mkspecs/linux-pgcc/qmake.conf +share/tqt3/mkspecs/linux-pgcc/qplatformdefs.h +share/tqt3/mkspecs/lynxos-g++/ +share/tqt3/mkspecs/lynxos-g++/qmake.conf +share/tqt3/mkspecs/lynxos-g++/qplatformdefs.h +share/tqt3/mkspecs/macx-g++/ +share/tqt3/mkspecs/macx-g++/Info.plist.app +share/tqt3/mkspecs/macx-g++/qmake.conf +share/tqt3/mkspecs/macx-g++/qplatformdefs.h +share/tqt3/mkspecs/macx-mwerks/ +share/tqt3/mkspecs/macx-mwerks/README +share/tqt3/mkspecs/macx-mwerks/mwerkstmpl.xml +share/tqt3/mkspecs/macx-mwerks/qmake.conf +share/tqt3/mkspecs/macx-mwerks/qplatformdefs.h +share/tqt3/mkspecs/macx-pbuilder/ +share/tqt3/mkspecs/macx-pbuilder/Info.plist.app +share/tqt3/mkspecs/macx-pbuilder/qmake.conf +share/tqt3/mkspecs/macx-pbuilder/qplatformdefs.h +share/tqt3/mkspecs/macx-xlc/ +share/tqt3/mkspecs/macx-xlc/qmake.conf +share/tqt3/mkspecs/macx-xlc/qplatformdefs.h +share/tqt3/mkspecs/netbsd-g++/ +share/tqt3/mkspecs/netbsd-g++/qmake.conf +share/tqt3/mkspecs/netbsd-g++/qplatformdefs.h +share/tqt3/mkspecs/openbsd-g++/ +share/tqt3/mkspecs/openbsd-g++/qmake.conf +share/tqt3/mkspecs/openbsd-g++/qmake.conf.orig +share/tqt3/mkspecs/openbsd-g++/qplatformdefs.h +share/tqt3/mkspecs/qnx-g++/ +share/tqt3/mkspecs/qnx-g++/qmake.conf +share/tqt3/mkspecs/qnx-g++/qplatformdefs.h +share/tqt3/mkspecs/reliant-cds/ +share/tqt3/mkspecs/reliant-cds-64/ +share/tqt3/mkspecs/reliant-cds-64/qmake.conf +share/tqt3/mkspecs/reliant-cds-64/qplatformdefs.h +share/tqt3/mkspecs/reliant-cds/qmake.conf +share/tqt3/mkspecs/reliant-cds/qplatformdefs.h +share/tqt3/mkspecs/sco-cc/ +share/tqt3/mkspecs/sco-cc/qmake.conf +share/tqt3/mkspecs/sco-cc/qplatformdefs.h +share/tqt3/mkspecs/sco-g++/ +share/tqt3/mkspecs/sco-g++/qmake.conf +share/tqt3/mkspecs/sco-g++/qplatformdefs.h +share/tqt3/mkspecs/solaris-cc/ +share/tqt3/mkspecs/solaris-cc-64/ +share/tqt3/mkspecs/solaris-cc-64/qmake.conf +share/tqt3/mkspecs/solaris-cc-64/qplatformdefs.h +share/tqt3/mkspecs/solaris-cc/qmake.conf +share/tqt3/mkspecs/solaris-cc/qplatformdefs.h +share/tqt3/mkspecs/solaris-g++/ +share/tqt3/mkspecs/solaris-g++-64/ +share/tqt3/mkspecs/solaris-g++-64/qmake.conf +share/tqt3/mkspecs/solaris-g++-64/qplatformdefs.h +share/tqt3/mkspecs/solaris-g++/qmake.conf +share/tqt3/mkspecs/solaris-g++/qplatformdefs.h +share/tqt3/mkspecs/tru64-cxx/ +share/tqt3/mkspecs/tru64-cxx/qmake.conf +share/tqt3/mkspecs/tru64-cxx/qplatformdefs.h +share/tqt3/mkspecs/tru64-g++/ +share/tqt3/mkspecs/tru64-g++/qmake.conf +share/tqt3/mkspecs/tru64-g++/qplatformdefs.h +share/tqt3/mkspecs/unixware-cc/ +share/tqt3/mkspecs/unixware-cc/qmake.conf +share/tqt3/mkspecs/unixware-cc/qplatformdefs.h +share/tqt3/mkspecs/unixware-g++/ +share/tqt3/mkspecs/unixware-g++/qmake.conf +share/tqt3/mkspecs/unixware-g++/qplatformdefs.h +share/tqt3/mkspecs/win32-borland/ +share/tqt3/mkspecs/win32-borland/qmake.conf +share/tqt3/mkspecs/win32-borland/qplatformdefs.h +share/tqt3/mkspecs/win32-g++/ +share/tqt3/mkspecs/win32-g++/qmake.conf +share/tqt3/mkspecs/win32-g++/qplatformdefs.h +share/tqt3/mkspecs/win32-g++/qtcrtentrypoint.cpp +share/tqt3/mkspecs/win32-icc/ +share/tqt3/mkspecs/win32-icc/qmake.conf +share/tqt3/mkspecs/win32-icc/qplatformdefs.h +share/tqt3/mkspecs/win32-icc/win32app.dsp +share/tqt3/mkspecs/win32-icc/win32dll.dsp +share/tqt3/mkspecs/win32-icc/win32lib.dsp +share/tqt3/mkspecs/win32-msvc/ +share/tqt3/mkspecs/win32-msvc.net/ +share/tqt3/mkspecs/win32-msvc.net/qmake.conf +share/tqt3/mkspecs/win32-msvc.net/qplatformdefs.h +share/tqt3/mkspecs/win32-msvc/qmake.conf +share/tqt3/mkspecs/win32-msvc/qplatformdefs.h +share/tqt3/mkspecs/win32-msvc/win32app.dsp +share/tqt3/mkspecs/win32-msvc/win32dll.dsp +share/tqt3/mkspecs/win32-msvc/win32lib.dsp +share/tqt3/mkspecs/win32-msvc2005/ +share/tqt3/mkspecs/win32-msvc2005/qmake.conf +share/tqt3/mkspecs/win32-msvc2005/qplatformdefs.h +share/tqt3/mkspecs/win32-watcom/ +share/tqt3/mkspecs/win32-watcom/qmake.conf +share/tqt3/phrasebooks/ +share/tqt3/phrasebooks/danish.qph +share/tqt3/phrasebooks/dutch.qph +share/tqt3/phrasebooks/finnish.qph +share/tqt3/phrasebooks/french.qph +share/tqt3/phrasebooks/german.qph +share/tqt3/phrasebooks/italian.qph +share/tqt3/phrasebooks/norwegian.qph +share/tqt3/phrasebooks/russian.qph +share/tqt3/phrasebooks/spanish.qph +share/tqt3/phrasebooks/swedish.qph +share/tqt3/templates/ +share/tqt3/templates/Configuration_Dialog.ui +share/tqt3/templates/Dialog_with_Buttons_(Bottom).ui +share/tqt3/templates/Dialog_with_Buttons_(Right).ui +share/tqt3/templates/Tab_Dialog.ui +share/tqt3/translations/ +share/tqt3/translations/assistant_de.qm +share/tqt3/translations/qt_ar.qm +share/tqt3/translations/qt_ca.qm +share/tqt3/translations/qt_cs.qm +share/tqt3/translations/qt_de.qm +share/tqt3/translations/qt_es.qm +share/tqt3/translations/qt_fr.qm +share/tqt3/translations/qt_he.qm +share/tqt3/translations/qt_it.qm +share/tqt3/translations/qt_ja.qm +share/tqt3/translations/qt_nb.qm +share/tqt3/translations/qt_pt-br.qm +share/tqt3/translations/qt_ru.qm +share/tqt3/translations/qt_sk.qm +share/tqt3/translations/qt_zh-cn.qm +share/tqt3/translations/qt_zh-tw.qm diff --git a/openbsd/dependencies/tqt3/pkg/PLIST-mysql b/openbsd/dependencies/tqt3/pkg/PLIST-mysql new file mode 100644 index 000000000..b172dcb3f --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/PLIST-mysql @@ -0,0 +1 @@ +lib/tqt3/plugins/sqldrivers/libqsqlmysql.so diff --git a/openbsd/dependencies/tqt3/pkg/PLIST-postgresql b/openbsd/dependencies/tqt3/pkg/PLIST-postgresql new file mode 100644 index 000000000..1e42aebab --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/PLIST-postgresql @@ -0,0 +1 @@ +lib/tqt3/plugins/sqldrivers/libqsqlpsql.so diff --git a/openbsd/dependencies/tqt3/pkg/PLIST-sqlite2 b/openbsd/dependencies/tqt3/pkg/PLIST-sqlite2 new file mode 100644 index 000000000..07edf3a9b --- /dev/null +++ b/openbsd/dependencies/tqt3/pkg/PLIST-sqlite2 @@ -0,0 +1 @@ +lib/tqt3/plugins/sqldrivers/libqsqlite.so diff --git a/openbsd/dependencies/tqtinterface/Makefile b/openbsd/dependencies/tqtinterface/Makefile new file mode 100644 index 000000000..3034cd6a0 --- /dev/null +++ b/openbsd/dependencies/tqtinterface/Makefile @@ -0,0 +1,68 @@ +.include + +PKGNAME= trinity-tqtinterface-${VERSION} +VERSION= 4.2.0${PREVERSION} +PREVERSION= + +COMMENT= Trinity QT intefarce +CATEGORIES= x11/trinity/dependencies +HOMEPAGE= http://www.trinitydesktop.org/ +MAINTAINER= François Andriot + +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/ +DISTNAME= tqtinterface-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/dependencies/tqtinterface + +PREFIX= ${LOCALBASE} + +BUILD_DEPENDS= devel/gmake \ + devel/cmake \ + x11/trinity/dependencies/tqt3,-main + +SHARED_LIBS= tqt 4.2 + +RUN_DEPENDS= textproc/gsed \ + shells/bash \ + x11/trinity/dependencies/tqt3,-main +LIB_DEPENDS= x11/trinity/dependencies/tqt3,-main + +# Build +do-configure: tde-cmake-rmbuild + ${TDE_CMAKE_CONFIGURE} \ + -DQTDIR="${LOCALBASE}/share/tqt3" \ + -DQT_INCLUDE_DIR="${LOCALBASE}/include/tqt3" \ + -DQT_LIBRARY_DIR="${LOCALBASE}/lib" \ + -DQT_LIBRARIES="tqt-mt" \ + \ + -DCMAKE_INSTALL_PREFIX="${LOCALBASE}" \ + -DPKGCONFIG_INSTALL_DIR="${LOCALBASE}/lib/pkgconfig" \ + -DINCLUDE_INSTALL_DIR="${LOCALBASE}/include/tqt" \ + -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \ + -DBIN_INSTALL_DIR="${LOCALBASE}/bin" \ + \ + -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" \ + -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ + \ + -DWITH_QT3="ON" \ + -DBUILD_ALL="ON" \ + -DUSE_QT3="ON" \ + .. + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +post-install: + # Install 'cmake' modules for development use + mkdir -p "${WRKINST}${LOCALBASE}/share/cmake/Modules" + for i in ${WRKDIST}/cmake/modules/*.cmake; do \ + install -m 644 "$$i" "${WRKINST}${LOCALBASE}/share/cmake/Modules"; \ + done + # Fix path to 'bash' + gsed -i ${WRKINST}/usr/local/bin/* \ + -e "s|/bin/bash|/usr/local/bin/bash|" \ + -e "s|sed |gsed |g" + + +.include diff --git a/openbsd/dependencies/tqtinterface/distinfo b/openbsd/dependencies/tqtinterface/distinfo new file mode 100644 index 000000000..58ee21029 --- /dev/null +++ b/openbsd/dependencies/tqtinterface/distinfo @@ -0,0 +1,2 @@ +SHA256 (tqtinterface-R14.0.0.tar.bz2) = bNyulAR5hOETgpCQidKqxtbu/j/cMxXwgAfWccVLTAE= +SIZE (tqtinterface-R14.0.0.tar.bz2) = 1071070 diff --git a/openbsd/dependencies/tqtinterface/pkg/DESCR b/openbsd/dependencies/tqtinterface/pkg/DESCR new file mode 100644 index 000000000..b6f890411 --- /dev/null +++ b/openbsd/dependencies/tqtinterface/pkg/DESCR @@ -0,0 +1 @@ +Trinity QT Interface diff --git a/openbsd/dependencies/tqtinterface/pkg/PLIST b/openbsd/dependencies/tqtinterface/pkg/PLIST new file mode 100644 index 000000000..990dbfe2c --- /dev/null +++ b/openbsd/dependencies/tqtinterface/pkg/PLIST @@ -0,0 +1,407 @@ +@comment $OpenBSD$ +bin/convert_qt_tqt1 +bin/convert_qt_tqt2 +bin/convert_qt_tqt3 +bin/dcopidl-tqt +bin/dcopidl2cpp-tqt +bin/dcopidlng-tqt +bin/mcopidl-tqt +bin/moc-tqt +bin/tmoc +bin/tqt-replace +bin/tqt-replace-stream +bin/uic-tqt +include/tqt/ +include/tqt/Qt/ +include/tqt/Qt/q3cstring.h +include/tqt/Qt/q3painter.h +include/tqt/Qt/q3pointarray.h +include/tqt/Qt/q3popupmenu.h +include/tqt/Qt/q3whatsthis.h +include/tqt/Qt/qapplication.h +include/tqt/Qt/qbytearray.h +include/tqt/Qt/qchar.h +include/tqt/Qt/qcommonstyle.h +include/tqt/Qt/qdatastream.h +include/tqt/Qt/qdir.h +include/tqt/Qt/qfileinfo.h +include/tqt/Qt/qglobal.h +include/tqt/Qt/qicon.h +include/tqt/Qt/qimage.h +include/tqt/Qt/qiodevice.h +include/tqt/Qt/qlist.h +include/tqt/Qt/qmenu.h +include/tqt/Qt/qmenudata.h +include/tqt/Qt/qmetaobject.h +include/tqt/Qt/qmovie.h +include/tqt/Qt/qnamespace.h +include/tqt/Qt/qobject.h +include/tqt/Qt/qobjectdefs.h +include/tqt/Qt/qpaintdevice.h +include/tqt/Qt/qpixmap.h +include/tqt/Qt/qscrollbar.h +include/tqt/Qt/qslider.h +include/tqt/Qt/qstring.h +include/tqt/Qt/qstyle.h +include/tqt/Qt/qstyleoption.h +include/tqt/Qt/qtabbar.h +include/tqt/Qt/qtextcodec.h +include/tqt/Qt/qtooltip.h +include/tqt/Qt/qvariant.h +include/tqt/Qt/qvector.h +include/tqt/Qt/qwidget.h +include/tqt/tq1xcompatibility.h +include/tqt/tqabstractlayout.h +include/tqt/tqaccel.h +include/tqt/tqaccessible.h +include/tqt/tqaction.h +include/tqt/tqapp.h +include/tqt/tqapplication.h +include/tqt/tqarray.h +include/tqt/tqasciicache.h +include/tqt/tqasciidict.h +include/tqt/tqassistantclient.h +include/tqt/tqasyncimageio.h +include/tqt/tqasyncio.h +include/tqt/tqbig5codec.h +include/tqt/tqbitarray.h +include/tqt/tqbitarry.h +include/tqt/tqbitmap.h +include/tqt/tqbrush.h +include/tqt/tqbttngrp.h +include/tqt/tqbuffer.h +include/tqt/tqbutton.h +include/tqt/tqbuttongroup.h +include/tqt/tqcache.h +include/tqt/tqcanvas.h +include/tqt/tqcdestyle.h +include/tqt/tqcheckbox.h +include/tqt/tqchkbox.h +include/tqt/tqcleanuphandler.h +include/tqt/tqclipboard.h +include/tqt/tqclipbrd.h +include/tqt/tqcollect.h +include/tqt/tqcollection.h +include/tqt/tqcolor.h +include/tqt/tqcolordialog.h +include/tqt/tqcom_p.h +include/tqt/tqcombo.h +include/tqt/tqcombobox.h +include/tqt/tqcommonstyle.h +include/tqt/tqcompactstyle.h +include/tqt/tqconfig.h +include/tqt/tqconnect.h +include/tqt/tqconnection.h +include/tqt/tqcstring.h +include/tqt/tqcursor.h +include/tqt/tqdatabrowser.h +include/tqt/tqdatastream.h +include/tqt/tqdatatable.h +include/tqt/tqdataview.h +include/tqt/tqdatetime.h +include/tqt/tqdatetimeedit.h +include/tqt/tqdatetm.h +include/tqt/tqdeepcopy.h +include/tqt/tqdesktopwidget.h +include/tqt/tqdial.h +include/tqt/tqdialog.h +include/tqt/tqdict.h +include/tqt/tqdir.h +include/tqt/tqdns.h +include/tqt/tqdockarea.h +include/tqt/tqdockwindow.h +include/tqt/tqdom.h +include/tqt/tqdragobject.h +include/tqt/tqdrawutil.h +include/tqt/tqdrawutl.h +include/tqt/tqdropsite.h +include/tqt/tqdstream.h +include/tqt/tqeditorfactory.h +include/tqt/tqeffects_p.h +include/tqt/tqerrormessage.h +include/tqt/tqeucjpcodec.h +include/tqt/tqeuckrcodec.h +include/tqt/tqevent.h +include/tqt/tqeventloop.h +include/tqt/tqfeatures.h +include/tqt/tqfile.h +include/tqt/tqfiledef.h +include/tqt/tqfiledialog.h +include/tqt/tqfiledlg.h +include/tqt/tqfileinf.h +include/tqt/tqfileinfo.h +include/tqt/tqfocusdata.h +include/tqt/tqfont.h +include/tqt/tqfontdatabase.h +include/tqt/tqfontdialog.h +include/tqt/tqfontinf.h +include/tqt/tqfontinfo.h +include/tqt/tqfontmet.h +include/tqt/tqfontmetrics.h +include/tqt/tqframe.h +include/tqt/tqftp.h +include/tqt/tqgarray.h +include/tqt/tqgb18030codec.h +include/tqt/tqgbkcodec.h +include/tqt/tqgcache.h +include/tqt/tqgdict.h +include/tqt/tqgeneric.h +include/tqt/tqgif.h +include/tqt/tqgl.h +include/tqt/tqglcolormap.h +include/tqt/tqglist.h +include/tqt/tqglobal.h +include/tqt/tqgplugin.h +include/tqt/tqgrid.h +include/tqt/tqgridview.h +include/tqt/tqgroupbox.h +include/tqt/tqgrpbox.h +include/tqt/tqguardedptr.h +include/tqt/tqgvector.h +include/tqt/tqhbox.h +include/tqt/tqhbuttongroup.h +include/tqt/tqheader.h +include/tqt/tqhgroupbox.h +include/tqt/tqhostaddress.h +include/tqt/tqhttp.h +include/tqt/tqiconset.h +include/tqt/tqiconview.h +include/tqt/tqimage.h +include/tqt/tqimageformatplugin.h +include/tqt/tqinputdialog.h +include/tqt/tqintcach.h +include/tqt/tqintcache.h +include/tqt/tqintdict.h +include/tqt/tqinterlacestyle.h +include/tqt/tqinternal_p.h +include/tqt/tqiodev.h +include/tqt/tqiodevice.h +include/tqt/tqjiscodec.h +include/tqt/tqjpegio.h +include/tqt/tqjpunicode.h +include/tqt/tqkeycode.h +include/tqt/tqkeysequence.h +include/tqt/tqlabel.h +include/tqt/tqlayout.h +include/tqt/tqlayoutengine_p.h +include/tqt/tqlcdnumber.h +include/tqt/tqlibrary.h +include/tqt/tqlined.h +include/tqt/tqlineedit.h +include/tqt/tqlist.h +include/tqt/tqlistbox.h +include/tqt/tqlistiterator.h +include/tqt/tqlistview.h +include/tqt/tqlocale.h +include/tqt/tqlocalfs.h +include/tqt/tqmainwindow.h +include/tqt/tqmap.h +include/tqt/tqmemarray.h +include/tqt/tqmenubar.h +include/tqt/tqmenudata.h +include/tqt/tqmenudta.h +include/tqt/tqmessagebox.h +include/tqt/tqmetaobj.h +include/tqt/tqmetaobject.h +include/tqt/tqmime.h +include/tqt/tqmlined.h +include/tqt/tqmngio.h +include/tqt/tqmodules.h +include/tqt/tqmotifplusstyle.h +include/tqt/tqmotifstyle.h +include/tqt/tqmovie.h +include/tqt/tqmsgbox.h +include/tqt/tqmultilinedit.h +include/tqt/tqmultilineedit.h +include/tqt/tqmutex.h +include/tqt/tqnamespace.h +include/tqt/tqnetwork.h +include/tqt/tqnetworkprotocol.h +include/tqt/tqnp.h +include/tqt/tqobjcoll.h +include/tqt/tqobjdefs.h +include/tqt/tqobject.h +include/tqt/tqobjectcleanuphandler.h +include/tqt/tqobjectdict.h +include/tqt/tqobjectlist.h +include/tqt/tqpaintd.h +include/tqt/tqpaintdc.h +include/tqt/tqpaintdevice.h +include/tqt/tqpaintdevicemetrics.h +include/tqt/tqpainter.h +include/tqt/tqpair.h +include/tqt/tqpalette.h +include/tqt/tqpdevmet.h +include/tqt/tqpen.h +include/tqt/tqpicture.h +include/tqt/tqpixmap.h +include/tqt/tqpixmapcache.h +include/tqt/tqplatinumstyle.h +include/tqt/tqpluginmanager_p.h +include/tqt/tqpmcache.h +include/tqt/tqpngio.h +include/tqt/tqpntarry.h +include/tqt/tqpoint.h +include/tqt/tqpointarray.h +include/tqt/tqpolygonscanner.h +include/tqt/tqpopmenu.h +include/tqt/tqpopupmenu.h +include/tqt/tqprintdialog.h +include/tqt/tqprinter.h +include/tqt/tqprndlg.h +include/tqt/tqprocess.h +include/tqt/tqprogbar.h +include/tqt/tqprogdlg.h +include/tqt/tqprogressbar.h +include/tqt/tqprogressdialog.h +include/tqt/tqptrcollection.h +include/tqt/tqptrdict.h +include/tqt/tqptrlist.h +include/tqt/tqptrqueue.h +include/tqt/tqptrstack.h +include/tqt/tqptrvector.h +include/tqt/tqpushbt.h +include/tqt/tqpushbutton.h +include/tqt/tqqueue.h +include/tqt/tqradiobt.h +include/tqt/tqradiobutton.h +include/tqt/tqrangecontrol.h +include/tqt/tqrangect.h +include/tqt/tqrect.h +include/tqt/tqregexp.h +include/tqt/tqregion.h +include/tqt/tqrichtext_p.h +include/tqt/tqrtlcodec.h +include/tqt/tqscrbar.h +include/tqt/tqscrollbar.h +include/tqt/tqscrollview.h +include/tqt/tqsemaphore.h +include/tqt/tqsemimodal.h +include/tqt/tqserversocket.h +include/tqt/tqsession.h +include/tqt/tqsessionmanager.h +include/tqt/tqsettings.h +include/tqt/tqsgistyle.h +include/tqt/tqshared.h +include/tqt/tqsignal.h +include/tqt/tqsignalmapper.h +include/tqt/tqsignalslotimp.h +include/tqt/tqsimplerichtext.h +include/tqt/tqsize.h +include/tqt/tqsizegrip.h +include/tqt/tqsizepolicy.h +include/tqt/tqsjiscodec.h +include/tqt/tqslider.h +include/tqt/tqsocket.h +include/tqt/tqsocketdevice.h +include/tqt/tqsocketnotifier.h +include/tqt/tqsocknot.h +include/tqt/tqsortedlist.h +include/tqt/tqsound.h +include/tqt/tqspinbox.h +include/tqt/tqsplashscreen.h +include/tqt/tqsplitter.h +include/tqt/tqsql.h +include/tqt/tqsqlcursor.h +include/tqt/tqsqldatabase.h +include/tqt/tqsqldriver.h +include/tqt/tqsqldriverplugin.h +include/tqt/tqsqleditorfactory.h +include/tqt/tqsqlerror.h +include/tqt/tqsqlfield.h +include/tqt/tqsqlform.h +include/tqt/tqsqlindex.h +include/tqt/tqsqlpropertymap.h +include/tqt/tqsqlquery.h +include/tqt/tqsqlrecord.h +include/tqt/tqsqlresult.h +include/tqt/tqsqlselectcursor.h +include/tqt/tqstack.h +include/tqt/tqstatusbar.h +include/tqt/tqstring.h +include/tqt/tqstringlist.h +include/tqt/tqstrlist.h +include/tqt/tqstrvec.h +include/tqt/tqstyle.h +include/tqt/tqstylefactory.h +include/tqt/tqstyleplugin.h +include/tqt/tqstylesheet.h +include/tqt/tqsyntaxhighlighter.h +include/tqt/tqt.h +include/tqt/tqtabbar.h +include/tqt/tqtabdialog.h +include/tqt/tqtabdlg.h +include/tqt/tqtable.h +include/tqt/tqtabwidget.h +include/tqt/tqtextbrowser.h +include/tqt/tqtextcodec.h +include/tqt/tqtextcodecfactory.h +include/tqt/tqtextcodecplugin.h +include/tqt/tqtextedit.h +include/tqt/tqtextengine_p.h +include/tqt/tqtextstream.h +include/tqt/tqtextview.h +include/tqt/tqtglobaldefines.h +include/tqt/tqthread.h +include/tqt/tqthreadstorage.h +include/tqt/tqtimer.h +include/tqt/tqtl.h +include/tqt/tqtoolbar.h +include/tqt/tqtoolbox.h +include/tqt/tqtoolbutton.h +include/tqt/tqtooltip.h +include/tqt/tqtranslator.h +include/tqt/tqtsciicodec.h +include/tqt/tqtstream.h +include/tqt/tqucom_p.h +include/tqt/tqucomextra_p.h +include/tqt/tqurl.h +include/tqt/tqurlinfo.h +include/tqt/tqurloperator.h +include/tqt/tqutfcodec.h +include/tqt/tquuid.h +include/tqt/tqvalidator.h +include/tqt/tqvaluelist.h +include/tqt/tqvaluestack.h +include/tqt/tqvaluevector.h +include/tqt/tqvariant.h +include/tqt/tqvbox.h +include/tqt/tqvbuttongroup.h +include/tqt/tqvector.h +include/tqt/tqvfbhdr.h +include/tqt/tqvgroupbox.h +include/tqt/tqwaitcondition.h +include/tqt/tqwhatsthis.h +include/tqt/tqwidcoll.h +include/tqt/tqwidget.h +include/tqt/tqwidgetfactory.h +include/tqt/tqwidgetintdict.h +include/tqt/tqwidgetinterface_p.h +include/tqt/tqwidgetlist.h +include/tqt/tqwidgetplugin.h +include/tqt/tqwidgetstack.h +include/tqt/tqwindefs.h +include/tqt/tqwindowdefs.h +include/tqt/tqwindowsstyle.h +include/tqt/tqwinexport.h +include/tqt/tqwizard.h +include/tqt/tqwmatrix.h +include/tqt/tqworkspace.h +include/tqt/tqxml.h +lib/libtqt.la +@lib lib/libtqt.so.${LIBtqt_VERSION} +lib/pkgconfig/tqt.pc +lib/pkgconfig/tqtqui.pc +share/cmake/ +share/cmake/Modules/ +share/cmake/Modules/FindTDE.cmake +share/cmake/Modules/FindTQt.cmake +share/cmake/Modules/FindTQtQUI.cmake +share/cmake/Modules/TDEMacros.cmake +share/cmake/Modules/TDESetupPaths.cmake +share/cmake/Modules/tde_uic.cmake +share/cmake/Modules/template_dummy_cpp.cmake +share/cmake/Modules/template_export_library.cmake +share/cmake/Modules/template_libtool_file.cmake +share/cmake/Modules/template_tdeinit_executable.cmake +share/cmake/Modules/template_tdeinit_module.cmake -- cgit v1.2.3