Qt (software)

For the company formerly known as Qt Software, see Qt Company.
Qt

GUI designing in Qt Creator using the embedded Qt Designer
Original author(s) Haavard Nord and Eirik Chambe-Eng[1]
Developer(s)
Initial release 20 May 1995 (1995-05-20)[1]
Stable release 5.7.1 (December 14, 2016 (2016-12-14)) [±][2]
Repository code.qt.io/qt/qt.git
Development status Active
Written in C++, Objective-C, Objective-C++, Java
Operating system Android, iOS, Linux (Embedded, Wayland, X11), macOS, Windows, Windows Phone, [3]
Platform Cross-platform
Type Application framework
License Qt Commercial License[4]
GPL 2.0, 3.0[5]
LGPL 3.0[6]
Website www.qt.io

Qt (/kjuːt/ "cute",[7][8][9]) is a cross-platform application framework that is widely used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed. Qt is currently being developed both by The Qt Company, a company listed on the Nasdaq Helsinki Stock Exchange and the Qt Project under open-source governance, involving individual developers and firms working to advance Qt.[10][11][12] Qt is available with both commercial[4] and open source[13] GPL 2.0, GPL 3.0, and LGPL 3.0 licenses.[5][6]

Purposes and abilities

Qt is used mainly for developing application software with graphical user interfaces (GUIs); however, programs without a GUI can be developed, such as command-line tools and consoles for servers. An example of a non-GUI program using Qt is the Cutelyst web framework.[14] GUI programs created with Qt can have a native-looking interface, in which case Qt is classified as a widget toolkit.

Qt uses standard C++ with extensions including signals and slots that simplify handling of events, and this helps in development of both GUI and server applications which receive their own set of event information and should process them accordingly. Qt supports many compilers, including the GCC C++ compiler and the Visual Studio suite. Qt also provides Qt Quick, that includes a declarative scripting language called QML that allows using JavaScript to provide the logic. With Qt Quick, rapid application development for mobile devices became possible, although logic can be written with native code as well to achieve the best possible performance. Qt can 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, JSON parsing, thread management and network support.

History

Early developments

In the summer of 1990, Haavard Nord and Eirik Chambe-Eng (the original developers of Qt and the CEO and President, respectively, of Trolltech) were working together on a database application for ultrasound images written in C++ and running on Mac OS, Unix, and Windows.[1][15] They 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.

On 20 May 1995 Troll Tech publicly released Qt 0.90 for X11/Linux with the source code under the Qt Free Edition License.[16][17][18] This license 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. Trolltech used this license until version 1.45. Controversy erupted around 1998 when it became clear that the K Desktop Environment 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.

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.

Becoming Free Software-friendly

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,[19] which guarantees that Qt would fall under a BSD-style license should no free/open source version of Qt be released during 12 months.[20][21]

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

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 2002, members of the KDE on Cygwin project began porting the GPL licensed Qt/X11 code base to Windows.[23] 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.[24][25] The project achieved reasonable success although it never reached production quality.

This was resolved when Trolltech released Qt 4.0 also for Windows under the GPL in June 2005.[26] Qt 4 supported the same set of platforms in the free software/open source editions as in the proprietary edition, so it is possible, with Qt 4.0 and later releases, to create GPL-licensed free/open source applications using Qt on all supported platforms. The GPL v3 with special exception[27] 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.

Acquisition by Nokia

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

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

In February 2011, Nokia announced its decision to drop Symbian technologies and base their future smartphones on the Windows Phone platform instead.[31] 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.

Merging and demerging with Digia

In March 2011, Nokia sold the commercial licensing part of Qt to Digia creating Qt Commercial.[32] In August 2012, Digia announced that it would acquire Qt from Nokia.[33] The Qt team started working in Digia in September 2012.[34] The Qt team at Digia released Qt 5.0 within a month and newer versions every 6 months with new features and additional supported platforms.

In September 2014, Digia transferred the Qt business and copyrights to their wholly owned subsidiary, The Qt Company, which owns 25 brands[35] related to Qt. In May 2016, Digia and Qt have demerged completely into two independent companies.[36]

Open governance

Qt 5 was officially released on 19 December 2012. This new version marked a major change in the platform, with hardware-accelerated graphics, QML and JavaScript playing a major role. The traditional C++-only QWidgets continued to be supported, but did not benefit from the performance improvements available through the new architecture.[37] Qt 5 brings significant improvements to the speed and ease of developing user interfaces.[38]

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

