diff options
author | demon <demon@FreeBSD.org> | 2003-01-31 20:43:28 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-01-31 20:43:28 +0000 |
commit | 99343313c3311023933609029eda4c686fc5f596 (patch) | |
tree | 2c92296f3656f4460aa70403b6283a701af94385 /x11-toolkits/qt33 | |
parent | 3cdeb5e4e6d6187c04a3c34b910e631d97c107f0 (diff) | |
download | FreeBSD-ports-99343313c3311023933609029eda4c686fc5f596.zip FreeBSD-ports-99343313c3311023933609029eda4c686fc5f596.tar.gz |
Improve description a bit.
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/pkg-descr | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/x11-toolkits/qt33/pkg-descr b/x11-toolkits/qt33/pkg-descr index 7a93994..efc79b9a 100644 --- a/x11-toolkits/qt33/pkg-descr +++ b/x11-toolkits/qt33/pkg-descr @@ -1,5 +1,12 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/X11R6/doc/html and is also available on -the web. +Qt is a C++ toolkit for application development. It lets application +developers target all major operating systems with a single application +source code. -WWW: http://doc.trolltech.com/ +Qt provides a platform-independent API to all central platform functionality: +GUI, database access, networking, file handling, etc. The Qt library +encapsulates the different APIs of different operating systems, providing +the application programmer with a single, common API for all operating systems. +The native C APIs are encapsulated in a set of well-designed, fully +object-oriented C++ classes. + +WWW: http://www.trolltech.com/products/qt/index.html |