Automated update from Qt3

pull/1/head
Timothy Pearson 9 years ago
parent 891a448afa
commit dfb87398c7

@ -343,7 +343,7 @@
2004-08-11 YamaKen <yamaken@bp.iij4u.or.jp>
* plugins/src/inputmethods/xim/qximinputcontext_x11.cpp
- (language): Remove QLocale dependency to be compiled on Qt 3.2.x
- (language): Remove QLocale dependency to be compiled on TQt 3.2.x
or earlier
2004-08-11 YamaKen <yamaken@bp.iij4u.or.jp>
@ -1164,7 +1164,7 @@
2004-07-23 Kazuki Ohta <mover@hct.zaq.ne.jp>
* src/input/qsimpleinputcontext.cpp
- follow Qt coding rule
- follow TQt coding rule
- more valid capitalize case
2004-07-23 Kazuki Ohta <mover@hct.zaq.ne.jp>

42
FAQ

@ -11,8 +11,8 @@ Clara, California. Our flagship product is Qt, the multi-platform C++ GUI
toolkit.
Trolltech AS was founded in 1994, although the development of Qt
itself began in 1992. Since then, Qt has undergone continual expansion
and improvement. Qt is currently used in thousands of software
itself began in 1992. Since then, TQt has undergone continual expansion
and improvement. TQt is currently used in thousands of software
development projects world-wide.
@ -20,7 +20,7 @@ development projects world-wide.
Is there a graphical designer/dialog builder for Qt?
Yes, Qt Designer.
Yes, TQt Designer.
----------------------------------------------------------------------------
@ -50,10 +50,10 @@ Is the Reference Documentation available in PDF format?
Experimentally, yes.
We recommend using the HTML format documentation which is included in
the Qt source archive and is updated with every release, minor or
the TQt source archive and is updated with every release, minor or
major. You can browse from your local disk, you don't need to access
www.trolltech.com. Open the file qt/doc/html/index.html with your
favorite web browser, or run Qt Assistant. The PDF files are available
favorite web browser, or run TQt Assistant. The PDF files are available
from ftp://ftp.trolltech.com/qt/pdf/3.0
The PDF files are large, only updated with major version releases, and
their typesetting is experimental. We hope to improve the PDF
@ -63,7 +63,7 @@ typesetting in future, if there is sufficient demand for this format.
What kinds of license exist for Qt?
The Qt toolkit is available under two different licenses: The Professional
The TQt toolkit is available under two different licenses: The Professional
and Enterprise Editions for commercial use on all platforms, and the Open Source
Edition for developing open source or free software for the X11 platform.
@ -75,8 +75,8 @@ Open Source Edition of Qt?
You may write commercial/proprietary/non-free software only if you
have purchased the Professional or Enterprise Edition. The library
itself is the same. With the commercial editions, you also get
technical support and upgrades. A non-commercial edition of Qt for
Microsoft Windows is available. Qt for Mac OS X is only available as
technical support and upgrades. A non-commercial edition of TQt for
Microsoft Windows is available. TQt for Mac OS X is only available as
Professional and Enterprise Editions.
----------------------------------------------------------------------------
@ -98,14 +98,14 @@ promises that are not kept.
----------------------------------------------------------------------------
Are there any books about Qt programming?
Are there any books about TQt programming?
Yes, several. They are listed on
http://www.trolltech.com/developer/documentation/literature.html
----------------------------------------------------------------------------
Is there an evaluation version of Qt for Windows so I can try it out
Is there an evaluation version of TQt for Windows so I can try it out
before purchasing?
Yes, see details on
@ -124,9 +124,9 @@ get it?
The documentation generator we use is an internal tool. You might like
to investigate the Doxygen program, a free tool specifically designed
to be used for projects that make use of the Qt toolkit. Doxygen
to be used for projects that make use of the TQt toolkit. Doxygen
offers functionality very similar to our internal tool, and can link
to the Qt documentation. For more information about Doxygen, visit the
to the TQt documentation. For more information about Doxygen, visit the
Doxygen home page ( http://www.stack.nl/~dimitri/doxygen/ ). Note that
Doxygen is an independent project not supported by Trolltech.
@ -143,25 +143,25 @@ to produce, for example, so you may charge a copying fee.
----------------------------------------------------------------------------
Where can I find Qt Open Source Edition?
Where can I find TQt Open Source Edition?
The latest version of Qt Open Source Edition can be downloaded from
The latest version of TQt Open Source Edition can be downloaded from
http://www.trolltech.com or from ftp.trolltech.com, and a whole range of
ftp mirror sites around the world. Look for a mirror near you on the list
available under http://www.trolltech.com/dl/ We encourage all developers
of free Qt software to upload their work to ftp.trolltech.com.
of free TQt software to upload their work to ftp.trolltech.com.
----------------------------------------------------------------------------
I want to port Qt to a new platform. What do I do?
I want to port TQt to a new platform. What do I do?
If the new platform is POSIX-like and runs the X Window System, it's
simple. Read the file PORTING for details.
----------------------------------------------------------------------------
Can I make a Qt shared library and distribute it with my Linux
Can I make a TQt shared library and distribute it with my Linux
distribution?
Yes.
@ -171,16 +171,16 @@ Yes.
I found this obscure bug and I need it fixed, fast!
Qt Professional and Enterprise Editions includes a technical support
service. We try to support the developers using the Qt Open Source Edition
service. We try to support the developers using the TQt Open Source Edition
as well, and we take all bug reports seriously, no matter who they come
from. But, of course, when there's too much to do, and our customers
have highest priority.
----------------------------------------------------------------------------
How would you compare Qt with Java?
How would you compare TQt with Java?
We believe Qt to be a superiour solution for most development tasks,
We believe TQt to be a superiour solution for most development tasks,
not least for performance and portability reasons. Ref:
Qt vs. Java whitepaper by Matthias Kalle Dalheimer:
@ -189,7 +189,7 @@ ftp://ftp.trolltech.com/qt/pdf/qt-vs-java-whitepaper.pdf
A Java Critique by Peter Becker, including comparisons to Qt:
http://www.peterbecker.de/texts/javacritique.html
Why PGS selected Qt after trying Java:
Why PGS selected TQt after trying Java:
http://www.trolltech.com/products/success/pgs.html
----------------------------------------------------------------------------

@ -18,7 +18,7 @@ the directories where you choose to install Qt.
mv qt-x11-free-3.3.8 qt
The rest of this file assumes that Qt is installed in /usr/local/qt.
The rest of this file assumes that TQt is installed in /usr/local/qt.
2. Set some environment variables in the file .profile (or .login,
@ -26,9 +26,9 @@ the directories where you choose to install Qt.
file if it is not there already.
QTDIR - the directory in which you're building Qt
PATH - to locate the moc program and other Qt tools
MANPATH - to access the Qt man pages
LD_LIBRARY_PATH - for the shared Qt library
PATH - to locate the moc program and other TQt tools
MANPATH - to access the TQt man pages
LD_LIBRARY_PATH - for the shared TQt library
Note that under IRIX the additional LD_LIBRARYN32_PATH and
LD_LIBRARY64_PATH variables are used for specifying library
@ -61,7 +61,7 @@ the directories where you choose to install Qt.
message.
Note that the SGI MIPSpro o32 and Sun WorkShop 5.0 targets are no
longer supported as of Qt 3.3.
longer supported as of TQt 3.3.
3. Install your license file as $HOME/.qt-license.
For the free edition and evaluation version, you do not need a license
@ -70,14 +70,14 @@ the directories where you choose to install Qt.
4. Building.
This step compiles the Qt library, and builds the example programs,
the tutorial, and the tools (e.g. Qt Designer).
This step compiles the TQt library, and builds the example programs,
the tutorial, and the tools (e.g. TQt Designer).
Type:
./configure
This will configure the Qt library for your machine. Note that
This will configure the TQt library for your machine. Note that
GIF support is turned off by default. Run ./configure -help
to get a list of configuration options. Read PLATFORMS for a
list of supported platforms.
@ -96,7 +96,7 @@ the directories where you choose to install Qt.
At this point you have binaries created in $QTDIR (eg. $QTDIR/lib/
contains libqt.so). If, however, you would like to have your Qt
installed in a non-local installation you can run configure with
options splitting Qt into different areas for example:
options splitting TQt into different areas for example:
./configure -libdir /usr/local/lib -bindir /usr/local/bin -headerdir /usr/local/include/qt
@ -105,9 +105,9 @@ the directories where you choose to install Qt.
make install
This will install Qt onto your machine using the paths you've set.
This will install TQt onto your machine using the paths you've set.
(See ./configure -help for more information). If you choose to
install Qt like this, remember that you must set your
install TQt like this, remember that you must set your
LD_LIBRARY_PATH to match your -libdir and your QTDIR to your
-headerdir (as described in (2) above).
@ -130,4 +130,4 @@ the directories where you choose to install Qt.
That's all. Qt is now installed.
That's all. TQt is now installed.

@ -1,7 +1,7 @@
The Qt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA.
The TQt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA.
You may use, distribute and copy the Qt GUI Toolkit under the terms of
You may use, distribute and copy the TQt GUI Toolkit under the terms of
GNU General Public License version 2, which is displayed below.
-------------------------------------------------------------------------

@ -1,7 +1,7 @@
The Qt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA.
The TQt GUI Toolkit is Copyright (C) 1994-2008 Trolltech ASA.
You may use, distribute and copy the Qt GUI Toolkit under the terms of
You may use, distribute and copy the TQt GUI Toolkit under the terms of
GNU General Public License version 2, which is displayed below.
-------------------------------------------------------------------------

@ -1,19 +1,19 @@
README Getting started with Qt
INSTALL How to install Qt
PLATFORMS How to install Qt - platform notes
PLATFORMS How to install TQt - platform notes
changes-<ver> List of changes from the last version
LICENSE License statement
MANIFEST This file
Directories:
------------
bin Place for Qt executables (moc, uic, etc.)
bin Place for TQt executables (moc, uic, etc.)
config.tests Qt configuration system
doc Qt documentation in HTML and manpage format
examples Qt example programs
extensions Qt extensions (Browser Plugin, Xt/Motif support, etc.)
include Qt include files
lib Place for the Qt libraries
lib Place for the TQt libraries
mkspecs Platform/compiler configuration files
plugins Qt plugins
qmake Qt build system

@ -1,6 +1,6 @@
# -*- makefile -*-
#
# Main Makefile for building the Qt library, examples and tutorial.
# Main Makefile for building the TQt library, examples and tutorial.
SHELL=/bin/sh
@ -13,9 +13,9 @@ install: FORCE
all: symlinks src-qmake src-moc sub-src sub-tools sub-tutorial sub-examples
@echo
@echo "The Qt library is now built in ./lib"
@echo "The Qt examples are built in the directories in ./examples"
@echo "The Qt tutorials are built in the directories in ./tutorial"
@echo "The TQt library is now built in ./lib"
@echo "The TQt examples are built in the directories in ./examples"
@echo "The TQt tutorials are built in the directories in ./tutorial"
@echo
@echo "Enjoy! - the Trolltech team"
@echo
@ -110,7 +110,7 @@ confclean:
.qmake.cache:
@echo
@echo ' Qt must first be configured using the "configure" script.'
@echo ' TQt must first be configured using the "configure" script.'
@echo
@test ! /bin/true

@ -1,4 +1,4 @@
Before you build the Qt library and example programs, you must run the
Before you build the TQt library and example programs, you must run the
"configure" script to set the platform information and other build
settings. You can use the -platform option to specify the operating
system and compiler you are using.
@ -14,7 +14,7 @@ Supported platforms and compilers:
Compilation problems:
If you experience problems compiling Qt 3.x consult the platform
If you experience problems compiling TQt 3.x consult the platform
notes found at http://www.trolltech.com/developer/platforms/ where
we post workarounds and known issues as we become aware of them.

@ -1,11 +1,11 @@
This is Qt version 3.3.8
This is TQt version 3.3.8
Qt is a multiplatform C++ GUI application framework.
Qt 3.3 introduces new features and many improvements over the 3.2.x
series. See the changes file for details.
The Qt version 3.3 series is binary compatible with the 3.2.x series -
The TQt version 3.3 series is binary compatible with the 3.2.x series -
applications compiled for 3.2 will continue to run with 3.3.
For this release, the following platforms have been tested:
@ -40,7 +40,7 @@ tru64-g++
macx-g++
macx-pbuilder
If you want to use Qt 3 on an unsupported version of Unix, please
If you want to use TQt 3 on an unsupported version of Unix, please
contact us at qt-bugs@trolltech.com so that we can assist you.
@ -51,13 +51,13 @@ ftp.trolltech.com. For faster download times, use ftpsearch and search
for qt-x11-free-3.3.8 to find it on a mirror ftp site
near you.
Qt Professional Edition, Qt Enterprise Edition: Holders of valid
Qt Professional Edition, TQt Enterprise Edition: Holders of valid
licenses should have received an email with instructions on how to
get the new release. Contact sales@trolltech.com if you are a
Professional or Enterprise Edition licensee and have not received this
email.
Any problems encountered with Qt 3.3 should be reported to
Any problems encountered with TQt 3.3 should be reported to
qt-bugs@trolltech.com.
Qt is a trademark of Trolltech ASA.

@ -1,15 +1,15 @@
This software was developed with the Open Source Edition of Qt, the
cross-platform C++ graphical user interface toolkit.
Qt is a product of Trolltech (see http://www.trolltech.com). Qt is
Qt is a product of Trolltech (see http://www.trolltech.com). TQt is
released in two different editions:
- The Qt Open Source Edition, which may be used free of charge for
- The TQt Open Source Edition, which may be used free of charge for
developing free (non-proprietary) software on X11, embedded Linux,
and Mac OS X. This version is available for download from
http://www.trolltech.com/dl/ and is used by this program.
- The Qt Commercial Edition, which may be used to develop
- The TQt Commercial Edition, which may be used to develop
commercial/proprietary software on X11, Microsoft Windows, embedded
Linux, and Mac OS X. For pricing and availability of the Commercial
Edition, please see http://www.trolltech.com/pricing.html or contact

@ -3,16 +3,16 @@ immodule for Qt
* What is this?
immodule for Qt is a modular, extensible input method subsystem for
immodule for TQt is a modular, extensible input method subsystem for
Qt.
This project brings functionality similar to the immodule for GTK+
to the Qt library. The main goal of the project is to extend and
enhance the input method support in the Qt library, in order to
to the TQt library. The main goal of the project is to extend and
enhance the input method support in the TQt library, in order to
provide a modern and powerful multi-language input system. Our short
term goal is to make Qt (especially Qt/X11) "up-to-date" with other
term goal is to make TQt (especially Qt/X11) "up-to-date" with other
X11-based toolkits such as GTK+. We are also focusing on what the
input method API should be for future Qt versions.
input method API should be for future TQt versions.
See our webpage for further information.
@ -36,7 +36,7 @@ immodule for Qt
* How to install
After extract the Qt archive, perform following instructions
After extract the TQt archive, perform following instructions
cd qt-x11-free-3.3.3
patch -p0 < qt-x11-immodule-unified-qt3.3.3-20040910.diff
@ -46,11 +46,11 @@ immodule for Qt
Our patch provides following two configure options. Choose 'Binary
Compatible' for normal use.
Build Qt with 'Binary Compatible' immodule support (default)
Build TQt with 'Binary Compatible' immodule support (default)
configure -inputmethod
Build Qt without binary compatibility, but supports more advanced
Build TQt without binary compatibility, but supports more advanced
immodule extensions. It cannot be used with ordinary application
binaries (i.e. the option is for developers)

@ -1,7 +1,7 @@
#!/usr/bin/perl -w
# vi:wrap:
# See Qt I18N documentation for usage information.
# See TQt I18N documentation for usage information.
use POSIX qw(strftime);
@ -17,7 +17,7 @@ $scoped_mark = "qApp->translate";
$noop_scoped_mark = "QT_TRANSLATE_NOOP";
$header=
'# This is a Qt message file in .po format. Each msgid starts with
'# This is a TQt message file in .po format. Each msgid starts with
# a scope. This scope should *NOT* be translated - eg. translating
# from French to English, "Foo::Bar" would be translated to "Pub",
# not "Foo::Pub".

@ -1,9 +1,9 @@
#!/usr/bin/perl -pi.oldnames
#
# Perl script to change programs to use the longer header-file names
# introduced in Qt version 1.40. Note that Qt is distributed with
# introduced in TQt version 1.40. Note that TQt is distributed with
# compatilibity headers making this program unnecessary at present,
# but which may be discontinued in Qt 2.0.
# but which may be discontinued in TQt 2.0.
#
# This is version 1.0 of the conversion script.
#

@ -1,6 +1,6 @@
Qt 3.3.8 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.3.7, Qt 3.3.6, Qt 3.3.5, 3.3.4, Qt 3.3.3,
Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0.
compatibility (source and binary) with TQt 3.3.7, TQt 3.3.6, TQt 3.3.5, 3.3.4, TQt 3.3.3,
Qt 3.3.2, TQt 3.3.1 and TQt 3.3.0.
****************************************************************************
* General *
@ -187,7 +187,7 @@ Windows:
Mac OS X:
- Made the endian preprocessor define dependent on the architecture. This means
that it is possible to build a universal Qt library on one machine. However,
that it is possible to build a universal TQt library on one machine. However,
qmake_image_collection.cpp is still dependent upon the machine it was
generated on.
@ -237,18 +237,18 @@ X11:
- Fixed problem with applications hanging while querying the clipboard. This is
related to the KDE bug reported at http://bugs.kde.org/show_bug.cgi?id=80072.
- Fixed a crash that could occur when Qt uses a DirectColor visual.
- Fixed a crash that could occur when TQt uses a DirectColor visual.
- Fixed a rare crash in QPixmap::convertToImage() when XGetImage() fails.
- Fixed issue where events were not being processed by Qt when using the Qt
- Fixed issue where events were not being processed by TQt when using the Qt
Motif Extension.
- The X input method language status window is no longer shown for popup menus
on Solaris.
- Fixed incorrect use of colors when painting on the default (TrueColor) screen
when running a Qt application on a multi-screen display where the default
when running a TQt application on a multi-screen display where the default
screen uses a TrueColor visual and the secondary screen a PseudoColor visual.
- Fixed a bug where calling newPage() directly before destroying the QPrinter

@ -1,6 +1,6 @@
Qt 3.3.8b is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.3.b, Qt 3.3.7, Qt 3.3.6,
Qt 3.3.5, 3.3.4, Qt 3.3.3, Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0.
compatibility (source and binary) with TQt 3.3.b, TQt 3.3.7, TQt 3.3.6,
Qt 3.3.5, 3.3.4, TQt 3.3.3, TQt 3.3.2, TQt 3.3.1 and TQt 3.3.0.
****************************************************************************
* General *
@ -12,4 +12,4 @@ General Improvements
- Legal
* This version adds the GNU Public License version 3 as a
possible choice for licenses to the Open Source releases of Qt 3.
possible choice for licenses to the Open Source releases of TQt 3.

@ -1,6 +1,6 @@
Qt 3.3.8c is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.3.b, Qt 3.3.7, Qt 3.3.6,
Qt 3.3.5, 3.3.4, Qt 3.3.3, Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0.
compatibility (source and binary) with TQt 3.3.b, TQt 3.3.7, TQt 3.3.6,
Qt 3.3.5, 3.3.4, TQt 3.3.3, TQt 3.3.2, TQt 3.3.1 and TQt 3.3.0.
****************************************************************************
* General *

@ -1,6 +1,6 @@
Qt 3.3.8d is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.3.b, Qt 3.3.7, Qt 3.3.6,
Qt 3.3.5, 3.3.4, Qt 3.3.3, Qt 3.3.2, Qt 3.3.1 and Qt 3.3.0.
compatibility (source and binary) with TQt 3.3.b, TQt 3.3.7, TQt 3.3.6,
Qt 3.3.5, 3.3.4, TQt 3.3.3, TQt 3.3.2, TQt 3.3.1 and TQt 3.3.0.
****************************************************************************
* General *

@ -59,7 +59,7 @@ Build & Install
- Plugin directory has been changed from $QTDIR/plugins/input/ to
$QTDIR/plugins/inputmethods/. Delete old directory.
- Some codes have been changed to allow compiling against Qt 3.2.x or
- Some codes have been changed to allow compiling against TQt 3.2.x or
earlier.
@ -112,7 +112,7 @@ General
- 'dead keys' for latin languages have been added into Qt::Key
- Added plugins/src/inputmethods directory to build input method
plugins within the Qt source tree. The directory name 'inputmethods'
plugins within the TQt source tree. The directory name 'inputmethods'
is intended to be compatible with Qt/Embedded. Install directory
name is still kept as 'input' for backward compatibility
@ -133,7 +133,7 @@ General
originally written. See added comment to recognize the original
intention
- QLocale dependency has been removed to be compiled on Qt 3.2.x or
- QLocale dependency has been removed to be compiled on TQt 3.2.x or
earlier
- Many internal improvements and cleanups

@ -60,7 +60,7 @@ for L in $LIBS; do
if [ "x$F_REASON" = "xthreads" ]; then
echo
echo "WARNING: $FOUND_LIB is threaded!"
echo "The Qt OpenGL module requires Qt to be configured with -thread."
echo "The TQt OpenGL module requires TQt to be configured with -thread."
echo
else
[ "$VERBOSE" = "yes" ] && echo " Could not find $L lib anywhere in $LIBDIRS"

74
configure vendored

@ -1,7 +1,7 @@
#!/bin/sh
#
#
# Configures to build the Qt library
# Configures to build the TQt library
#
# Copyright (C) 1999-2008 Trolltech ASA. All rights reserved.
#
@ -91,7 +91,7 @@ QMAKE_VARS="$QMAKE_VARS \"kbd-drivers += tty\" \"mouse-drivers += pc\""
# initalize variables
#-------------------------------------------------------------------------------
# QTDIR may be set and point to an old or system-wide Qt installation
# QTDIR may be set and point to an old or system-wide TQt installation
unset QTDIR
# initalize internal variables
@ -783,7 +783,7 @@ while [ "$#" -gt 0 ]; do
fi
;;
imgfmt-*|style-*|sql-*|gfx-*|kbd-*|mouse-*)
# if Qt style options were used, $VAL can be "no", "qt", or "plugin"
# if TQt style options were used, $VAL can be "no", "qt", or "plugin"
# if autoconf style options were used, $VAL can be "yes" or "no"
[ "$VAL" = "yes" ] && VAL=qt
# now $VAL should be "no", "qt", or "plugin"... double-check
@ -1480,7 +1480,7 @@ fi
if [ $AUTOTHREAD = never ]; then
if [ "$CFG_THREAD" = "yes" ]; then
echo
echo "ERROR: Qt is not configured to support threading on this platform"
echo "ERROR: TQt is not configured to support threading on this platform"
echo " See the THREAD settings in $XQMAKESPEC/qmake.conf"
echo
exit 2
@ -1880,16 +1880,16 @@ Installation options:
(default PREFIX/include)
-plugindir dir ..... Plugins will be installed to dir
(default PREFIX/plugins)
-datadir dir ....... Data used by Qt programs will be installed to dir
-datadir dir ....... Data used by TQt programs will be installed to dir
(default PREFIX)
-translationdir dir Translations of Qt programs will be installed to dir
-translationdir dir Translations of TQt programs will be installed to dir
(default PREFIX/translations)
-sysconfdir dir ... Settings used by Qt programs will be looked for in dir
-sysconfdir dir ... Settings used by TQt programs will be looked for in dir
(default PREFIX/etc/settings)
You may use these options to turn on strict plugin loading.
-buildkey key ...... Build the Qt library and plugins using the specified
-buildkey key ...... Build the TQt library and plugins using the specified
key. When the library loads plugins, it will only
load those that have a matching key.
@ -1900,11 +1900,11 @@ Configure options:
plus simply denotes the default value. Here is a short explanation of each
option:
* -release ........... Compile and link Qt with debugging turned off.
-debug ............. Compile and link Qt with debugging turned on.
* -release ........... Compile and link TQt with debugging turned off.
-debug ............. Compile and link TQt with debugging turned on.
* -shared ............ Create and use a shared Qt library (libqt.so).
-static ............ Create and use a static Qt library (libqt.a).
* -shared ............ Create and use a shared TQt library (libqt.so).
-static ............ Create and use a static TQt library (libqt.a).
* -no-gif ............ Do not compile in GIF reading support.
-qt-gif ............ Compile in GIF reading support.
@ -1914,15 +1914,15 @@ Configure options:
-system-zlib ....... Use zlib from the operating system.
See http://www.gzip.org/zlib
-fast .............. Configure Qt quickly by generating Makefiles only for
-fast .............. Configure TQt quickly by generating Makefiles only for
library and subdirectory targets. All other Makefiles
are created as wrappers, which will in turn run qmake.
* -no-fast ........... Configure Qt normally by generating Makefiles for all
* -no-fast ........... Configure TQt normally by generating Makefiles for all
project files.
-no-exceptions ..... Disable exceptions on platforms that support it.
-version-script .... Use a version script when linking the Qt library.
-version-script .... Use a version script when linking the TQt library.
Internal symbols will be marked as local. Requires
a recent GNU binutils package.
@ -1945,7 +1945,7 @@ Configure options:
-disable-<module> ..... Disable <module> where module is one of:
[ $CFG_MODULES_AVAILABLE ]
-qt-sql-<driver> ...... Enable a SQL <driver> in the Qt Library, by default
-qt-sql-<driver> ...... Enable a SQL <driver> in the TQt Library, by default
none are turned on.
-plugin-sql-<driver> .. Enable SQL <driver> as a plugin to be linked to
at run time.
@ -1960,7 +1960,7 @@ Configure options:
By default none of the SQL drivers are built,
even if they are auto-detected.
-qt-style-<style> ..... Enable a GUI <style> in the Qt Library, by default
-qt-style-<style> ..... Enable a GUI <style> in the TQt Library, by default
all available styles are on.
-plugin-style-<style> . Enable GUI <style> as a plugin to be linked to
at run time.
@ -2152,8 +2152,8 @@ Qt/X11 only:
$XKN -no-xkb ............ Do not compile XKB (X KeyBoard extension) support.
$XKY -xkb ............... Compile XKB support.
* -no-dlopen-opengl .. Qt links against OpenGL libraries directly.
-dlopen-opengl ..... Qt uses dlopen(3) to resolve OpenGL functions
* -no-dlopen-opengl .. TQt links against OpenGL libraries directly.
-dlopen-opengl ..... TQt uses dlopen(3) to resolve OpenGL functions
(instead of linking with OpenGL libraries directly).
$IMN -no-inputmethod .... Do not compile immodule (extensible input method)
@ -2194,19 +2194,19 @@ Qt/Embedded only:
depths, from: 4, 8, 16, 24, and 32.
(8bpp is required by the VGA16 driver)
-qt-gfx-<driver> ... Enable a graphics <driver> in the Qt Library.
-qt-gfx-<driver> ... Enable a graphics <driver> in the TQt Library.
-plugin-gfx-<driver> Enable graphics <driver> as a plugin to be
linked to at run time.
-no-gfx-<driver> ... Disable graphics <driver> entirely.
Possible values for <driver>: [ $CFG_GFX_AVAILABLE ]
-qt-kbd-<driver> ... Enable a keyboard <driver> in the Qt Library.
-qt-kbd-<driver> ... Enable a keyboard <driver> in the TQt Library.
-no-kbd-<driver> ... Disable keyboard <driver> entirely.
Possible values for <driver>: [ sl5000 tty usb yopy vr41xx ]
-qt-mouse-<driver> . Enable a mouse <driver> in the Qt Library.
-qt-mouse-<driver> . Enable a mouse <driver> in the TQt Library.
-no-mouse-<driver> . Disable mouse <driver> entirely.
Possible values for <driver>: [ pc bus linuxtp yopy vr41xx ]
@ -2384,11 +2384,11 @@ fi
# find if the compiler supports enough of STL for our purposes
if [ $PLATFORM = "hpux-acc" -a "$CFG_STL" != "no" ]; then
echo
echo "As of aCC A.3.0.30 you may enable STL support in Qt by adding -AA"
echo "As of aCC A.3.0.30 you may enable STL support in TQt by adding -AA"
echo "to the QMAKE_CXXFLAGS and QMAKE_LFLAGS variables in"
echo "$XQMAKESPEC/qmake.conf"
echo "and re-running configure. Make sure to use the -AA compiler switch"
echo "in all your software projects using Qt as it turns on the new C++"
echo "in all your software projects using TQt as it turns on the new C++"
echo "Standard Library which is not binary compatible with the old one."
echo
fi
@ -2782,7 +2782,7 @@ fi
rm -f $outpath/include/ntqmodules.h.new
cat >$outpath/include/ntqmodules.h.new << EOF
/* These modules are present in this configuration of Qt */
/* These modules are present in this configuration of TQt */
EOF
for MODULE in $MODULES; do
if [ -d "$relpath/src/$MODULE" ]; then
@ -2833,7 +2833,7 @@ esac
# QMAKE_CONFIG can contain the following:
#
# Things that affect the Qt API/ABI:
# Things that affect the TQt API/ABI:
#
# Options:
# minimal-config small-config medium-config large-config full-config
@ -2849,7 +2849,7 @@ esac
#
# X11 : inputmethod-ext
#
# Things that do not affect the Qt API/ABI:
# Things that do not affect the TQt API/ABI:
# system-jpeg no-jpeg jpeg
# system-mng no-mng mng
# system-png no-png png
@ -2888,12 +2888,12 @@ for config_option in $QMAKE_CONFIG; do
;;
styles|tools|kernel|widgets|dialogs|iconview|workspace|inputmethod|network|canvas|table|xml|opengl|sql|stl)
# these config options affect the Qt API/ABI. they should influence
# these config options affect the TQt API/ABI. they should influence
# the generation of the buildkey, so we don't skip them
SKIP="no"
;;
*) # skip all other options since they don't affect the Qt API/ABI.
*) # skip all other options since they don't affect the TQt API/ABI.
;;
esac
@ -2924,7 +2924,7 @@ if [ -f .options ]; then
fi
rm -f .options
# QT_NO* defines affect the Qt API (and binary compatibility). they need
# QT_NO* defines affect the TQt API (and binary compatibility). they need
# to be included in the build key
for build_option in $D_FLAGS; do
case "$build_option" in
@ -3130,11 +3130,11 @@ g++*)
This target is using the GNU C++ compiler ($PLATFORM).
Recent versions of this compiler automatically include code for
exceptions, which increase both the size of the Qt library and the
exceptions, which increase both the size of the TQt library and the
amount of memory taken by your applications.
You may choose to re-run `basename $0` with the -no-exceptions
option to compile Qt without exceptions. This is completely binary
option to compile TQt without exceptions. This is completely binary
compatible, and existing applications should continue to work.
EOF
@ -3149,8 +3149,8 @@ cc*)
This target is using the MIPSpro C++ compiler ($PLATFORM).
You may choose to re-run `basename $0` with the -no-exceptions
option to compile Qt without exceptions. This will make the
size of the Qt library smaller and reduce the amount of memory
option to compile TQt without exceptions. This will make the
size of the TQt library smaller and reduce the amount of memory
taken by your applications.
EOF
@ -3380,7 +3380,7 @@ EOF
rm -f .projects.3
fi
fi
# don't sort Qt and MOC in with the other project files
# don't sort TQt and MOC in with the other project files
# also work around a segfaulting uniq(1)
if [ -f .sorted.projects.2 ]; then
sort .sorted.projects.2 > .sorted.projects.2.new
@ -3498,7 +3498,7 @@ EOF
done
rm -f .projects .projects.3
#Special Qt/Mac thing. We bootched permissions in Qt 3.3.0 beta 1.
#Special Qt/Mac thing. We bootched permissions in TQt 3.3.0 beta 1.
#This is probably the only easy place to detect and remove it ourselves
if [ "$PLATFORM_MAC" = "yes" ]; then
if [ -d /Library/Qt ]; then
@ -3534,6 +3534,6 @@ if [ `basename $0` != "config.status" ]; then
fi
echo
echo Qt is now configured for building. Just run $MAKE.
echo TQt is now configured for building. Just run $MAKE.
echo To reconfigure, run $MAKE confclean and configure.
echo

