Qt (software): Difference between revisions
m →Applications built using Qt: +opera |
|||
Line 320: | Line 320: | ||
[[Category:C++ libraries]] |
[[Category:C++ libraries]] |
||
[[Category:Articles with example C++ code]] |
[[Category:Articles with example C++ code]] |
||
[[Category:Software that uses Qt]] |
|||
[[ar:كيو تي]] |
[[ar:كيو تي]] |
Revision as of 20:33, 3 November 2009
File:Qt-logo.svg | |
Developer(s) | Qt Development Frameworks (formerly known as Trolltech) |
---|---|
Stable release | 4.5.3
/ October 1, 2009 |
Repository | |
Written in | C++ |
Operating system | Cross-platform |
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 Adobe Photoshop Album, Google Earth, KDE, Opera, OPIE, Skype, Qt Extended, 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 QPL 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, an 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 Software on October 20, 2008 announced a version of Qt on 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 by Symbian^4.[2]
In addition to the editions of Qt above, the following products exist but commercial support and development has stopped[20][21]:
- 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[22]
- Qt for OS/2 – Still incomplete port to the OS/2 eCS platform.[23]
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).[24]
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.
Bindings
Qt has a range of bindings for various languages which 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
- Perl Qt4 – Perl bindings for Qt4.
- PHP-Qt – Bindings for PHP
- Qt Haskell – Bindings for Haskell
- lqt – Bindings for Lua
- DaoQt – Bindings for Dao
- qtcl – Bindings for Tcl
- CommonQt – Bindings for Common Lisp
- QtD – Binding for D
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.[25]
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.[3] 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.[4]
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,[26] which is based on QSA,[27] 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 which 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.
Applications built using Qt
Popular examples of applications which use Qt include:
- Adobe Photoshop Album, an image organizing application[28]
- 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
- Doxygen, an API document generator
- Emergent, a neural network simulator.
- Freemat, a free numerical computing environment and programming language
- Gadu-Gadu, a popular Polish instant messaging client
- Google Earth, a 3D map program
- ImageVis3D, a volume ray-casting application
- IQ Game, classic board game for leveraging your IQ
- KDE, a popular desktop environment for Unix-like operating systems
- KSP Sound Player, an audio player for Windows and Linux
- 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
- Minitube, a native YouTube client
- Mixxx, cross-platform open source DJ mixing software
- Motorola A760, uses Qt/Embedded in its UI
- MuseScore, a WYSIWYG graphical music notation editor
- MythTV, an open source digital video recorder
- Nokia Ovi Suite, allows user to sync content with his Nokia device, send and receive text messages, take backup from device, transfer map files into device and update device software
- Opera, a web browser, uses Qt in the Linux-version
- Psi, an instant messaging client for XMPP
- Quantum GIS, a free desktop GIS
- Scribus, a desktop publishing application
- Skype, a P2P VOIP application[29]
- SMPlayer, a multiplatform multimedia player front-end for MPlayer.
- TeamSpeak, cross-platform voice communication software
- There, Alpha Version UI uses QT, an online virtual world.
- Tlen.pl, a popular Polish instant messaging client
- TOra, a database administration tool[30]
- 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, Qt frontend since version 0.9
- Xconfig, Linux Kernel configuration tool
References
- ^ http://www.qtsoftware.com/products/licensing
- ^ http://video.google.com/videoplay?docid=-1435432529445611697
- ^ Qt Software — Nokia acquired Trolltech
- ^ "A Brief History of Qt". 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
- ^ Qt Software — Discontinues Qt Extended
- ^ Qt Software — To discontinue Qt Jambi after 4.5 release
- ^ [1]
- ^ Qt 4 Application and UI Framework for eCS
- ^ 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
- Blanchette, Jasmin; Summerfield, Mark (February 14, 2008), C++ GUI Programming with Qt 4 (2nd ed.), Prentice Hall, p. 752, ISBN 978-0132354165
- Molkentin, Daniel (July 19, 2007), The Book of Qt 4: The Art of Building Qt Applications (1st ed.), No Starch Press, p. 440, ISBN 978-1593271473
- Thelin, Johan (August 3, 2007), Foundations of Qt® Development (1st ed.), Apress, p. 528, ISBN 978-1590598313
- Dalheimer, Matthias (January 2002), Programming with Qt (2nd ed.), O'Reilly Media, p. 512, ISBN 978-0596000646
- Ezust, Alan; Ezust, Paul (September 10, 2006), An Introduction to Design Patterns in C++ with Qt 4 (1st ed.), Prentice Hall, p. 656, ISBN 978-0131879058
See also
- 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
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