Qt 5 Structure: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 16:41, 14 January 2015

Qt 5.4 Structure

Compared to Qt 4, Qt 5 is highly modularized. Different 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.

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

Qt 5.4 hierarchy - Other modules

Categories: