Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Qt toolkit


 Contents
In computer programming, the Qt toolkit is a cross-platform graphical widget toolkit for the development of GUI programs. Qt is most notably used in the KDE desktop environment. It is produced by the Norwegian company Trolltech, formerly Quasar Technologies.

Qt uses an extended version of the C++ programming language, but bindings exist for Python, C and Perl. It runs on all major platforms, and has extensive internationalization support. Non-GUI features include SQL database access, XML parsing, and a unified cross-platform API for file handling.

1 Varieties

Four varieties of Qt now exist, supporting various platforms, but with varying licenses:

The KDE on Cygwin project is also working on a new native Windows version of Qt, based entirely on the Qt/X11 source code, licensed under the GPL.

2 Current

Trolltech is currently developing Qt 4, which includes a lot of new features. Visit http://www.trolltech.com for more information.



Read more »

Non User