Licensing

Qt has always been available under a commercial license that allows developing proprietary applications with no restrictions on licensing.

In addition, Qt is also licensed under a combination of GPL 2.0, GPL 3.0, LGPL 2.1 and LGPL 3.0, depending on the Qt module and version.[40] Starting from Qt 5.7 the LGPL 2.1 license was dropped from most Qt modules, therefore prohibiting to distribute closed embedded devices except by acquiring a commercial license (see also Tivoization).

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.[41] 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[42] 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.

Supported platforms

Qt works on many different platforms; the following are officially supported:

Platform Description
Linux/Unix
X11 Qt for X Window System (Linux, *BSD, HP-UX, Solaris, AIX, etc.)[43]
Wayland Qt for Wayland.[44] Qt applications can switch between graphical backends like X and Wayland at load time with the -platform command line option.[45][46] This allows a seamless transition of Qt applications from X11 to Wayland.
Embedded Linux Qt for embedded platforms: personal digital assistant, smartphone, etc.[47] Exists as multiple platforms depending on display technology. DirectFB, LinuxFB and EGLFS (EGL Full Screen).
Android Qt for Android,[48] formerly known as Necessitas.[49]
Apple Platforms
macOS Qt for Apple macOS; supports applications on Cocoa[50]
iOS Qt for iOS platforms (iPhone, iPad)[51]
Microsoft Platforms
Windows Qt for Microsoft Windows XP, Vista, 7,[52] 8 and 10[53]
Windows CE Qt for Windows CE 6 and Windows Embedded Compact 7.[54]
Windows RT Support for WinRT-based Windows 8 apps and Windows Phone 8[55] With 5.4 minimum supported version: Windows Phone 8.1[56]
Other Embedded Platforms
Integrity Qt for Integrity[57]
QNX Qt for QNX[58]
VxWorks Qt for VxWorks.[59]

After Nokia opened the Qt source code to the community on Gitorious various ports appeared. There are also some ports of Qt that may be available, but are not supported anymore. These platforms are listed in List of platforms supported by Qt.

Use Cases

Also see:

Organizations using Qt

Qt is used by many organizations, including but not limited to European Space Agency,[60] DreamWorks,[61][62] Lucasfilm,[63][64] Panasonic,[65] Philips,[66] Samsung,[67] Siemens,[68] Volvo,[69] Walt Disney Animation Studios,[70] Blizzard Entertainment,[71] Electronic Arts,[72] AMD.

GUI and desktop environments

Several GUIs and desktop environments utilize Qt as widget toolkit.

Applications using Qt

Example applications using Qt are

Editions

There are four editions of Qt available, Community, Indie Mobile, Professional and Enterprise.[97] The Community version is under the open source licenses, while the Indie Mobile, Professional and Enterprise versions, which contain additional functionality and libraries, e.g. Charts and Data Visualization, Enterprise Controls, Virtual Keyboard etc.[97] are commercially sold by The Qt Company.

Qt is available under the following copyright licenses:[13] Qt Commercial License,[4] GNU General Public License 3.0, GNU Lesser General Public License 3.0 and GNU Lesser General Public License 2.1 (with Qt special exception)[5][98]

Software modules

Starting with Qt 4.0 the framework was split into individual modules.[99][100] With Qt 5.0 the architecture was modularized even further.[101][102] Qt is now split into essential and add-on modules.[103]

Qt essentials

Module Description
Qt Core The only required Qt module, containing classes used by other modules, including the meta-object system, concurrency and threading, containers, event system, plugins and I/O facilities.
Qt GUI The central GUI module. In Qt 5 this module now depends on OpenGL, but no longer contains any widget classes.
Qt Widgets Contains classes for classic widget based GUI applications and the QSceneGraph classes. Was split off from QtGui in Qt 5.
Qt QML Module for QML and JavaScript languages.
Qt Quick The module for GUI application written using QML2.
Qt Quick Controls Widget like controls for Qt Quick intended mainly for desktop applications.
Qt Quick Layouts Layouts for arranging items in Qt Quick.
Qt Network Network abstraction layer. Complete with TCP, UDP, HTTP, SSL and since Qt 5.3 SPDY support.
Qt Multimedia Classes for audio, video, radio and camera functionality.
Qt Multimedia Widgets The widgets from Qt Multimedia.
Qt SQL Contains classes for database integration using SQL.
Qt WebEngine A new set of Qt Widget and QML webview APIs based on Chromium.
Qt Test Classes for unit testing Qt applications and libraries.

Qt add-ons

Module Description
Active Qt Classes for applications which use ActiveX.
Qt Bluetooth Classes accessing Bluetooth hardware.
Qt D-Bus Classes for IPC using the D-Bus protocol.
Qt NFC Classes accessing NFC hardware. Only officially supported on BlackBerry hardware so far (or N9 in the MeeGo port).
Qt OpenGL Legacy module containing the OpenGL classes from Qt 4. In Qt 5 the similar functionality in Qt GUI is recommended.
Qt Location Classes for accessing GPS and other location services and for mapping and navigation. Split off from the Qt 4 Mobility module of Qt Location. Supported on Android, BlackBerry, iOS, Linux (using GeoClue), Windows and Sailfish OS.
Qt Script Legacy module for scripting Qt application using ECMAScript/JavaScript. In Qt 5, using similar classes in Qt QML is recommended.
Qt Sensors Classes for accessing various mobile hardware sensors. Used to be part of Qt Mobile in Qt 4. Supported on Android, BlackBerry, iOS, WinRT, Mer and Linux.
Qt Serial Port Classes for access to hardware and virtual serial ports. Supported on Windows, Linux and macOS.
Qt WebChannel Provides access to Qt objects to HTML/Js over WebSockets.
Qt WebKit Qt's WebKit implementation and API.
Qt WebKit Widgets The widget API for Qt WebKit
Qt WebSockets Provides a WebSocket implementation.
Qt XML Legacy module containing classes for SAX and DOM style XML APIs. Replaced with QXmlStreamReader and QXmlStreamWriter classes in Qt Core.
Qt XML Patterns Support for XPath, XQuery, XSLT and XML Schema validation.

Tools

Qt comes with its own set of tools to ease cross-platform development, which can otherwise be cumbersome due to different set of development tools. Qt Creator is a cross-platform IDE for C++ and QML. Qt Designer's GUI layout/design functionality is integrated into the IDE, although Qt Designer can still be started as a standalone tool.

In addition to Qt Creator, Qt provides qmake, a cross-platform build script generation tool that automates the generation of Makefiles for development projects across different platforms. Without such a tool, one would have to write different Makefiles for each platform, so it is useful for abstracting away the differences of various platforms.

There are other tools available in Qt, including the Qt Designer interface builder and the Qt Assistant help browser (which are both embedded in Qt Creator), the Qt Linguist translation tool, uic (user interface compiler), and moc (Meta-Object Compiler).

Programming language bindings

Qt has a range of bindings for various languages,[104] which implement some or all of its feature set.

See also

