New Classes and Functions in Qt 5.5

This page contains a comprehensive list of all new classes and functions introduced in Qt 5.5. Links to new APIs in previous Qt 5 releases are found at the bottom of this page.

New Member Functions

Class QBluetoothHostInfo:

operator!=(const QBluetoothHostInfo &other) const
operator==(const QBluetoothHostInfo &other) const

Class QBluetoothDeviceInfo:

deviceUuid() const
setDeviceUuid(const QBluetoothUuid &uuid)

Class QLowEnergyController:

remoteName() const

Class QLowEnergyService:

characteristicRead(const QLowEnergyCharacteristic &characteristic, const QByteArray &value)
descriptorRead(const QLowEnergyDescriptor &descriptor, const QByteArray &value)
readCharacteristic(const QLowEnergyCharacteristic &characteristic)
readDescriptor(const QLowEnergyDescriptor &descriptor)

Class QGeoCircle:

toString() const

Class QGeoRectangle:

toString() const

Class QGeoShape:

center() const
toString() const

New Properties

New QML Types

New QML Properties

New QML Signals

New QML Methods

Additions to Other Qt 5 Releases