Qt Essentials Modules
WORK IN PROGRESS
The Qt Essentials modules are mandatory in all platforms. You can find the maintainers of each module here [wiki.qt-project.org]. See also Qt Add ons Modules.
Module | Links | Description |
---|---|---|
Qt Core | Project? Docs [qt-project.org] Source [qt.gitorious.org] | Contains core non-GUI functionality.All other Qt modules rely on this module. [Part of qtbase.git src/corelib] |
Qt GUI | Project? Docs [qt-project.org] Source [qt.gitorious.org] | Extends QtCore with GUI functionality. Includes OpenGL. [Part of qtbase.git src/gui] |
Qt Multimedia | Project? Docs [qt-project.org] Source [qt.gitorious.org] | Provides audio, video, radio and camera functionality. Requires GStreamer on Linux. (Add Windows, Mac dependencies here, same as in Qt Mobility 1.2) [The qtmultimedia.git project] |
Qt Network | Project? Docs [qt-project.org] Source [qt.gitorious.org] | Provides classes to make network programming easier and portable. [Part of qtbase.git src/network] |
Qt QML | Project? Docs [qt-project.org] Source [qt.gitorious.org] | qml and Javascript language module for Qt. [Part of qtdeclarative.git src/qml] |
Qt Quick | Project? Docs [qt-project.org] Source [qt.gitorious.org] | declarative framework for building highly dynamic, custom user interfaces. [Part of qtdeclarative.git src/quick] |
Qt SQL | Project? Docs [qt-project.org] Source [qt.gitorious.org] | Qt support for SQL databases. [Part of qtbase.git src/sql] |
Qt Test | Project? Docs [qt-project.org] Source [qt.gitorious.org] | Classes for unit testing Qt applications and libraries. FIXME Needed for conformance testing but not required to be included in the release. No compatibility promise. [Part of qtbase.git src/testlib] |
Qt WebKit | Project [trac.webkit.org] Docs [qt-project.org] Source [qt.gitorious.org] | A new WebKit2 based implementation and a new QML API. See also Qt WebKit Widgets in the add-on modules. [The qtwebkit.git project] |
Qt Widgets | Docs [qt-project.org] Source [qt.gitorious.org] | Extends Qt GUI with C++ widget functionality. [Part of qtbase.git src/widgets] |