Qt 5 Structure: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Fix migration errors; use uploaded images) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Developing_with_Qt::Qt 5]] | |||
Compared to Qt 4, Qt 5 is highly modularized. Different [https://qt.gitorious.org/qt/ Git repositories] | Compared to Qt 4, Qt 5 is highly modularized. Different [https://qt.gitorious.org/qt/ Git repositories] 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 == | ||
[[File:Qt_Structure_-_Legend.png]] | |||
[[ | == Hierarchy == | ||
=== Qt Quick modules === | |||
[[File:Qt_Structure_-_Qt_Quick_Modules.png]] | |||
== | === Other modules === | ||
[[File:Qt Structure - Other Modules.png]] | |||
[[ | |||
Latest revision as of 14:10, 27 February 2015
Compared to Qt 4, Qt 5 is highly modularized. Different Git repositories 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.