Jump to content

Qt (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 203.206.170.6 (talk) at 05:28, 16 December 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Qt
Original author(s)Haavard Nord and Eirik Chambe-Eng[1]
Developer(s)Qt Project, Digia
Initial release20 May 1995; 29 years ago (1995-05-20)[1]
Stable release6.5 LTS[2] (3 April 2023; 16 months ago (2023-04-03)) [±]
Repository
Written inC++
Operating systemLinux (Embedded, Wayland, X11), OS X, Windows,
PlatformCross-platform
TypeApplication framework
LicenseLGPL 2.1 (Qt open-source version)[3]
Qt Commercial License (Qt Commercial version)[4]
Websiteqt-project.org

Qt (/ˈkjuːt/ "cute", or unofficially as Q-T cue-tee[5][6]) is a cross-platform application framework that is widely used for developing application software with a graphical user interface (GUI) (in which cases Qt is classified as a widget toolkit), and also used for developing non-GUI programs such as command-line tools and consoles for servers.

Qt uses standard C++ but makes extensive use of a special code generator (called the Meta Object Compiler, or moc) together with several macros to enrich the language. Qt can also be used in several other programming languages via language bindings. It runs on the major desktop platforms and some of the mobile platforms. It has extensive internationalization support. Non-GUI features include SQL database access, XML parsing, thread management, network support, and a unified cross-platform application programming interface (API) for file handling.

Qt is available under a commercial license, GPL v3 and LGPL v2. All editions support many compilers, including the GCC C++ compiler and the Visual Studio suite.

Qt is developed by Digia, who owns the Qt trademark, and the Qt Project under open governance, involving individual developers and firms working to advance Qt. Before the launch of the Qt Project, it was produced by Nokia's Qt Development Frameworks division, which came into existence after Nokia's acquisition of the Norwegian company Trolltech, the original producer of Qt.[7] In February 2011, Nokia announced its decision to drop Symbian technologies and base their future smartphones on Microsoft platform instead. One month later, Nokia announced the sale of Qt's commercial licensing and professional services to Digia, with the immediate goal of taking Qt support to Android, iOS and Windows 8 platforms, and to continue focusing on desktop and embedded development, although Nokia was to remain the main development force behind the framework at that time.[8]

Platforms

Qt works on the following platforms:

External ports

Since Nokia opened the Qt source code to the community on Gitorious various ports have been appearing. Here are some of them:

Deprecated ports

Editions

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 named "Desktop Light")
  • Full Framework – complete commercial edition
  • Open Source – complete Open Source edition

Qt is available under the following copyright licenses:[41]

Releases

Qt 4

Trolltech released Qt 4.0 on 28 June 2005 and introduced five new technologies in the framework:

  • Tulip A set of template container classes.
  • Interview A model–view–controller 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 5

Qt 5 was originally expected to be released in June 2012[43] but the release was delayed several times.[44] It was officially released on 19 December 2012. This new version marks a major change in the platform, with hardware-accelerated graphics, QML and JavaScript playing a major role. The traditional C++-only QWidgets continue to be supported, but do not benefit from the performance improvements available through the new architecture.[45] Qt5 brings significant improvements to the speed and ease of developing user interfaces.[46]

Framework development of Qt 5 moved to open governance, taking place at qt-project.org. It is now possible for developers outside Nokia/Digia to submit patches and have them reviewed.[47]

Version Release date New features
5.0 19 December 2012[48] Major overhaul of the Qt 4.x series.
Complete Wayland support, including the client-side decorations.
5.1 3 July 2013 New modules and experimental Android and iOS support as technology preview.[49]

Upcoming version (5.2)

Qt 5.2 is promised to provide several improvements, including a new Scene graph renderer that has much better performance for drawing vector objects by using OpenGL backend and minimizing GPU overdraws. Benchmarks of development version shows significant improvements in speed and a visible decrease in CPU usage, because of the better usage of GPU rendering. The vision is to have game-like performance for the drawing canvas and QML renderer.[50] Besides, Qt 5.2 is planned to introduce new functionalities for KDE Frameworks 5 and many other improvements and it is expected to release 6 month after 5.1 in November or December.[51]

