43a46c6993
Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run.
12 lines
605 B
Text
12 lines
605 B
Text
Qt is a C++ toolkit for application development. It lets application
|
|
developers target all major operating systems with a single application
|
|
source code.
|
|
|
|
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://qt.nokia.com/products/qt/index.html
|