diff options
Diffstat (limited to 'doc/how-to-learn-qt.doc')
-rw-r--r-- | doc/how-to-learn-qt.doc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/how-to-learn-qt.doc b/doc/how-to-learn-qt.doc index 1e01b7792..a8f93898f 100644 --- a/doc/how-to-learn-qt.doc +++ b/doc/how-to-learn-qt.doc @@ -4,7 +4,7 @@ ** ** Copyright (C) 2001-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: @@ -43,16 +43,16 @@ We assume that you already know C++! -The best way to learn Qt is to read the official Qt book, <a +The best way to learn TQt is to read the official TQt book, <a href="http://www.amazon.com/exec/obidos/ASIN/0131240722/trolltech/"> -C++ GUI Programming with Qt 3 (ISBN 0-13-124072-2)</a>. +C++ GUI Programming with TQt 3 (ISBN 0-13-124072-2)</a>. \if defined(commercial) \footnote Some of the book's examples make use of modules that are only -available in the Qt Enterprise Edition. +available in the TQt Enterprise Edition. \endfootnote \endif -This book provides comprehensive coverage of Qt programming all the +This book provides comprehensive coverage of TQt programming all the way from "Hello Qt" to advanced features like multithreading, 2D and 3D graphics, networking, and XML. @@ -65,7 +65,7 @@ it to arrive then here is our suggested learning programme. Read the \link http://www.trolltech.com/products/qt/whitepaper.html Qt Whitepaper\endlink first. This provides an overview of Qt's -facilities and has snippets of code which demonstrate the Qt approach +facilities and has snippets of code which demonstrate the TQt approach to programming. It gives you the 'big picture'. If you want to program purely in C++, designing your interfaces in @@ -83,10 +83,10 @@ the pure C++ Tutorials (\link tutorial.html Tutorial #1\endlink and \link tutorial2.html Tutorial #2\endlink) mentioned above. By now you'll have produced some small working applications and have a -broad feel for Qt programming. You could start work on your own +broad feel for TQt programming. You could start work on your own projects straight away, but we recommend reading a couple of key overviews to deepen your understanding of Qt: the \link -object.html Qt Object Model \endlink and \link signalsandslots.html +object.html TQt Object Model \endlink and \link signalsandslots.html Signals and Slots\endlink. At this point we recommend looking at the \link overviews-list.html @@ -105,8 +105,8 @@ you. The part of the documentation that you'll probably use the most is the \link index.html API Reference\endlink. Each link provides a different way of navigating the API Reference; try them all to see which work best for you. You might also like to try \link -assistant.book Qt Assistant\endlink: this tool is supplied with Qt and -provides access to the entire Qt API, and it provides a full text +assistant.book TQt Assistant\endlink: this tool is supplied with TQt and +provides access to the entire TQt API, and it provides a full text search facility. There are also a growing number of \link http://www.trolltech.com/developer/books.html Qt books\endlink. |