New Features in Qt 5.6: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Qt Multimedia new features)
No edit summary
Line 10: Line 10:


* Qt WebEngine
* Qt WebEngine
** Based on Chromium 44
** Based on Chromium 45
** Support for flash pepper plugin
** Support for flash pepper plugin
** Added API for custom URL schemes
** Added API for custom URL schemes
Line 16: Line 16:


* Font rendering
* Font rendering
** Support for FreeType on Mac OS X
** Optional support for using FreeType on Mac OS X


== Other Changes ==
== Other Changes ==

Revision as of 09:57, 19 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 45
    • Support for flash pepper plugin
    • Added API for custom URL schemes
    • Support for following global Qt proxy settings.
  • Font rendering
    • Optional support for using 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