Difference between revisions of "Qt"

From Free Software Directory
Jump to: navigation, search
(Added related projects such as Qtcreator)
m (LGPL on top)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Qt
 
|Name=Qt
|Short description=Toolkit for GUI developers
+
|Short description=Cross-platform GUI library
|Full description='''Qt is a toolkit for software developers.'''
+
|Full description='''Qt''' is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language.
  
Intially developed by Trolltech, then Nokia and now Digia, it simplifies the task of writing and maintaining GUI (graphical user interface), cross-platform applications. It is written in C++ and is fully object-oriented. Qt/X11 does not require any additional graphical layer above X11. It is highly optimized native code that runs directly on top of the lowest graphical layer Xlib.
+
Currently developed by The Qt Company  and the Qt Project, it simplifies the task of writing and maintaining GUI (graphical user interface), cross-platform applications. It is written in C++ and is fully object-oriented. Qt/X11 does not require any additional graphical layer above X11. It is highly optimized native code that runs directly on top of the lowest graphical layer Xlib.
  
An integrated development environnement called ''Qt Creator'' is also available.
+
An integrated development environment called [[qtcreator|Qt Creator]] is packaged separately.
|Homepage URL=https://www.qt.io/
+
|Homepage URL=https://www.qt-project.org
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://code.qt.io/qt/qtbase.git
 
|Computer languages=C++
 
|Computer languages=C++
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
|Microblog=http://blog.qt.digia.com/
+
|IRC general=irc://irc.freenode.net/qt
|IRC general=irc://chat.freenode.net/qt
+
|IRC development=irc://irc.freenode.net/qt-labs
 
|Related projects=Gtk+, wxWidgets, Qtcreator, GCC
 
|Related projects=Gtk+, wxWidgets, Qtcreator, GCC
 
|Keywords=C++, GUI, development, programming, api, xlib
 
|Keywords=C++, GUI, development, programming, api, xlib
|Version identifier=5.10
+
|Version identifier=5.14.2
|Version date=2017/12/07
+
|Version date=2020/03/31
 
|Version status=stable
 
|Version status=stable
|Version download=https://download.qt.io/
+
|Version download=https://download.qt.io/archive/qt/5.14/5.14.2/single/qt-everywhere-src-5.14.2.tar.xz
|Last review by=Bendikker
+
|Version comment=Qt Documentation available at https://doc.qt.io/
|Last review date=2018/04/18
+
|Last review by=Genium
 +
|Last review date=2020/04/17
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 27: Line 29:
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
|Decommissioned/Obsolete=No
 
|License verified date=2004-03-01
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPL
+
|License=LGPLv3
|License verified by=Janet Casey
+
|License verified by=Genium
|License verified date=2004-03-01
+
|License verified date=2020-04-17
 +
|License note=https://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.LGPL3
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=QPL
+
|License=GPLv2
|License verified by=Janet Casey
+
|License verified by=Genium
|License verified date=2004-03-01
+
|License verified date=2020/04/17
 +
|License note=https://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL2
 +
}}
 +
{{Project license
 +
|License=GPLv3
 +
|License verified by=Genium
 +
|License verified date=2020/04/17
 +
|License note=https://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL3
 +
}}
 +
{{Resource
 +
|Resource audience=Qt
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://bugreports.qt.io/
 +
}}
 +
{{Resource
 +
|Resource audience=Qt
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://code.qt.io/cgit/qt/qtbase.git/
 +
}}
 +
{{Resource
 +
|Resource audience=GitHub
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/qt/qtbase
 +
}}
 +
{{Resource
 +
|Resource audience=Announce Info Page
 +
|Resource kind=Mailing List Subscribe
 +
|Resource URL=https://lists.qt-project.org/mailman/listinfo/announce
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 47: Line 75:
 
|Resource audience=Python (Ref)
 
|Resource audience=Python (Ref)
 
|Resource URL=https://pypi.org/project/Qt
 
|Resource URL=https://pypi.org/project/Qt
}}
 
{{Resource
 
|Resource kind=Bug Tracking
 
|Resource URL=https://bugreports.qt-project.org/
 
}}
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://qt.gitorious.org/qt
 
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line
+
|Interface=command-line, library
 +
|Programming-language=C++
 +
|Runs-on=Windows, BSD, OS X, Android, GNU/Linux, iOS
 
|Software-development=programming-language
 
|Software-development=programming-language
|Use=software-development
+
|Use=library, software-development
 
|Uitoolkit=qt
 
|Uitoolkit=qt
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
|Prerequisite kind=Required to use
+
|Prerequisite kind=Required to build
|Prerequisite description=xlib
+
|Prerequisite description=[[Perl]] 5.8 or later
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[Python]] 2.7 or later
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[GCC|C++ compiler]] supporting the C++11 standard
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 12:01, 17 April 2020


[edit]

Qt

https://www.qt-project.org
Cross-platform GUI library

Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language.

Currently developed by The Qt Company and the Qt Project, it simplifies the task of writing and maintaining GUI (graphical user interface), cross-platform applications. It is written in C++ and is fully object-oriented. Qt/X11 does not require any additional graphical layer above X11. It is highly optimized native code that runs directly on top of the lowest graphical layer Xlib.

An integrated development environment called Qt Creator is packaged separately.





Licensing

License

Verified by

Verified on

Notes

License

LGPLv3

Verified by

Genium

Verified on

17 April 2020

License

GPLv2

Verified by

Genium

Verified on

17 April 2020

License

GPLv3

Verified by

Genium

Verified on

17 April 2020




Leaders and contributors

Resources and communication

AudienceResource typeURI
Announce Info PageMailing List Subscribehttps://lists.qt-project.org/mailman/listinfo/announce
Python (Ref)https://pypi.org/project/Qt
QtBug Trackinghttps://bugreports.qt.io/
QtVCS Repository Webviewhttps://code.qt.io/cgit/qt/qtbase.git/
GitHubVCS Repository Webviewhttps://github.com/qt/qtbase
Perl (Ref)https://metacpan.org/release/Qt


Software prerequisites

KindDescription
Required to buildPython 2.7 or later
Required to buildPerl 5.8 or later
Required to buildC++ compiler supporting the C++11 standard




Entry













"Qt" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Qt" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"GitHub" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Announce Info Page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Perl (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.