New Features in Qt 5.6: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 23: Line 23:
** All implicitly-shared types are nothrow-move-assignable, nothrow-swappable
** All implicitly-shared types are nothrow-move-assignable, nothrow-swappable
** Most implicitly-shared types are nothrow-move-constructible
** Most implicitly-shared types are nothrow-move-constructible
== New Modules ==
== Removed Modules ==
With Qt 5.6 the following modules are removed:
* Qt WebKit
* Qt Declarative (Qt Quick 1)
Note that Qt Script (replaced by QJSEngine) is deprecated but still included in the Qt 5.6 release.
== New Configurations ==
Qt 5.6 does not add support to new operating systems, but there are many changes in supported platform and compiler versions. More details what is now tested in Qt CI, please check Qt-5.6.0-tools-and-versions
== Known Issues ==
More details here.

Revision as of 11:56, 20 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

New Modules

Removed Modules

With Qt 5.6 the following modules are removed:

  • Qt WebKit
  • Qt Declarative (Qt Quick 1)

Note that Qt Script (replaced by QJSEngine) is deprecated but still included in the Qt 5.6 release.

New Configurations

Qt 5.6 does not add support to new operating systems, but there are many changes in supported platform and compiler versions. More details what is now tested in Qt CI, please check Qt-5.6.0-tools-and-versions

Known Issues

More details here.