References

  1. 1 2 3 4 5 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. Knoll, Lars (2016-12-14). "Qt 5.7.1 released". Qt Blog. The Qt Company. Retrieved 2016-12-14.
  3. "Supported Platforms".
  4. 1 2 3 "Qt Commercial Licenses".
  5. 1 2 3 "New agreement with the KDE Free Qt Foundation and changes for the open source version". The Qt Company.
  6. 1 2 "Adding LGPL v3 to Qt". 20 August 2014.
  7. "Qt - About Us".
  8. "That Smartphone Is So Qt". Ashlee Vance. 16 February 2010. Retrieved 19 February 2010.
  9. "The Qt 4 Dance" (video). Retrieved 7 September 2015.
  10. Pintscher, Lydia (21 October 2011). "KDE Applauds Qt's Move to Open Governance". KDE.News. Retrieved 8 May 2013.
  11. Meyer, David (24 October 2011). "Nokia gives Qt open-source governance". ZDNet. Retrieved 8 May 2013.
  12. Knoll, Lars (6 August 2014). "Defragmenting Qt and Uniting Our Ecosystem".
  13. 1 2 "Qt Licensing".
  14. "Cutelyst - Home".
  15. "Qt - Qt20". Qt.
  16. "Qt Free Edition License". Trolltech. 1992. Retrieved 14 October 2016.
  17. "Happy 20th Anniversary Qt!". Qt Blog.
  18. "Qt framework celebrates its 20th anniversary". SD Times.
  19. "KDE Free Qt Foundation".
  20. "KDE Free Qt Foundation announcement". June 1998.
  21. "Software License Agreement" (PDF). Digia. April 13, 2013.
  22. "Trolltech offers a choice in licensing with the addition of GPL licensing for the upcoming release of Qt". Qt.nokia.com. Archived from the original on 2012-03-13. Retrieved 13 November 2011.
  23. "Q../Windows Edition history". 5 June 2006. Archived from the original on 31 July 2010.
  24. E-mail to the kde-cygwin mailing list by Chris January, 4 February 2003
  25. "Qt Non-commercial FAQ". Trolltech. Archived from the original on 5 October 2003.
  26. "Trolltech Releases Qt 4.0 | KDE.news". KDE.News. Retrieved 13 November 2011.
  27. "Nokia Corporation Qt GPL Exception Version 1.3". Doc.trolltech.com. 22 July 1999. Retrieved 13 November 2011.
  28. Weber, Niels (23 June 2010). "Nokia Qt SDK 1.0 released". Labs.trolltech.com. Retrieved 13 November 2011.
  29. Nyström, Sebastian (14 January 2009). "Nokia to license Qt under LGPL". Retrieved 17 September 2013.
  30. "ICS Whitepaper on the Implications of Qt under LGPL for Commercial and Government users" (PDF). Retrieved 13 November 2011.
  31. "Nokia and Microsoft Announce Plans for a Broad Strategic Partnership to Build a New Global Mobile Ecosystem" (Press release). Microsoft. 10 February 2011. Archived from the original on 1 April 2011. Retrieved 27 October 2011.
  32. Nystrom, Sebastian (7 March 2011). "Nokia and Digia working together to grow the Qt community". Retrieved 8 July 2011.
  33. Digia Plc (9 August 2012). "Digia to acquire Qt from Nokia". Digia Plc. Retrieved 17 October 2014.
  34. Digia Plc (18 September 2012). "The journey starts today". Digia Plc. Retrieved 17 October 2014.
  35. TMview search result shown on September 12th, 2016
  36. Digia Newsfeed 2016-05-02
  37. "Concern about removal of QWidget classes". Qt5-feedback (Mailing list). 7 October 2011.
  38. Knoll, Lars (9 May 2011). "Thoughts about Qt 5". Digia. Retrieved 9 May 2011.
  39. Knoll, Lars (21 October 2011). "The Qt Project is live!". Nokia. Retrieved 8 February 2012.
  40. "Qt open source licensing changed and product structure updated to strengthen community and extend adoption". The Qt Company. 2016-01-13. Retrieved 2016-01-17. New versions of Qt will be licensed under a commercial license, GPLv2, GPLv3, and LGPLv3, but no longer under LGPLv2.1(...) LGPLv3 explicitly forbids the distribution of closed embedded devices.
  41. "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.
  42. "Signals & Slots - QtCore 5.1". Qt Project. 4 July 2013. Retrieved 10 Apr 2015.
  43. "Qt Wiki – Support for Linux/X11". Qt Project. 12 August 2011. Retrieved 21 August 2013.
  44. Lind, Jørgen (18 March 2011). "Multi-process Lighthouse". Qt Project. Retrieved 21 August 2013.
  45. "Getting started with Lighthouse". Retrieved 25 November 2011.
  46. Høgsberg, Kristian (25 January 2011). "Add wayland lighthouse plugin".
  47. "Qt Wiki – Support for Embedded Linux". Qt Project. 12 August 2011. Retrieved 10 Apr 2015.
  48. "New Features in Qt 5.1 - Support for New Platforms". Digia. 3 July 2013. Retrieved 10 Apr 2015.
  49. "Necessitas project". Retrieved 10 Apr 2015.
  50. "Qt Wiki – Support for OS X". Qt Project. 14 August 2011. Retrieved 21 August 2013.
  51. "Supported Platforms". Retrieved 1 February 2014.
  52. "Qt Wiki – Support for Windows". Qt Project. 11 August 2011. Retrieved 11 August 2013.
  53. "Windows 10 Support in Qt". Qt Company. 29 April 2015. Retrieved 28 January 2016.
  54. Breitmeyer, Bjoern (21 August 2013). "The State of WinCE Support in Qt5". KDAB. Retrieved 21 August 2013.
  55. "Qt for WinRT". Qt Project. Retrieved 9 September 2014.
  56. "New Features in Qt 5.4".
  57. "Qt Product pages, Supported platforms". Qt - Product - Qt Framework. The Qt Company. Retrieved 21 November 2014.
  58. Qt Blog. "Qt Commercial Formally Supports QNX | Qt Blog". Blog.qt.digia.com. Retrieved 19 March 2013.
  59. Qt Blog. "Qt Commercial for VxWorks | Qt Blog". Blog.qt.digia.com. Retrieved 19 March 2013.
  60. "Qt in the European Space Agency". Archived from the original on 23 July 2011.
  61. Behind the Scenes at DreamWorks Animation: Making the Apps that Make the Movies.
  62. UI & System Design Challenges for the NxG Lighting Tool.
  63. "Lucasfilm Entertainment Company Ltd.".
  64. "Qt in Visual Effects". Archived from the original on 23 July 2011.
  65. "Panasonic selects Qt for HD video system". Archived from the original on 23 July 2011.
  66. "Qt in IP Communications". Archived from the original on 23 July 2011.
  67. "Qt in Home Media". Archived from the original on 23 July 2011.
  68. "Qt helped Siemens deliver a C++ development platform for manufacturing software GUIs". Archived from the original on 14 July 2011.
  69. "Volvo Mobility Systems". Archived from the original on 14 July 2011.
  70. "Qt helped Walt Disney reduce development time spent on its cross-platform feature film production application". Archived from the original on 14 July 2011.
  71. "Blizzard's additions/modifications to Qt".
  72. "Open Source - Electronic Arts".
  73. "The KDE development platform".
  74. "Lumina Homepage".
  75. "Sky teams up with The QT Company on Sky Q".
  76. "X Series Qt-based graphical user interface".
  77. "Avionics powered by Qt".
  78. "Qt Interface".
  79. "Papyros on Github".
  80. "Softpedia News".
  81. http://blog.deepin.org/2015/12/deepin-15-rc-make-you-only-have-eyes-for-us-by-the-sincerity/?language=en
  82. Walton, Mark (2 November 2015). "AMD Radeon Software Crimson: A new name and a new look for Catalyst".
  83. "Qt in Autodesk". Archived from the original on 23 July 2011.
  84. "CRYENGINE V Reveal".
  85. "Dyami Caliri, Qt Champion 2014".
  86. "Google Earth Includes a Web Browser". Googlesystem.blogspot.de. 15 June 2010. Retrieved 8 April 2013.
  87. "Orange3 Data Mining Suite".
  88. "Scribus Development".
  89. "Sibelius - the leading music composition and notation software". www.sibelius.com. Retrieved 2016-10-19.
  90. "10 Qt Use Cases You Didn't Know".
  91. "Subsurface 4.0 has been released". 2013-12-15.
  92. "Telegram desktop messaging app".
  93. "VBoxMainLogging - Oracle VM VirtualBox".
  94. "Qt Interface".
  95. https://github.com/wps-community/wps_i18n/blob/master/README.md
  96. "XnView MP".
  97. 1 2 "Qt Download page". Download Qt. The Qt Company. Retrieved 2014-11-21.
  98. "Digia Qt LGPL Exception version 1.1".
  99. "Trolltech Releases Qt 4.0". KDE. 28 June 2005. Retrieved 5 August 2013.
  100. "All Modules | Documentation". Qt Project. Retrieved 8 April 2013.
  101. Qt Blog (19 December 2012). "Introducing Qt 5.0 | Qt Blog". Digia. Retrieved 8 April 2013.
  102. Kyle Morris (24 December 2012). "Qt 5.0 - Congratulations to the Qt Project". KDE. Retrieved 5 August 2013.
  103. "QtDoc 5.1: All Modules". Qt Project. Retrieved 8 April 2013.
  104. "Programming Language Support & Language Bindings". Qt Project. Retrieved 21 August 2013.

Bibliography

Qt Wiki provides a comprehensive list of English books about Qt. This is a list of notable books:

Wikimedia Commons has media related to Qt.
Wikibooks has a book on the topic of: Qt
This article is issued from Wikipedia - version of the 11/23/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.