New Classes and Functions in Qt 5.13

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

New Classes

New Member Functions

Class QBluetoothDeviceInfo:

void setServiceUuids(const QVector<QBluetoothUuid> &uuids)

Class QGeoRoute:

QVariantMap extendedAttributes() const
void setExtendedAttributes(const QVariantMap &extendedAttributes)

Class QGeoRouteRequest:

QDateTime departureTime() const
void setDepartureTime(const QDateTime &departureTime)

Class QGeoServiceProvider:

Error geocodingError() const
QString geocodingErrorString() const
Error mappingError() const
QString mappingErrorString() const
Error navigationError() const
QString navigationErrorString() const
Error placesError() const
QString placesErrorString() const
Error routingError() const
QString routingErrorString() const

Class QVideoFrame:

QAbstractVideoBuffer *buffer() const

Class QGeoLocation:

QVariantMap extendedAttributes() const
void setExtendedAttributes(const QVariantMap &data)

New QML Types

New QML Properties

New QML Methods

Additions to Other Qt 5 Releases