Qt: Difference between revisions
mNo edit summary |
m →Links |
||
Line 45: | Line 45: | ||
==Links== | ==Links== | ||
* https://www.qt.io/ | * https://www.qt.io/ | ||
[[Category:C++ Class Libraries]] | [[Category:C++ Class Libraries]] |
Latest revision as of 22:04, 16 August 2019

Qt is a cross-platform C++ application and UI framework that abstracts the user interface and presentation from the operating system, allowing you in theory to write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code.
History
Trolltech the company behind Qt offered a commercial version of Qt that included extended C++ classes, more extensive framework and full technical support.
Nokia acquired Trolltech ASA in 2008. Digia acquired Qt from Nokia in 2012.
Qt is currently being developed by The Qt Company and the Qt Project.
Since the OS/2 version is an independent port the company does not support the software on that platform.
Ports
- Qt1
- 1.2
- 1.31
- 1.4
- 1.41
- 1.44
Qt 1.x programs must be compiled either with
- emx09c without special flags
or
- emx09d with the flags -fno-rtti -fno-exceptions
- Qt2
- 2.0
- 2.0.2
Qt 2.x programs must be compiled with emx09d without special flags.
- Qt3
- 2002:
- Nov 2005: 3.3.1-rc06
- Mar 2013: Qt 4 version 4.7.3-2
Licences
- GNU GPL 3.0, with Qt special exception
- GNU Lesser General Public License (LGPL v2.1) (Qt open-source version)
- Qt Commercial License (Qt Commercial version)
Publications
- Matthias Dalheimer: Programming with Qt (2nd ed.) - O'Reilly 2002, ISBN 978-0-596-00064-6