Software architecture

Example of Qt usage in Linux-based systems

Qt, when it was first released, relied on a few key concepts:

  • Complete abstraction of the GUI – When first released, Qt used its own paint engine and controls, emulating the look of the different platforms it runs on when it drew its widgets. This made the porting work easier because very few classes in Qt depended really on the target platform; however, this occasionally led to slight discrepancies where that emulation was imperfect.
Recent versions of Qt use the native style APIs of the different platforms, on platforms that have a native widget set, to query metrics and draw most controls, and do not suffer from such issues as much.[52]
On some platforms (such as MeeGo and KDE) Qt is the native API.
Some other portable graphical toolkits have made different design decisions; for example, wxWidgets uses the toolkits of the target platform for its implementations.
  • Signals and slots - a language construct introduced in Qt for communication between objects[53] which makes it easy to implement the Observer pattern while avoiding boilerplate code. The concept is that GUI widgets can send signals containing event information which can be received by other controls using special functions known as slots.
  • Metaobject compiler - The metaobject compiler, termed moc, 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 added 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++: signals and slots, introspection and asynchronous function calls.

QtScript ECMAScript interpreter

QtScript 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,[54] which makes use of some concepts from the earlier QSA,[55] is integrated as a core part of Qt. With Qt 5.0 it became an add-on module for Qt 4 compatibility.[56]

Modules

Starting with Qt 4.0 the framework was split into individual modules.[57][58] With Qt 5.0 the architecture was modularized even further.[59][60] Qt is now split into essential and add-on modules.[61]

Tools

  • Qt Creator, a cross-platform IDE for C++ and QML. Qt Designer is frequently referred to in older material as a standalone "tool" (actually a GUI application in its own right), but now its GUI layout/design functionality is integrated into this relatively new IDE.
  • qmake, a tool that automates the generation of Makefiles for development project across different platforms

Programming language bindings

Qt has a range of bindings for various languages[62] that implement some or all of its feature set.

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.[1]

The toolkit was called Qt because the letter Q looked appealing in Haavard's Emacs typeface, and "t" was inspired by Xt, the X toolkit.[1]

The first two versions of Qt had only two flavors: Qt/X11 for Unix and Qt/Windows for Windows. The Windows platform was only available under a proprietary license, which meant free/open source applications written in Qt for X11 could not be ported to Windows without purchasing the proprietary edition.

At the end of 2001, Trolltech released Qt 3.0, which added support for Mac OS X. The Mac OS X support was available only in the proprietary license until June 2003, when Trolltech released Qt 3.2 with Mac OS X support available under the GPL.

In June 2005, Trolltech released Qt 4.0.[63]

Nokia acquired Trolltech ASA on 17 June 2008 and changed the name first to Qt Software, then to Qt Development Frameworks. Since then it focused on Qt development to turn it into the main development platform for its devices, including a port to the Symbian S60 platform. Version 1.0 of the Nokia Qt SDK was released on 23 June 2010.[64] The source code was made available over Gitorious, a community oriented git source code repository, to gather an even broader community that is not only using Qt but also helping to improve it.

Licensing

At all times, Qt was available under a commercial license that allows developing proprietary applications with no restrictions on licensing. In addition, Qt has been gradually made available under several increasingly free licenses.

Until version 1.45, source code for Qt was released under the FreeQt license. This 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.

Controversy erupted around 1998 when it became clear that KDE's KDE Software Compilation was going to become one of the leading desktop environments for Linux. As it 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.

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 was 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/open source version of Qt be released during 12 months.

In 2000, Qt/X11 2.2 was released under the GPL v2,[65] ending all controversy regarding GPL compatibility.

