Update to qt 3.1.0
This commit is contained in:
parent
1e67bcc5d2
commit
981f63a9a5
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2002/11/18 02:03:12 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2002/11/23 18:52:22 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
|
||||
|
||||
COMMENT= C++ X11 GUI toolkit
|
||||
@ -7,7 +7,7 @@ COMMENT-html= off-line html documentation for qt3
|
||||
COMMENT-postgresql= PostgresSQL plugin for qt3
|
||||
COMMENT-mysql= MySQL plugin for qt3
|
||||
|
||||
VERSION= 0.6
|
||||
VERSION= 1.0
|
||||
DISTNAME= qt-x11-free-3.${VERSION}
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.troll.no/qt/source/
|
||||
@ -151,8 +151,8 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/qt3
|
||||
${INSTALL_DATA} ${WRKBUILD}/lib/libqt-mt.so.3.6 ${PREFIX}/lib/qt3
|
||||
ln -sf qt3/libqt-mt.so.3.6 ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKBUILD}/lib/libqt-mt.so.3.10 ${PREFIX}/lib/qt3
|
||||
ln -sf qt3/libqt-mt.so.3.10 ${PREFIX}/lib
|
||||
.else
|
||||
post-configure:
|
||||
@cd ${WRKSRC} && cp -R examples examples-src
|
||||
@ -164,7 +164,7 @@ post-configure:
|
||||
@find ${WRKSRC}/tutorial-src -name '.moc' |xargs rm -r
|
||||
@find ${WRKSRC}/tutorial-src -name '.obj' |xargs rm -r
|
||||
|
||||
LIBRARIES=qt.so.3.6 editor.so.1.0 qui.so.1.0
|
||||
LIBRARIES=qt.so.3.10 editor.so.1.0 qui.so.1.0
|
||||
PROGRAMS3=designer findtr moc qt20fix qtrename140 uic
|
||||
PROGRAMS=assistant linguist lrelease lupdate qm2ts qmake qtconfig
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (qt-x11-free-3.0.6.tar.gz) = 841b2ce1116b05688340313d7e9ccc58
|
||||
RMD160 (qt-x11-free-3.0.6.tar.gz) = f3c7b5d59a6a220f994af3199cf62250ef6bc7b4
|
||||
SHA1 (qt-x11-free-3.0.6.tar.gz) = 7fb6a9d17091d9a60dd18fb3235098a17f142542
|
||||
MD5 (qt-x11-free-3.1.0.tar.gz) = e8162030710abdc9b5e7e6ea9ee06b4f
|
||||
RMD160 (qt-x11-free-3.1.0.tar.gz) = fac0bda8cb8828548e875193e07cc7fbe6bd7c3b
|
||||
SHA1 (qt-x11-free-3.1.0.tar.gz) = dd04207ca68a3826f79f8337f06438edd1370ecf
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-configure,v 1.4 2002/10/26 11:45:52 espie Exp $
|
||||
--- configure.orig Sun Oct 6 03:02:22 2002
|
||||
+++ configure Thu Oct 24 12:13:00 2002
|
||||
@@ -700,7 +700,7 @@ while [ -n "$1" ]; do
|
||||
UNKNOWN_OPT=yes
|
||||
fi
|
||||
# takes two verboses to turn on qmake debugs
|
||||
- [ "$OPT_VERBOSE" = "yes" ] && QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
|
||||
+# [ "$OPT_VERBOSE" = "yes" ] && QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
|
||||
;;
|
||||
concurrent)
|
||||
OPT_CONCURRENT="$VAL"
|
||||
@@ -1204,7 +1204,7 @@ if echo $MODULES | grep sql >/dev/null;
|
||||
$OpenBSD: patch-configure,v 1.5 2002/11/23 18:52:22 espie Exp $
|
||||
--- configure.orig Mon Nov 4 04:42:44 2002
|
||||
+++ configure Thu Nov 14 10:53:21 2002
|
||||
@@ -829,7 +829,7 @@ while [ "$#" -gt 0 ]; do
|
||||
v|verbose)
|
||||
if [ "$VAL" = "yes" ]; then
|
||||
if [ "$OPT_VERBOSE" = "$VAL" ]; then # takes two verboses to turn on qmake debugs
|
||||
- QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
|
||||
+ : # QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
|
||||
else
|
||||
OPT_VERBOSE=yes
|
||||
fi
|
||||
@@ -1432,7 +1432,7 @@ if echo $MODULES | grep sql >/dev/null;
|
||||
MYSQL_REQ="-lmysqlclient mysql.h"
|
||||
OCI_REQ="-lclntsh -lwtc8 oci.h"
|
||||
PSQL_REQ="-lpq postgres.h libpq/libpq-fs.h catalog/pg_type.h libpq-fe.h"
|
||||
@ -19,10 +19,10 @@ $OpenBSD: patch-configure,v 1.4 2002/10/26 11:45:52 espie Exp $
|
||||
TDS_REQ="-lsybdb sybfront.h sybdb.h"
|
||||
for _SQLDR in $CFG_SQL_AVAILABLE; do
|
||||
case $_SQLDR in
|
||||
@@ -1610,7 +1610,7 @@ if [ "$Edition" = "free" ]; then
|
||||
echo "Type 'no' to decline this license offer."
|
||||
echo
|
||||
echo "Do you accept the terms of $affix license?"
|
||||
@@ -1993,7 +1993,7 @@ if [ "$Edition" = "free" ]; then
|
||||
else
|
||||
echo "Do you accept the terms of $affix license? \c"
|
||||
fi
|
||||
- read acceptance
|
||||
+ acceptance=yes
|
||||
if [ "$acceptance" = "yes" ]; then
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-mkspecs_openbsd-g++_qmake_conf,v 1.6 2002/10/26 11:45:52 espie Exp $
|
||||
--- mkspecs/openbsd-g++/qmake.conf.orig Thu Oct 17 17:10:22 2002
|
||||
+++ mkspecs/openbsd-g++/qmake.conf Thu Oct 24 12:13:00 2002
|
||||
$OpenBSD: patch-mkspecs_openbsd-g++_qmake_conf,v 1.7 2002/11/23 18:52:22 espie Exp $
|
||||
--- mkspecs/openbsd-g++/qmake.conf.orig Thu Nov 7 14:08:00 2002
|
||||
+++ mkspecs/openbsd-g++/qmake.conf Thu Nov 14 10:52:15 2002
|
||||
@@ -8,6 +8,7 @@ MAKEFILE_GENERATOR = UNIX
|
||||
TEMPLATE = app
|
||||
CONFIG += qt warn_on release
|
||||
@ -9,11 +9,9 @@ $OpenBSD: patch-mkspecs_openbsd-g++_qmake_conf,v 1.6 2002/10/26 11:45:52 espie E
|
||||
QMAKE_CC = gcc
|
||||
QMAKE_LEX = flex
|
||||
QMAKE_LEXFLAGS =
|
||||
@@ -32,9 +33,10 @@ QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_
|
||||
QMAKE_CXXFLAGS_DEBUG = $$QMAKE_CFLAGS_DEBUG
|
||||
QMAKE_CXXFLAGS_SHLIB = $$QMAKE_CFLAGS_SHLIB
|
||||
@@ -34,8 +35,8 @@ QMAKE_CXXFLAGS_SHLIB = $$QMAKE_CFLAGS_SH
|
||||
QMAKE_CXXFLAGS_YACC = $$QMAKE_CFLAGS_YACC
|
||||
+QMAKE_CXXFLAGS_THREAD = $$QMAKE_CFLAGS_THREAD
|
||||
QMAKE_CXXFLAGS_THREAD = $$QMAKE_CFLAGS_THREAD
|
||||
|
||||
-QMAKE_INCDIR = /usr/local/include
|
||||
-QMAKE_LIBDIR = /usr/local/lib
|
||||
@ -22,11 +20,3 @@ $OpenBSD: patch-mkspecs_openbsd-g++_qmake_conf,v 1.6 2002/10/26 11:45:52 espie E
|
||||
QMAKE_INCDIR_X11 = /usr/X11R6/include
|
||||
QMAKE_LIBDIR_X11 = /usr/X11R6/lib
|
||||
QMAKE_INCDIR_QT = $(QTDIR)/include
|
||||
@@ -58,6 +60,7 @@ QMAKE_LFLAGS_THREAD = -pthread
|
||||
QMAKE_LIBS =
|
||||
QMAKE_LIBS_DYNLOAD =
|
||||
QMAKE_LIBS_X11 = -lXext -lX11 -lm
|
||||
+QMAKE_LIBS_X11SM = -lICE -lSM
|
||||
QMAKE_LIBS_QT = -lqt
|
||||
QMAKE_LIBS_QT_THREAD = -lqt-mt
|
||||
QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu
|
||||
|
@ -1,26 +1,26 @@
|
||||
$OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.6 2002/10/26 11:45:52 espie Exp $
|
||||
--- qmake/generators/unix/unixmake2.cpp.orig Thu Oct 17 17:09:32 2002
|
||||
+++ qmake/generators/unix/unixmake2.cpp Thu Oct 24 12:15:28 2002
|
||||
$OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.7 2002/11/23 18:52:22 espie Exp $
|
||||
--- qmake/generators/unix/unixmake2.cpp.orig Thu Nov 7 14:07:46 2002
|
||||
+++ qmake/generators/unix/unixmake2.cpp Thu Nov 14 10:48:08 2002
|
||||
@@ -219,10 +219,14 @@ UnixMakefileGenerator::writeMakeParts(QT
|
||||
} else if (!project->isActiveConfig("staticlib") && project->variables()["QMAKE_APP_FLAG"].isEmpty()) {
|
||||
t << "TARGETA = " << var("TARGETA") << endl;
|
||||
if(project->isEmpty("QMAKE_HPUX_SHLIBS")) {
|
||||
if (project->isEmpty("QMAKE_HPUX_SHLIB")) {
|
||||
- t << "TARGETD = " << var("TARGET_x.y.z") << endl;
|
||||
- t << "TARGET0 = " << var("TARGET_") << endl;
|
||||
- t << "TARGET1 = " << var("TARGET_x") << endl;
|
||||
- t << "TARGET2 = " << var("TARGET_x.y") << endl;
|
||||
+ if (!project->isEmpty("QMAKE_OPENBSD_SHLIBS")) {
|
||||
+ t << "TARGETD = " << var("TARGET_x.y") << endl;
|
||||
+ } else {
|
||||
+ if (!project->isEmpty("QMAKE_OPENBSD_SHLIBS")) {
|
||||
+ t << "TARGETD = " << var("TARGET_x.y") << endl;
|
||||
+ } else {
|
||||
+ t << "TARGETD = " << var("TARGET_x.y.z") << endl;
|
||||
+ t << "TARGET0 = " << var("TARGET_") << endl;
|
||||
+ t << "TARGET1 = " << var("TARGET_x") << endl;
|
||||
+ t << "TARGET2 = " << var("TARGET_x.y") << endl;
|
||||
+ }
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
t << "TARGETD = " << var("TARGET_x") << endl;
|
||||
@@ -920,6 +924,7 @@ void UnixMakefileGenerator::init2()
|
||||
t << "TARGET0 = " << var("TARGET_") << endl;
|
||||
@@ -971,6 +975,7 @@ void UnixMakefileGenerator::init2()
|
||||
project->first("VER_PAT"));
|
||||
}
|
||||
project->variables()["TARGET"] = project->variables()["TARGET_x.y.z"];
|
||||
@ -28,7 +28,7 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.6 2002/10/26 11:45:52 es
|
||||
} else {
|
||||
project->variables()["TARGET_"].append("lib" + project->first("TARGET") + "." +
|
||||
project->first("QMAKE_EXTENSION_SHLIB"));
|
||||
@@ -940,10 +945,19 @@ void UnixMakefileGenerator::init2()
|
||||
@@ -991,10 +996,19 @@ void UnixMakefileGenerator::init2()
|
||||
project->variables()["TARGET_x"].append("lib" + project->first("TARGET") + "." +
|
||||
project->first("QMAKE_EXTENSION_SHLIB") +
|
||||
"." + project->first("VER_MAJ"));
|
||||
@ -52,7 +52,7 @@ $OpenBSD: patch-qmake_generators_unix_unixmake2_cpp,v 1.6 2002/10/26 11:45:52 es
|
||||
project->variables()["TARGET_x.y.z"].append("lib" + project->first("TARGET") +
|
||||
"." +
|
||||
project->variables()[
|
||||
@@ -952,7 +966,10 @@ void UnixMakefileGenerator::init2()
|
||||
@@ -1003,7 +1017,10 @@ void UnixMakefileGenerator::init2()
|
||||
project->first("VER_MIN") + "." +
|
||||
project->first("VER_PAT"));
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_tools_qgpluginmanager_cpp,v 1.2 2002/07/17 21:43:36 espie Exp $
|
||||
--- src/tools/qgpluginmanager.cpp.orig Mon Jul 8 12:26:43 2002
|
||||
+++ src/tools/qgpluginmanager.cpp Tue Jul 16 17:48:08 2002
|
||||
@@ -317,6 +317,8 @@ void QGPluginManager::addLibraryPath( co
|
||||
$OpenBSD: patch-src_tools_qgpluginmanager_cpp,v 1.3 2002/11/23 18:52:22 espie Exp $
|
||||
--- src/tools/qgpluginmanager.cpp.orig Thu Nov 7 14:07:22 2002
|
||||
+++ src/tools/qgpluginmanager.cpp Thu Nov 14 10:47:14 2002
|
||||
@@ -318,6 +318,8 @@ void QGPluginManager::addLibraryPath( co
|
||||
QString filter = "dll";
|
||||
#elif defined(Q_OS_MACX)
|
||||
QString filter = "dylib";
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_tools_qsettings_unix_cpp,v 1.2 2002/10/26 11:45:52 espie Exp $
|
||||
--- src/tools/qsettings_unix.cpp.orig Thu Oct 17 17:08:57 2002
|
||||
+++ src/tools/qsettings_unix.cpp Thu Oct 24 12:13:00 2002
|
||||
@@ -218,6 +218,8 @@ static int openlock( const QString &name
|
||||
return fd;
|
||||
}
|
||||
|
||||
+ if (fd == -1)
|
||||
+ return fd;
|
||||
struct flock fl;
|
||||
fl.l_type = type;
|
||||
fl.l_whence = SEEK_SET;
|
@ -1,8 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2002/10/26 11:45:52 espie Exp $
|
||||
lib/libeditor.so.1.0
|
||||
lib/libqt.so.3.6
|
||||
lib/libqui.so.1.0
|
||||
lib/qt3/libeditor.so.1.0
|
||||
lib/qt3/libqt.so.3.6
|
||||
lib/qt3/libqui.so.1.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2002/11/23 18:52:22 espie Exp $
|
||||
lib/libqt.so.3.10
|
||||
lib/libqui.so.${VERSION}
|
||||
lib/qt3/libqt.so.3.10
|
||||
lib/qt3/libqui.so.${VERSION}
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2002/10/26 11:45:52 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2002/11/23 18:52:22 espie Exp $
|
||||
bin/assistant
|
||||
bin/designer3
|
||||
bin/findtr3
|
||||
@ -12,11 +12,6 @@ bin/qt20fix3
|
||||
bin/qtconfig
|
||||
bin/qtrename1403
|
||||
bin/uic3
|
||||
include/X11/qt3/jri.h
|
||||
include/X11/qt3/jri_md.h
|
||||
include/X11/qt3/jritypes.h
|
||||
include/X11/qt3/npapi.h
|
||||
include/X11/qt3/npupp.h
|
||||
include/X11/qt3/private/qapplication_p.h
|
||||
include/X11/qt3/private/qcolor_p.h
|
||||
include/X11/qt3/private/qcom_p.h
|
||||
@ -26,22 +21,30 @@ include/X11/qt3/private/qcomponentfactory_p.h
|
||||
include/X11/qt3/private/qcriticalsection_p.h
|
||||
include/X11/qt3/private/qdir_p.h
|
||||
include/X11/qt3/private/qeffects_p.h
|
||||
include/X11/qt3/private/qeventloop_p.h
|
||||
include/X11/qt3/private/qfiledefs_p.h
|
||||
include/X11/qt3/private/qfontcodecs_p.h
|
||||
include/X11/qt3/private/qfontdata_p.h
|
||||
include/X11/qt3/private/qgfxdriverinterface_p.h
|
||||
include/X11/qt3/private/qgpluginmanager_p.h
|
||||
include/X11/qt3/private/qimageformatinterface_p.h
|
||||
include/X11/qt3/private/qinputcontext_p.h
|
||||
include/X11/qt3/private/qinternal_p.h
|
||||
include/X11/qt3/private/qkbddriverinterface_p.h
|
||||
include/X11/qt3/private/qlayoutengine_p.h
|
||||
include/X11/qt3/private/qlibrary_p.h
|
||||
include/X11/qt3/private/qlock_p.h
|
||||
include/X11/qt3/private/qmousedriverinterface_p.h
|
||||
include/X11/qt3/private/qmutex_p.h
|
||||
include/X11/qt3/private/qmutexpool_p.h
|
||||
include/X11/qt3/private/qpainter_p.h
|
||||
include/X11/qt3/private/qpluginmanager_p.h
|
||||
include/X11/qt3/private/qpsprinter_p.h
|
||||
include/X11/qt3/private/qrichtext_p.h
|
||||
include/X11/qt3/private/qsettings_p.h
|
||||
include/X11/qt3/private/qsharedmemory_p.h
|
||||
include/X11/qt3/private/qsqldriverinterface_p.h
|
||||
include/X11/qt3/private/qsqlextension_p.h
|
||||
include/X11/qt3/private/qsqlmanager_p.h
|
||||
include/X11/qt3/private/qstyleinterface_p.h
|
||||
include/X11/qt3/private/qsvgdevice_p.h
|
||||
@ -62,6 +65,7 @@ include/X11/qt3/qapplication.h
|
||||
include/X11/qt3/qarray.h
|
||||
include/X11/qt3/qasciicache.h
|
||||
include/X11/qt3/qasciidict.h
|
||||
include/X11/qt3/qassistantclient.h
|
||||
include/X11/qt3/qasyncimageio.h
|
||||
include/X11/qt3/qasyncio.h
|
||||
include/X11/qt3/qbig5codec.h
|
||||
@ -106,6 +110,7 @@ include/X11/qt3/qdataview.h
|
||||
include/X11/qt3/qdatetime.h
|
||||
include/X11/qt3/qdatetimeedit.h
|
||||
include/X11/qt3/qdatetm.h
|
||||
include/X11/qt3/qdeepcopy.h
|
||||
include/X11/qt3/qdesktopwidget.h
|
||||
include/X11/qt3/qdial.h
|
||||
include/X11/qt3/qdialog.h
|
||||
@ -125,6 +130,7 @@ include/X11/qt3/qerrormessage.h
|
||||
include/X11/qt3/qeucjpcodec.h
|
||||
include/X11/qt3/qeuckrcodec.h
|
||||
include/X11/qt3/qevent.h
|
||||
include/X11/qt3/qeventloop.h
|
||||
include/X11/qt3/qfeatures.h
|
||||
include/X11/qt3/qfile.h
|
||||
include/X11/qt3/qfiledef.h
|
||||
@ -206,8 +212,11 @@ include/X11/qt3/qmime.h
|
||||
include/X11/qt3/qmlined.h
|
||||
include/X11/qt3/qmngio.h
|
||||
include/X11/qt3/qmodules.h
|
||||
include/X11/qt3/qmotif.h
|
||||
include/X11/qt3/qmotifdialog.h
|
||||
include/X11/qt3/qmotifplusstyle.h
|
||||
include/X11/qt3/qmotifstyle.h
|
||||
include/X11/qt3/qmotifwidget.h
|
||||
include/X11/qt3/qmovie.h
|
||||
include/X11/qt3/qmsgbox.h
|
||||
include/X11/qt3/qmultilinedit.h
|
||||
@ -216,7 +225,6 @@ include/X11/qt3/qmutex.h
|
||||
include/X11/qt3/qnamespace.h
|
||||
include/X11/qt3/qnetwork.h
|
||||
include/X11/qt3/qnetworkprotocol.h
|
||||
include/X11/qt3/qnp.h
|
||||
include/X11/qt3/qobjcoll.h
|
||||
include/X11/qt3/qobjdefs.h
|
||||
include/X11/qt3/qobject.h
|
||||
@ -324,6 +332,7 @@ include/X11/qt3/qstyle.h
|
||||
include/X11/qt3/qstylefactory.h
|
||||
include/X11/qt3/qstyleplugin.h
|
||||
include/X11/qt3/qstylesheet.h
|
||||
include/X11/qt3/qsyntaxhighlighter.h
|
||||
include/X11/qt3/qt.h
|
||||
include/X11/qt3/qt_x11.h
|
||||
include/X11/qt3/qtabbar.h
|
||||
@ -377,17 +386,19 @@ include/X11/qt3/qwindefs.h
|
||||
include/X11/qt3/qwindow.h
|
||||
include/X11/qt3/qwindowdefs.h
|
||||
include/X11/qt3/qwindowsstyle.h
|
||||
include/X11/qt3/qwindowsxpstyle.h
|
||||
include/X11/qt3/qwizard.h
|
||||
include/X11/qt3/qwmatrix.h
|
||||
include/X11/qt3/qworkspace.h
|
||||
include/X11/qt3/qxml.h
|
||||
include/X11/qt3/qxt.h
|
||||
include/X11/qt3/qxtwidget.h
|
||||
lib/qt3/bin/designer
|
||||
lib/qt3/bin/findtr
|
||||
lib/qt3/bin/moc
|
||||
lib/qt3/bin/qt20fix
|
||||
lib/qt3/bin/qtrename140
|
||||
lib/qt3/bin/uic
|
||||
lib/qt3/libeditor.a
|
||||
lib/qt3/man/man1/lrelease.1
|
||||
lib/qt3/man/man1/lupdate.1
|
||||
lib/qt3/man/man1/moc3.1
|
||||
@ -403,6 +414,9 @@ lib/qt3/man/man3/QAsciiCache.3
|
||||
lib/qt3/man/man3/QAsciiCacheIterator.3
|
||||
lib/qt3/man/man3/QAsciiDict.3
|
||||
lib/qt3/man/man3/QAsciiDictIterator.3
|
||||
lib/qt3/man/man3/QAssistantClient.3
|
||||
lib/qt3/man/man3/QBig5Codec.3
|
||||
lib/qt3/man/man3/QBig5hkscsCodec.3
|
||||
lib/qt3/man/man3/QBitArray.3
|
||||
lib/qt3/man/man3/QBitVal.3
|
||||
lib/qt3/man/man3/QBitmap.3
|
||||
@ -459,6 +473,7 @@ lib/qt3/man/man3/QDate.3
|
||||
lib/qt3/man/man3/QDateEdit.3
|
||||
lib/qt3/man/man3/QDateTime.3
|
||||
lib/qt3/man/man3/QDateTimeEdit.3
|
||||
lib/qt3/man/man3/QDeepCopy.3
|
||||
lib/qt3/man/man3/QDesktopWidget.3
|
||||
lib/qt3/man/man3/QDial.3
|
||||
lib/qt3/man/man3/QDialog.3
|
||||
@ -497,6 +512,7 @@ lib/qt3/man/man3/QErrorMessage.3
|
||||
lib/qt3/man/man3/QEucJpCodec.3
|
||||
lib/qt3/man/man3/QEucKrCodec.3
|
||||
lib/qt3/man/man3/QEvent.3
|
||||
lib/qt3/man/man3/QEventLoop.3
|
||||
lib/qt3/man/man3/QFile.3
|
||||
lib/qt3/man/man3/QFileDialog.3
|
||||
lib/qt3/man/man3/QFileIconProvider.3
|
||||
@ -519,7 +535,10 @@ lib/qt3/man/man3/QGLFormat.3
|
||||
lib/qt3/man/man3/QGLWidget.3
|
||||
lib/qt3/man/man3/QGLayoutIterator.3
|
||||
lib/qt3/man/man3/QGb18030Codec.3
|
||||
lib/qt3/man/man3/QGb2312Codec.3
|
||||
lib/qt3/man/man3/QGbkCodec.3
|
||||
lib/qt3/man/man3/QGfxDriverFactory.3
|
||||
lib/qt3/man/man3/QGfxDriverPlugin.3
|
||||
lib/qt3/man/man3/QGrid.3
|
||||
lib/qt3/man/man3/QGridLayout.3
|
||||
lib/qt3/man/man3/QGridView.3
|
||||
@ -534,10 +553,14 @@ lib/qt3/man/man3/QHebrewCodec.3
|
||||
lib/qt3/man/man3/QHideEvent.3
|
||||
lib/qt3/man/man3/QHostAddress.3
|
||||
lib/qt3/man/man3/QHttp.3
|
||||
lib/qt3/man/man3/QHttpHeader.3
|
||||
lib/qt3/man/man3/QHttpRequestHeader.3
|
||||
lib/qt3/man/man3/QHttpResponseHeader.3
|
||||
lib/qt3/man/man3/QIMEvent.3
|
||||
lib/qt3/man/man3/QIODevice.3
|
||||
lib/qt3/man/man3/QIconDrag.3
|
||||
lib/qt3/man/man3/QIconDragItem.3
|
||||
lib/qt3/man/man3/QIconFactory.3
|
||||
lib/qt3/man/man3/QIconSet.3
|
||||
lib/qt3/man/man3/QIconView.3
|
||||
lib/qt3/man/man3/QIconViewItem.3
|
||||
@ -556,6 +579,8 @@ lib/qt3/man/man3/QIntDict.3
|
||||
lib/qt3/man/man3/QIntDictIterator.3
|
||||
lib/qt3/man/man3/QIntValidator.3
|
||||
lib/qt3/man/man3/QJisCodec.3
|
||||
lib/qt3/man/man3/QKbdDriverFactory.3
|
||||
lib/qt3/man/man3/QKbdDriverPlugin.3
|
||||
lib/qt3/man/man3/QKeyEvent.3
|
||||
lib/qt3/man/man3/QKeySequence.3
|
||||
lib/qt3/man/man3/QLCDNumber.3
|
||||
@ -574,6 +599,7 @@ lib/qt3/man/man3/QListViewItem.3
|
||||
lib/qt3/man/man3/QListViewItemIterator.3
|
||||
lib/qt3/man/man3/QLocalFs.3
|
||||
lib/qt3/man/man3/QLock.3
|
||||
lib/qt3/man/man3/QMacStyle.3
|
||||
lib/qt3/man/man3/QMainWindow.3
|
||||
lib/qt3/man/man3/QMap.3
|
||||
lib/qt3/man/man3/QMapConstIterator.3
|
||||
@ -586,22 +612,23 @@ lib/qt3/man/man3/QMetaObject.3
|
||||
lib/qt3/man/man3/QMetaProperty.3
|
||||
lib/qt3/man/man3/QMimeSource.3
|
||||
lib/qt3/man/man3/QMimeSourceFactory.3
|
||||
lib/qt3/man/man3/QMotif.3
|
||||
lib/qt3/man/man3/QMotifDialog.3
|
||||
lib/qt3/man/man3/QMotifPlusStyle.3
|
||||
lib/qt3/man/man3/QMotifStyle.3
|
||||
lib/qt3/man/man3/QMotifWidget.3
|
||||
lib/qt3/man/man3/QMouseDriverFactory.3
|
||||
lib/qt3/man/man3/QMouseDriverPlugin.3
|
||||
lib/qt3/man/man3/QMouseEvent.3
|
||||
lib/qt3/man/man3/QMoveEvent.3
|
||||
lib/qt3/man/man3/QMovie.3
|
||||
lib/qt3/man/man3/QMutex.3
|
||||
lib/qt3/man/man3/QNPInstance.3
|
||||
lib/qt3/man/man3/QNPStream.3
|
||||
lib/qt3/man/man3/QNPWidget.3
|
||||
lib/qt3/man/man3/QNPlugin.3
|
||||
lib/qt3/man/man3/QMutexLocker.3
|
||||
lib/qt3/man/man3/QNetworkOperation.3
|
||||
lib/qt3/man/man3/QNetworkProtocol.3
|
||||
lib/qt3/man/man3/QObject.3
|
||||
lib/qt3/man/man3/QObjectCleanupHandler.3
|
||||
lib/qt3/man/man3/QObjectList.3
|
||||
lib/qt3/man/man3/QObjectListIt.3
|
||||
lib/qt3/man/man3/QPNGImagePacker.3
|
||||
lib/qt3/man/man3/QPaintDevice.3
|
||||
lib/qt3/man/man3/QPaintDeviceMetrics.3
|
||||
@ -690,6 +717,7 @@ lib/qt3/man/man3/QStyleOption.3
|
||||
lib/qt3/man/man3/QStylePlugin.3
|
||||
lib/qt3/man/man3/QStyleSheet.3
|
||||
lib/qt3/man/man3/QStyleSheetItem.3
|
||||
lib/qt3/man/man3/QSyntaxHighlighter.3
|
||||
lib/qt3/man/man3/QTab.3
|
||||
lib/qt3/man/man3/QTabBar.3
|
||||
lib/qt3/man/man3/QTabDialog.3
|
||||
@ -737,6 +765,7 @@ lib/qt3/man/man3/QValueVector.3
|
||||
lib/qt3/man/man3/QVariant.3
|
||||
lib/qt3/man/man3/QWMatrix.3
|
||||
lib/qt3/man/man3/QWSDecoration.3
|
||||
lib/qt3/man/man3/QWSInputMethod.3
|
||||
lib/qt3/man/man3/QWSKeyboardHandler.3
|
||||
lib/qt3/man/man3/QWSMouseHandler.3
|
||||
lib/qt3/man/man3/QWSServer.3
|
||||
@ -767,7 +796,6 @@ lib/qt3/man/man3/QXmlNamespaceSupport.3
|
||||
lib/qt3/man/man3/QXmlParseException.3
|
||||
lib/qt3/man/man3/QXmlReader.3
|
||||
lib/qt3/man/man3/QXmlSimpleReader.3
|
||||
lib/qt3/man/man3/QXtApplication.3
|
||||
lib/qt3/man/man3/QXtWidget.3
|
||||
lib/qt3/man/man3/Qt.3
|
||||
lib/qt3/man/man3/qaccel.3
|
||||
@ -781,6 +809,9 @@ lib/qt3/man/man3/qasciicache.3
|
||||
lib/qt3/man/man3/qasciicacheiterator.3
|
||||
lib/qt3/man/man3/qasciidict.3
|
||||
lib/qt3/man/man3/qasciidictiterator.3
|
||||
lib/qt3/man/man3/qassistantclient.3
|
||||
lib/qt3/man/man3/qbig5codec.3
|
||||
lib/qt3/man/man3/qbig5hkscscodec.3
|
||||
lib/qt3/man/man3/qbitarray.3
|
||||
lib/qt3/man/man3/qbitmap.3
|
||||
lib/qt3/man/man3/qbitval.3
|
||||
@ -837,6 +868,7 @@ lib/qt3/man/man3/qdate.3
|
||||
lib/qt3/man/man3/qdateedit.3
|
||||
lib/qt3/man/man3/qdatetime.3
|
||||
lib/qt3/man/man3/qdatetimeedit.3
|
||||
lib/qt3/man/man3/qdeepcopy.3
|
||||
lib/qt3/man/man3/qdesktopwidget.3
|
||||
lib/qt3/man/man3/qdial.3
|
||||
lib/qt3/man/man3/qdialog.3
|
||||
@ -875,6 +907,7 @@ lib/qt3/man/man3/qerrormessage.3
|
||||
lib/qt3/man/man3/qeucjpcodec.3
|
||||
lib/qt3/man/man3/qeuckrcodec.3
|
||||
lib/qt3/man/man3/qevent.3
|
||||
lib/qt3/man/man3/qeventloop.3
|
||||
lib/qt3/man/man3/qfile.3
|
||||
lib/qt3/man/man3/qfiledialog.3
|
||||
lib/qt3/man/man3/qfileiconprovider.3
|
||||
@ -891,7 +924,10 @@ lib/qt3/man/man3/qfontmetrics.3
|
||||
lib/qt3/man/man3/qframe.3
|
||||
lib/qt3/man/man3/qftp.3
|
||||
lib/qt3/man/man3/qgb18030codec.3
|
||||
lib/qt3/man/man3/qgb2312codec.3
|
||||
lib/qt3/man/man3/qgbkcodec.3
|
||||
lib/qt3/man/man3/qgfxdriverfactory.3
|
||||
lib/qt3/man/man3/qgfxdriverplugin.3
|
||||
lib/qt3/man/man3/qgl.3
|
||||
lib/qt3/man/man3/qglayoutiterator.3
|
||||
lib/qt3/man/man3/qglcolormap.3
|
||||
@ -912,8 +948,12 @@ lib/qt3/man/man3/qhgroupbox.3
|
||||
lib/qt3/man/man3/qhideevent.3
|
||||
lib/qt3/man/man3/qhostaddress.3
|
||||
lib/qt3/man/man3/qhttp.3
|
||||
lib/qt3/man/man3/qhttpheader.3
|
||||
lib/qt3/man/man3/qhttprequestheader.3
|
||||
lib/qt3/man/man3/qhttpresponseheader.3
|
||||
lib/qt3/man/man3/qicondrag.3
|
||||
lib/qt3/man/man3/qicondragitem.3
|
||||
lib/qt3/man/man3/qiconfactory.3
|
||||
lib/qt3/man/man3/qiconset.3
|
||||
lib/qt3/man/man3/qiconview.3
|
||||
lib/qt3/man/man3/qiconviewitem.3
|
||||
@ -934,6 +974,8 @@ lib/qt3/man/man3/qintdictiterator.3
|
||||
lib/qt3/man/man3/qintvalidator.3
|
||||
lib/qt3/man/man3/qiodevice.3
|
||||
lib/qt3/man/man3/qjiscodec.3
|
||||
lib/qt3/man/man3/qkbddriverfactory.3
|
||||
lib/qt3/man/man3/qkbddriverplugin.3
|
||||
lib/qt3/man/man3/qkeyevent.3
|
||||
lib/qt3/man/man3/qkeysequence.3
|
||||
lib/qt3/man/man3/qlabel.3
|
||||
@ -952,6 +994,7 @@ lib/qt3/man/man3/qlistviewitem.3
|
||||
lib/qt3/man/man3/qlistviewitemiterator.3
|
||||
lib/qt3/man/man3/qlocalfs.3
|
||||
lib/qt3/man/man3/qlock.3
|
||||
lib/qt3/man/man3/qmacstyle.3
|
||||
lib/qt3/man/man3/qmainwindow.3
|
||||
lib/qt3/man/man3/qmap.3
|
||||
lib/qt3/man/man3/qmapconstiterator.3
|
||||
@ -964,22 +1007,23 @@ lib/qt3/man/man3/qmetaobject.3
|
||||
lib/qt3/man/man3/qmetaproperty.3
|
||||
lib/qt3/man/man3/qmimesource.3
|
||||
lib/qt3/man/man3/qmimesourcefactory.3
|
||||
lib/qt3/man/man3/qmotif.3
|
||||
lib/qt3/man/man3/qmotifdialog.3
|
||||
lib/qt3/man/man3/qmotifplusstyle.3
|
||||
lib/qt3/man/man3/qmotifstyle.3
|
||||
lib/qt3/man/man3/qmotifwidget.3
|
||||
lib/qt3/man/man3/qmousedriverfactory.3
|
||||
lib/qt3/man/man3/qmousedriverplugin.3
|
||||
lib/qt3/man/man3/qmouseevent.3
|
||||
lib/qt3/man/man3/qmoveevent.3
|
||||
lib/qt3/man/man3/qmovie.3
|
||||
lib/qt3/man/man3/qmutex.3
|
||||
lib/qt3/man/man3/qmutexlocker.3
|
||||
lib/qt3/man/man3/qnetworkoperation.3
|
||||
lib/qt3/man/man3/qnetworkprotocol.3
|
||||
lib/qt3/man/man3/qnpinstance.3
|
||||
lib/qt3/man/man3/qnplugin.3
|
||||
lib/qt3/man/man3/qnpstream.3
|
||||
lib/qt3/man/man3/qnpwidget.3
|
||||
lib/qt3/man/man3/qobject.3
|
||||
lib/qt3/man/man3/qobjectcleanuphandler.3
|
||||
lib/qt3/man/man3/qobjectlist.3
|
||||
lib/qt3/man/man3/qobjectlistit.3
|
||||
lib/qt3/man/man3/qpaintdevice.3
|
||||
lib/qt3/man/man3/qpaintdevicemetrics.3
|
||||
lib/qt3/man/man3/qpainter.3
|
||||
@ -1068,6 +1112,7 @@ lib/qt3/man/man3/qstyleoption.3
|
||||
lib/qt3/man/man3/qstyleplugin.3
|
||||
lib/qt3/man/man3/qstylesheet.3
|
||||
lib/qt3/man/man3/qstylesheetitem.3
|
||||
lib/qt3/man/man3/qsyntaxhighlighter.3
|
||||
lib/qt3/man/man3/qt.3
|
||||
lib/qt3/man/man3/qtab.3
|
||||
lib/qt3/man/man3/qtabbar.3
|
||||
@ -1128,6 +1173,7 @@ lib/qt3/man/man3/qwizard.3
|
||||
lib/qt3/man/man3/qwmatrix.3
|
||||
lib/qt3/man/man3/qworkspace.3
|
||||
lib/qt3/man/man3/qwsdecoration.3
|
||||
lib/qt3/man/man3/qwsinputmethod.3
|
||||
lib/qt3/man/man3/qwskeyboardhandler.3
|
||||
lib/qt3/man/man3/qwsmousehandler.3
|
||||
lib/qt3/man/man3/qwsserver.3
|
||||
@ -1146,7 +1192,6 @@ lib/qt3/man/man3/qxmlnamespacesupport.3
|
||||
lib/qt3/man/man3/qxmlparseexception.3
|
||||
lib/qt3/man/man3/qxmlreader.3
|
||||
lib/qt3/man/man3/qxmlsimplereader.3
|
||||
lib/qt3/man/man3/qxtapplication.3
|
||||
lib/qt3/man/man3/qxtwidget.3
|
||||
lib/qt3/plugins/designer/libcppeditor.so
|
||||
lib/qt3/plugins/designer/libdlgplugin.so
|
||||
@ -1159,6 +1204,8 @@ share/doc/qt3/LICENSE.GPL
|
||||
share/doc/qt3/README
|
||||
share/doc/qt3/README.QT
|
||||
share/doc/qt3/changes-3.${VERSION}
|
||||
share/doc/qt3/changes-3.${VERSION}-b1
|
||||
share/doc/qt3/changes-3.${VERSION}-b2
|
||||
%%SHARED%%
|
||||
@unexec rmdir 2>/dev/null %D/share/doc/qt3 || true
|
||||
@exec mkdir -p %D/lib/qt3/plugins/styles
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-examples,v 1.3 2002/10/26 11:45:52 espie Exp $
|
||||
@comment $OpenBSD: PLIST-examples,v 1.4 2002/11/23 18:52:22 espie Exp $
|
||||
lib/qt3/examples/Makefile
|
||||
lib/qt3/examples/README
|
||||
lib/qt3/examples/aclock/Makefile
|
||||
@ -160,7 +160,6 @@ lib/qt3/examples/demo/dnd/dnd.h
|
||||
lib/qt3/examples/demo/dnd/dndbase.ui
|
||||
lib/qt3/examples/demo/dnd/iconview.cpp
|
||||
lib/qt3/examples/demo/dnd/iconview.h
|
||||
lib/qt3/examples/demo/dnd/images.h
|
||||
lib/qt3/examples/demo/dnd/listview.cpp
|
||||
lib/qt3/examples/demo/dnd/listview.h
|
||||
lib/qt3/examples/demo/dnd/styledbutton.cpp
|
||||
@ -202,6 +201,7 @@ lib/qt3/examples/demo/opengl/glworkspace.cpp
|
||||
lib/qt3/examples/demo/opengl/glworkspace.h
|
||||
lib/qt3/examples/demo/opengl/nurbs.xpm
|
||||
lib/qt3/examples/demo/opengl/printpreview.ui
|
||||
lib/qt3/examples/demo/opengl/printpreview.ui.h
|
||||
lib/qt3/examples/demo/opengl/qtlogo.bmp
|
||||
lib/qt3/examples/demo/opengl/snapshot.xpm
|
||||
lib/qt3/examples/demo/opengl/texture.xpm
|
||||
@ -386,38 +386,40 @@ lib/qt3/examples/demo/qasteroids/view.cpp
|
||||
lib/qt3/examples/demo/qasteroids/view.h
|
||||
lib/qt3/examples/demo/qthumbwheel.cpp
|
||||
lib/qt3/examples/demo/qthumbwheel.h
|
||||
lib/qt3/examples/demo/sql/book.ui
|
||||
lib/qt3/examples/demo/sql/book.ui.h
|
||||
lib/qt3/examples/demo/sql/book.sql
|
||||
lib/qt3/examples/demo/sql/connect.ui
|
||||
lib/qt3/examples/demo/sql/connect.ui.h
|
||||
lib/qt3/examples/demo/sql/editbook.ui
|
||||
lib/qt3/examples/demo/sql/sqlex.ui
|
||||
lib/qt3/examples/demo/sql/sqlex.ui.h
|
||||
lib/qt3/examples/demo/textdrawing/back.xpm
|
||||
lib/qt3/examples/demo/textdrawing/bidi.txt
|
||||
lib/qt3/examples/demo/textdrawing/editcopy.xpm
|
||||
lib/qt3/examples/demo/textdrawing/editcut.xpm
|
||||
lib/qt3/examples/demo/textdrawing/editpaste.xpm
|
||||
lib/qt3/examples/demo/textdrawing/editredo.xpm
|
||||
lib/qt3/examples/demo/textdrawing/editundo.xpm
|
||||
lib/qt3/examples/demo/textdrawing/editcopy.png
|
||||
lib/qt3/examples/demo/textdrawing/editcut.png
|
||||
lib/qt3/examples/demo/textdrawing/editdelete.png
|
||||
lib/qt3/examples/demo/textdrawing/editlower.png
|
||||
lib/qt3/examples/demo/textdrawing/editpaste.png
|
||||
lib/qt3/examples/demo/textdrawing/editraise.png
|
||||
lib/qt3/examples/demo/textdrawing/example.html
|
||||
lib/qt3/examples/demo/textdrawing/filenew.xpm
|
||||
lib/qt3/examples/demo/textdrawing/fileopen.xpm
|
||||
lib/qt3/examples/demo/textdrawing/fileprint.xpm
|
||||
lib/qt3/examples/demo/textdrawing/filesave.xpm
|
||||
lib/qt3/examples/demo/textdrawing/forward.xpm
|
||||
lib/qt3/examples/demo/textdrawing/filenew.png
|
||||
lib/qt3/examples/demo/textdrawing/fileopen.png
|
||||
lib/qt3/examples/demo/textdrawing/filesave.png
|
||||
lib/qt3/examples/demo/textdrawing/help.png
|
||||
lib/qt3/examples/demo/textdrawing/helpwindow.cpp
|
||||
lib/qt3/examples/demo/textdrawing/helpwindow.h
|
||||
lib/qt3/examples/demo/textdrawing/home.xpm
|
||||
lib/qt3/examples/demo/textdrawing/textbold.xpm
|
||||
lib/qt3/examples/demo/textdrawing/textcenter.xpm
|
||||
lib/qt3/examples/demo/textdrawing/home.png
|
||||
lib/qt3/examples/demo/textdrawing/next.png
|
||||
lib/qt3/examples/demo/textdrawing/previous.png
|
||||
lib/qt3/examples/demo/textdrawing/print.png
|
||||
lib/qt3/examples/demo/textdrawing/redo.png
|
||||
lib/qt3/examples/demo/textdrawing/textbold.png
|
||||
lib/qt3/examples/demo/textdrawing/textcenter.png
|
||||
lib/qt3/examples/demo/textdrawing/textedit.cpp
|
||||
lib/qt3/examples/demo/textdrawing/textedit.h
|
||||
lib/qt3/examples/demo/textdrawing/textitalic.xpm
|
||||
lib/qt3/examples/demo/textdrawing/textjustify.xpm
|
||||
lib/qt3/examples/demo/textdrawing/textleft.xpm
|
||||
lib/qt3/examples/demo/textdrawing/textright.xpm
|
||||
lib/qt3/examples/demo/textdrawing/textunder.xpm
|
||||
lib/qt3/examples/demo/textdrawing/textitalic.png
|
||||
lib/qt3/examples/demo/textdrawing/textjustify.png
|
||||
lib/qt3/examples/demo/textdrawing/textleft.png
|
||||
lib/qt3/examples/demo/textdrawing/textright.png
|
||||
lib/qt3/examples/demo/textdrawing/textunderline.png
|
||||
lib/qt3/examples/demo/textdrawing/undo.png
|
||||
lib/qt3/examples/demo/translations/demo_de.qm
|
||||
lib/qt3/examples/demo/translations/demo_de.ts
|
||||
lib/qt3/examples/demo/translations/demo_fr.qm
|
||||
@ -464,6 +466,17 @@ lib/qt3/examples/drawlines/drawlines
|
||||
lib/qt3/examples/drawlines/drawlines.doc
|
||||
lib/qt3/examples/drawlines/drawlines.pro
|
||||
lib/qt3/examples/examples.pro
|
||||
lib/qt3/examples/extension/Makefile
|
||||
lib/qt3/examples/extension/dialogform.ui
|
||||
lib/qt3/examples/extension/dialogform.ui.h
|
||||
lib/qt3/examples/extension/extension
|
||||
lib/qt3/examples/extension/extension.doc
|
||||
lib/qt3/examples/extension/extension.pro
|
||||
lib/qt3/examples/extension/extension.ui
|
||||
lib/qt3/examples/extension/extension.ui.h
|
||||
lib/qt3/examples/extension/main.cpp
|
||||
lib/qt3/examples/extension/mainform.ui
|
||||
lib/qt3/examples/extension/mainform.ui.h
|
||||
lib/qt3/examples/fileiconview/Makefile
|
||||
lib/qt3/examples/fileiconview/fileiconview
|
||||
lib/qt3/examples/fileiconview/fileiconview.doc
|
||||
@ -631,18 +644,43 @@ lib/qt3/examples/network/clientserver/server/server.cpp
|
||||
lib/qt3/examples/network/clientserver/server/server.pro
|
||||
lib/qt3/examples/network/ftpclient/Makefile
|
||||
lib/qt3/examples/network/ftpclient/README
|
||||
lib/qt3/examples/network/ftpclient/connectdialog.ui
|
||||
lib/qt3/examples/network/ftpclient/ftpclient.doc
|
||||
lib/qt3/examples/network/ftpclient/ftpclient.pro
|
||||
lib/qt3/examples/network/ftpclient/ftpmainwindow.cpp
|
||||
lib/qt3/examples/network/ftpclient/ftpmainwindow.h
|
||||
lib/qt3/examples/network/ftpclient/ftpview.cpp
|
||||
lib/qt3/examples/network/ftpclient/ftpview.h
|
||||
lib/qt3/examples/network/ftpclient/ftpmainwindow.ui
|
||||
lib/qt3/examples/network/ftpclient/ftpmainwindow.ui.h
|
||||
lib/qt3/examples/network/ftpclient/ftpviewitem.cpp
|
||||
lib/qt3/examples/network/ftpclient/ftpviewitem.h
|
||||
lib/qt3/examples/network/ftpclient/images/file.png
|
||||
lib/qt3/examples/network/ftpclient/images/folder.png
|
||||
lib/qt3/examples/network/ftpclient/main.cpp
|
||||
lib/qt3/examples/network/httpd/Makefile
|
||||
lib/qt3/examples/network/httpd/README
|
||||
lib/qt3/examples/network/httpd/httpd.cpp
|
||||
lib/qt3/examples/network/httpd/httpd.doc
|
||||
lib/qt3/examples/network/httpd/httpd.pro
|
||||
lib/qt3/examples/network/infoprotocol/infoclient/Makefile
|
||||
lib/qt3/examples/network/infoprotocol/infoclient/client.cpp
|
||||
lib/qt3/examples/network/infoprotocol/infoclient/client.h
|
||||
lib/qt3/examples/network/infoprotocol/infoclient/clientbase.ui
|
||||
lib/qt3/examples/network/infoprotocol/infoclient/infoclient.pro
|
||||
lib/qt3/examples/network/infoprotocol/infoclient/main.cpp
|
||||
lib/qt3/examples/network/infoprotocol/infoserver/Makefile
|
||||
lib/qt3/examples/network/infoprotocol/infoserver/infodata.cpp
|
||||
lib/qt3/examples/network/infoprotocol/infoserver/infodata.h
|
||||
lib/qt3/examples/network/infoprotocol/infoserver/infoserver.pro
|
||||
lib/qt3/examples/network/infoprotocol/infoserver/main.cpp
|
||||
lib/qt3/examples/network/infoprotocol/infoserver/server.cpp
|
||||
lib/qt3/examples/network/infoprotocol/infoserver/server.h
|
||||
lib/qt3/examples/network/infoprotocol/infoserver/serverbase.ui
|
||||
lib/qt3/examples/network/infoprotocol/infourlclient/Makefile
|
||||
lib/qt3/examples/network/infoprotocol/infourlclient/client.cpp
|
||||
lib/qt3/examples/network/infoprotocol/infourlclient/client.h
|
||||
lib/qt3/examples/network/infoprotocol/infourlclient/clientbase.ui
|
||||
lib/qt3/examples/network/infoprotocol/infourlclient/infourlclient.pro
|
||||
lib/qt3/examples/network/infoprotocol/infourlclient/main.cpp
|
||||
lib/qt3/examples/network/infoprotocol/infourlclient/qip.cpp
|
||||
lib/qt3/examples/network/infoprotocol/infourlclient/qip.h
|
||||
lib/qt3/examples/network/mail/Makefile
|
||||
lib/qt3/examples/network/mail/composer.cpp
|
||||
lib/qt3/examples/network/mail/composer.h
|
||||
@ -660,6 +698,17 @@ lib/qt3/examples/network/networkprotocol/nntp.cpp
|
||||
lib/qt3/examples/network/networkprotocol/nntp.h
|
||||
lib/qt3/examples/network/networkprotocol/view.cpp
|
||||
lib/qt3/examples/network/networkprotocol/view.h
|
||||
lib/qt3/examples/network/remotecontrol/Makefile
|
||||
lib/qt3/examples/network/remotecontrol/ipcserver.cpp
|
||||
lib/qt3/examples/network/remotecontrol/ipcserver.h
|
||||
lib/qt3/examples/network/remotecontrol/main.cpp
|
||||
lib/qt3/examples/network/remotecontrol/maindialog.ui
|
||||
lib/qt3/examples/network/remotecontrol/remotecontrol.pro
|
||||
lib/qt3/examples/network/remotecontrol/remotectrl.ui
|
||||
lib/qt3/examples/network/remotecontrol/remotectrlimpl.cpp
|
||||
lib/qt3/examples/network/remotecontrol/remotectrlimpl.h
|
||||
lib/qt3/examples/network/remotecontrol/startup.cpp
|
||||
lib/qt3/examples/network/remotecontrol/startup.h
|
||||
lib/qt3/examples/opengl/box/Makefile
|
||||
lib/qt3/examples/opengl/box/README
|
||||
lib/qt3/examples/opengl/box/box.doc
|
||||
@ -867,6 +916,9 @@ lib/qt3/examples/splitter/splitter.cpp
|
||||
lib/qt3/examples/splitter/splitter.doc
|
||||
lib/qt3/examples/splitter/splitter.pro
|
||||
lib/qt3/examples/sql/Makefile
|
||||
lib/qt3/examples/sql/blob/Makefile
|
||||
lib/qt3/examples/sql/blob/blob.pro
|
||||
lib/qt3/examples/sql/blob/main.cpp
|
||||
lib/qt3/examples/sql/overview/Makefile
|
||||
lib/qt3/examples/sql/overview/basicbrowsing/Makefile
|
||||
lib/qt3/examples/sql/overview/basicbrowsing/README
|
||||
@ -894,10 +946,10 @@ lib/qt3/examples/sql/overview/custom1/Makefile
|
||||
lib/qt3/examples/sql/overview/custom1/custom1.pro
|
||||
lib/qt3/examples/sql/overview/custom1/main.cpp
|
||||
lib/qt3/examples/sql/overview/custom1/main.h
|
||||
lib/qt3/examples/sql/overview/del/Makefile
|
||||
lib/qt3/examples/sql/overview/del/README
|
||||
lib/qt3/examples/sql/overview/del/del.pro
|
||||
lib/qt3/examples/sql/overview/del/main.cpp
|
||||
lib/qt3/examples/sql/overview/delete/Makefile
|
||||
lib/qt3/examples/sql/overview/delete/README
|
||||
lib/qt3/examples/sql/overview/delete/delete.pro
|
||||
lib/qt3/examples/sql/overview/delete/main.cpp
|
||||
lib/qt3/examples/sql/overview/extract/Makefile
|
||||
lib/qt3/examples/sql/overview/extract/README
|
||||
lib/qt3/examples/sql/overview/extract/extract.pro
|
||||
@ -1094,11 +1146,6 @@ lib/qt3/examples/tooltip/tooltip.cpp
|
||||
lib/qt3/examples/tooltip/tooltip.doc
|
||||
lib/qt3/examples/tooltip/tooltip.h
|
||||
lib/qt3/examples/tooltip/tooltip.pro
|
||||
lib/qt3/examples/trayicon/Makefile
|
||||
lib/qt3/examples/trayicon/main.cpp
|
||||
lib/qt3/examples/trayicon/trayicon.cpp
|
||||
lib/qt3/examples/trayicon/trayicon.h
|
||||
lib/qt3/examples/trayicon/trayicon.pro
|
||||
lib/qt3/examples/tux/Makefile
|
||||
lib/qt3/examples/tux/tux
|
||||
lib/qt3/examples/tux/tux.cpp
|
||||
@ -1268,7 +1315,6 @@ lib/qt3/tutorial/tutorial.pro
|
||||
@dirrm lib/qt3/examples/wizard
|
||||
@dirrm lib/qt3/examples/widgets
|
||||
@dirrm lib/qt3/examples/tux
|
||||
@dirrm lib/qt3/examples/trayicon
|
||||
@dirrm lib/qt3/examples/tooltip
|
||||
@dirrm lib/qt3/examples/tictac
|
||||
@dirrm lib/qt3/examples/thread/semaphores
|
||||
@ -1304,7 +1350,7 @@ lib/qt3/tutorial/tutorial.pro
|
||||
@dirrm lib/qt3/examples/sql/overview/form2
|
||||
@dirrm lib/qt3/examples/sql/overview/form1
|
||||
@dirrm lib/qt3/examples/sql/overview/extract
|
||||
@dirrm lib/qt3/examples/sql/overview/del
|
||||
@dirrm lib/qt3/examples/sql/overview/delete
|
||||
@dirrm lib/qt3/examples/sql/overview/custom1
|
||||
@dirrm lib/qt3/examples/sql/overview/create_connections
|
||||
@dirrm lib/qt3/examples/sql/overview/connect1
|
||||
@ -1312,6 +1358,7 @@ lib/qt3/tutorial/tutorial.pro
|
||||
@dirrm lib/qt3/examples/sql/overview/basicbrowsing2
|
||||
@dirrm lib/qt3/examples/sql/overview/basicbrowsing
|
||||
@dirrm lib/qt3/examples/sql/overview
|
||||
@dirrm lib/qt3/examples/sql/blob
|
||||
@dirrm lib/qt3/examples/sql
|
||||
@dirrm lib/qt3/examples/splitter
|
||||
@dirrm lib/qt3/examples/sound/sounds
|
||||
@ -1343,9 +1390,15 @@ lib/qt3/tutorial/tutorial.pro
|
||||
@dirrm lib/qt3/examples/opengl/gear
|
||||
@dirrm lib/qt3/examples/opengl/box
|
||||
@dirrm lib/qt3/examples/opengl
|
||||
@dirrm lib/qt3/examples/network/remotecontrol
|
||||
@dirrm lib/qt3/examples/network/networkprotocol
|
||||
@dirrm lib/qt3/examples/network/mail
|
||||
@dirrm lib/qt3/examples/network/infoprotocol/infourlclient
|
||||
@dirrm lib/qt3/examples/network/infoprotocol/infoserver
|
||||
@dirrm lib/qt3/examples/network/infoprotocol/infoclient
|
||||
@dirrm lib/qt3/examples/network/infoprotocol
|
||||
@dirrm lib/qt3/examples/network/httpd
|
||||
@dirrm lib/qt3/examples/network/ftpclient/images
|
||||
@dirrm lib/qt3/examples/network/ftpclient
|
||||
@dirrm lib/qt3/examples/network/clientserver/server
|
||||
@dirrm lib/qt3/examples/network/clientserver/client
|
||||
@ -1370,6 +1423,7 @@ lib/qt3/tutorial/tutorial.pro
|
||||
@dirrm lib/qt3/examples/fonts/simple-qfont-demo
|
||||
@dirrm lib/qt3/examples/fonts
|
||||
@dirrm lib/qt3/examples/fileiconview
|
||||
@dirrm lib/qt3/examples/extension
|
||||
@dirrm lib/qt3/examples/drawlines
|
||||
@dirrm lib/qt3/examples/drawdemo
|
||||
@dirrm lib/qt3/examples/dragdrop
|
||||
|
@ -1,9 +1,12 @@
|
||||
@comment $OpenBSD: PLIST-html,v 1.5 2002/10/26 11:45:52 espie Exp $
|
||||
@comment $OpenBSD: PLIST-html,v 1.6 2002/11/23 18:52:23 espie Exp $
|
||||
share/doc/qt3/html/aboutqt.html
|
||||
share/doc/qt3/html/abstract-connections.png
|
||||
share/doc/qt3/html/abstractwidgets.html
|
||||
share/doc/qt3/html/accelerators.html
|
||||
share/doc/qt3/html/aclock-example.html
|
||||
share/doc/qt3/html/actiongroup.png
|
||||
share/doc/qt3/html/addmainwidg.png
|
||||
share/doc/qt3/html/addmenuitem.png
|
||||
share/doc/qt3/html/addressbook-example.html
|
||||
share/doc/qt3/html/advanced.html
|
||||
share/doc/qt3/html/annotated.html
|
||||
@ -14,7 +17,10 @@ share/doc/qt3/html/assistant-1.html
|
||||
share/doc/qt3/html/assistant-2.html
|
||||
share/doc/qt3/html/assistant-3.html
|
||||
share/doc/qt3/html/assistant-4.html
|
||||
share/doc/qt3/html/assistant-5.html
|
||||
share/doc/qt3/html/assistant-6.html
|
||||
share/doc/qt3/html/assistant.html
|
||||
share/doc/qt3/html/assistant.xml
|
||||
share/doc/qt3/html/basic.html
|
||||
share/doc/qt3/html/bearings.png
|
||||
share/doc/qt3/html/biff-example.html
|
||||
@ -26,6 +32,7 @@ share/doc/qt3/html/bughowto.html
|
||||
share/doc/qt3/html/buttongroup-m.png
|
||||
share/doc/qt3/html/buttongroup-w.png
|
||||
share/doc/qt3/html/buttongroups-example.html
|
||||
share/doc/qt3/html/buttons.png
|
||||
share/doc/qt3/html/buyhowto.html
|
||||
share/doc/qt3/html/callbacks.png
|
||||
share/doc/qt3/html/canvas-chart-example.html
|
||||
@ -56,8 +63,11 @@ share/doc/qt3/html/classchart.html
|
||||
share/doc/qt3/html/classes.html
|
||||
share/doc/qt3/html/clientserver-example.html
|
||||
share/doc/qt3/html/collection.html
|
||||
share/doc/qt3/html/coloriconv.png
|
||||
share/doc/qt3/html/colortable.png
|
||||
share/doc/qt3/html/commonproblems.html
|
||||
share/doc/qt3/html/concrete-connections.png
|
||||
share/doc/qt3/html/containers.png
|
||||
share/doc/qt3/html/coordsys.html
|
||||
share/doc/qt3/html/coordsys.png
|
||||
share/doc/qt3/html/credits.html
|
||||
@ -68,6 +78,7 @@ share/doc/qt3/html/customlayout.html
|
||||
share/doc/qt3/html/customstyles.html
|
||||
share/doc/qt3/html/database-connections.png
|
||||
share/doc/qt3/html/database.html
|
||||
share/doc/qt3/html/database.png
|
||||
share/doc/qt3/html/datastreamformat.html
|
||||
share/doc/qt3/html/datetimewidgets.png
|
||||
share/doc/qt3/html/dclock-example.html
|
||||
@ -80,6 +91,7 @@ share/doc/qt3/html/designer-manual-12.html
|
||||
share/doc/qt3/html/designer-manual-13.html
|
||||
share/doc/qt3/html/designer-manual-14.html
|
||||
share/doc/qt3/html/designer-manual-15.html
|
||||
share/doc/qt3/html/designer-manual-16.html
|
||||
share/doc/qt3/html/designer-manual-2.html
|
||||
share/doc/qt3/html/designer-manual-3.html
|
||||
share/doc/qt3/html/designer-manual-4.html
|
||||
@ -90,29 +102,54 @@ share/doc/qt3/html/designer-manual-8.html
|
||||
share/doc/qt3/html/designer-manual-9.html
|
||||
share/doc/qt3/html/designer-manual.html
|
||||
share/doc/qt3/html/designer.png
|
||||
share/doc/qt3/html/designer.xml
|
||||
share/doc/qt3/html/designer1.jpg
|
||||
share/doc/qt3/html/designer2.jpg
|
||||
share/doc/qt3/html/designer3.jpg
|
||||
share/doc/qt3/html/desktop-example.html
|
||||
share/doc/qt3/html/despreface.png
|
||||
share/doc/qt3/html/dialog1addwidg.png
|
||||
share/doc/qt3/html/dialog1layout1.png
|
||||
share/doc/qt3/html/dialog1layout2.png
|
||||
share/doc/qt3/html/dialog1selewidg.png
|
||||
share/doc/qt3/html/dialog1selewidg1.png
|
||||
share/doc/qt3/html/dialog1tab.png
|
||||
share/doc/qt3/html/dialog2laywidg.png
|
||||
share/doc/qt3/html/dialog2sample.png
|
||||
share/doc/qt3/html/dialog2setwidg.png
|
||||
share/doc/qt3/html/dialog3buttons.png
|
||||
share/doc/qt3/html/dialog3clipgrp.png
|
||||
share/doc/qt3/html/dialog3grpbox.png
|
||||
share/doc/qt3/html/dialog3layclip.png
|
||||
share/doc/qt3/html/dialog3layout.png
|
||||
share/doc/qt3/html/dialog3sample.png
|
||||
share/doc/qt3/html/dialogs.html
|
||||
share/doc/qt3/html/dirview-example.html
|
||||
share/doc/qt3/html/display.png
|
||||
share/doc/qt3/html/distributingqt.html
|
||||
share/doc/qt3/html/dnd.html
|
||||
share/doc/qt3/html/doc.png
|
||||
share/doc/qt3/html/doneandnext.png
|
||||
share/doc/qt3/html/dragaction.png
|
||||
share/doc/qt3/html/draganddrop.html
|
||||
share/doc/qt3/html/dragdrop-example.html
|
||||
share/doc/qt3/html/drawdemo-example.html
|
||||
share/doc/qt3/html/drawlines-example.html
|
||||
share/doc/qt3/html/edit-dbtable-dialog.png
|
||||
share/doc/qt3/html/editconn.png
|
||||
share/doc/qt3/html/editconn1.png
|
||||
share/doc/qt3/html/editconn2.png
|
||||
share/doc/qt3/html/editconn3.png
|
||||
share/doc/qt3/html/editcopy.png
|
||||
share/doc/qt3/html/editcut.png
|
||||
share/doc/qt3/html/editfind.png
|
||||
share/doc/qt3/html/editfunc.png
|
||||
share/doc/qt3/html/editions.html
|
||||
share/doc/qt3/html/editpaste.png
|
||||
share/doc/qt3/html/editredo.png
|
||||
share/doc/qt3/html/editundo.png
|
||||
share/doc/qt3/html/editvar.png
|
||||
share/doc/qt3/html/emb-accel.html
|
||||
share/doc/qt3/html/emb-casestudy.html
|
||||
share/doc/qt3/html/emb-charinput.html
|
||||
share/doc/qt3/html/emb-classes.html
|
||||
share/doc/qt3/html/emb-envvars.html
|
||||
@ -131,6 +168,7 @@ share/doc/qt3/html/environment.html
|
||||
share/doc/qt3/html/events.html
|
||||
share/doc/qt3/html/eventsandfilters.html
|
||||
share/doc/qt3/html/examples.html
|
||||
share/doc/qt3/html/extension-dialog-example.html
|
||||
share/doc/qt3/html/face.jpg
|
||||
share/doc/qt3/html/filechooser.png
|
||||
share/doc/qt3/html/fileiconview-example.html
|
||||
@ -140,6 +178,8 @@ share/doc/qt3/html/filesave.png
|
||||
share/doc/qt3/html/finddialog.png
|
||||
share/doc/qt3/html/focus.html
|
||||
share/doc/qt3/html/forever-example.html
|
||||
share/doc/qt3/html/formsettings.png
|
||||
share/doc/qt3/html/forwdec.png
|
||||
share/doc/qt3/html/frames.png
|
||||
share/doc/qt3/html/ftpclient-example.html
|
||||
share/doc/qt3/html/functions.html
|
||||
@ -147,14 +187,13 @@ share/doc/qt3/html/geomanagement.html
|
||||
share/doc/qt3/html/geometry.html
|
||||
share/doc/qt3/html/geometry.png
|
||||
share/doc/qt3/html/gpl.html
|
||||
share/doc/qt3/html/graph.g1n
|
||||
share/doc/qt3/html/grapher-nsplugin-example.html
|
||||
share/doc/qt3/html/graphics.html
|
||||
share/doc/qt3/html/gridlayout.png
|
||||
share/doc/qt3/html/groupbox-m.png
|
||||
share/doc/qt3/html/groupbox-w.png
|
||||
share/doc/qt3/html/groups.html
|
||||
share/doc/qt3/html/guibooks.html
|
||||
share/doc/qt3/html/headerfilesynonyms
|
||||
share/doc/qt3/html/headers.html
|
||||
share/doc/qt3/html/hello-example.html
|
||||
share/doc/qt3/html/helpsystem.html
|
||||
@ -170,14 +209,19 @@ share/doc/qt3/html/iconview-simple_dd-main-cpp.html
|
||||
share/doc/qt3/html/iconview-simple_dd-main-h.html
|
||||
share/doc/qt3/html/iconview.html
|
||||
share/doc/qt3/html/images.html
|
||||
share/doc/qt3/html/incimp.png
|
||||
share/doc/qt3/html/index
|
||||
share/doc/qt3/html/index.html
|
||||
share/doc/qt3/html/input.png
|
||||
share/doc/qt3/html/inputdialogs.png
|
||||
share/doc/qt3/html/install-win.html
|
||||
share/doc/qt3/html/install-x11.html
|
||||
share/doc/qt3/html/installation.html
|
||||
share/doc/qt3/html/io.html
|
||||
share/doc/qt3/html/keyfeatures30.html
|
||||
share/doc/qt3/html/laycoloriconv.png
|
||||
share/doc/qt3/html/laycolortable.png
|
||||
share/doc/qt3/html/laymainwidg.png
|
||||
share/doc/qt3/html/layout-example.html
|
||||
share/doc/qt3/html/layout.html
|
||||
share/doc/qt3/html/layout1.png
|
||||
@ -192,6 +236,7 @@ share/doc/qt3/html/linguist-manual-3.html
|
||||
share/doc/qt3/html/linguist-manual-4.html
|
||||
share/doc/qt3/html/linguist-manual.html
|
||||
share/doc/qt3/html/linguist.png
|
||||
share/doc/qt3/html/linguist.xml
|
||||
share/doc/qt3/html/listbox-example.html
|
||||
share/doc/qt3/html/listboxcombo-example.html
|
||||
share/doc/qt3/html/listviews-example.html
|
||||
@ -200,9 +245,6 @@ share/doc/qt3/html/mac-differences.html
|
||||
share/doc/qt3/html/mail-example.html
|
||||
share/doc/qt3/html/mailinglists.html
|
||||
share/doc/qt3/html/mainclasses.html
|
||||
share/doc/qt3/html/mainlyMotif-editor-example.html
|
||||
share/doc/qt3/html/mainlyQt-editor-example.html
|
||||
share/doc/qt3/html/mainlyXt-editor-example.html
|
||||
share/doc/qt3/html/mainwindow-m.png
|
||||
share/doc/qt3/html/mainwindow-w.png
|
||||
share/doc/qt3/html/makeqpf.html
|
||||
@ -213,19 +255,25 @@ share/doc/qt3/html/metaobjects.html
|
||||
share/doc/qt3/html/misc.html
|
||||
share/doc/qt3/html/moc.html
|
||||
share/doc/qt3/html/modules.html
|
||||
share/doc/qt3/html/motif-customwidget-example.html
|
||||
share/doc/qt3/html/motif-dialog-example.html
|
||||
share/doc/qt3/html/motif-examples.html
|
||||
share/doc/qt3/html/motif-extension.html
|
||||
share/doc/qt3/html/movies-example.html
|
||||
share/doc/qt3/html/multiclip.png
|
||||
share/doc/qt3/html/multimedia.html
|
||||
share/doc/qt3/html/mwwiz.png
|
||||
share/doc/qt3/html/mwwiz2.png
|
||||
share/doc/qt3/html/network-examples.html
|
||||
share/doc/qt3/html/network.html
|
||||
share/doc/qt3/html/networkprotocol-example.html
|
||||
share/doc/qt3/html/newfiledialog.png
|
||||
share/doc/qt3/html/newopendialog.png
|
||||
share/doc/qt3/html/next.png
|
||||
share/doc/qt3/html/nextunfinished.png
|
||||
share/doc/qt3/html/nsplugin-examples.html
|
||||
share/doc/qt3/html/nsplugin.html
|
||||
share/doc/qt3/html/object.html
|
||||
share/doc/qt3/html/objectmodel.html
|
||||
share/doc/qt3/html/objecttrees.html
|
||||
share/doc/qt3/html/objexplor.png
|
||||
share/doc/qt3/html/opengl-box-example.html
|
||||
share/doc/qt3/html/opengl-examples.html
|
||||
share/doc/qt3/html/opengl-gear-example.html
|
||||
@ -255,11 +303,14 @@ share/doc/qt3/html/popup-example.html
|
||||
share/doc/qt3/html/porting.html
|
||||
share/doc/qt3/html/porting2.html
|
||||
share/doc/qt3/html/prev.png
|
||||
share/doc/qt3/html/previewform.png
|
||||
share/doc/qt3/html/prevunfinished.png
|
||||
share/doc/qt3/html/primes.html
|
||||
share/doc/qt3/html/process-example.html
|
||||
share/doc/qt3/html/progress-example.html
|
||||
share/doc/qt3/html/progressbar-example.html
|
||||
share/doc/qt3/html/projset.png
|
||||
share/doc/qt3/html/propedit.png
|
||||
share/doc/qt3/html/properties.html
|
||||
share/doc/qt3/html/propertydocs
|
||||
share/doc/qt3/html/propertyindex
|
||||
@ -299,10 +350,18 @@ share/doc/qt3/html/qasciidict-members.html
|
||||
share/doc/qt3/html/qasciidict.html
|
||||
share/doc/qt3/html/qasciidictiterator-members.html
|
||||
share/doc/qt3/html/qasciidictiterator.html
|
||||
share/doc/qt3/html/qassistantclient-h.html
|
||||
share/doc/qt3/html/qassistantclient-members.html
|
||||
share/doc/qt3/html/qassistantclient.html
|
||||
share/doc/qt3/html/qasyncimageio-h.html
|
||||
share/doc/qt3/html/qasyncio-h.html
|
||||
share/doc/qt3/html/qasyncio-members.html
|
||||
share/doc/qt3/html/qasyncio.html
|
||||
share/doc/qt3/html/qbig5codec-h.html
|
||||
share/doc/qt3/html/qbig5codec-members.html
|
||||
share/doc/qt3/html/qbig5codec.html
|
||||
share/doc/qt3/html/qbig5hkscscodec-members.html
|
||||
share/doc/qt3/html/qbig5hkscscodec.html
|
||||
share/doc/qt3/html/qbitarray-h.html
|
||||
share/doc/qt3/html/qbitarray-members.html
|
||||
share/doc/qt3/html/qbitarray.html
|
||||
@ -437,39 +496,12 @@ share/doc/qt3/html/qcustomevent.html
|
||||
share/doc/qt3/html/qcustommenuitem-members.html
|
||||
share/doc/qt3/html/qcustommenuitem.html
|
||||
share/doc/qt3/html/qd-buttonstoolbuttons3.png
|
||||
share/doc/qt3/html/qd-chapdialog-previewing2.png
|
||||
share/doc/qt3/html/qd-chapdialog-signalsandslots.png
|
||||
share/doc/qt3/html/qd-chapdialog-taborder.png
|
||||
share/doc/qt3/html/qd-chapdialogs-addingwidgets.png
|
||||
share/doc/qt3/html/qd-chapdialogs-creatingmulticlipform3.png
|
||||
share/doc/qt3/html/qd-chapdialogs-creatingnewprojects.png
|
||||
share/doc/qt3/html/qd-chapdialogs-layoutwidgets-stepone-after.png
|
||||
share/doc/qt3/html/qd-chapdialogs-objectexplorer.png
|
||||
share/doc/qt3/html/qd-chapdialogs-propertyeditor.png
|
||||
share/doc/qt3/html/qd-chapmainwin-actioneditor1.png
|
||||
share/doc/qt3/html/qd-chapmainwin-actioneditor2.png
|
||||
share/doc/qt3/html/qd-chapmainwin-actiongroup.png
|
||||
share/doc/qt3/html/qd-chapmainwin-addtextedit.png
|
||||
share/doc/qt3/html/qd-chapmainwin-addwidg.png
|
||||
share/doc/qt3/html/qd-chapmainwin-alignactiongroup.png
|
||||
share/doc/qt3/html/qd-chapmainwin-connaction.png
|
||||
share/doc/qt3/html/qd-chapmainwin-connalign1.png
|
||||
share/doc/qt3/html/qd-chapmainwin-connfontsize.png
|
||||
share/doc/qt3/html/qd-chapmainwin-deleteaction.png
|
||||
share/doc/qt3/html/qd-chapmainwin-dragtomenu.png
|
||||
share/doc/qt3/html/qd-chapmainwin-dropinmenu1.png
|
||||
share/doc/qt3/html/qd-chapmainwin-mainwinwiz1.png
|
||||
share/doc/qt3/html/qd-chapmainwin-mainwinwiz2.png
|
||||
share/doc/qt3/html/qd-chapmainwin-mainwinwiz3.png
|
||||
share/doc/qt3/html/qd-chapmainwin-namemenu.png
|
||||
share/doc/qt3/html/qd-chapmainwin-previewing.png
|
||||
share/doc/qt3/html/qd-chapmainwin-propeditnewact.png
|
||||
share/doc/qt3/html/qd-chapmainwin-toolbaractiongroup1.png
|
||||
share/doc/qt3/html/qd-chapmainwin-toolbarhandle.png
|
||||
share/doc/qt3/html/qd-chapmainwin-toolbarhandle2.png
|
||||
share/doc/qt3/html/qd-chooseanimage.png
|
||||
share/doc/qt3/html/qd-chooseapixmap.png
|
||||
share/doc/qt3/html/qd-chooseimages.png
|
||||
share/doc/qt3/html/qd-colortool-name.png
|
||||
share/doc/qt3/html/qd-colortool1.png
|
||||
share/doc/qt3/html/qd-colortool2.png
|
||||
share/doc/qt3/html/qd-configmainfile.png
|
||||
share/doc/qt3/html/qd-containertoolbuttons3.png
|
||||
share/doc/qt3/html/qd-createtemplate.png
|
||||
@ -496,8 +528,6 @@ share/doc/qt3/html/qd-dataviewwzdpage4.png
|
||||
share/doc/qt3/html/qd-displaytoolbuttons3.png
|
||||
share/doc/qt3/html/qd-editclassvariables.png
|
||||
share/doc/qt3/html/qd-editcustwidsigtab.png
|
||||
share/doc/qt3/html/qd-editeditconnections.png
|
||||
share/doc/qt3/html/qd-editformsettings.png
|
||||
share/doc/qt3/html/qd-editforwarddeclarations.png
|
||||
share/doc/qt3/html/qd-editiconview.png
|
||||
share/doc/qt3/html/qd-editincludesindeclaration.png
|
||||
@ -509,7 +539,6 @@ share/doc/qt3/html/qd-editmenu1.png
|
||||
share/doc/qt3/html/qd-editpalettedialog.png
|
||||
share/doc/qt3/html/qd-editpreferencesc++.png
|
||||
share/doc/qt3/html/qd-editpreferencesgeneral.png
|
||||
share/doc/qt3/html/qd-editslots1.png
|
||||
share/doc/qt3/html/qd-edittablecolumns.png
|
||||
share/doc/qt3/html/qd-edittablerows.png
|
||||
share/doc/qt3/html/qd-edittoolbuttons3.png
|
||||
@ -526,12 +555,6 @@ share/doc/qt3/html/qd-finddirectorydialog.png
|
||||
share/doc/qt3/html/qd-helpmenu.png
|
||||
share/doc/qt3/html/qd-helptoolbuttons3.png
|
||||
share/doc/qt3/html/qd-inputtoolbuttons3.png
|
||||
share/doc/qt3/html/qd-layout2.1-twogroups.png
|
||||
share/doc/qt3/html/qd-layout2.2-layoutform.png
|
||||
share/doc/qt3/html/qd-layout3-groupedwidgets.png
|
||||
share/doc/qt3/html/qd-layout3-rubberband.png
|
||||
share/doc/qt3/html/qd-layout3.2-addspacer.png
|
||||
share/doc/qt3/html/qd-layout3.5-layoutform.png
|
||||
share/doc/qt3/html/qd-layoutmenu1.png
|
||||
share/doc/qt3/html/qd-layouttoolbuttons3.png
|
||||
share/doc/qt3/html/qd-mainwinwzd.png
|
||||
@ -546,7 +569,6 @@ share/doc/qt3/html/qd-projectimages.png
|
||||
share/doc/qt3/html/qd-projectmenu.png
|
||||
share/doc/qt3/html/qd-projectsettingsc++tabdialog.png
|
||||
share/doc/qt3/html/qd-projectsettingsdialog.png
|
||||
share/doc/qt3/html/qd-projectsettingsfilestabdialog.png
|
||||
share/doc/qt3/html/qd-propedsigtab.png
|
||||
share/doc/qt3/html/qd-propedwinproptab.png
|
||||
share/doc/qt3/html/qd-searchfindtextdialog.png
|
||||
@ -561,7 +583,6 @@ share/doc/qt3/html/qd-title.png
|
||||
share/doc/qt3/html/qd-toolsmenu.png
|
||||
share/doc/qt3/html/qd-toolstoolbuttons4.png
|
||||
share/doc/qt3/html/qd-tunepalettedialog.png
|
||||
share/doc/qt3/html/qd-viewconnections.png
|
||||
share/doc/qt3/html/qd-viewstoolbuttons5.png
|
||||
share/doc/qt3/html/qd-windowmenu1.png
|
||||
share/doc/qt3/html/qdatabrowser-h.html
|
||||
@ -592,6 +613,9 @@ share/doc/qt3/html/qdatetime.html
|
||||
share/doc/qt3/html/qdatetimeedit-h.html
|
||||
share/doc/qt3/html/qdatetimeedit-members.html
|
||||
share/doc/qt3/html/qdatetimeedit.html
|
||||
share/doc/qt3/html/qdeepcopy-h.html
|
||||
share/doc/qt3/html/qdeepcopy-members.html
|
||||
share/doc/qt3/html/qdeepcopy.html
|
||||
share/doc/qt3/html/qdesktopwidget-h.html
|
||||
share/doc/qt3/html/qdesktopwidget-members.html
|
||||
share/doc/qt3/html/qdesktopwidget.html
|
||||
@ -695,6 +719,9 @@ share/doc/qt3/html/qeuckrcodec.html
|
||||
share/doc/qt3/html/qevent-h.html
|
||||
share/doc/qt3/html/qevent-members.html
|
||||
share/doc/qt3/html/qevent.html
|
||||
share/doc/qt3/html/qeventloop-h.html
|
||||
share/doc/qt3/html/qeventloop-members.html
|
||||
share/doc/qt3/html/qeventloop.html
|
||||
share/doc/qt3/html/qfd-example.html
|
||||
share/doc/qt3/html/qfile-h.html
|
||||
share/doc/qt3/html/qfile-members.html
|
||||
@ -746,9 +773,17 @@ share/doc/qt3/html/qftp.html
|
||||
share/doc/qt3/html/qgb18030codec-h.html
|
||||
share/doc/qt3/html/qgb18030codec-members.html
|
||||
share/doc/qt3/html/qgb18030codec.html
|
||||
share/doc/qt3/html/qgb2312codec-members.html
|
||||
share/doc/qt3/html/qgb2312codec.html
|
||||
share/doc/qt3/html/qgbkcodec-members.html
|
||||
share/doc/qt3/html/qgbkcodec.html
|
||||
share/doc/qt3/html/qgfx_qws-h.html
|
||||
share/doc/qt3/html/qgfxdriverfactory-members.html
|
||||
share/doc/qt3/html/qgfxdriverfactory.html
|
||||
share/doc/qt3/html/qgfxdriverfactory_qws-h.html
|
||||
share/doc/qt3/html/qgfxdriverplugin-members.html
|
||||
share/doc/qt3/html/qgfxdriverplugin.html
|
||||
share/doc/qt3/html/qgfxdriverplugin_qws-h.html
|
||||
share/doc/qt3/html/qgl-h.html
|
||||
share/doc/qt3/html/qgl-members.html
|
||||
share/doc/qt3/html/qgl.html
|
||||
@ -814,10 +849,18 @@ share/doc/qt3/html/qhostaddress.html
|
||||
share/doc/qt3/html/qhttp-h.html
|
||||
share/doc/qt3/html/qhttp-members.html
|
||||
share/doc/qt3/html/qhttp.html
|
||||
share/doc/qt3/html/qhttpheader-members.html
|
||||
share/doc/qt3/html/qhttpheader.html
|
||||
share/doc/qt3/html/qhttprequestheader-members.html
|
||||
share/doc/qt3/html/qhttprequestheader.html
|
||||
share/doc/qt3/html/qhttpresponseheader-members.html
|
||||
share/doc/qt3/html/qhttpresponseheader.html
|
||||
share/doc/qt3/html/qicondrag-members.html
|
||||
share/doc/qt3/html/qicondrag.html
|
||||
share/doc/qt3/html/qicondragitem-members.html
|
||||
share/doc/qt3/html/qicondragitem.html
|
||||
share/doc/qt3/html/qiconfactory-members.html
|
||||
share/doc/qt3/html/qiconfactory.html
|
||||
share/doc/qt3/html/qiconset-h.html
|
||||
share/doc/qt3/html/qiconset-members.html
|
||||
share/doc/qt3/html/qiconset.html
|
||||
@ -871,6 +914,12 @@ share/doc/qt3/html/qiodevicesource.html
|
||||
share/doc/qt3/html/qjiscodec-h.html
|
||||
share/doc/qt3/html/qjiscodec-members.html
|
||||
share/doc/qt3/html/qjiscodec.html
|
||||
share/doc/qt3/html/qkbddriverfactory-members.html
|
||||
share/doc/qt3/html/qkbddriverfactory.html
|
||||
share/doc/qt3/html/qkbddriverfactory_qws-h.html
|
||||
share/doc/qt3/html/qkbddriverplugin-members.html
|
||||
share/doc/qt3/html/qkbddriverplugin.html
|
||||
share/doc/qt3/html/qkbddriverplugin_qws-h.html
|
||||
share/doc/qt3/html/qkeyboard_qws-h.html
|
||||
share/doc/qt3/html/qkeyevent-members.html
|
||||
share/doc/qt3/html/qkeyevent.html
|
||||
@ -930,7 +979,9 @@ share/doc/qt3/html/qlocalfs-members.html
|
||||
share/doc/qt3/html/qlocalfs.html
|
||||
share/doc/qt3/html/qlock-members.html
|
||||
share/doc/qt3/html/qlock.html
|
||||
share/doc/qt3/html/qlock_qws-h.html
|
||||
share/doc/qt3/html/qmacstyle-members.html
|
||||
share/doc/qt3/html/qmacstyle.html
|
||||
share/doc/qt3/html/qmacstyle_mac-h.html
|
||||
share/doc/qt3/html/qmag-example.html
|
||||
share/doc/qt3/html/qmainwindow-h.html
|
||||
share/doc/qt3/html/qmainwindow-m.png
|
||||
@ -946,6 +997,7 @@ share/doc/qt3/html/qmake-manual-5.html
|
||||
share/doc/qt3/html/qmake-manual-6.html
|
||||
share/doc/qt3/html/qmake-manual-7.html
|
||||
share/doc/qt3/html/qmake-manual.html
|
||||
share/doc/qt3/html/qmake.xml
|
||||
share/doc/qt3/html/qmap-h.html
|
||||
share/doc/qt3/html/qmap-members.html
|
||||
share/doc/qt3/html/qmap.html
|
||||
@ -982,12 +1034,28 @@ share/doc/qt3/html/qmimesourcefactory-members.html
|
||||
share/doc/qt3/html/qmimesourcefactory.html
|
||||
share/doc/qt3/html/qmlined-m.png
|
||||
share/doc/qt3/html/qmlined-w.png
|
||||
share/doc/qt3/html/qmotif-h.html
|
||||
share/doc/qt3/html/qmotif-members.html
|
||||
share/doc/qt3/html/qmotif.html
|
||||
share/doc/qt3/html/qmotifdialog-h.html
|
||||
share/doc/qt3/html/qmotifdialog-members.html
|
||||
share/doc/qt3/html/qmotifdialog.html
|
||||
share/doc/qt3/html/qmotifplusstyle-h.html
|
||||
share/doc/qt3/html/qmotifplusstyle-members.html
|
||||
share/doc/qt3/html/qmotifplusstyle.html
|
||||
share/doc/qt3/html/qmotifstyle-h.html
|
||||
share/doc/qt3/html/qmotifstyle-members.html
|
||||
share/doc/qt3/html/qmotifstyle.html
|
||||
share/doc/qt3/html/qmotifwidget-h.html
|
||||
share/doc/qt3/html/qmotifwidget-members.html
|
||||
share/doc/qt3/html/qmotifwidget.html
|
||||
share/doc/qt3/html/qmouse_qws-h.html
|
||||
share/doc/qt3/html/qmousedriverfactory-members.html
|
||||
share/doc/qt3/html/qmousedriverfactory.html
|
||||
share/doc/qt3/html/qmousedriverfactory_qws-h.html
|
||||
share/doc/qt3/html/qmousedriverplugin-members.html
|
||||
share/doc/qt3/html/qmousedriverplugin.html
|
||||
share/doc/qt3/html/qmousedriverplugin_qws-h.html
|
||||
share/doc/qt3/html/qmouseevent-members.html
|
||||
share/doc/qt3/html/qmouseevent.html
|
||||
share/doc/qt3/html/qmoveevent-members.html
|
||||
@ -1004,6 +1072,8 @@ share/doc/qt3/html/qmultilineedit.html
|
||||
share/doc/qt3/html/qmutex-h.html
|
||||
share/doc/qt3/html/qmutex-members.html
|
||||
share/doc/qt3/html/qmutex.html
|
||||
share/doc/qt3/html/qmutexlocker-members.html
|
||||
share/doc/qt3/html/qmutexlocker.html
|
||||
share/doc/qt3/html/qnamespace-h.html
|
||||
share/doc/qt3/html/qnetwork-h.html
|
||||
share/doc/qt3/html/qnetworkoperation-members.html
|
||||
@ -1011,15 +1081,6 @@ share/doc/qt3/html/qnetworkoperation.html
|
||||
share/doc/qt3/html/qnetworkprotocol-h.html
|
||||
share/doc/qt3/html/qnetworkprotocol-members.html
|
||||
share/doc/qt3/html/qnetworkprotocol.html
|
||||
share/doc/qt3/html/qnp-h.html
|
||||
share/doc/qt3/html/qnpinstance-members.html
|
||||
share/doc/qt3/html/qnpinstance.html
|
||||
share/doc/qt3/html/qnplugin-members.html
|
||||
share/doc/qt3/html/qnplugin.html
|
||||
share/doc/qt3/html/qnpstream-members.html
|
||||
share/doc/qt3/html/qnpstream.html
|
||||
share/doc/qt3/html/qnpwidget-members.html
|
||||
share/doc/qt3/html/qnpwidget.html
|
||||
share/doc/qt3/html/qobject-h.html
|
||||
share/doc/qt3/html/qobject-members.html
|
||||
share/doc/qt3/html/qobject.html
|
||||
@ -1029,8 +1090,6 @@ share/doc/qt3/html/qobjectcleanuphandler.html
|
||||
share/doc/qt3/html/qobjectlist-h.html
|
||||
share/doc/qt3/html/qobjectlist-members.html
|
||||
share/doc/qt3/html/qobjectlist.html
|
||||
share/doc/qt3/html/qobjectlistit-members.html
|
||||
share/doc/qt3/html/qobjectlistit.html
|
||||
share/doc/qt3/html/qpaintdevice-h.html
|
||||
share/doc/qt3/html/qpaintdevice-members.html
|
||||
share/doc/qt3/html/qpaintdevice.html
|
||||
@ -1147,6 +1206,13 @@ share/doc/qt3/html/qregion.html
|
||||
share/doc/qt3/html/qresizeevent-members.html
|
||||
share/doc/qt3/html/qresizeevent.html
|
||||
share/doc/qt3/html/qrtlcodec-h.html
|
||||
share/doc/qt3/html/qsaddlab.png
|
||||
share/doc/qt3/html/qsaddline.png
|
||||
share/doc/qt3/html/qsaddpush.png
|
||||
share/doc/qt3/html/qsaddspace.png
|
||||
share/doc/qt3/html/qsconnect1.png
|
||||
share/doc/qt3/html/qsconnect2.png
|
||||
share/doc/qt3/html/qsconnect3.png
|
||||
share/doc/qt3/html/qscrbar-m.png
|
||||
share/doc/qt3/html/qscrbar-w.png
|
||||
share/doc/qt3/html/qscreen-members.html
|
||||
@ -1162,6 +1228,8 @@ share/doc/qt3/html/qscrollview-vp.png
|
||||
share/doc/qt3/html/qscrollview-vp2.png
|
||||
share/doc/qt3/html/qscrollview-w.png
|
||||
share/doc/qt3/html/qscrollview.html
|
||||
share/doc/qt3/html/qsdialog.png
|
||||
share/doc/qt3/html/qseditwid.png
|
||||
share/doc/qt3/html/qsemaphore-h.html
|
||||
share/doc/qt3/html/qsemaphore-members.html
|
||||
share/doc/qt3/html/qsemaphore.html
|
||||
@ -1202,11 +1270,15 @@ share/doc/qt3/html/qsizepolicy.html
|
||||
share/doc/qt3/html/qsjiscodec-h.html
|
||||
share/doc/qt3/html/qsjiscodec-members.html
|
||||
share/doc/qt3/html/qsjiscodec.html
|
||||
share/doc/qt3/html/qslayout1.png
|
||||
share/doc/qt3/html/qslayout2.png
|
||||
share/doc/qt3/html/qslayout3.png
|
||||
share/doc/qt3/html/qslider-h.html
|
||||
share/doc/qt3/html/qslider-m.png
|
||||
share/doc/qt3/html/qslider-members.html
|
||||
share/doc/qt3/html/qslider-w.png
|
||||
share/doc/qt3/html/qslider.html
|
||||
share/doc/qt3/html/qsmetric.png
|
||||
share/doc/qt3/html/qsocket-h.html
|
||||
share/doc/qt3/html/qsocket-members.html
|
||||
share/doc/qt3/html/qsocket.html
|
||||
@ -1236,6 +1308,7 @@ share/doc/qt3/html/qsplitter-m.png
|
||||
share/doc/qt3/html/qsplitter-members.html
|
||||
share/doc/qt3/html/qsplitter-w.png
|
||||
share/doc/qt3/html/qsplitter.html
|
||||
share/doc/qt3/html/qsprojset.png
|
||||
share/doc/qt3/html/qsql-h.html
|
||||
share/doc/qt3/html/qsql-members.html
|
||||
share/doc/qt3/html/qsql.html
|
||||
@ -1282,6 +1355,7 @@ share/doc/qt3/html/qsqlrecordinfo.html
|
||||
share/doc/qt3/html/qsqlresult-h.html
|
||||
share/doc/qt3/html/qsqlresult-members.html
|
||||
share/doc/qt3/html/qsqlresult.html
|
||||
share/doc/qt3/html/qstab.png
|
||||
share/doc/qt3/html/qstack.html
|
||||
share/doc/qt3/html/qstatusbar-h.html
|
||||
share/doc/qt3/html/qstatusbar-m.png
|
||||
@ -1319,11 +1393,16 @@ share/doc/qt3/html/qstylesheet-members.html
|
||||
share/doc/qt3/html/qstylesheet.html
|
||||
share/doc/qt3/html/qstylesheetitem-members.html
|
||||
share/doc/qt3/html/qstylesheetitem.html
|
||||
share/doc/qt3/html/qsyntaxhighlighter-h.html
|
||||
share/doc/qt3/html/qsyntaxhighlighter-members.html
|
||||
share/doc/qt3/html/qsyntaxhighlighter.html
|
||||
share/doc/qt3/html/qt-colors.png
|
||||
share/doc/qt3/html/qt-members.html
|
||||
share/doc/qt3/html/qt-template-lib.html
|
||||
share/doc/qt3/html/qt.html
|
||||
share/doc/qt3/html/qt.xml
|
||||
share/doc/qt3/html/qt30-class-chart.png
|
||||
share/doc/qt3/html/qt31-class-chart.png
|
||||
share/doc/qt3/html/qtab-members.html
|
||||
share/doc/qt3/html/qtab.html
|
||||
share/doc/qt3/html/qtabbar-h.html
|
||||
@ -1387,7 +1466,6 @@ share/doc/qt3/html/qtextview.html
|
||||
share/doc/qt3/html/qthread-h.html
|
||||
share/doc/qt3/html/qthread-members.html
|
||||
share/doc/qt3/html/qthread.html
|
||||
share/doc/qt3/html/qtimage-nsplugin-example.html
|
||||
share/doc/qt3/html/qtime-members.html
|
||||
share/doc/qt3/html/qtime.html
|
||||
share/doc/qt3/html/qtimeedit-members.html
|
||||
@ -1515,9 +1593,10 @@ share/doc/qt3/html/qws.html
|
||||
share/doc/qt3/html/qwsdecoration-members.html
|
||||
share/doc/qt3/html/qwsdecoration.html
|
||||
share/doc/qt3/html/qwsdecoration_qws-h.html
|
||||
share/doc/qt3/html/qwsinputmethod-members.html
|
||||
share/doc/qt3/html/qwsinputmethod.html
|
||||
share/doc/qt3/html/qwskeyboardhandler-members.html
|
||||
share/doc/qt3/html/qwskeyboardhandler.html
|
||||
share/doc/qt3/html/qwsmouse_qws-h.html
|
||||
share/doc/qt3/html/qwsmousehandler-members.html
|
||||
share/doc/qt3/html/qwsmousehandler.html
|
||||
share/doc/qt3/html/qwsserver-members.html
|
||||
@ -1553,14 +1632,11 @@ share/doc/qt3/html/qxmlreader-members.html
|
||||
share/doc/qt3/html/qxmlreader.html
|
||||
share/doc/qt3/html/qxmlsimplereader-members.html
|
||||
share/doc/qt3/html/qxmlsimplereader.html
|
||||
share/doc/qt3/html/qxt-h.html
|
||||
share/doc/qt3/html/qxtapplication-members.html
|
||||
share/doc/qt3/html/qxtapplication.html
|
||||
share/doc/qt3/html/qxtwidget-h.html
|
||||
share/doc/qt3/html/qxtwidget-members.html
|
||||
share/doc/qt3/html/qxtwidget.html
|
||||
share/doc/qt3/html/rangecontrols-example.html
|
||||
share/doc/qt3/html/removed20.html
|
||||
share/doc/qt3/html/richedit-main.png
|
||||
share/doc/qt3/html/richtext-example.html
|
||||
share/doc/qt3/html/rintersect.png
|
||||
share/doc/qt3/html/rot-example.html
|
||||
@ -1597,7 +1673,7 @@ share/doc/qt3/html/sql-overview-connect1-main-cpp.html
|
||||
share/doc/qt3/html/sql-overview-create_connections-main-cpp.html
|
||||
share/doc/qt3/html/sql-overview-custom1-main-cpp.html
|
||||
share/doc/qt3/html/sql-overview-custom1-main-h.html
|
||||
share/doc/qt3/html/sql-overview-del-main-cpp.html
|
||||
share/doc/qt3/html/sql-overview-delete-main-cpp.html
|
||||
share/doc/qt3/html/sql-overview-extract-main-cpp.html
|
||||
share/doc/qt3/html/sql-overview-form1-main-cpp.html
|
||||
share/doc/qt3/html/sql-overview-form2-main-h.html
|
||||
@ -1708,10 +1784,11 @@ share/doc/qt3/html/timers.html
|
||||
share/doc/qt3/html/titleindex
|
||||
share/doc/qt3/html/toggleaction-example.html
|
||||
share/doc/qt3/html/toolbar.png
|
||||
share/doc/qt3/html/toolbarpits.png
|
||||
share/doc/qt3/html/toolbox.png
|
||||
share/doc/qt3/html/tools-list.html
|
||||
share/doc/qt3/html/tools.html
|
||||
share/doc/qt3/html/tooltip-example.html
|
||||
share/doc/qt3/html/trivial-nsplugin-example.html
|
||||
share/doc/qt3/html/troll.html
|
||||
share/doc/qt3/html/tt1_en.png
|
||||
share/doc/qt3/html/tt1_la.png
|
||||
@ -1758,6 +1835,8 @@ share/doc/qt3/html/unsmooth.png
|
||||
share/doc/qt3/html/validateaccelerators.png
|
||||
share/doc/qt3/html/validatephrases.png
|
||||
share/doc/qt3/html/validatepunctuation.png
|
||||
share/doc/qt3/html/vieweditconn.png
|
||||
share/doc/qt3/html/views.png
|
||||
share/doc/qt3/html/whatsthis
|
||||
share/doc/qt3/html/whatsthis.png
|
||||
share/doc/qt3/html/widgets-example.html
|
||||
@ -1767,13 +1846,12 @@ share/doc/qt3/html/wizard-wizard-cpp.html
|
||||
share/doc/qt3/html/wizard-wizard-h.html
|
||||
share/doc/qt3/html/workspace.html
|
||||
share/doc/qt3/html/xform-example.html
|
||||
share/doc/qt3/html/xform.png
|
||||
share/doc/qt3/html/xml-examples.html
|
||||
share/doc/qt3/html/xml-sax-features-walkthrough.html
|
||||
share/doc/qt3/html/xml-sax-walkthrough.html
|
||||
share/doc/qt3/html/xml-tools.html
|
||||
share/doc/qt3/html/xml.html
|
||||
share/doc/qt3/html/xt-motif-examples.html
|
||||
share/doc/qt3/html/xt.html
|
||||
share/doc/qt3/html/y2k.html
|
||||
@dirrm share/doc/qt3/html
|
||||
@unexec rmdir 2>/dev/null %D/share/doc/qt3 || true
|
||||
|
Loading…
Reference in New Issue
Block a user