Jump to content

Qt: Difference between revisions

From EDM2
m Version bump
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
[[Image:Qt_logo.png|right|160px]]
[[Image:Qt_logo.png|thumb]]
'''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. (See  http://en.wikipedia.org/wiki/Qt_(toolkit).) Availability for eCS means being able to port a  large number of existing applications.
'''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.


;Commercial version
;Commercial version
The company behind Qt offers a commercial version of Qt that offers both extended C++ classes, more extensive framework and full technical support, however since the OS/2 version is an independent port the company does not support the software on that platform.
Trolltech the company behind Qt offered a commercial version of Qt that included extended C++ classes, more extensive framework and full technical support, however since the OS/2 version is an independent port the company does not support the software on that platform.


;Qt development tools
;Qt development tools
Line 12: Line 12:
==Versions==
==Versions==
* Nov 2005: 3.3.1-rc06
* Nov 2005: 3.3.1-rc06
* '''Latest Version for OS/2-eCS''': Qt 4 version 4.7.3-2 (2013-03-23)
* Mar 2013: Qt 4 version 4.7.3-2


==Links==
==Links==
* Netlabs SVN: http://svn.netlabs.org/qt4
* Netlabs: https://trac.netlabs.org/qt4


==Licences==
==Licences==
Line 23: Line 23:


==Publishers==
==Publishers==
* Troll Tech
* Trolltech
* Digia
* Digia


[[Category: Tools]]
[[Category:Application Frameworks]]
[[Category:C++]]
[[Category:C++]]

Revision as of 21:43, 17 September 2016

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.

Commercial version

Trolltech the company behind Qt offered a commercial version of Qt that included extended C++ classes, more extensive framework and full technical support, however since the OS/2 version is an independent port the company does not support the software on that platform.

Qt development tools

Versions

  • Nov 2005: 3.3.1-rc06
  • Mar 2013: Qt 4 version 4.7.3-2

Links

Licences

  • GNU GPL[3] 3, with Qt special exception
  • GNU Lesser General Public License (LGPL v2.1) (Qt open-source version)
  • Qt Commercial License (Qt Commercial version)

Publishers

  • Trolltech
  • Digia