@ -4,7 +4,7 @@
**
** Copyright (C) 2005-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt GUI Toolkit.
** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
** and the KDE Free Qt Foundation.
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:

@ -6,14 +6,14 @@
Qt is a multiplatform C++ GUI toolkit created and maintained by\link
troll.html Trolltech\endlink. It provides application developers with
all the functionality needed to build applications with
state-of-the-art graphical user interfaces. Qt is fully
state-of-the-art graphical user interfaces. TQt is fully
object-oriented, easily extensible, and allows true component
programming. Read the \link
http://www.trolltech.com/products/qt/whitepaper.html
Whitepaper\endlink for a comprehensive technical overview.
Since its commercial introduction in early 1996, Qt has formed the
basis of many thousands of successful applications worldwide. Qt is
Since its commercial introduction in early 1996, TQt has formed the
basis of many thousands of successful applications worldwide. TQt is
also the basis of the popular \link http://www.kde.org/ KDE \endlink
Linux desktop environment, a standard component of all major Linux
distributions. See our \link http://www.trolltech.com/success/
@ -32,7 +32,7 @@ Qt is supported on the following platforms:
Qt is released in different editions:
\list
\i The \link commercialeditions.html <b>Qt Enterprise
\i The \link commercialeditions.html <b>TQt Enterprise
Edition\endlink</b> and the \link commercialeditions.html <b>Qt
Professional Edition\endlink</b> provide for commercial software
development. They permit traditional commercial software distribution
@ -46,7 +46,7 @@ Edition.
\endlist
\list
\i The \link opensourceedition.html <b>Qt Open Source Edition\endlink</b> is
\i The \link opensourceedition.html <b>TQt Open Source Edition\endlink</b> is
available for Unix/X11, Macintosh and Embedded Linux. The Open Source Edition
is for the development of \e {Free and Open
Source software} only. It is provided free of charge under the terms

