diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/abouttqt.doc | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/abouttqt.doc')
-rw-r--r-- | doc/abouttqt.doc | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/abouttqt.doc b/doc/abouttqt.doc new file mode 100644 index 000000000..a78e7e01e --- /dev/null +++ b/doc/abouttqt.doc @@ -0,0 +1,42 @@ +/*! +\page abouttqt.html + +\title About Qt + +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. 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, 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/ +Customer Success Stories\endlink for some examples of commercial Qt +development. + + +Qt is supported on the following platforms: +\list + \i <b>MS/Windows</b> -- 95, 98, NT 4.0, ME, 2000, and XP + \i <b>Unix/X11</b> -- Linux, Sun Solaris, HP-UX, Compaq Tru64 UNIX, + IBM AIX, SGI IRIX and a wide range of others + \i <b>Macintosh</b> -- Mac OS X +\endlist + +Qt is released in following edition(s): +\list +\i The \link opensourceedition.html <b>TQt Open Source Edition\endlink</b> is +available for Unix/X11 and Macintosh. 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 +of both the \link license.html Q Public License\endlink and the \link +gpl.html GNU General Public License\endlink. +\endlist + +*/ |