Qt 5 Structure: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Qt 5.4 Structure=
[[Category:Developing_with_Qt::Qt 5]]<br />h1. Qt 5.4 Structure


Compared to Qt 4, Qt 5 is highly modularized. Different [https://qt.gitorious.org/qt/ Git repositories] ''[qt.gitorious.org]'' hold the different Qt modules that developers can use in their applications. Some of these modules also encapsulate typedefs, enums, flags, or standalone functions within namespaces.
Compared to Qt 4, Qt 5 is highly modularized. Different &quot;Git repositories&amp;quot;:https://qt.gitorious.org/qt/ hold the different Qt modules that developers can use in their applications. Some of these modules also encapsulate typedefs, enums, flags, or standalone functions within namespaces.


The diagram below shows all Git repositories and modules that are part of the Qt 5.4 library.
The diagram below shows all Git repositories and modules that are part of the Qt 5.4 library.


==Legend==
== Legend ==


[[Image:NfbAA1a.png|Legend]]
[[Image:http://i.imgur.com/NfbAA1a.png|Legend]]


==Hierarchy==
== Hierarchy ==


===Qt Quick modules===
=== Qt Quick modules ===


[[Image:E0zGIlj.png|Qt 5.4 hierarchy - Qt Quick modules]]
[[Image:http://i.imgur.com/E0zGIlj.png|Qt 5.4 hierarchy - Qt Quick modules]]


===Other modules===
=== Other modules ===
 
[[Image:H2AVSP0.png|Qt 5.4 hierarchy - Other modules]]
 
===Categories:===
 
* [[:Category:Developing with Qt|Developing_with_Qt]]
** [[:Category:Developing with Qt::Qt-5|Qt 5]]

Revision as of 09:33, 24 February 2015


h1. Qt 5.4 Structure

Compared to Qt 4, Qt 5 is highly modularized. Different "Git repositories&quot;:https://qt.gitorious.org/qt/ hold the different Qt modules that developers can use in their applications. Some of these modules also encapsulate typedefs, enums, flags, or standalone functions within namespaces.

The diagram below shows all Git repositories and modules that are part of the Qt 5.4 library.

Legend

Legend

Hierarchy

Qt Quick modules

Qt 5.4 hierarchy - Qt Quick modules

Other modules