In 2002, members of the KDE on Cygwin project began porting the GPL licensed Qt/X11 code base to Windows.[66] This was in response to Trolltech's refusal to license Qt/Windows under the GPL on the grounds that Windows was not a free/open source software platform.[67][68] 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. The GPL v3 with special exception[69] was later added as an added licensing option. The GPL exception allows the final application to be licensed under various GPL-incompatible free software/open source licenses such as the Mozilla Public License 1.1.

On 14 January 2009, Qt version 4.5 added another option, the LGPL,[70] which should make Qt even more attractive for non-GPL open source projects and for closed applications.[71]

In March 2011, Nokia sold the commercial licensing part of Qt to Digia creating Qt Commercial.

Uses

Qt is most notably used in Autodesk Maya,[72][73] BlackBerry,[74] Dassault DraftSight,[75] Mathematica,[76] European Space Agency,[77] DreamWorks,[78][79] Google Earth,[80] HP Virtual Rooms,[81] KDE,[82] Lucasfilm,[83][84] The Foundry's Nuke,[85] Panasonic,[86] Philips,[87] Samsung,[88] Siemens,[89] Skype,[90] Ubuntu,[91] VirtualBox, VLC media player,[92] Volvo,[93] and Walt Disney Animation Studios.[94]

See also

References

  1. ^ a b c d Blanchette, Jasmin; Summerfield, Mark (June 2006). "A Brief History of Qt". C++ GUI Programming with Qt 4 (1st ed.). Prentice-Hall. pp. xv–xvii. Retrieved 5 August 2013.
  2. ^ "Qt 6.5 Release". www.qt.io. The Qt Company. Retrieved 20 December 2023.
  3. ^ a b "Qt GNU LGPL v. 2.1 Version".
  4. ^ a b "Qt Commercial version under the Qt Commercial License".
  5. ^ "That Smartphone Is So Qt". Ashlee Vance. 16 February 2010. Retrieved 19 February 2010.
  6. ^ "The Qt 4 Dance" (video). Retrieved 19 February 2010.
  7. ^ Hughes, Bradley T. (30 January 2008). "About the Nokia acquisition". Retrieved 17 September 2013.
  8. ^ Nystrom, Sebastian (7 March 2011). "Nokia and Digia working together to grow the Qt community". Retrieved 8 July 2011.
  9. ^ "Qt Wiki – Support for Windows". Qt Project. 11 August 2011. Retrieved 11 August 2013.
  10. ^ "Qt Wiki – Support for OS X". Qt Project. 14 August 2011. Retrieved 21 August 2013.
  11. ^ "Qt Wiki – Support for Linux/X11". Qt Project. 12 August 2011. Retrieved 21 August 2013.
  12. ^ "Qt Wiki – Support for Embedded Linux". Qt Project. 12 August 2011. Retrieved 21 August 2013.
  13. ^ Jørgen Lind (18 March 2011). "Multi-process Lighthouse". Qt Project. Retrieved 21 August 2013.
  14. ^ "Getting started with Lighthouse". Retrieved 25 November 2011.
  15. ^ Kristian Høgsberg (25 January 2011). "Add wayland lighthouse plugin".
  16. ^ Qt Blog. "Qt Commercial Formally Supports QNX | Qt Blog". Blog.qt.digia.com. Retrieved 19 March 2013.
  17. ^ nratelle. "Github project". Github.com. Retrieved 13 November 2011.
  18. ^ "Blackberry | Qt Wiki". Qt Project. 16 January 2013. Retrieved 19 March 2013.
  19. ^ "[New Features in Qt 5.1 - Support for New Platforms". Digia. 3 July 2013. Retrieved 3 July 2013.
  20. ^ "Necessitas project". Retrieved 3 December 2012.
  21. ^ Tor Arne Vestbø (18 February 2013). "Merging of initial iOS work to dev". Retrieved 19 March 2013.
  22. ^ Qt Blog. "Qt Commercial for VxWorks | Qt Blog". Blog.qt.digia.com. Retrieved 19 March 2013.
  23. ^ Bjoern Breitmeyer (21 August 2013). "The State of WinCE Support in Qt5". KDAB. Retrieved 21 August 2013.
  24. ^ "KDE on OpenSolaris". Hub.opensolaris.org. 26 October 2009. Retrieved 13 November 2011.
  25. ^ "Qt Applications and UI Framework for Haiku". Qt-haiku.ru. Retrieved 13 November 2011.
  26. ^ "Qt 4 Application and UI Framework for eCS". Svn.netlabs.org. 15 September 2011. Retrieved 13 November 2011.
  27. ^ Qt webOS port
  28. ^ darron (25 February 2010). "Blog: Qt on the Palm Pre". Griffin.net. Retrieved 13 November 2011.
  29. ^ darron (30 January 2010). "Blog: Qt on Amazon Kindle DX". Griffin.net. Retrieved 13 November 2011.
  30. ^ "Qt Ubuntu". Launchpad.net. 29 January 2013. Retrieved 19 March 2013.
  31. ^ "Qt AmigaOS Native 4.7". Retrieved 5 August 2013.
  32. ^ "Qt for Tizen". Retrieved 15 December 2013.
  33. ^ "Support for Symbian | Qt Wiki". Qt Project. 29 August 2012. Retrieved 19 March 2013.
  34. ^ "Qt for S60 – Forum Nokia Wiki". Wiki.forum.nokia.com. Retrieved 13 November 2011.
  35. ^ "Nokia Announce Technology preview of Qt on S60". All About Symbian. 20 October 2008. Retrieved 13 November 2011.
  36. ^ Paul, Ryan (20 October 2008). "Nokia releases first Qt preview for Symbian S60". ars technica. Retrieved 13 November 2011.
  37. ^ Espen Riskedal (20 October 2008). "Qt Labs Blogs – We're porting Qt to S60!". Labs.trolltech.com. Retrieved 13 November 2011.
  38. ^ "Qt Software – Technology Preview – Qt for S60". Trolltech.com. Retrieved 13 November 2011.
  39. ^ "David Wood: S60 / Avkon are dead". Tamss60.tamoggemon.com. Retrieved 13 November 2011.
  40. ^ "Qt Wiki – Support for Windows CE and Windows Mobile". Developer.qt.nokia.com. 12 August 2011. Retrieved 13 November 2011.
  41. ^ "Qt Licensing".
  42. ^ "Qt GNU GPL v. 3.0 Version".
  43. ^ "Qt_5.0 | Qt Wiki". Qt Project. 13 March 2012. Retrieved 19 March 2013.
  44. ^ "Qt 5 | Qt Wiki". Qt Project. Retrieved 19 March 2013.
  45. ^ "Concern about removal of QWidget classes". Qt5-feedback (Mailing list). 7 October 2011. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  46. ^ Knoll, Lars (9 May 2011). "Thoughts about Qt 5". Digia. Retrieved 9 May 2011.
  47. ^ Lars Knoll (21 October 2011). "The Qt Project is live!". Nokia. Retrieved 8 February 2012.
  48. ^ Qt Blog. "Introducing Qt 5.0 | Qt Blog". Digia. Retrieved 19 March 2013.
  49. ^ "New Features in Qt 5.1". Digia. 3 July 2013. Retrieved 3 July 2013.
  50. ^ "New Scene Graph Renderer | Qt Blog". Qt Project. 2 September 2013. Retrieved 8 September 2013.
  51. ^ "Qt 5.2 To Bring New Scene Graph Renderer | Phoronix". Phoronix. 3 September 2013. Retrieved 8 September 2013.
  52. ^ "Library". Digia. 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.
  53. ^ "Signals & Slots - QtCore 5.1". Qt Project. 4 July 2013. Retrieved 4 July 2013.
  54. ^ "Qt 4.3: QtScript Module". Doc.trolltech.com. Retrieved 13 November 2011.
  55. ^ "QSA 1.2: Qt Script for Applications". Doc.trolltech.com. Retrieved 13 November 2011.
  56. ^ "QtDoc 5.0: All Modules | Documentation". Qt Project. Retrieved 8 April 2013.
  57. ^ "Trolltech Releases Qt 4.0". KDE. 28 June 2005. Retrieved 5 August 2013.
  58. ^ "All Modules | Documentation". Qt Project. Retrieved 8 April 2013.
  59. ^ Qt Blog (19 December 2012). "Introducing Qt 5.0 | Qt Blog". Digia. Retrieved 8 April 2013.
  60. ^ Kyle Morris (24 December 2012). "Qt 5.0 - Congratulations to the Qt Project". KDE. Retrieved 5 August 2013.
  61. ^ "QtDoc 5.1: All Modules". Qt Project. Retrieved 8 April 2013.
  62. ^ "Programming Language Support & Language Bindings". Qt Project. Retrieved 21 August 2013.
  63. ^ "Trolltech Releases Qt 4.0 | KDE.news". Dot.kde.org. Retrieved 13 November 2011.
  64. ^ Niels Weber (23 June 2010). "Nokia Qt SDK 1.0 released". Labs.trolltech.com. Retrieved 13 November 2011.
  65. ^ "Trolltech offers a choice in licensing with the addition of GPL licensing for the upcoming release of Qt". Qt.nokia.com. Retrieved 13 November 2011.
  66. ^ Q../Windows Edition history, 5 June 2006[dead link]
  67. ^ E-mail to the kde-cygwin mailing list by Chris January, 4 February 2003
  68. ^ Qt Non-commercial FAQ, 5 October 2003
  69. ^ "Nokia Corporation Qt GPL Exception Version 1.3". Doc.trolltech.com. 22 July 1999. Retrieved 13 November 2011.
  70. ^ Nyström, Sebastian (14 January 2009). "Nokia to license Qt under LGPL". Retrieved 17 September 2013.
  71. ^ "ICS Whitepaper on the Implications of Qt under LGPL for Commercial and Government users" (PDF). Retrieved 13 November 2011.
  72. ^ "Qt in Autodesk".
  73. ^ "Qt in visual effects".
  74. ^ "Qt for Blackberry Tablet OS & BB10".
  75. ^ "Dassault Systemes Releases Free DraftSight For Linux".
  76. ^ "Qt delivered advanced, cross-platform C++ GUI for Mathematica's development team".
  77. ^ "Qt in the European Space Agency".
  78. ^ "Behind the Scenes at DreamWorks Animation: Making the Apps that Make the Movies".
  79. ^ "UI & System Design Challenges for the NxG Lighting Tool".
  80. ^ "Google Earth Includes a Web Browser". Googlesystem.blogspot.de. 15 June 2010. Retrieved 8 April 2013.
  81. ^ "Developing Innovative Desktop and Embedded HP Products with Qt".
  82. ^ "The KDE development platform".
  83. ^ "Lucasfilm Entertainment Company Ltd".
  84. ^ "Qt in Visual Effects".
  85. ^ "Qt provided The Foundry with a solution that required minimal tweaking and customization".
  86. ^ "Panasonic selects Qt for HD video system".
  87. ^ "Qt in IP Communications".
  88. ^ "Qt in Home Media".
  89. ^ "Qt helped Siemens deliver a C++ development platform for manufacturing software GUIs".
  90. ^ "Qt in use – Skype". Archived from the original on 26 February 2009.
  91. ^ "Canonical's Windowing Shift: More than a Mir Techie Footnote". Linux.com. 6 March 2013. Retrieved 8 April 2013.
  92. ^ "Qt in VideoLan Player".
  93. ^ "Volvo Mobility Systems".
  94. ^ "Qt helped Walt Disney reduce development time spent on its cross-platform feature film production application".

Bibliography