@ -4,7 +4,7 @@
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt GUI Toolkit.
** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
** and the KDE Free Qt Foundation.
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:

@ -4,7 +4,7 @@
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt GUI Toolkit.
** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
** and the KDE Free Qt Foundation.
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:

@ -1,10 +1,10 @@
/****************************************************************************
**
** Qt Application Icon Usage Documentation.
** TQt Application Icon Usage Documentation.
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt GUI Toolkit.
** This file is part of the TQt GUI Toolkit.
** EDITIONS: FREE, PROFESSIONAL, ENTERPRISE
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE

@ -4,7 +4,7 @@
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt GUI Toolkit.
** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
** and the KDE Free Qt Foundation.
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
@ -129,7 +129,7 @@ compile them into the binary. This is what we are doing here.
\printline ApplicationWindow::ApplicationWindow
\printuntil {
\e ApplicationWindow inherits QMainWindow, the Qt class that provides
\e ApplicationWindow inherits QMainWindow, the TQt class that provides
typical application main windows, with menu bars, toolbars, etc.
\printuntil QPrinter
@ -285,7 +285,7 @@ destructor.
The only thing an \e ApplicationWindow widget needs to do in its
destructor is to delete the printer it created. All other objects are
child widgets, which Qt will delete when appropriate.
child widgets, which TQt will delete when appropriate.
Now our task is to implement all the slots mentioned in the header file
and used in the constructor.
@ -425,7 +425,7 @@ Last but not least we implement the slots used by the help menu entries.
These two slots use ready-made "about" functions to provide some
information about this program and the GUI toolkit it uses. (Although you
don't need to provide an About Qt in your programs, if you use Qt for free
don't need to provide an About TQt in your programs, if you use TQt for free
we would appreciate it if you tell people what you're using.)
That was all we needed to write a complete, almost useful application with

@ -4,7 +4,7 @@
**
** Copyright (C) 2000-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt GUI Toolkit.
** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
** and the KDE Free Qt Foundation.
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
@ -42,7 +42,7 @@
\title Canvas Module
\if defined(commercial)
This module is part of the \link commercialeditions.html Qt Enterprise Edition
This module is part of the \link commercialeditions.html TQt Enterprise Edition
\endlink.
\endif

@ -4,7 +4,7 @@
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt GUI Toolkit.
** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
** and the KDE Free Qt Foundation.
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
@ -39,20 +39,20 @@
/*!
\page keyfeatures30.html
\title Key Features in Qt 3.0
\title Key Features in TQt 3.0
Qt 3.0 adds a lot of new features and improvements over the Qt 2.x
Qt 3.0 adds a lot of new features and improvements over the TQt 2.x
series. Some internals have undergone major redesign and new classes
and methods have been added.
We have tried to keep the API of Qt 3.0 as compatible as possible with
the Qt 2.x series. For most applications only minor changes will be
needed to compile and run them successfully using Qt 3.0.
We have tried to keep the API of TQt 3.0 as compatible as possible with
the TQt 2.x series. For most applications only minor changes will be
needed to compile and run them successfully using TQt 3.0.
One of the major new features that has been added in the 3.0 release
is a module allowing you to easily work with databases. The API is
platform independent and database neutral. This module is seamlessly
integrated into Qt Designer, greatly simplifying the process of
integrated into TQt Designer, greatly simplifying the process of
building database applications and using data aware widgets.
\omit
@ -61,12 +61,12 @@ to build cross platform components, 'plugins' with Qt.
\endomit
Other major new features include a plugin architecture. You can use
your own and third party plugins your own applications.
The Unicode support of Qt 2.x has been greatly enhanced, it now
The Unicode support of TQt 2.x has been greatly enhanced, it now
includes full support for scripts written from right to left (e.g.
Arabic and Hebrew) and also provides improved support for Asian
languages.
Many new classes have been added to the Qt Library. Amongst them are
Many new classes have been added to the TQt Library. Amongst them are
classes that provide a docking architecture
(\l{QDockArea}/\l{QDockWindow}), a powerful rich text editor
(QTextEdit), a class to store and access application settings
@ -74,36 +74,36 @@ classes that provide a docking architecture
(QProcess).
Apart from the changes in the library itself a lot has been done to
make the development of Qt applications with Qt 3.0 even easier than
before. Two new applications have been added: Qt Linguist is a tool to
make the development of TQt applications with TQt 3.0 even easier than
before. Two new applications have been added: TQt Linguist is a tool to
help you translate your application into different languages; Qt
Assistant is an easy to use help browser for the Qt documentation that
Assistant is an easy to use help browser for the TQt documentation that
supports bookmarks and can search by keyword.
Another change concerns the Qt build system, which has been reworked
to make it a lot easier to port Qt to new platforms. You can use this
Another change concerns the TQt build system, which has been reworked
to make it a lot easier to port TQt to new platforms. You can use this
platform independent build system for your own applications.
\section1 The Qt Library
\section1 The TQt Library
A large number of new features has been added to Qt 3.0. The following
A large number of new features has been added to TQt 3.0. The following
list gives an overview of the most important new and changed aspects
of the Qt library. A full list of every new method follows the
of the TQt library. A full list of every new method follows the
overview.
\section2 Database support
One of the major new features in Qt 3.0 is the \link sql.html SQL
One of the major new features in TQt 3.0 is the \link sql.html SQL
module\endlink that provides multiplatform access to SQL databases,
making database application programming with Qt seamless and portable.
making database application programming with TQt seamless and portable.
The API, built with standard SQL, is database-neutral and software
development is independent of the underlying database.
A collection of tightly focused C++ classes are provided to give the
programmer direct access to SQL databases. Developers can send raw SQL
to the database server or have the Qt SQL classes generate SQL queries
to the database server or have the TQt SQL classes generate SQL queries
automatically. Drivers for Oracle, PostgreSQL, MySQL and ODBC are
available and writing new drivers is straightforward.
@ -119,9 +119,9 @@ making it easy for developers to include their own data validation and
auditing code.
Qt Designer fully supports Qt's SQL module. All SQL widgets can be
laid out within Qt Designer, and relationships can be established
laid out within TQt Designer, and relationships can be established
between controls visually. Many interactions can be defined purely in
terms of Qt's signals/slots mechanism directly in Qt Designer.
terms of Qt's signals/slots mechanism directly in TQt Designer.
\omit
\section2 Component model - plugins
@ -129,11 +129,11 @@ terms of Qt's signals/slots mechanism directly in Qt Designer.
The QLibrary class provides a platform independent wrapper for runtime
loading of shared libraries. Access to the shared libraries uses a
COM-like interface. QPluginManager makes it trivial to implement
plugin support in applications. The Qt library is able to load
plugin support in applications. The TQt library is able to load
additional styles, database drivers and text codecs from plugins which
implement the relevant interfaces, e.g. QStyleFactoryInterface,
QSqlDriverInterface or QTextCodecInterface. It is possible to remove
unused components from the Qt library, and easy to extend any
unused components from the TQt library, and easy to extend any
application with 3rd party styles, database drivers or text codecs.
Qt Designer supports custom widgets in plugins, and will use the
@ -147,7 +147,7 @@ component.
The QLibrary class provides a platform independent wrapper for runtime
loading of shared libraries. QPluginManager makes it trivial to implement
plugin support in applications. The Qt library is able to load
plugin support in applications. The TQt library is able to load
additional styles, database drivers and text codecs from plugins.
Qt Designer supports custom widgets in plugins, and will use the
@ -158,7 +158,7 @@ See the \link plugins-howto.html plugins documentation\endlink.
\section2 Rich text engine and editor
The rich text engine originally introduced in Qt 2.0 has been further
The rich text engine originally introduced in TQt 2.0 has been further
optimized and extended to support editing. It allows editing formatted
text with different fonts, colors, paragraph styles, tables and
images. The editor supports different word wrap modes, command-based
@ -169,7 +169,7 @@ and displaying large documents quickly and efficiently.
\section2 Unicode
Apart from the rich text engine, another new feature of Qt 3.0 that
Apart from the rich text engine, another new feature of TQt 3.0 that
relates to text handling is the greatly improved Unicode support. Qt
3.0 includes an implementation of the bidirectional algorithm (BiDi)
as defined in the Unicode standard and a shaping engine for Arabic,
@ -177,13 +177,13 @@ which gives full native language support to Arabic and Hebrew speaking
people. At the same time the support for Asian languages has been
greatly enhanced.
The support is almost transparent for the developer using Qt to
The support is almost transparent for the developer using TQt to
develop their applications. This means that developers who developed
applications using Qt 2.x will automatically gain the full support for
these languages when switching to Qt 3.0. Developers can rely on their
applications using TQt 2.x will automatically gain the full support for
these languages when switching to TQt 3.0. Developers can rely on their
application to work for people using writing systems different from
Latin1, without having to worry about the complexities involved with
these scripts, as Qt takes care of this automatically.
these scripts, as TQt takes care of this automatically.
\section2 Docked and Floating Windows
@ -200,7 +200,7 @@ their own right. Dock windows can also be minimized or hidden.
For developers, dock windows behave just like ordinary widgets. QToolbar
for example is now a specialized subclass of a dock window. The API
of QMainWindow and QToolBar is source compatible with Qt 2.x, so
of QMainWindow and QToolBar is source compatible with TQt 2.x, so
existing code which uses these classes will continue to work.
@ -208,7 +208,7 @@ existing code which uses these classes will continue to work.
Qt has always provided regular expression support, but that support
was pretty much limited to what was required in common GUI control
elements such as file dialogs. Qt 3.0 introduces a new regular
elements such as file dialogs. TQt 3.0 introduces a new regular
expression engine, QRegExp, that supports most of Perl's regex
features and is Unicode based. The most useful additions are support
for parentheses (capturing and non-capturing) and backreferences.
@ -220,7 +220,7 @@ Most programs will need to store some settings between runs, for
example, user selected fonts, colors and other preferences, or a list
of recently used files. The new QSettings class provides a platform
independent way to achieve this goal. The API makes it easy to store
and retrieve most of the basic data types used in Qt (such as basic
and retrieve most of the basic data types used in TQt (such as basic
C++ types, strings, lists, colors, etc). The class uses the registry
on the Windows platform and traditional resource files on Unix.
@ -228,7 +228,7 @@ on the Windows platform and traditional resource files on Unix.
\section2 Creating and controlling other processes
QProcess is a class that allows you to start other programs from
within a Qt application in a platform independent manner. It gives you
within a TQt application in a platform independent manner. It gives you
full control over the started program, for example you can redirect
the input and output of console applications.
@ -236,9 +236,9 @@ the input and output of console applications.
\section2 Accessibility
Accessibility means making software usable and accessible to a wide
range of users, including those with disabilities. In Qt 3.0, most
range of users, including those with disabilities. In TQt 3.0, most
widgets provide accessibility information for assistive tools that can
be used by a wide range of disabled users. Qt standard widgets like
be used by a wide range of disabled users. TQt standard widgets like
buttons or range controls are fully supported. Support for complex
widgets, like e.g. QListView, is in development. Existing applications
that make use of standard widgets will become accessible just by using
@ -246,15 +246,15 @@ Qt 3.0.
Qt uses the Active Accessibility infrastructure on Windows, and needs
the MSAA SDK, which is part of most platform SDKs. With improving
standardization of accessibility on other platforms, Qt will support
standardization of accessibility on other platforms, TQt will support
assistive technologies on other systems, too.
\section2 XML Improvements
The XML framework introduced in Qt 2.2 has been vastly improved. Qt
The XML framework introduced in TQt 2.2 has been vastly improved. Qt
2.2 already supported level 1 of the Document Object Model (DOM), a
W3C standard for accessing and modifying XML documents. Qt 3.0 has
W3C standard for accessing and modifying XML documents. TQt 3.0 has
added support for DOM Level 2 and XML namespaces.
The XML parser has been extended to allow incremental parsing of XML
@ -268,7 +268,7 @@ stage.
\section2 SVG support
SVG is a W3C standard for "Scalable Vector Graphics". Qt 3.0's XML
SVG is a W3C standard for "Scalable Vector Graphics". TQt 3.0's XML
support means that QPicture can optionally generate and import static
SVG documents. All the SVG features that have an equivalent in
QPainter are supported.
@ -277,7 +277,7 @@ QPainter are supported.
\section2 Multihead support
Many professional applications, such as DTP and CAD software, are able
to display data on two or more monitors. In Qt 3.0 the QDesktopWidget
to display data on two or more monitors. In TQt 3.0 the QDesktopWidget
class provides the application with runtime information about the
number and geometry of the desktops on the different monitors and such
allows applications to efficiently use a multi-monitor setup.
@ -316,10 +316,10 @@ process. This makes WYSIWYG printing trivial, and also allows you to
take full advantage of the high resolution of a printer when painting
on it.