Qt
(Difference between revisions)
m (category) |
|||
| Line 1: | Line 1: | ||
| + | [[Image:Qt_logo.png]] | ||
| + | |||
'''Qt''' is a cross-platform graphical widget toolkit for the development of GUI programs. Qt is most notably used in the K Desktop Environment (KDE). | '''Qt''' is a cross-platform graphical widget toolkit for the development of GUI programs. Qt is most notably used in the K Desktop Environment (KDE). | ||
| Line 4: | Line 6: | ||
Qt has nothing to do with Apple's Quicktime. | Qt has nothing to do with Apple's Quicktime. | ||
| + | |||
| + | == External Links == | ||
| + | *http://www.trolltech.com/products/qt/ | ||
| + | *[[Wikipedia:Qt_(toolkit)]] | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
Revision as of 22:56, 23 March 2007
Qt is a cross-platform graphical widget toolkit for the development of GUI programs. Qt is most notably used in the K Desktop Environment (KDE).
Qt uses an extended version of the C++ programming language, but bindings exist for Python, Ruby, C, Perl and Pascal. It runs on all major platforms, and has extensive internationalization support. Non-GUI features include SQL database access, XML parsing, thread management, and a unified cross-platform API for file handling.
Qt has nothing to do with Apple's Quicktime.