Qt (framework)
File:Qt-logo.svg | |
---|---|
Screenshot | |
Developer(s) | Qt Development Frameworks (formerly known as Trolltech) |
Stable release | 4.6.1 / January 19, 2010 |
Written in | C++ |
Operating system | Cross-platform |
Development status | Active |
Type | Widget toolkit |
License | GNU LGPL GNU GPL with Qt special exception Proprietary[1] |
Website | qt.nokia.com |
Qt (pronounced as the English word "cute"[2]) is a cross-platform application development framework, widely used for the development of GUI programs (in which case it is known as a widget toolkit), and also used for developing non-GUI programs such as console tools and servers. Qt is most notably used in Google Earth, KDE, Opera, OPIE, VoxOx, Skype, VLC media player and VirtualBox. It is produced by Nokia's Qt Development Frameworks division, which came into being after Nokia's acquisition of the Norwegian company Trolltech, the original producer of Qt, on June 17, 2008.[3]
Qt uses standard C++, but makes extensive use of the C pre-processor to enrich the language. Qt can also be used in several other programming languages via language bindings. It runs on all major platforms, and has extensive internationalization support. Non-GUI features include SQL database access, XML parsing, thread management, network support and a unified cross-platform API for file handling.
Distributed under the terms of the GNU Lesser General Public License (among others), Qt is free and open source software.
History
Haavard Nord and Eirik Chambe-Eng (the original developers of Qt and the CEO and President, respectively, of Trolltech) began development of "Qt" in 1991, three years before the company was incorporated as Quasar Technologies, then changed the name to Troll Tech, and then to Trolltech.
The toolkit was called Qt because the letter Q looked appealing in Haavard's Emacs font, and "t" was inspired by Xt, the X toolkit.[4]
Controversy erupted around 1998 when it became clear that KDE was going to become one of the leading desktop environments for Linux. As KDE was based on Qt, many people in the free software movement worried that an essential piece of one of their major operating systems would be proprietary.
This gave rise to two efforts: the Harmony toolkit, which sought to duplicate the Qt Toolkit under a free software license, and the GNOME desktop, which intended to supplant KDE entirely. The GNOME Desktop uses the GTK+ toolkit, which was originally written for the GIMP, and primarily uses the C programming language.
The first two versions of Qt had only two flavours: Qt/X11 for Unix and Qt/Windows for the Windows platform. The Windows platform was only available under the proprietary license, which meant free/open source applications written in Qt for X11 could not be ported to Windows without purchasing the proprietary edition. In the end of 2001, Trolltech released Qt 3.0, which added support for the Mac OS X platform. The Mac OS X support was available only in the proprietary license, until June 2003, where Trolltech released Qt 3.2 with Mac OS X support available under the GPL.
In 2002 members of the KDE on Cygwin project began porting the GPL licensed Qt/X11 code base to Windows.[5] This was in response to Trolltech's refusal to license Qt/Windows under the GPL on the grounds that Windows was not a free software/open source platform.[6][7] The project achieved reasonable success although it never reached production quality.
This was resolved when Trolltech released Qt/Windows 4 under the GPL in June 2005. Qt 4 now supports the same set of platforms in the free software/open source editions as in the proprietary edition, so it is now possible to create GPL-licensed free/open source applications using Qt on all supported platforms.
Nokia acquired Trolltech ASA in 2008 and changed the name first to Qt Software, then to Qt Development Frameworks. Since then it has focused on Qt development to turn it into the main development platform for its devices, including a port to the Symbian S60 platform. Also the source code was made available over Gitorious, a community oriented git source code repository, in order to gather an even broader community that is not just using Qt, but also helping to improve it.
License
At all times, Qt was available under a commercial license, which allows the development of proprietary applications without restrictions on licensing. In addition to that, Qt was at all times licensed under an increasing number of increasingly free licenses:
Until version 1.45, source code for Qt was released under the FreeQt license — which was viewed as not compliant with the open source principle by the Open Source Initiative and the free software definition by Free Software Foundation, because while the source was available it did not allow the redistribution of modified versions.
With the release of version 2.0 of the toolkit, the license was changed to the Q Public License (QPL), a free software license but one regarded by the Free Software Foundation as incompatible with the GPL. Compromises were sought between KDE and Trolltech whereby Qt would not be able to fall under a more restrictive license than the QPL, even if Trolltech were bought out or went bankrupt. This led to the creation of the KDE Free Qt foundation, which guarantees that Qt would fall under a BSD-style license should no free software/open source version of Qt be released during 12 months.
Later, the GPL v2 and subsequently v3 with special exception[8] were added as licensing options. The GPL exception allows the final application to be licensed under various GPL-incompatible free software/open source licenses such as the Artistic License.
As announced on January 14, 2009, Qt version 4.5 adds another option, the LGPL,[9] which should make Qt even more attractive for non-GPL open source projects and for closed applications.[10]
All editions support a wide range of compilers, including the GCC C++ compiler and the Visual Studio suite.
Varieties
Qt is released by Nokia on the following platforms:
- Qt for Linux/X11 – Qt for X Window System (Unix / Linux)
- Qt for Mac OS X – Qt for Apple Mac OS X. Support for applications on top of Cocoa APIs
- Qt for Windows – Qt for Microsoft Windows
- Qt for Embedded Linux – Qt for embedded platforms (PDA, Smartphone, etc.)
- Qt for Windows CE – Qt for Windows CE[11]
- Qt for the S60 platform – On October 20, 2008 Nokia announced a version of Qt for the S60 platform.[12][13][14][15][16][17][18][19] Qt is to replace Nokia's Avkon as the supported UI SDK for the development of Symbian applications.[20]
In addition to the editions of Qt above, the following products exist but commercial support and development has stopped[21][22]:
- Qt Jambi – Qt for Java
- Qt Extended – Application platform for Embedded Linux-based mobile computing devices
There are three editions of Qt available on each of these platforms, namely:
- GUI Framework – commercial entry level GUI edition, stripped of network and database support (formerly known as "Desktop Light")
- Full Framework – complete commercial edition
- Open Source – complete Open Source edition
External ports
Since Nokia opened the Qt source code to the community on Gitorious various ports have been appearing. Here are some of them:
- Qt for Haiku – Qt for Haiku OS[23]
- Qt for OS/2 – Still incomplete port to the OS/2 eCS platform.[24]
- Qt-iPhone – Experimental development of Qt for the iPhone.[25]
- Android-Lighthouse – Experimental development of Qt for Android platform.[26]
Current
Trolltech released Qt 4.0 on June 28, 2005 and introduced five new technologies in the framework:
- Tulip A set of template container classes.
- Interview A model/view architecture for item views.
- Arthur A 2D painting framework.
- Scribe A Unicode text renderer with a public API for performing low-level text layout.
- MainWindow A modern action-based main window, toolbar, menu, and docking architecture.
Qt 4.1, released on December 19, 2005, introduced integrated SVG Tiny support, a PDF backend to Qt's printing system, and a few other features.
Qt 4.2, released on October 4, 2006, introduced Windows Vista support, introduced native CSS support for widget styling, as well as the QGraphicsView framework for efficient rendering of thousands of 2D objects onscreen, to replace Qt 3.x's QCanvas class.
Qt 4.3, released on May 30, 2007, improved Windows Vista support, improved OpenGL engine, SVG file generation, added QtScript (ECMAScript scripting engine based on QSA).[27]
Qt 4.4, released on May 6, 2008. Features included are improved multimedia support using Phonon, enhanced XML support, a concurrency framework to ease the development of multi-threaded applications, an IPC framework with a focus on shared memory, and WebKit integration.
Qt 4.5, released on March 3, 2009. Major included features are QtCreator, improved graphical engine, improved integration with WebKit, OpenDocument Format write support and new licensing options, as well as Mac OS X Cocoa framework support.
Qt 4.6, released on December 1, 2009. New APIs are Framework Animation, Gestures, Multi-touch. Now supports (as Tier 1) Symbian and (as Tier 2) Windows 7 and Mac OS X 10.6, support extended for some UNIX systems. Also, great improvement in performances.
Bindings
Qt has a range of bindings for various languages that implement some or all of its widget set.
- PyQt – GPL/Commercial Binding for Python, has an associated text (ISBN 0132354187).
- PySide – LGPL bindings for Python from OpenBossa (a subsidiary of Nokia).
- Qt Jambi – A complete binding for Java
- PythonQt – LGPL bindings for Python.
- Qyoto – A binding for C# or other .NET languages. There is an additional set of bindings Kimono for KDE
- QtRuby – Binding for Ruby. There is an additional set of bindings Korundum for KDE
- QtAda – Binding for Ada
- FreePascal Qt4 – Bindings for Pascal
- PerlQt4 – Perl bindings for Qt4.
- PHP-Qt – Bindings for PHP
- Qt Haskell – Bindings for Haskell
- lqt – Bindings for Lua
- QtLua - Bindings and Lua script engine for Qt4.
- DaoQt – Bindings for Dao
- qtcl – Bindings for Tcl
- CommonQt – Bindings for Common Lisp
- QtD – Binding for D
- hbqt – Bindings for Harbour
Communities
Migration tools
- Qt/MFC Migration Framework – For migration of Windows Microsoft Foundation Class Library based code
- Qt Motif extension – For migration of Motif applications
Design
The innovation of Qt when it was first released relied on a few key concepts.
Use of native UI-rendering APIs
Qt used to emulate the native look of its intended platforms, which occasionally led to slight discrepancies where that emulation was imperfect. Recent versions of Qt use the native APIs of the different platforms to draw the Qt controls, and so do not suffer from such issues.[28]
Meta object compiler
Known as the moc, this is a tool that is run on the sources of a Qt program. It interprets certain macros from the C++ code as annotations, and uses them to generate additional C++ code with "Meta Information" about the classes used in the program. This meta information is used by Qt to provide programming features not available natively in C++: the signal/slot system, introspection and asynchronous function calls.
Criticism
The use of an additional tool has been criticized for making Qt programming different from pure C++ programming. In particular, the choice of an implementation based on macros has been criticized for its absence of type safety and pollution of the namespace.[4] Implementations in native C++ exist in other libraries, but Trolltech viewed macros as a necessary trade-off to provide introspection and the dynamically generated slot and signal mechanism.[5]
QtScript ECMAScript interpreter
Qt Script for Applications is a cross-platform toolkit that allows developers to make their Qt/C++ applications scriptable using an interpreted scripting language: Qt Script (based on ECMAScript/JavaScript).
From Qt 4.3.0 onward, the scripting API,[29] which is based on QSA,[30] is integrated as a core part of Qt and is no longer a separate library.
Qt hello world
#include <QtGui>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QLabel label("Hello, world!");
label.show();
return app.exec();
}
Compiling and executing Qt hello world program
1. Create a folder named Hello
2. Copy paste the above program as Hello.cpp in folder Hello
3. At Hello folder run
a. qmake -project b. qmake c. make/gmake/nmake - as needed by OS and your compiler setups
4. Execute ./release/Hello (Or release\Hello.exe in Windows)
Application development support
There are many applications already written for Maemo based on the previous Internet Tablets. The Nokia N900 also supports Qt. The Forum Nokia Wiki has quality-controlled articles that support Qt development. The Maemo operating system has a development group on the Forum Nokia Wiki at Forum Nokia Wiki Maemo.
The programming language Python is supported along with C++. The Qt for Symbian development group has many quality-controlled articles available.
Uses
Environments that use Qt
- KDE, a popular desktop environment for Unix-like operating systems
- Motorola A760, uses Qt/Embedded in its UI
- OPIE
- Qt Extended Improved
Window Managers for the X Window system
The following window managers utilize the Qt toolkit:
Applications
Some popular examples of applications that use Qt include:
- AcetoneISO, a software to mount most common images
- Adobe Photoshop Album, an image organizing application[31]
- Arora, a free and open source lightweight cross-platform web browser
- Avidemux, a Free Software program designed for multi-purpose video editing and processing, has a Qt frontend since version 2.4
- Avogadro, advanced molecule editor
- CineFX, a cross-platform, open source, free, video editing, effects, and compositing suite
- Doxygen, an API document generator
- Emergent, a neural network simulator.
- FreeCAD, a free and open source 3D-Solid and general purpose design CAD/CAE
- Freemat, a free numerical computing environment and programming language
- Full Tilt Poker, one of the most popular online poker programs
- Gadu-Gadu, a popular Polish instant messaging client
- Google Earth, a 3D map program
- Hydrogen, an advanced drum machine.
- ImageVis3D, a volume ray-casting application
- Ipe, a free vector graphics editor
- Kadu, a Polish instant messenger using the Gadu-Gadu protocol
- Last.fm Player, the desktop client for the popular internet radio and music community website
- Launchy, the open source keystroke launcher for Windows
- LMMS, a free open source sequencer and software synthesis package
- LyX, a GUI frontend to LaTeX
- Mathematica, Linux and Windows versions use Qt for the GUI front-end
- Mixxx, cross-platform open source DJ mixing software
- MuseScore, a WYSIWYG graphical music notation editor
- MythTV, an open source digital video recorder
- Opera, a web browser, uses Qt in the Linux-version
- PDFedit, a free PDF editor
- Psi, an instant messaging client for XMPP
- qBittorrent, a free BitTorrent P2P client.
- QCad, a CAD software package for 2D design and drafting
- Qjackctl, a tool for controlling the JACK Audio Connection Kit
- QtCreator, the free software cross-platform integrated development environment from Nokia
- Quantum GIS, a free desktop GIS
- Quassel IRC, a cross-platform IRC client
- Recoll, a desktop search tool
- Scribus, a desktop publishing application
- Skype, a P2P VOIP application[32]
- SMPlayer, a multiplatform multimedia player front-end for MPlayer.
- Stellarium, a free software planetarium
- TeamSpeak, cross-platform voice communication software
- TeXworks, It is a graphical user interface to the typesetting system TeX.
- Tlen.pl, a popular Polish instant messaging client
- TOra, a database administration tool[33]
- Valknut, a program that uses the Direct Connect protocol.
- VirtualBox, a PC virtualization application
- VisIt, an interactive parallel visualization tool for viewing scientific data
- VisTrails, a scientific workflow management and visualization system
- VLC Media Player, an open source media player.
- VoxOx, a unified communications software.
- UniversalIndentGUI,an application which helps the user to beautify, reformat or indent various kinds of code.
- Xconfig, Linux Kernel configuration tool
See also
Search Wikibooks | Wikibooks has a book on the topic of |
- wxWidgets
- GTK+ - The GIMP toolkit, a widget toolkit used by GNOME applications
- FLTK - A light, cross platform, non-native widget toolkit
- FOX toolkit - A fast, open source, cross-platform widget toolkit
- Microsoft Foundation Class Library
- Object Windows Library
- Ultimate++
- Visual Component Library
- Widget toolkit
- More on list of widget toolkits
References
- ↑ http://www.qtsoftware.com/products/licensing
- ↑ http://video.google.com/videoplay?docid=-1435432529445611697
- ↑ Qt Software — Nokia acquired Trolltech
- ↑ "A Brief History of Qt". http://safari.oreilly.com/0131872494/pref04. Retrieved 2007-12-20.
- ↑ Q../Windows Edition history, 5 June 2006
- ↑ E-mail to the kde-cygwin mailing list by Chris January, 4 February 2003
- ↑ Qt Non-commercial FAQ, 5 October 2003
- ↑ Nokia Corporation Qt GPL Exception Version 1.3
- ↑ LGPL License Option Added to Qt January 14, 2009
- ↑ ICS Whitepaper on the Implications of Qt under LGPL for Commercial and Government users
- ↑ Qt Software — Qt for Windows CE
- ↑ Nokia - Nokia enriches application development with Qt for S60
- ↑ Qt for S60 - Forum Nokia Wiki
- ↑ Symbian - Nokia enriches application development with Qt for S60
- ↑ All About Symbian - Nokia Announce Technology preview of Qt on S60
- ↑ ars technica - Nokia releases first Qt preview for Symbian S60
- ↑ Qt Labs Blogs - We’re porting Qt to S60!
- ↑ Qt Software — Technology Preview - Qt for S60
- ↑ Qt Software — How to get Qt running on your S60 phone
- ↑ David Wood: S60 / Avkon are dead
- ↑ Qt Software — Discontinues Qt Extended
- ↑ Qt Software — To discontinue Qt Jambi after 4.5 release
- ↑ [1]
- ↑ Qt 4 Application and UI Framework for eCS
- ↑ [2]
- ↑ [3]
- ↑ Trolltech: What’s New in Qt 4.3
- ↑ Products - Qt – A cross-platform application and UI framework 'Qt uses the native graphics APIs of each platform it supports, taking full advantage of system resources and ensuring that applications have native look and feel.'
- ↑ Qt 4.3: QtScript Module
- ↑ QSA 1.2: Qt Script for Applications
- ↑ Qt Software — Adobe Photoshop Elements Album
- ↑ Qt Software — Qt in use - Skype
- ↑ TOra uses the Qt library
Bibliography
- Fitzek, Frank H. P.; Mikkonen, Tommi; Torp, Tony (May 17, 2010), Qt for Symbian (1st ed.), Wiley, pp. 160, ISBN 0470750103, http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0470750103.html
- Blanchette, Jasmin; Summerfield, Mark (February 14, 2008), C++ GUI Programming with Qt 4 (2nd ed.), Prentice Hall, pp. 752, ISBN 978-0132354165, http://www.informit.com/store/product.aspx?isbn=0132354160
- Molkentin, Daniel (July 19, 2007), The Book of Qt 4: The Art of Building Qt Applications (1st ed.), No Starch Press, pp. 440, ISBN 978-1593271473, http://nostarch.com/qt4.htm
- Thelin, Johan (August 3, 2007), Foundations of Qt Development (1st ed.), Apress, pp. 528, ISBN 978-1590598313, http://www.apress.com/book/view/9781590598313
- Dalheimer, Matthias (January 2002), Programming with Qt (2nd ed.), O'Reilly Media, pp. 512, ISBN 978-0596000646, http://oreilly.com/catalog/9780596000646/
- Ezust, Alan; Ezust, Paul (September 10, 2006), An Introduction to Design Patterns in C++ with Qt 4 (1st ed.), Prentice Hall, pp. 656, ISBN 978-0131879058, http://www.informit.com/store/product.aspx?isbn=0131879057
External links
- Qt Homepage
- Qt Labs
- Online Reference Documentation
- Qt Centre
- Qt source code repositories
- Qt Software Development Team
- C++ GUI Programming with Qt 4/first edition. The complete book (PDF in a ZIP); suitable for those who can already program in C++, but no GUI programming experience necessary.
- An Introduction to Design Patterns in C++ with Qt4. The full book from a Prentice Hall edition teaching C++ programming from the ground up, using Qt 4.1
|
ar:كيو تي ca:Qt cs:Qt (knihovna) de:Qt (Bibliothek) es:Qt (biblioteca) eu:Qt fr:Qt ko:Qt (툴킷) id:Qt toolkit it:Qt (toolkit) he:Qt (ערכת כלים) lt:Qt hu:Qt nl:Qt-toolkit ja:Qt no:Qt nn:Qt pl:Qt pt:Qt ro:Qt ru:Qt sr:Qt fi:Qt sv:Qt th:คิวต์ tr:Qt uk:Qt vi:Qt zh:Qt
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
- Pages where expansion depth is exceeded
- Pages using deprecated source tags
- Pages with syntax highlighting errors
- Pages using duplicate arguments in template calls
- Pages with broken file links
- Qt (toolkit)
- Widget toolkits
- X-based libraries
- Free development toolkits and libraries
- Embedded Linux
- Free software programmed in C++
- Formerly proprietary software
- Application programming interfaces
- Cross-platform software
- S60 (software platform)
- C++ libraries
- Articles with example C++ code