New Features in Qt 5.11: Difference between revisions
Jump to navigation
Jump to search
Allan Jensen (talk | contribs) No edit summary |
m (Added mention of Qt RO and WebGL continuation as TP modules) |
||
Line 1: | Line 1: | ||
[[Category:Developing with Qt::Qt 5]] | [[Category:Developing with Qt::Qt 5]] | ||
[[Category:Release]] | [[Category:Release]] | ||
=== Note that this page is work in progress until the Qt 5.11 Beta release. === | |||
'''New Features (within existing modules)''' | '''New Features (within existing modules)''' | ||
* Qt Core | * Qt Core | ||
Line 19: | Line 22: | ||
'''Technology Preview Modules''' | '''Technology Preview Modules''' | ||
* Qt Remote Objects (TP3) - A module that allows you to easily share QObject interfaces (Signals/Slots/Properties) between processes or devices. | |||
* Qt WebGL Streaming Plugin (TP2) - Stream applications to browsers over the network | |||
'''Deprecated Modules''' | '''Deprecated Modules''' |
Revision as of 14:31, 1 February 2018
Note that this page is work in progress until the Qt 5.11 Beta release.
New Features (within existing modules)
- Qt Core
- QVarLengthArray now has rvalue reference versions of prepend and insert, and can hold movable-only datatypes such as std::unique_ptr.
- QVector now has rvalue reference versions of prepend and insert.
- Qt WebEngine
- Updated to Chromium 64 or 65.
- Embedded DevTools without using a port and separate browser.
- Installable cookie filter.
- Quota permissions.
New Modules
Platform Changes
- XCB
- Support for missing 'dead keys' such as dasia and diaeresis.
Technology Preview Modules
- Qt Remote Objects (TP3) - A module that allows you to easily share QObject interfaces (Signals/Slots/Properties) between processes or devices.
- Qt WebGL Streaming Plugin (TP2) - Stream applications to browsers over the network
Deprecated Modules
The following modules are part of Qt 5.10 release, but deprecated and considered for removal in subsequent releases of Qt:
- Qt Script
Configurations