Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
New Features in Qt 5.6: Difference between revisions
Jump to navigation
Jump to search
(Add FreeType on OS X) |
(Qt Multimedia new features) |
||
Line 3: | Line 3: | ||
== New Features == | == New Features == | ||
* Qt Multimedia | |||
** New Playlist QML type. | |||
** New audio role API for the media player (C++ and QML) | |||
** Support for camera focus and video probe on WinRT | |||
** New functions in QML AudioEngine to support dynamic object creation | |||
* Qt WebEngine | * Qt WebEngine | ||
** Based on Chromium 44 | ** Based on Chromium 44 |
Revision as of 13:03, 12 August 2015
New Features
- Qt Multimedia
- New Playlist QML type.
- New audio role API for the media player (C++ and QML)
- Support for camera focus and video probe on WinRT
- New functions in QML AudioEngine to support dynamic object creation
- Qt WebEngine
- Based on Chromium 44
- Support for flash pepper plugin
- Added API for custom URL schemes
- Support for following global Qt proxy settings.
- Font rendering
- Support for FreeType on Mac OS X
Other Changes
- Class Mechanics
- All implicitly-shared types are nothrow-move-assignable, nothrow-swappable
- Most implicitly-shared types are nothrow-move-constructible