Qt
From MythTV Official Wiki
(Difference between revisions)
m (category) |
(This article can't have been helping the myth that Qt is purely used for user interaces vs a full fledged toolkit for both UI AND non-UI applications) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | [[Image:Qt_logo.png]] | |
| − | 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''' is a cross-platform toolkit for the development of portable programs. Contrary to popular belief, QT is about much more than user interfaces. |
| + | |||
| + | 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. It's primary Non-GUI features include SQL database access, XML parsing, thread management, string manipulation, image processing and a unified cross-platform API for file handling. | ||
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]] | ||
Latest revision as of 12:27, 12 May 2010
Qt is a cross-platform toolkit for the development of portable programs. Contrary to popular belief, QT is about much more than user interfaces.
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. It's primary Non-GUI features include SQL database access, XML parsing, thread management, string manipulation, image processing and a unified cross-platform API for file handling.
Qt has nothing to do with Apple's Quicktime.