Qt 4.7
Qt is a cross-platform application and UI development framework, included as a part of MeeGo 1.2 Harmattan API. Qt comes with a set of tools and techniques to help in automating the process of building and installing Qt applications for cross-platform compatibility. For more information on the cross-platform capabilities of Qt, see Qt documentation online.
Supported Qt 4.7 APIs
Module | Content |
---|---|
QtCore |
|
QtDBus |
Example use: Your application polls a website for new content availability and offers the information gathered to other applications through D-Bus. Your application can also query information offered by other applications in the same way. |
QtDeclarative |
Example use: Create an application using the QML language, and use the visual editor provided in Qt Creator for polishing the UI. |
QtGui |
Example use: Create a graphical user interface for your Qt application. |
QtNetwork |
Example use: To add a support for network based features to your application, such as connecting to a local WLAN network and fetching data to be used in your application. |
QtOpenGL |
Example use: Use in your Qt application to enable easier integration of OpenGL® 3D graphics. |
QtScript |
Example use: Create a scriptable Qt application. |
QtScriptTools |
|
QtSql |
|
QtTest |
Example use: Build your application against the QtTest library to enable testing of various application features using QtTestLib |
QtUiTools |
Example use: Use in your application to process Qt Designer UI files to create user interfaces at runtime |
QtXml |
|
QtXmlPatterns |
|
QtWebKit |
Example use: To enable your application to embed data from the web, such as the ongoing week's lottery numbers, or recent messages from a social application. of SAX and DOM. |
Exceptions to the standard
The following Qt 4.7 modules are not supported:
- Phonon
- QtHelp
- QtOpenVG
- QtSvg
- QtMultimedia
Further information
For additional information on Qt API, see the following sections of Qt documentation: