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.5: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=What is new in Qt 5.5= | =What is new in Qt 5.5= | ||
Very incomplete. | Very incomplete. Do expect the list to usefull until just before release. | ||
==New Features== | ==New Features== | ||
Line 21: | Line 21: | ||
* Qt <span class="caps">QML</span> | * Qt <span class="caps">QML</span> | ||
** It is now possible to conveniently expose custom C++ value types into the JavaScript environment of Qml and <span class="caps">QJSE</span>ngine. | ** It is now possible to conveniently expose custom C++ value types into the JavaScript environment of Qml and <span class="caps">QJSE</span>ngine. | ||
* <span class="caps">QPA</span> | |||
** <span class="caps">XCB</span> plugin now uses the dbus based statusnotifier protocol for system tray and notifications. | |||
===Categories:=== | ===Categories:=== |
Revision as of 07:14, 10 February 2015
What is new in Qt 5.5
Very incomplete. Do expect the list to usefull until just before release.
New Features
- Qt Bluetooth
- Bluetooth Low Energy API final release (5.4 was featuring tech preview).
- Bluetooth Low Energy Support for Android (requires Android v18+) added.
- Bluetooth Classic and Low Energy support for iOS and OS X.
- Qt GUI
- QImage: 8-bit Alphamap and grayscale formats.
- Qt Nfc
- Neard based backend for Linux added.
- Qt WebEngine
- WebEngineProfile for control of storage and cache paths and related policies.
- Qt QML
- It is now possible to conveniently expose custom C++ value types into the JavaScript environment of Qml and QJSEngine.
- QPA
- XCB plugin now uses the dbus based statusnotifier protocol for system tray and notifications.