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
Allan Jensen (talk | contribs) m (→New Features) |
No edit summary |
||
Line 7: | Line 7: | ||
** Added API for custom URL schemes | ** Added API for custom URL schemes | ||
** Support for following global Qt proxy settings. | ** Support for following global Qt proxy settings. | ||
== Other Changes == | |||
* Class Mechanics | |||
** All implicitly-shared types are nothrow-move-assignable, nothrow-swappable | |||
** Most implicitly-shared types are nothrow-move-constructible |
Revision as of 08:13, 7 July 2015
New Features
- Qt WebEngine
- Support for flash pepper plugin
- Added API for custom URL schemes
- Support for following global Qt proxy settings.
Other Changes
- Class Mechanics
- All implicitly-shared types are nothrow-move-assignable, nothrow-swappable
- Most implicitly-shared types are nothrow-move-constructible