Web and Multimedia
Qt allow companies to differentiate with web and multimedia-enriched user experiences. Qt includes an integration with the WebKit open source web rendering engine, and with the KDE Phonon cross-platform multimedia engine.
Blend Web and Local Content with the Qt WebKit Integration
The Qt WebKit Integration is an integration of WebKit – the open source web browser engine fork of KHTML from the KDE project, used by companies such as Apple®, Google™ and Nokia - with Qt. Using the Qt WebKit Integration, developers can:
- Blend web and local content and services in a single rich application
- Rapidly create applications that incorporate real-time web content and services
- Use HTML and Java Script integrated in native code
- Maintain complete control of the browser environment across platforms
Get more technical details on the Qt WebKit Integration
Free Whitepaper: "Web-Enabling Your Native Apps"
Learn how the Qt WebKit Integration allows you to blend web content and services into your native apps for more advanced user experiences...
Download PDF
See the Qt WebKit Integration in Action
Cross-Platform Multimedia Framework
Qt uses the Phonon multimedia framework to provide functionality for playback of the most common multimedia formats. The media can be read from files or streamed over a network, using a QURL to a file. Phonon makes it easy to include audio and video playback in Qt application, and abstracts multimedia formats and frameworks on each targeted platform:
- QuickTime on Mac
- DirectShow on Windows
- GStreamer on Linux
Get more technical details on the Phonon Multimedia Framework